@charset "UTF-8";
:root {
  --font-family: "SF UI Display", sans-serif;
  --second-family: "Inter", sans-serif;
  --content-width: 1595px;
  --container-offset: 15px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --white-color: #fff;
  --black-color: #000;
  --accent-color: #edaa00;
  --dark-color: #1c1917;
  --atrmgg-black: #000;
  --atrmgg-boulder-300: rgba(118, 118, 118, 0.3);
  --atrmgg-cod-gray: #1a1a1a;
  --atrmgg-dove-gray: #6d6d6d;
  --atrmgg-dusty-gray: #999;
  --atrmgg-mine-shaft: #333;
  --atrmgg-mine-shaft: #3d3d3d;
  --atrmgg-mine-shaft-800: rgba(38, 38, 38, 0.8);
  --atrmgg-white: #fff;
  --atrmgg-white-120: rgba(255, 255, 255, 0.12);
  --atrmgg-white-140: rgba(255, 255, 255, 0.14);
  --atrmgg-white-160: rgba(255, 255, 255, 0.16);
  --atrmgg-white-240: rgba(255, 255, 255, 0.24);
  --atrmgg-white-280: rgba(255, 255, 255, 0.28);
  --atrmgg-white-320: rgba(255, 255, 255, 0.32);
  --atrmgg-white-40: rgba(255, 255, 255, 0.04);
  --atrmgg-white-500: rgba(255, 255, 255, 0.5);
  --atrmgg-white-60: rgba(255, 255, 255, 0.06);
  --atrmgg-white-640: rgba(255, 255, 255, 0.64);
  --atrmgg-white-80: rgba(255, 255, 255, 0.08);
  --atrmgg-white-black: #fff;
  --atrmgg-wild-sand: #f7f7f7;
  --color-white--320: rgba(255, 255, 255, 0.32);
  --color-white--80: rgba(255, 255, 255, 0.08);
  --color-white-solid: #fff;
  --color-grey-25-320: rgba(65, 65, 65, 0.32);
  --color-black--320: rgba(0, 0, 0, 0.32);
  --color-white--240: rgba(255, 255, 255, 0.24);
  --color-white--120: rgba(255, 255, 255, 0.12);
  --color-white--160: rgba(255, 255, 255, 0.16);
  --color-grey-15-800: rgba(38, 38, 38, 0.8);
  --color-black-solid: #000;
  --color-grey-91: #f5f5dc;
  --color-white--640: rgba(255, 255, 255, 0.64);
  --color-black--470: rgba(0, 0, 0, 0.47);
  --color-grey-60: #999;
  --color-grey-20: #333;
  --color-grey-24: #3d3d3d;
  --color-white-solid: #fff;
  --color-white--500: rgba(255, 255, 255, 0.5);
  --color-white--750: rgba(255, 255, 255, 0.75);
  --color-rose-51: #e81c5a;
  --color-blue-47: #00e;
  --color-grey-5: #0e0e0e;
  --color-white--350: rgba(255, 255, 255, 0.35);
  --color-white--850: rgba(255, 255, 255, 0.85);
  --color-chartreuse-green-62: #89de5d;
  --color-white--250: rgba(255, 255, 255, 0.25);
  --color-white--60: rgba(255, 255, 255, 0.06);
  --color-white--140: rgba(255, 255, 255, 0.14);
  --color-grey-10: #1a1a1a;
  --color-white--280: rgba(255, 255, 255, 0.28);
  --color-white--40: rgba(255, 255, 255, 0.04);
  --color-white--500: rgba(255, 255, 255, 0.5);
  --color-grey-46-300: rgba(118, 118, 118, 0.3);
  --color-grey-43: #6d6d6d;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/../fonts/SFUIDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/../fonts/SFUIDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/../fonts/SFUIDisplay-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/../fonts/SFUIDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/../fonts/SFUIDisplay-Heavy.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-height: 100%;
  font-size: 16px;
  background: #0D0D0D;
}
.page__body::-webkit-scrollbar {
  width: 7px;
  background: #1C1917;
}
.page__body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: var(--accent-color);
}

::-moz-selection {
  background-color: var(--accent-color);
  color: var(--white-color);
}

::selection {
  background-color: var(--accent-color);
  color: var(--white-color);
}

