@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);

*,
::after,
::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  transition: all .3s ease
}

a {
  text-decoration: none;
  color: var(--gray)
}

:root {
  --grey: #475467;
  --black: #0D0C0C
}

.header {
  width: 100%;
  height: 106px;
  background-color: #ffffff80;
  backdrop-filter: blur(15px);
  position: fixed;
  z-index: 9
}

.d-flex {
  display: flex
}

.star {
  color: #ff6868;
  position: absolute
}


.list__button:hover {
    background-color: #242424;
    transition: 0.5s;
    color: #fff;
}

.list__button_discord {
    padding: 8px 10px;
    border-radius: 12px;
    background-color: transparent;
    color: var(--grey);
    border: 1px solid #47546759;
    font-size: 27px;
    cursor: pointer

}

.list__button_discord:hover {
    background-color: #5865f2;
    transition: 0.5s;
    color: #fff;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1680px;
  margin: 0 auto
}

.shop__image img {
  width: 90%
}

.payment__card .icon__card {
  position: absolute;
  z-index: 100;
  top: 45px;
  left: 48px;
  width: 64px;
  height: 64px
}


.payment__card .icon__card__va {
  position: absolute;
  z-index: 100;
  top: 55px;
  right: 58px;
  width: 82px;
  height: 41px
}

.payment__card .text__card {
  position: absolute;
  z-index: 100;
  bottom: 40px;
  left: 112px
}

.payment__card .text__card p {
  font-size: 40px;
  font-weight: 500
}

.header__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header__logo {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center
}

.header__logo img {
  height: 51px;
  width: 51px;
  margin-right: 40px
}

.header__nav {
  display: flex;
  margin: 0 20px
}

.list__of__buttons {
  display: flex;
  list-style: none;
  gap: 48px
}

.list__button {
  padding: 8px 10px;
  border-radius: 12px;
  background-color: transparent;
  color: var(--grey);
  border: 1px solid #47546759;
  font-size: 27px;
  cursor: pointer
}

.profile__button {
  background-color: var(--black);
  color: #fff;
  border: 0;
  border-radius: 15px;
  font-size: 20px
}

.header__burger {
  display: none
}

.intro {
  width: 100%;
  height: 900px;
  background: url("line.png") no-repeat
}

.intro__content,
.intro__image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.intro__image {
  width: 663px;
  height: 600px;
  background-color: #8f8d8ddb;
  justify-content: center;
  border-radius: 33px
}

.title__text {
  font-size: calc(36px + 18*((100vw - 320px)/(1280 - 320)));
  font-weight: 600;
  color: var(--black)
}

.footer__regular__text,
.regular__text {
  font-size: calc(16px + 6*((100vw - 320px)/(1280 - 320)));
  font-weight: 400;
  color: var(--grey)
}

.footer__regular__text {
  font-size: calc(16px + 4*((100vw - 320px)/(1280 - 320)));
  line-height: 1.5
}

.intro__text {
  width: 50%
}

.intro__text p {
  padding: 28px 0 100px
}

.intro__text a button {
  font-size: 24px
}

.btn__line {
  width: 100%;
  align-items: start;
  display: flex
}

.btn__line img {
  margin-left: 30px;
  transform: rotate(20deg);
  transform: scale(.7)
}

.info {
  width: 100%;
  overflow: hidden
}

.info .container .intro__content:nth-child(2n) {
  flex-direction: row-reverse
}

.avatar {
  overflow: hidden
}

.avatar img {
  width: 100%;
  object-fit: cover
}

.avatar,
.avatar img,
.inner__card,
.inner__card img {
  display: flex;
  align-items: center;
  justify-content: center
}

.inner__card img {
  height: 100%;
  width: 100%;
  object-fit: inherit
}

.info__img,
.info__text {
  width: 60%;
  height: 100%
}

.info__text h1 {
  padding-bottom: 15px
}

.info__img {
  width: 40%
}

.cards {
  width: 100%;
  padding: 80px 0
}

.cards__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  flex-wrap: wrap
}