.overflow {
  overflow: hidden;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  pointer-events: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.site-container {
  overflow: hidden;
}

.is-hidden {
  display: none !important;
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input,
textarea {
  outline: none;
}

input:active,
textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

.header {
  padding-top: 3.75rem;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media (max-width: 1023px) {
  .header {
    padding: 20px 0;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4375rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header__online {
  border-radius: 0.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .header__online {
    display: none;
  }
}
.header__online_text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(217, 217, 217, 0.75);
  margin-right: 0.4375rem;
  margin-left: 0.3125rem;
}
.header__online_count {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-white-solid);
}
.header__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.75rem;
  position: relative;
  overflow: visible;
}
@media (max-width: 1023px) {
  .header__buttons {
    display: none;
  }
}
@media (max-width: 1023px) {
  .header__nav {
    display: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
}
@media (max-width: 768px) {
  .logo svg {
    width: 4.1875rem;
  }
}
@media (max-width: 500px) {
  .logo svg {
    width: 3.875rem;
  }
}
.logo__name {
  display: block;
  max-width: 3.75rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1rem;
  color: var(--color-white-solid);
}

.social__item {
  list-style-type: none; /* убираем маркер */
}

.hero {
  position: relative;
  background-image: url("../img/hero-banner.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1249px) {
  .hero {
    height: 100vh;
  }
}
@media (max-width: 968px) {
  .hero {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .hero {
    background-position: center center;
  }
}
.hero__content {
  padding-top: 251px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1249px) {
  .hero__content {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
    padding-top: 195px;
  }
}
@media (max-width: 768px) {
  .hero__content {
    padding-top: 10.9375rem;
  }
}
@media (max-width: 425px) {
  .hero__content {
    padding-top: 13.75rem;
  }
}
.hero__title {
  max-width: 54.9375rem;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 6.3125rem;
  line-height: 97%;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  margin-bottom: 2.1875rem;
}
@media (max-width: 1345px) {
  .hero__title {
    font-size: 7vw;
  }
}
@media (max-width: 1249px) {
  .hero__title {
    text-align: center;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 968px) {
  .hero__title {
    max-width: 37.5rem;
    margin: 0 auto 0.625rem auto;
  }
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 8vw;
  }
}
@media (max-width: 500px) {
  .hero__title {
    font-size: 10.2vw;
  }
}
.hero__title span {
  font-weight: 900;
  color: var(--accent-color);
}
.hero__descr {
  max-width: 41.1875rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 122%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1249px) {
  .hero__descr {
    text-align: center;
    margin: 0 auto;
    font-size: 2vw;
  }
}
@media (max-width: 968px) {
  .hero__descr {
    max-width: 31.25rem;
  }
}
@media (max-width: 768px) {
  .hero__descr {
    font-size: 3vw;
  }
}
@media (max-width: 425px) {
  .hero__descr {
    font-size: 3.8vw;
  }
}
.hero__place {
  position: relative;
  z-index: 3;
  border: 0.0625rem solid rgba(255, 255, 255, 0.27);
  border-radius: 1.375rem;
  backdrop-filter: blur(1.875rem);
  background: rgba(41, 41, 41, 0.78);
}
@media (max-width: 1305px) {
  .hero__place {
    min-width: 25.625rem;
  }
}
@media (max-width: 768px) {
  .hero__place {
    border-radius: 0.9375rem;
  }
}
@media (max-width: 500px) {
  .hero__place {
    width: 100%;
    min-width: 100%;
  }
}
.hero__wrapper {
  padding: 1.6875rem 1.6875rem 1.375rem 1.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.125rem;
}
@media (max-width: 768px) {
  .hero__wrapper {
    padding: 1.0625rem 1.0625rem 0.9375rem 1.0625rem;
  }
}
@media (max-width: 500px) {
  .hero__wrapper {
    gap: 0.625rem;
  }
}
.hero__text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.cards {
  padding-top: 11.875rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 1250px) {
  .cards {
    display: none;
  }
}
.cards__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 1600px) {
  .cards__items {
    gap: 0.625rem;
  }
}

.card__item {
  position: relative;
  min-width: 18.875rem;
}
@media (max-width: 1600px) {
  .card__item {
    min-width: auto;
  }
}
.card__title {
  position: absolute;
  bottom: 60px;
  width: 100%;
  left: 0;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 101%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.card__title span {
  font-weight: 700;
  font-size: 30px;
  color: var(--atrmgg-white);
}
@media (max-width: 1350px) {
  .card__title {
    font-size: 1.25rem;
  }
  .card__title span {
    font-size: 1.25rem;
  }
}

.about {
  margin-top: -31.25rem;
  background-image: url("../img/about-bi.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1250px) {
  .about {
    margin-top: -13.25rem;
  }
}
@media (max-width: 1120px) {
  .about {
    margin-top: -18.25rem;
  }
}
@media (max-width: 968px) {
  .about {
    margin-top: -12.5rem;
  }
}
@media (max-width: 768px) {
  .about {
    margin-top: -43%;
  }
}
.about__container {
  padding-top: calc(31.25rem + 6.875rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8.4375rem;
}
@media (max-width: 1250px) {
  .about__container {
    padding-top: calc(13.25rem + 5rem);
  }
}
@media (max-width: 968px) {
  .about__container {
    padding-top: 30%;
  }
}
@media (max-width: 768px) {
  .about__container {
    padding-top: 52%;
    gap: 3.125rem;
  }
}
@media (max-width: 500px) {
  .about__container {
    gap: 1.875rem;
  }
}
.about__title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 4.0625rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--atrmgg-white);
  margin-bottom: 2.1875rem;
}
@media (max-width: 1230px) {
  .about__title {
    font-size: 5.8vw;
  }
}
@media (max-width: 968px) {
  .about__title {
    max-width: 35.625rem;
    margin: 0 auto 0.625rem auto;
  }
}
@media (max-width: 768px) {
  .about__title {
    font-size: 6.3vw;
  }
}
@media (max-width: 500px) {
  .about__title {
    font-size: 8.4vw;
  }
}
.about__title span {
  font-weight: 900;
  color: var(--accent-color);
}
.about__descr {
  margin: 0 auto;
  max-width: 48.4375rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.875rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1230px) {
  .about__descr {
    font-size: 2vw;
  }
  .about__descr br {
    display: none;
  }
}
@media (max-width: 968px) {
  .about__descr {
    max-width: 31.875rem;
  }
}
@media (max-width: 768px) {
  .about__descr {
    font-size: 2.7vw;
  }
}
@media (max-width: 500px) {
  .about__descr {
    font-size: 3vw;
  }
}
@media (max-width: 425px) {
  .about__descr {
    font-size: 3.8vw;
  }
}
.about__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.375rem;
}
@media (max-width: 968px) {
  .about__info {
    gap: 1.5625rem;
  }
}
.about__buttons {
  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;
  gap: 3.5625rem;
}
@media (max-width: 768px) {
  .about__buttons {
    gap: 1.25rem;
  }
}
@media (max-width: 425px) {
  .about__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
  .about__buttons a {
    width: 100%;
  }
}
.about__video-element {
  display: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__img {
  height: 100%;
}
.about__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.about__video {
  position: relative;
  overflow: hidden;
  height: 32.75rem;
  border-radius: 2.25rem;
}
@media (max-width: 1200px) {
  .about__video {
    height: 28.125rem;
  }
}
@media (max-width: 968px) {
  .about__video {
    height: 23.125rem;
  }
}
@media (max-width: 768px) {
  .about__video {
    height: 17.5rem;
    border-radius: 0.9375rem;
  }
}
@media (max-width: 500px) {
  .about__video {
    height: 15rem;
  }
}
.about__play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 100%;
  background: rgba(178, 178, 178, 0.32);
  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;
  vertical-align: middle;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.about__play:hover {
  -webkit-transform: translate(-55%, -50%);
  -ms-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
}
@media (max-width: 968px) {
  .about__play {
    width: 8.75rem;
    height: 8.75rem;
  }
  .about__play svg {
    width: 2.8125rem;
  }
}
@media (max-width: 500px) {
  .about__play {
    width: 6.875rem;
    height: 6.875rem;
  }
  .about__play svg {
    width: 2.3125rem;
  }
}
.about__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .about__block {
    gap: 0.9375rem;
  }
}

.gallery__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
}
@media (max-width: 768px) {
  .gallery__items {
    gap: 0.9375rem;
  }
}
.gallery__item {
  border-radius: 1.875rem;
  overflow: hidden;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
@media (max-width: 768px) {
  .gallery__item {
    border-radius: 0.9375rem;
    width: 100%;
  }
}
.gallery__img {
  border-radius: 1.875rem;
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out;
}
@media (max-width: 768px) {
  .gallery__img {
    border-radius: 0.9375rem;
    width: 100%;
    max-height: 18.75rem;
  }
}

.gallery__item:hover .gallery__img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.start {
  padding-top: calc(12rem + 8.3125rem);
  padding-bottom: 20.625rem;
  background-image: url("../img/start-bi.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -12rem;
}
@media (max-width: 968px) {
  .start {
    margin-top: 0;
    padding-top: 3.75rem;
    padding-bottom: 9.375rem;
  }
}
@media (max-width: 768px) {
  .start {
    padding-bottom: 3.125rem;
  }
}
@media (max-width: 500px) {
  .start {
    padding-top: 2.8125rem;
    background-position: center center;
  }
}
.start__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.125rem;
}
@media (max-width: 1250px) {
  .start__container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 968px) {
  .start__container {
    gap: 0.9375rem;
  }
}
.start__title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 6.3125rem;
  line-height: 97%;
  text-transform: uppercase;
  color: var(--atrmgg-white);
}
.start__title span {
  color: var(--accent-color);
}
@media (max-width: 1345px) {
  .start__title {
    font-size: 7vw;
  }
}
@media (max-width: 1249px) {
  .start__title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .start__title {
    font-size: 7.6vw;
  }
}
@media (max-width: 500px) {
  .start__title {
    font-size: 9vw;
  }
}
.start__descr {
  max-width: 52.4375rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1249px) {
  .start__descr {
    text-align: center;
    margin: 0 auto;
    font-size: 2vw;
  }
}
@media (max-width: 968px) {
  .start__descr {
    max-width: 31.25rem;
  }
}
@media (max-width: 768px) {
  .start__descr {
    font-size: 3vw;
  }
}
@media (max-width: 500px) {
  .start__descr {
    font-size: 4vw;
  }
}
.start__social {
  max-width: 100% !important;
}
.start__place {
  max-width: 30.3125rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.27);
  border-radius: 1.375rem;
  backdrop-filter: blur(1.25rem);
  background: rgba(41, 41, 41, 0.78);
}
@media (max-width: 1305px) {
  .start__place {
    min-width: 25.625rem;
  }
}
@media (max-width: 768px) {
  .start__place {
    border-radius: 0.9375rem;
  }
}
@media (max-width: 500px) {
  .start__place {
    width: 100%;
    min-width: 100%;
  }
}
.start__wrapper {
  padding: 2rem 2rem 1.625rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 21px;
}
@media (max-width: 768px) {
  .start__wrapper {
    padding: 1.0625rem 1.0625rem 0.9375rem 1.0625rem;
  }
}
@media (max-width: 500px) {
  .start__wrapper {
    gap: 0.625rem;
  }
}
.start__text {
  text-align: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 500px) {
  .start__text {
    font-size: 0.8125rem;
  }
}

.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer__line {
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.6);
  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;
  padding-bottom: 2.625rem;
}
@media (max-width: 1024px) {
  .footer__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.5rem;
  }
}
@media (max-width: 968px) {
  .footer__line {
    gap: 0.9375rem;
    padding-bottom: 1.375rem;
  }
}
.footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.8125rem;
}
@media (max-width: 1490px) {
  .footer__left {
    gap: 1.875rem;
  }
}
@media (max-width: 1024px) {
  .footer__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 968px) {
  .footer__left {
    gap: 0.9375rem;
  }
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4375rem;
}
.footer__online {
  border-radius: 0.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__online_text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(217, 217, 217, 0.75);
  margin-right: 0.4375rem;
  margin-left: 0.3125rem;
}
.footer__online_count {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  color: var(--color-white-solid);
}
.footer__text {
  max-width: 33.3125rem;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 135%;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
  .footer__text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer__text {
    max-width: 100%;
  }
}
.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4375rem;
}
@media (max-width: 1490px) {
  .footer__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media (max-width: 1120px) {
  .footer__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .footer__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 560px) {
  .footer__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .footer__buttons a {
    width: 100%;
  }
}
.footer__copyright {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 425px) {
  .footer__copyright {
    text-align: center;
  }
}
.footer__bottom {
  padding-top: 2.625rem;
  padding-bottom: 2.3125rem;
  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;
}
@media (max-width: 1490px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9375rem;
  }
}
@media (max-width: 968px) {
  .footer__bottom {
    padding-bottom: 1.375rem;
    padding-top: 1.375rem;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 968px) {
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem;
  }
  .footer__list span {
    display: none;
  }
}
.footer__item {
  position: relative;
}
.footer__item:not(:last-child) {
  padding-right: 0.625rem;
}
.footer__item span {
  padding-left: 7px;
}
.footer__link {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.footer__link:hover {
  color: var(--white-color);
}
.footer__payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.875rem;
}