.card {
  border-radius: 15px;
  width: 490px;
  height: 366px;
  background: url(./img/cardbg.webp);
  box-shadow: 0 20px 99px 0 rgba(0, 0, 0, .05);
  margin-bottom: 20px
}

.card__centred__icon,
.card__icon {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center
}

.card__centred__icon {
  width: 110px;
  height: 110px;
  border-radius: 15px;
  background-color: #fff
}

.card__text {
  padding: 31px
}

.card__text h2 {
  font-weight: 500;
  font-size: 31px;
  line-height: 99%;
  color: var(--black)
}

.card__text p {
  font-weight: 400;
  padding-top: 5px;
  line-height: 110%;
  color: var(--grey)
}

.discord__img img {
  padding-top: 200px
}

.faq {
  width: 100%;
  padding: 80px 0
}

.faq__content {
  display: block
}

.faq__text p {
  padding-bottom: 60px
}

.faq__section {
  width: 100%
}

.accordion__control {
  width: 100%;
  background-color: transparent;
  cursor: pointer
}

.inner__card .icon {
  position: relative;
  z-index: 20
}

.lines__burger {
  width: 35px;
  height: 3px;
  background-color: #000;
  margin: 6px 0
}

.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  will-change: max-height;
  transition: all .3s ease-out;
  box-sizing: content-box
}

.accordion__icon {
  transition: transform .3s ease-out
}

.open .accordion__icon::after {
  width: 0
}

.open .accordion__content {
  opacity: 1;
  padding: 0 0 20px 20px
}

.payment__content {
  overflow: hidden
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

button {
  border: 0
}

.accordion__control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 20px;
  border-top: 1px solid #888
}

.accordion__control::-webkit-details-marker {
  display: none
}

.accordion__title {
  font-size: 28px;
  font-weight: 500;
  color: var(--black);
  margin: 0 20px 0 0
}

.accordion__icon {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #bfbfbf
}

.accordion__icon::after,
.accordion__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%)
}

ul {
  list-style: none
}

.accordion__icon::after {
  width: 1px;
  height: 50%
}

.accordion__content {
  border-top: 1px solid transparent;
  color: var(--grey);
  font-size: 20px
}

.accordion[open] .accordion__icon {
  transform: rotate(45deg)
}

.discord {
  padding: 0
}

.discord__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between
}

.discord__text {
  width: 60%;
  height: 100%;
  text-align: start;
  display: flex;
  flex-direction: column;
  align-items: start
}

.discord__text .title__text {
  padding-bottom: 16px
}

.discord__text .regular__text {
  padding-bottom: 100px
}

.profile__button {
  padding: 20px 25px
}

.intro {
  overflow: hidden
}

.header .profile__button,
.intro .profile__button {
  box-shadow: 0 5px 5px rgba(13, 12, 12, .2)
}

.header .profile__button {
  padding: 15px 25px
}

.discord__img {
  width: 52%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

.footer {
  width: 100%;
  height: 280px;
  background-color: #f1f5f9
}

.footer__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%
}

.footer__first__pat,
.footer__second__part {
  height: 100%;
  width: 100%;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

.footer__second__part {
  width: 373px
}

.footer__icons,
.icon__bg {
  display: flex;
  align-items: center
}

.icon__bg {
  width: 57px;
  height: 57px;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #d0d5dd
}

.footer__icons {
  width: 100%;
  justify-content: space-between;
  white-space: pre-wrap
}

.footer__second__part .footer__inner__text {
  text-align: end
}

.shop {
  width: 100%;
  padding: 80px 0
}

.form__dates,
.forms_server {
  display: flex;
  flex-direction: column;
  width: 656px
}

.forms_server {
  width: 1350px
}

.shop__content {
  display: flex;
  width: 100%;
  height: 100%
}

.form-container,
.forms-container {
  display: block;
  width: 50%
}

.shop__image {
  width: 50%;
  display: flex;
  align-items: end;
  justify-content: center
}

form input,
form label,
select {
  font-size: 22px;
  color: var(--grey)
}

form input,
select {
  margin-bottom: 25px;
  padding: 10px 15px;
  border-radius: 12px;
  border: 1px solid var(--grey)
}

form button {
  width: 656px;
  border-radius: 16px;
  height: 55px;
  font-size: 22px;
  background-color: #000;
  color: #fff
}

form label {
  font-weight: 500;
  line-height: 135%;
  padding-bottom: 4px
}

form .label::after {
  content: '*';
  color: #ff6868
}

.profile__button img {
  width: 10px;
  height: 10px
}

.element-animation {
  opacity: 0;
  transform: translateY(20px)
}

.inner__card {
  width: 100%;
  height: 100%;
  padding: 10px;
  border-radius: 80px
}

.inner__card .payment__card__bg__b {
  position: relative;
  z-index: 10
}

.dropdown,
.inner__card .payment__card__bg__s {
  position: relative;
  z-index: 10;
  display: none
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.3s;
  transform: translateY(0)
}

.btn__line::after {
  content: url("line.png");
  position: absolute;
  margin: -70px 0 0 250px
}

.cards h1 {
  padding-bottom: 30px
}

.dropdown {
  width: 100%;
  background-color: #ffffff;
  padding: 0 16px;
  opacity: 0;
  position: absolute;
  z-index: 100
}

.dropdown.open {
  display: block;
  padding: 10px 0;
  opacity: 1
}

.dropdown .list__of__buttons {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding-bottom: 20px
}

.dropdown .container {
  padding: 0 10px
}

.dropdown .list__item {
  width: 100%;
  padding: 10px 0;
  margin: 0
}

.dropdown .list__button,
.dropdown .profile__button,
.overlay {
  width: 100%
}

.dropdown a {
  padding: 10px 0
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 3;
  display: none
}

.profile__content {
  padding-left: 250px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center
}

.profile__name,
.role {
  display: flex;
  align-items: center
}

.role {
  border: 2.2px solid rgba(71, 84, 103, .25);
  border-radius: 80px;
  width: 307px;
  height: 127px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, .25);
  justify-content: center;
  margin-top: -220px;
  margin-bottom: 10px
}

.role p {
  font-weight: 500;
  font-size: 60px;
  line-height: 68%;
  color: #b7a2fb
}

.profile__name {
  flex-wrap: wrap;
  gap: 40px
}

.avatar,
.welcome {
  border: 2.2px solid rgba(71, 84, 103, .25);
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, .25)
}

.welcome {
  border-radius: 80px;
  width: 515px;
  height: 315px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center
}

.welcome .name__avatar {
  font-size: 80px;
  font-weight: 400
}

.welcome .profile__hello {
  font-weight: 400;
  font-size: 55px;
  line-height: 140%;
  color: #000
}

.avatar {
  border-radius: 92px;
  padding: 2px 10px 3px;
  width: 335px;
  height: 335px
}

.payment {
  width: 100%;
  height: auto;
  padding-bottom: 80px
}

.payment__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 60px 0;
  align-items: center;
  gap: 30px
}

.payment__card {
  border-radius: 80px;
  width: 520px;
  height: 336px;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .25);
  border: 2.2px solid rgba(71, 84, 103, .25)
}

.accordion {
  width: 100%;
  margin-bottom: 0
}

.footer__mobile,
.header__line {
  display: none;
}

.header__profile {
  position: relative;
  z-index: 14
}

.profile {
  height: 1000px;
  max-width: 100vw;
  background: url(./img/profilebgFrame5322.webp) no-repeat;
  background-size: cover;
  background-position: top
}

.payment .regular__text {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin: auto
}

.payment__content {
  padding-bottom: 180px
}

@media (max-width:1800px) {
  .intro {
    padding-top: 50px
  }

  .container {
    padding: 0 20px
  }

  .cards__content {
    flex-wrap: wrap;
    justify-content: space-evenly
  }

  .card {
    border-radius: 15px;
    width: 500px;
    height: 366px
  }

  .forms_server {
    width: 150%
  }

  .info__img {
    width: 70%;
    margin-left: 100px
  }

  .shop__image img {
    width: 85%;
    margin-left: 120px
  }

  .discord {
    padding-bottom: 0;
    padding-top: 150px
  }
}