.payment {
  height: 93.75rem;
  background-image: url("../img/donate-bi.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .payment {
    height: 100%;
    padding-bottom: 3.125rem;
  }
}
.payment__container {
  padding-top: 18.75rem;
}
@media (max-width: 1024px) {
  .payment__container {
    padding-top: 9.375rem;
  }
}
.payment__content {
  max-width: 64.5625rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4.0625rem;
}
@media (max-width: 768px) {
  .payment__content {
    gap: 1.875rem;
  }
}
.payment__title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 2.5625rem;
  line-height: 75%;
  text-align: center;
  color: var(--atrmgg-white);
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .payment__title {
    font-size: 8vw;
  }
}

@media (max-width: 1024px) {
  .footer {
    margin-top: 0 !important;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav__item {
  position: relative;
}
.nav__item:not(:last-child) {
  margin-right: 1.5625rem;
}
@media (max-width: 1230px) {
  .nav__item:not(:last-child) {
    margin-right: 0.5625rem;
  }
}
.nav__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: var(--accent-color);
  -webkit-transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.nav__item:hover::after {
  width: 100%;
}
.nav__link {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1rem;
  color: var(--color-white-solid);
  text-transform: uppercase;
}

.btn--tg {
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  border-radius: 0.375rem;
  padding: 0.875rem 1.25rem;
  gap: 0.625rem;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 0.90625rem;
  color: var(--atrmgg-white);
  text-transform: uppercase;
  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;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
}
.btn--tg p {
  line-height: 0;
}
.btn--tg:hover {
  -webkit-box-shadow: 0 0 1rem #272727;
  box-shadow: 0 0 1rem #272727;
}
.btn--pay {
  background: var(--accent-color);
  border-radius: 0.375rem;
  padding: 1rem 1.25rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--color-white-solid);
  -webkit-box-shadow: 0 0 1.5625rem rgba(236, 114, 16, 0.35);
  box-shadow: 0 0 1.5625rem rgba(236, 114, 16, 0.35);
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
}
.btn--pay:hover {
  -webkit-box-shadow: 0 0 1rem rgba(236, 114, 16, 0.6);
  box-shadow: 0 0 1rem rgba(236, 114, 16, 0.6);
}
@media (max-width: 1180px) {
  .btn--pay {
    display: none;
  }
}
.btn--download {
  -webkit-box-shadow: 0 1.875rem 3.125rem 0 rgba(236, 114, 16, 0.35);
  box-shadow: 0 1.875rem 3.125rem 0 rgba(236, 114, 16, 0.35);
  background: var(--accent-color);
  border-radius: 0.375rem;
  padding: 1.15625rem 0;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
}
@media (max-width: 768px) {
  .btn--download {
    padding: 0.9375rem 0;
  }
}
.btn--download:hover {
  -webkit-box-shadow: 0 1.25rem 3.125rem rgba(236, 114, 16, 0.6);
  box-shadow: 0 1.25rem 3.125rem rgba(236, 114, 16, 0.6);
}
.btn--downloadlg {
  -webkit-box-shadow: 0 1.875rem 3.125rem 0 rgba(236, 114, 16, 0.35);
  box-shadow: 0 1.875rem 3.125rem 0 rgba(236, 114, 16, 0.35);
  background: var(--accent-color);
  border-radius: 0.375rem;
  padding: 1.3875rem 0;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
}
.btn--downloadlg:hover {
  -webkit-box-shadow: 0 1.25rem 3.125rem rgba(236, 114, 16, 0.6);
  box-shadow: 0 1.25rem 3.125rem rgba(236, 114, 16, 0.6);
}
@media (max-width: 768px) {
  .btn--downloadlg {
    padding: 0.9375rem 0;
  }
}
.btn--bandit {
  border-radius: 0.6875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 53%;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.0625rem;
  padding: 2.375rem 1.875rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s transform ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-box-shadow ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.btn--bandit:hover {
  -webkit-box-shadow: 0 0 1rem #272727;
  box-shadow: 0 0 1rem #272727;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
@media (max-width: 1024px) {
  .btn--bandit {
    font-size: 1.25rem;
    padding: 1.5625rem 1.0625rem;
  }
}
@media (max-width: 768px) {
  .btn--bandit {
    font-size: 1rem;
    padding: 1.25rem 0.9375rem;
  }
}
@media (max-width: 500px) {
  .btn--bandit {
    font-size: 0.875rem;
    padding: 0.9375rem;
    gap: 0.9375rem;
  }
  .btn--bandit svg {
    width: 0.4375rem;
  }
}
@media (max-width: 425px) {
  .btn--bandit {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.btn--law {
  border-radius: 0.6875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 53%;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.0625rem;
  padding: 2.375rem 1.875rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out, 0.3s -webkit-transform ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s transform ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s transform ease-in-out, 0.3s -webkit-box-shadow ease-in-out, 0.3s -webkit-transform ease-in-out;
}
.btn--law:hover {
  -webkit-box-shadow: 0 0 1rem #272727;
  box-shadow: 0 0 1rem #272727;
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
@media (max-width: 1024px) {
  .btn--law {
    font-size: 1.25rem;
    padding: 1.5625rem 1.0625rem;
  }
}
@media (max-width: 768px) {
  .btn--law {
    font-size: 1rem;
    padding: 1.25rem 0.9375rem;
  }
}
@media (max-width: 500px) {
  .btn--law {
    font-size: 0.875rem;
    padding: 0.9375rem;
    gap: 0.9375rem;
  }
  .btn--law svg {
    width: 0.4375rem;
  }
}
@media (max-width: 425px) {
  .btn--law {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.btn--footer {
  max-height: 3.3125rem;
  border-radius: 0.375rem;
  min-width: 10.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  padding: 1.0625rem 0;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  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;
  gap: 0.625rem;
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
}
.btn--footer:hover {
  -webkit-box-shadow: 0 0 1rem #272727;
  box-shadow: 0 0 1rem #272727;
}
@media (max-width: 560px) {
  .btn--footer {
    width: 100%;
  }
}
.btn--submit {
  -webkit-box-shadow: 0 0.4375rem 6rem 0 rgba(236, 114, 16, 0.35);
  box-shadow: 0 0.4375rem 6rem 0 rgba(236, 114, 16, 0.35);
  background: var(--accent-color);
  border-radius: 0.75rem;
  padding: 2.21875rem 0;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 1.4375rem;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
}
.btn--submit:hover {
  -webkit-box-shadow: 0 0.4375rem 5rem rgba(236, 114, 16, 0.6);
  box-shadow: 0 0.4375rem 5rem rgba(236, 114, 16, 0.6);
}
@media (max-width: 768px) {
  .btn--submit {
    padding: 1.25rem 0;
    font-size: 1.25rem;
  }
}
@media (max-width: 500px) {
  .btn--submit {
    padding: 1.125rem 0;
    font-size: 1rem;
  }
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 21.875rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 768px) {
  .social {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .social {
    gap: 0.625rem;
  }
}
@media (max-width: 425px) {
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  .social__item {
    width: 100%;
  }
}
.social__link {
  min-width: 10.375rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  border-radius: 0.375rem;
  padding: 0.9375rem 1.5625rem;
  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;
  gap: 0.625rem;
  -webkit-transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s -webkit-box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out;
  transition: 0.3s box-shadow ease-in-out, 0.3s -webkit-box-shadow ease-in-out;
}
@media (max-width: 425px) {
  .social__link {
    min-width: 100%;
  }
}
.social__link--start {
  min-width: 12.5rem;
  padding: 1.1375rem 0;
}
@media (max-width: 500px) {
  .social__link--start svg {
    width: 1.3125rem;
  }
}
.social__link--start p {
  font-size: 0.9375rem !important;
}
@media (max-width: 500px) {
  .social__link--start p {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 500px) {
  .social__link--start {
    min-width: 10.625rem;
    padding: 0.9375rem 0;
  }
}
.social__link:hover {
  -webkit-box-shadow: 0 0 1.875rem #1d1d1d;
  box-shadow: 0 0 1.875rem #1d1d1d;
}
.social__link p {
  margin-top: 0.1875rem;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: var(--atrmgg-white);
}
@media (max-width: 968px) {
  .social__link p {
    margin-top: 0.0625rem;
  }
}

.mobile div {
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 16px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9999999;
  cursor: pointer;
  -webkit-transition: 0.3s top ease-in-out;
  transition: 0.3s top ease-in-out;
}

@media (min-width: 1024px) {
  .mobile {
    display: none;
  }
}

.mobile div span {
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 4px;
  background-color: var(--accent-color);
  border-radius: 13px;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.mobile div span:nth-child(1) {
  top: 14px;
}

.mobile div span:nth-child(2) {
  top: 23px;
}

.mobile div span:nth-child(3) {
  bottom: 14px;
}

.mobile div.active span:nth-child(1) {
  -webkit-transform: translate(-15px, 9px) rotate(-45deg);
  -ms-transform: translate(-15px, 9px) rotate(-45deg);
  transform: translate(-15px, 9px) rotate(-45deg);
  background-color: var(--white-color);
}

.mobile div.active span:nth-child(2) {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
  opacity: 0;
}

.mobile div.active span:nth-child(3) {
  -webkit-transform: translate(-15px, -9px) rotate(45deg);
  -ms-transform: translate(-15px, -9px) rotate(45deg);
  transform: translate(-15px, -9px) rotate(45deg);
  background-color: var(--white-color);
}

.mobile nav {
  display: block;
  position: fixed;
  bottom: 16px;
  right: 16px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  z-index: 9999990;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  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;
  overflow: hidden;
}

.mobile nav.open {
  background-color: rgb(185, 102, 34);
  width: 100%;
  height: 100%;
  right: 0px;
  bottom: 0px;
  border-radius: 0;
}

.mobile nav ul {
  display: none;
}

.mobile nav ul.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile ul li {
  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;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.mobile ul li:not(:last-child) {
  margin-bottom: 22px;
}

.mobile ul li a {
  font-size: 24px;
  font-family: var(--font-family), sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.form-payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.5625rem;
}
@media (max-width: 1100px) {
  .form-payment {
    gap: 0.9375rem;
  }
}
@media (max-width: 1024px) {
  .form-payment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .form-payment {
    gap: 0.625rem;
  }
}
@media (max-width: 500px) {
  .form-payment {
    width: 100%;
  }
}
.form-payment__date {
  width: 31.5rem;
  border-radius: 1.3125rem;
  backdrop-filter: blur(6.5461826324px);
  background: #1e1e1e;
  padding: 2.625rem;
}
@media (max-width: 768px) {
  .form-payment__date {
    width: 100%;
    padding: 1.875rem;
  }
}
@media (max-width: 500px) {
  .form-payment__date {
    padding: 1.25rem;
  }
}
.form-payment__dialog {
  width: 31.5rem;
  border-radius: 1.3125rem;
  backdrop-filter: blur(6.5461826324px);
  background: #1e1e1e;
  padding: 2.625rem;
}
@media (max-width: 768px) {
  .form-payment__dialog {
    width: 100%;
    padding: 1.875rem;
  }
}
.form-payment__title {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .form-payment__title {
    margin-bottom: 0.9375rem;
  }
}
@media (max-width: 500px) {
  .form-payment__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.form-payment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.625rem;
}
@media (max-width: 768px) {
  .form-payment__info {
    gap: 0.9375rem;
  }
}
.form-payment__input {
  border: 1.31px solid var(--atrmgg-white-160);
  border-radius: 1.3125rem;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.3125rem;
  color: var(--white-color);
  padding: 1.78125rem 2.0625rem 1.78125rem 4.5rem;
  -webkit-transition: 0.3s border ease-in-out;
  transition: 0.3s border ease-in-out;
}
.form-payment__input::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: rgba(255, 255, 255, 0.6);
}
.form-payment__input::-moz-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: rgba(255, 255, 255, 0.6);
}
.form-payment__input:-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: rgba(255, 255, 255, 0.6);
}
.form-payment__input::-ms-input-placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: rgba(255, 255, 255, 0.6);
}
.form-payment__input::placeholder {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .form-payment__input {
    font-size: 1rem;
    padding: 1.375rem 2.0625rem 1.375rem 4.5rem;
  }
}
.form-payment__input:hover {
  border: 1.31px solid var(--accent-color);
}
.form-payment__input_x2 {
  padding: 1.78125rem 7.1875rem 1.78125rem 4.5rem;
}
@media (max-width: 768px) {
  .form-payment__input_x2 {
    padding: 1.375rem 2.0625rem 1.375rem 4.5rem;
  }
}
.form-payment__error {
  border: 1.31px solid #ff3f48;
  -webkit-transition: 0.3s border ease-in-out;
  transition: 0.3s border ease-in-out;
}
.form-payment__error:hover {
  border: 1.31px solid #ff3f48;
}
.form-payment__ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.875rem;
  fill: var(--accent-color);
}
@media (max-width: 768px) {
  .form-payment__ico {
    width: 1.25rem;
  }
}
.form-payment__ico_error {
  fill: #ff3f48;
}
.form-payment__ico_pay {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.875rem;
  fill: none;
  stroke: #FF7F17;
}
@media (max-width: 768px) {
  .form-payment__ico_pay {
    width: 1.25rem;
  }
}
.form-payment__double {
  position: absolute;
  right: 1.875rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5625rem;
}
.form-payment__double_text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--atrmgg-white);
}
.form-payment__sale {
  -webkit-box-shadow: 0 0.3125rem 2.8125rem 0 rgba(236, 114, 16, 0.35);
  box-shadow: 0 0.3125rem 2.8125rem 0 rgba(236, 114, 16, 0.35);
  background: var(--accent-color);
  border-radius: 0.375rem;
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: var(--atrmgg-white);
  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;
  vertical-align: middle;
  width: 2.1875rem;
  height: 1.875rem;
}
.form-payment__box {
  position: relative;
}
.form-payment__i {
  position: relative;
}
.form-payment__wrong svg {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.875rem;
}
@media (max-width: 768px) {
  .form-payment__wrong svg {
    width: 1.25rem;
  }
}
.form-payment__message {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: -2.25rem;
  right: -2.1875rem;
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-radius: 8px;
  width: 279px;
  height: 53px;
  background: #1e1e1e;
  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;
  -webkit-transition: 0.3s opacity ease-in, 0.3s visibility ease-in;
  transition: 0.3s opacity ease-in, 0.3s visibility ease-in;
}
@media (max-width: 768px) {
  .form-payment__message {
    width: 240px;
    height: 44px;
  }
}
.form-payment__message_text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1rem;
  color: var(--atrmgg-white);
}
@media (max-width: 768px) {
  .form-payment__message_text {
    font-size: 0.875rem;
  }
}
.form-payment__selects {
  margin-bottom: 2.9375rem;
}
@media (max-width: 500px) {
  .form-payment__selects {
    margin-bottom: 0.9375rem;
  }
}
.form-payment__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8875rem;
  /* Checked */
  /* Hover */
  /* Disabled */
}
@media (max-width: 500px) {
  .form-payment__group {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.4375rem;
  }
}
.form-payment__group-item {
  display: block;
}
.form-payment__group input[type=radio] {
  display: none;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.form-payment__group label {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.375rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 8.125rem;
  height: 4.5rem;
  border: 1.31px solid var(--atrmgg-white-140);
  border-radius: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 500px) {
  .form-payment__group label {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .form-payment__group label {
    height: 3.75rem;
    border-radius: 0.625rem;
  }
}
.form-payment__group label p {
  font-family: var(--second-family);
  font-weight: 600;
  font-size: 0.5rem;
  text-transform: uppercase;
  color: var(--atrmgg-white-320);
}
.form-payment__group input[type=radio]:checked + label {
  background: var(--atrmgg-white-120);
}
.form-payment__group label:hover {
  background: var(--atrmgg-white-120);
}
.form-payment__group input[type=radio]:disabled + label {
  background: var(--atrmgg-white-120);
}
.form-payment__texts {
  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;
  margin-bottom: 1.875rem;
}
.form-payment__count {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: var(--atrmgg-white-500);
}
@media (max-width: 500px) {
  .form-payment__count {
    font-size: 0.9375rem;
  }
}
.form-payment__total {
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: var(--atrmgg-white);
}
@media (max-width: 500px) {
  .form-payment__total {
    font-size: 0.9375rem;
  }
}
.form-payment__button {
  margin-bottom: 1.375rem;
}
.form-payment__policy p {
  max-width: 15.8125rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .form-payment__policy p {
    max-width: 15.9375rem;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .form-payment__policy p {
    font-size: 0.9375rem;
  }
}
.form-payment__policy p a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: var(--atrmgg-white);
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
}
.form-payment__policy p a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.form-payment__wrong:hover .form-payment__message {
  opacity: 1;
  visibility: visible;
}

.__select {
  position: relative;
  width: 100%;
  height: 5.25rem;
  border: 1.31px solid var(--atrmgg-white-160);
  border-radius: 21px;
  background: -webkit-gradient(linear, left top, left bottom, from(#272727), to(#1d1d1d));
  background: linear-gradient(180deg, #272727 0%, #1d1d1d 100%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .__select {
    height: 4rem;
  }
}
.__select[data-state=active] .__select__title::before {
  -webkit-transform: translate(-3px, -50%) rotate(-45deg);
  -ms-transform: translate(-3px, -50%) rotate(-45deg);
  transform: translate(-3px, -50%) rotate(-45deg);
}
.__select[data-state=active] .__select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(45deg);
  -ms-transform: translate(3px, -50%) rotate(45deg);
  transform: translate(3px, -50%) rotate(45deg);
}
.__select[data-state=active] .__select__content {
  opacity: 1;
}
.__select[data-state=active] .__select__label + .__select__input + .__select__label {
  max-height: 40px;
  border-top-width: 1px;
}
.__select svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.875rem;
}
@media (max-width: 768px) {
  .__select svg {
    width: 1.25rem;
  }
}
.__select:hover {
  border: 1.31px solid var(--accent-color);
}

.__select__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.5rem 1rem;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 1.3125rem;
  color: rgba(255, 255, 255, 0.6);
  padding-left: 4.5rem;
}
@media (max-width: 768px) {
  .__select__title {
    font-size: 1rem;
  }
}
.__select__title::before, .__select__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.4375rem;
  display: block;
  width: 0.625rem;
  height: 0.125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: var(--white-color);
  -webkit-transform: translate(-3px, -50%) rotate(45deg);
  -ms-transform: translate(-3px, -50%) rotate(45deg);
  transform: translate(-3px, -50%) rotate(45deg);
}
.__select__title::after {
  -webkit-transform: translate(3px, -50%) rotate(-45deg);
  -ms-transform: translate(3px, -50%) rotate(-45deg);
  transform: translate(3px, -50%) rotate(-45deg);
}
.__select__title:hover {
  border-color: var(--accent-color);
}
.__select__title:hover::before, .__select__title:hover::after {
  background-color: var(--accent-color);
}

.__select__content {
  position: absolute;
  top: 5.1875rem;
  left: 0.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 6px);
  background-color: #272727;
  border: 1px solid #272727;
  border-top: none;
  border-bottom-left-radius: 1.3125rem;
  border-bottom-right-radius: 1.3125rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  z-index: 8;
}
@media (max-width: 768px) {
  .__select__content {
    top: 4rem;
  }
}

.__select__input {
  display: none;
}
.__select__input:checked + label {
  background-color: var(--accent-color);
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.__select__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  max-height: 0;
  padding: 0 16px;
  font-family: var(--font-family);
  font-size: 0.9375rem;
  color: var(--white-color);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
}
.__select__label:not(:first-child) + input + .__select__label:not(:first-child) {
  border-top: 0 solid var(--atrmgg-white-160);
}
.__select__label:hover {
  background-color: var(--accent-color) !important;
  color: #ffffff;
}/*# sourceMappingURL=main.css.map */