@media (max-width:1440px) {
  .profile {
    height: 700px
  }

  .header__content .profile__button {
    margin: 0 40px
  }

  .list__button {
    font-size: 20px
  }

  .container {
    max-width: 1170px
  }

  .intro__image {
    scale: .9;
    z-index: -10
  }

  .discord {
    padding-bottom: 0;
    padding-top: 150px
  }

  .discord .profile__button {
    padding: 22px 60px
  }

  .discord .regular__text {
    font-size: 28px;
    padding: 10px
  }

  .btn__line::after {
    margin: -75px 0 0 165px;
    scale: .7;
    rotate: -5grad
  }

  .profile__content {
    padding-left: 100px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .discord__img {
    width: 60%
  }

  .role {
    border: 2.2px solid rgba(71, 84, 103, .25);
    border-radius: 80px;
    width: 307px;
    height: 127px;
    backdrop-filter: blur(30px);
    background: rgba(255, 255, 255, .25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px
  }

  .footer__second__part .footer__inner__text {
    width: 350px
  }

  .forms_server {
    width: 200%
  }

  .shop {
    padding-bottom: 0
  }

  .card {
    display: grid(auto, 1fr)
  }

  .payment {
    margin-top: 30px
  }

  .payment__content {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .info {
    overflow: hidden
  }
}

@media (max-width:1200px) {
  .intro {
    padding-top: 50px
  }

  .container {
    padding: 0 40px
  }

  .intro__text {
    flex-wrap: nowrap
  }

  .intro__btn {
    width: 100%
  }

  .profile__button {
    display: block
  }

  .intro__image {
    width: 400px;
    height: 500px;
    margin: auto 0
  }

  .intro__image img {
    transform: scale(.7)
  }

  .intro__content {
    flex-wrap: wrap;
    flex-direction: column
  }

  .intro {
    height: 700px
  }

  .intro__text {
    height: 100%;
    flex-direction: column
  }

  .intro__image,
  .intro__text {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .info__text {
    text-align: center
  }

  .info__img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0
  }

  .cards__content,
  .shop__content {
    display: flex;
    align-items: center;
    justify-content: space-evenly
  }

  .shop__content {
    justify-content: center;
    flex-wrap: wrap
  }

  .discord__content,
  .shop__content {
    flex-direction: column
  }

  .discord__content,
  .discord__text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
  }

  .forms-container,
  .forms_server {
    width: 100%
  }
}

@media (max-width:1024px) {
  .discord__text .regular__text {
    padding-bottom: 41px
  }

  .profile {
    height: 500px
  }

  .form__dates,
  .forms_server {
    width: 100%
  }

  .avatar img {
    scale: 1.05
  }

  .inner__card .payment__card__bg__b {
    display: none
  }

  .inner__card .payment__card__bg__s {
    display: block
  }

  body.lock {
    overflow: hidden
  }

  .list__button {
    font-size: 18px
  }

  .shop {
    padding: 50px 0
  }

  .shop__content .element-animation {
    width: 100%;
    font-size: 16px;
    font-weight: 500
  }

  .shop__image img {
    width: 90%;
    margin-left: 10px
  }

  .info__text {
    width: 700px
  }

  .info__text .regular__text {
    text-align: center;
    width: 100%
  }

  .cards .title__text,
  .faq .regular__text,
  .faq .title__text,
  .info .title__text {
    text-align: center
  }

  .intro {
    background: 0 0
  }

  .btn__line::after {
    margin: -85px 0 0 170px;
    scale: .8;
    rotate: -10grad
  }

  .shop__image {
    padding: 100px 0
  }

  .footer__logo img {
    width: 62px;
    height: 62px
  }

  .footer__inner__text,
  .footer__regular__text {
    font-size: 20px
  }

  .header__nav,
  header .profile__button {
    display: none
  }

  .dropdown .profile__button {
    display: block
  }

  .header__burger {
    width: 35px;
    height: 25px;
    position: relative;
    display: block;
    cursor: pointer
  }

  .form-container,
  .shop__content {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .form-container {
    width: 100%;
    flex-direction: column
  }

  .forms-container,
  .profile {
    width: 100%
  }

  .profile__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
  }

  .role {
    border-radius: 80px;
    width: 177px;
    height: 70px;
    margin: 0 0 0 200px
  }

  .role p {
    font-size: 30px;
    padding: 15px
  }

  .profile__name {
    margin: 33px;
    display: flex;
    justify-content: center;
    align-items: normal
  }

  .welcome .profile__hello {
    font-size: 35px;
    font-weight: 500
  }

  .payment .title__text,
  .welcome .name__avatar {
    font-size: 50px;
    font-weight: 500
  }

  .avatar,
  .welcome {
    width: 345px;
    height: 175px;
    padding: 10px 25px;
    border-radius: 40px
  }

  .avatar {
    border-radius: 46px;
    padding: 2px 10px 3px;
    width: 175px
  }

  .payment {
    padding-bottom: 18px;
    margin-top: 0
  }

  .payment__content {
    padding: 21px 0;
    gap: 17px
  }

  .payment .title__text {
    text-align: center;
    margin-top: -50px
  }

  .payment .regular__text {
    font-size: 30px;
    font-weight: 500;
    color: #000;
    padding: 20px
  }

  .payment__card {
    border-radius: 46px;
    height: 300px
  }

  .header__line {
    display: block;
    position: absolute;
    z-index: 1;
    top: -207px;
    left: -412px;
    scale: .3;
    rotate: -10deg
  }

  .profile__content {
    padding-left: 0
  }

  .shop__content .title__text {
    text-align: center;
    font-size: 36px;
    margin-bottom: 25px
  }

  .discord__content .discord__img {
    margin-top: 45px
  }

  .discord__img img {
    padding-top: 0
  }
}

@media screen and (max-width:960px) {
  .role {
    margin: 0 0 0 150px
  }
}

@media screen and (max-width:870px) {
  .role {
    margin: 0 0 0 125px
  }
}

@media screen and (max-width:800px) {
  .role {
    margin: 0 0 0 90px
  }
}

@media (max-width:768px) {
  .discord__img img {
    padding-top: 0;
    width: 100%
  }

  .btn__line::after {
    content: url('line.png');
    position: absolute;
    margin: -45px 0 0 200px;
    scale: 1.1
  }

  .profile__content {
    margin-top: -50px
  }

  .payment__card .icon__card {
    position: absolute;
    z-index: 100;
    top: 45px;
    left: 48px;
    width: 32px;
    height: 32px
  }

  .payment__card .icon__card__va {
    position: absolute;
    z-index: 100;
    top: 55px;
    right: 48px;
    width: 41px;
    height: 20px
  }

  .payment__card .text__card {
    position: absolute;
    z-index: 100;
    bottom: 50px;
    left: 70px
  }

  .payment__card .text__card p {
    font-size: 25px
  }

  .profile {
    height: 600px;
    background-size: cover;
    margin-top: 0
  }

  .intro .regular__text {
    width: auto
  }

  .avatar {
    margin-left: 0
  }

  .faq .title__text {
    text-align: center
  }

  .faq .regular__text {
    padding-top: 5px
  }

  .info .container .intro__content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
  }

  .info__img {
    margin-left: 1px
  }

  .cards__content {
    flex-wrap: wrap;
    justify-content: center
  }

  .info__text {
    width: 100%;
    text-align: center
  }

  .info__img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .shop__content {
    flex-wrap: wrap;
    flex-direction: column
  }

  .card {
    margin-bottom: 20px
  }

  .shop__image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .discord .regular__text {
    padding-bottom: 40px
  }

  .discord__content {
    flex-wrap: wrap;
    flex-direction: column
  }

  .discord__text {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
  }

  .footer__main {
    display: none
  }

  .footer__mobile {
    display: block;
    margin: auto
  }

  .footer__logo {
    padding: 41px 0 10px
  }

  .footer__logo img {
    width: 61px;
    height: auto
  }

  .footer__inner__text,
  .footer__logo {
    text-align: center
  }

  .footer__icons {
    justify-content: center
  }

  .welcome {
    height: 166px;
    width: 50%
  }

  .footer__mobile p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75
  }

  .footer__icons {
    padding: 21px;
    gap: 23px
  }

  .footer {
    height: auto
  }

  .welcome {
    display: flex;
    justify-content: left;
    margin-right: 40px
  }

  .profile__name {
    margin-bottom: 20px;
    width: 100%;
    gap: 0
  }

  .role {
    margin: 0 110px;
    width: 180px;
    height: 77px
  }

  .role p {
    font-size: 30px
  }

  .discord__img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .payment .regular__text {
    font-size: 20px;
    font-weight: 500
  }

  .profile .container {
    overflow: hidden
  }

  .welcome .profile__hello {
    font-size: 35px;
    font-weight: 500
  }

  .welcome .name__avatar {
    font-size: 50px;
    font-weight: 500
  }
}

@media screen and (max-width:630px) {
  .role {
    margin: 0 0 0 60px
  }
}

@media (max-width:430px) {
  .welcome .profile__hello {
    font-size: 20px;
    font-weight: 500
  }

  .header,
  .intro__image {
    height: 87px;
    position: relative
  }

  .dropdown .list__button,
  .dropdown .profile__button {
    font-size: 23px;
    font-weight: 500
  }

  .dropdown .profile__button {
    margin-top: 10px
  }

  .header__logo img {
    width: 39px;
    height: auto
  }

  .intro__image {
    width: 350px;
    height: 305px;
    top: -15px;
    left: 55px;
    z-index: -10;
    rotate: -10grad
  }

  .intro__image img {
    width: 100%;
    height: auto;
    rotate: 9grad;
    position: relative;
        bottom: 40px;
    right: 60px
    
  }

  .intro {
    margin-top: -20px;
    width: 100%;
    height: 500px;
    background: 0 0;
    overflow: hidden;
    padding-top: 0
  }

  .intro .profile__button {
    padding: 12px 16px;
    border-radius: 10px
  }

  .intro__text h1 {
    width: 100%;
    font-size: 36px;
    line-height: 1.1
  }

  .card__text {
    padding-top: 25px
  }

  .card__text p {
    max-width: 330px;
    font-size: 18px;
    font-weight: 400
  }

  .card__text h2 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 5px
  }

  .intro__text p {
    padding: 10px 0 47px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.3
  }

  .btn__line::after {
    margin: -45px 0 0 130px
  }

  .info__text p,
  .intro__text a button {
    font-size: 15px
  }

  .info {
    padding: 30px 0 60px
  }

  .info__text h1 {
    font-size: 36px;
    font-weight: 600
  }

  .info__text p {
    font-weight: 400;
    padding-top: 6px !important;
    line-height: 1.2
  }

  .info__img {
    position: relative;
    padding-top: 30px;
    width: 100%;
    left: 100px;
    
  }

  .info__img img {
    max-width: 100%
  }

  .card {
    margin-bottom: 40px;
    height: 300px
  }

  .accordion__icon {
    margin-top: 10px
  }

  .cards {
    padding: 0
  }

  .cards h1 {
    text-align: center;
    padding-bottom: 30px
  }

  .cards p,
  .faq__text p {
    font-size: 18px;
    font-weight: 400
  }

  .card .card__text {
    padding: 20px
  }

  .card__centred__icon {
    margin-top: 20px;
    width: 92px;
    height: 90px
  }

  .card__centred__icon img {
    width: 46px;
    height: 45px
  }

  .container {
    padding: 0 10px
  }

  .payment .container {
    padding: 0 5px
  }

  .faq {
    padding: 0
  }

  .faq__text {
    text-align: center
  }

  .faq__text p {
    font-size: 15px;
    padding-bottom: 24px
  }

  .accordion__title {
    font-size: 20px;
    font-weight: 600
  }

  .accordion__content p {
    font-size: 16px;
    font-weight: 400;
    max-width: 325px
  }

  .accordion__control,
  .open .accordion__content {
    padding: 0
  }

  .shop__content .element-animation {
    font-size: 16px;
    font-weight: 500
  }

  .shop__content .title__text {
    text-align: center;
    margin-bottom: 35px;
    font-size: 36px
  }

  .shop {
    width: 100%;
    padding: 100px 0
  }

  .shop__content .shop__image img {
    margin-top: 66px;
    width: 100%
  }

  .shop__image img {
    width: 100%;
    margin-left: 1px
  }

  .shop__image {
    padding: 0
  }

  form input {
    margin-bottom: 21px
  }

  .discord {
    padding-bottom: 625px;
    padding-top: 0;
    height: 540px
  }

  .cards h1,
  .discord__text h1 {
    font-size: 36px
  }

  .discord__text p {
    font-size: 15px !important;
    font-weight: 400;
    line-height: 1.75
  }

  .discord__text .title__text {
    padding-bottom: 10px
  }

  .discord__img {
    margin-top: 40px
  }

  .discord__img img {
    width: 100%
  }

  .discord__content .profile__button {
    font-size: 16px;
    padding: 18px 23px
  }

  .discord__content .profile__button img {
    width: 12px;
    height: auto
  }

  .footer__main {
    display: none
  }

  .footer__mobile {
    display: block;
    margin: auto
  }

  .footer__logo {
    padding: 41px 0 10px
  }

  .footer__logo img {
    width: 61px;
    height: auto
  }

  .footer__inner__text,
  .footer__logo {
    text-align: center
  }

  .footer__icons {
    justify-content: center;
    padding: 21px;
    gap: 23px
  }

  .footer__mobile p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75
  }

  .footer {
    height: auto
  }

  .profile {
    height: 535px;
    background: url(./img/bgprofile5.webp) no-repeat;
    background-position: bottom
  }

  .role {
    border-radius: 80px;
    width: 177px;
    height: 43px;
    margin: 10px 10px 10px 40px
  }

  .role p {
    font-size: 25px
  }

  .profile__name {
    margin: 0
  }

  .payment .title__text,
  .welcome .name__avatar {
    font-size: 35px;
    font-weight: 500
  }

  .welcome {
    width: 100%;
    height: auto;
    border-radius: 40px;
    margin-left: 30px;
    margin-right: 30px
  }

  .avatar {
    border-radius: 46px;
    padding: 2px 10px 3px;
    width: 175px;
    height: 175px;
    margin: auto
  }

  .avatar img {
    width: 100%;
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center
  }

  .payment {
    padding-bottom: 18px
  }

  .payment__content {
    padding: 21px 0 40px;
    gap: 17px
  }

  .payment .title__text {
    text-align: left;
    padding-left: 20px
  }

  .payment .regular__text {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    padding: 0 10px;
    line-height: 1.3
  }

  .payment__card {
    border-radius: 46px;
    height: 249px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .header__line {
    display: block;
    position: absolute;
    z-index: 1;
    top: -207px;
    left: -412px;
    scale: .3;
    rotate: -10deg
  }

  .profile__content {
    padding-left: 0
  }

  .accordion .accordion__title {
    padding-top: 10px;
    text-align: left
  }

  .accordion .accordion__content {
    padding-bottom: 10px
  }

  .avatar,
  .inner__card img {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .avatar {
    margin-top: 10px
  }

  .inner__card img {
    object-fit: inherit
  }
}

@media screen and (max-width:400px) {
  .shop__content .element-animation {
    width: 100%
  }

  .card {
    border-radius: 15px;
    width: 490px;
    height: 400px;
    background: url(./img/cardbg.webp) no-repeat;
    box-shadow: 0 20px 99px 0 rgba(0, 0, 0, .05);
    margin-bottom: 20px
  }
}