html {
  height: 100%;
  font-size: 10px;
  font-family: 'Lato', sans-serif;
  font-family: 'Raleway', sans-serif;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px;
}

a {
  text-decoration: none;
}

.kg_header {
  padding-top: 6px;
  padding-bottom: 7.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.5px solid rgba(100, 101, 103, 0.3);
  background: #FFFFFF;
  z-index: 1;
}

.logo_smm {
  display: block;
  margin-left: 5px;
  width: 134px;
  height: 21px;
  background: url("images/logosmm.svg") no-repeat;
  background-size: contain;
}

.logo_smm_ml {
  margin-left: 15px;
  margin-top: 14px;
  margin-bottom: 14.5px;
}

.subtitle {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #646567;
  margin-top: 43px;
}

.short_line {
  border: 0.5px solid #6465674D;
  width: 60%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.line {
  border: 1px solid rgba(127, 127, 153, 0.07);
}

.footer__line {
  margin-top: 2.7rem;
}

.content {
  color: #1D1D28;
  text-align: center;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.main_text {
  margin-left: 2rem;
  margin-right: 2rem;
  color: #646567;
}

.colored {
  color: #D547EC;
}

.content__title {
  margin-top: 2rem;
  font-family: Lato, sans-serif;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 3.2rem;
  text-align: center;
  overflow: visible;
}

.content__subtitle {
  margin-top: 1.6rem;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
}

.content h3 {
  margin-top: 6px;
  font-family: Raleway, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
}

.title2 {
  font-family: Raleway;
  font-style: normal;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}

.regulartext {
  margin-top: 0;
  display: block;
  font-family: Raleway;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  margin-bottom: 1rem;
}

.regular_text_size {
  font-size: 15px;
}

.section_text {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.03em;
  text-align: center;
}

.content__pic {
  width: 100%;
  min-height: 23.4rem;
  background: url('images/Group.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.button {
  display: flex;
  justify-content: center;
  /* width: 206px;
  height: 5.6rem; */
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background: #8F47EC;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 17px;
  padding-bottom: 18px;
  width: 199px;
}

.button:hover,
.button:active {
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.link_signup:hover,
.link_signup:active {
  box-shadow: inset 0px 4px 0px rgba(0, 0, 0, 0.3);
}

.mt_btn {
  margin-top: 2.5rem;
}

.aboutus_section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #FAF8FF;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.text_block {
  width: 100%;
  min-width: 200px;
  max-width: 710px;
  color: #646567;
}


.sign_inbtn {
  margin: 20px;
  border: none;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  background: #CF2376;
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
}

.passwordt {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}


.title {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.redirect_buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding-bottom: 49px;
}

.link_signup {
  padding-top: 17px;
  padding-bottom: 18px;
  width: 199px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 30px;
  background-color: #8F47EC;
  color: #FFFFFF;
  font-family: 'Raleway', sans-serif;
  font-size: 17px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}

.link_signin {
  border: 0.5px solid #894EE6;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 30px;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 197px;
  font-family: Raleway;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
  text-decoration: none;
  color: #3A3A38;
  background-color: #FFFFFF;
}

.withdrawal_section {
  display: flex;
  margin: auto 0px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  flex-direction: column;
  align-items: center;
  background-color: #FAF8FF;
  border-bottom: 0.5px solid rgba(100, 101, 103, 0.3);
}

.payments_logo {
  padding-top: 6px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.payeer_icon {
  display: flex;
  width: 183px;
  height: 72px;
  background: url('images/payeer.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.crypto_icons {
  display: flex;
  flex-direction: wrap;
  gap: 17px;
}

.btc_icon {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url('images/Bitcoin.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.itc_icon {
  display: inline-block;
  width: 58px;
  height: 58px;
  background: url('images/litecoin.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.webmoney_icon {
  display: flex;
  width: 217px;
  height: 89px;
  background: url('images/webmoney.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.qiwi_icon {
  display: flex;
  width: 191px;
  height: 78px;
  background: url('images/qiwi.svg') no-repeat;
  background-size: contain;
  background-position: center;
}

.footerlist {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 0;
  list-style: none;
  padding-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.footerlist__item {
  text-decoration: none;
  color: #646567;
}

.login_footer {
  margin-right: 30px;
  color: #646567;
}

.footer {
  color: #646567;
}

.Rights {
  text-align: center;
  font-size: 12px;
  margin-top: 3rem;
}

.header_link {
  display: block;
  padding: 1rem 2rem;
  border-radius: 4rem;
  background: transparent;
  transition: all .3s ease;
  color: #3A3A38;
  font-size: 15px;
  border-width: 2px;
  text-decoration: none;
  text-align: center;
}

.header_link:visited {
  color: #3A3A38;
}


/* Mediaqueries */


@media (min-width: 769px) and (max-width: 951px) {

  /* HEADER  */

  .logo_smm {
    display: block;
    margin-left: 5px;
    width: 134px;
    height: 21px;
    background: url("images/logosmm.svg") no-repeat;
    background-size: contain;
  }

  .logo_smm_ml {
    margin-left: 15px;
    margin-top: 14px;
    margin-bottom: 14.5px;
  }

  .header_menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FCFCFB;
  }

  .header_link {
    display: block;
    padding: 1rem 2rem;
    border-radius: 4rem;
    background: transparent;
    transition: all .3s ease;
    color: #3A3A38;
    font-size: 15px;
    border-width: 2px;
    text-decoration: none;
  }


  /* CONTENT*/
  .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content__textBlock {
    flex-basis: 35%;
  }

  .content__title,
  .content__subtitle,
  .content__text {
    text-align: left;
  }

  .content__title {
    font-size: 35px;
    margin-bottom: 0;
  }

  .title2 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .regular_text_size {
    font-size: 15px;
  }

  .content__pic {
    flex-basis: 55%;
    width: 34rem;
    height: 31rem;
  }

  .content__button {
    position: absolute;
    top: 23rem;
    left: 3.2rem;
  }

  .button {
    font-size: 17px;
  }

  .subtitle {
    font-size: 18px;
  }

  .redirect_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 49px;
  }

  .link_signup {
    margin-right: 32px;
    margin-bottom: 0;
  }

  .redirect_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 49px;
  }

  .payments_logo {
    padding-top: 6px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
  }

  /* .payeer_icon {
    display: flex;
    width: 268px;
    height: 105px;
    background: url('../images/payeer.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .btc_icon {
    display: flex;
    width: 86px;
    height: 86px;
    background: url('../images/Bitcoin.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .itc_icon {
    display: flex;
    width: 96px;
    height: 96px;
    background: url('../images/ethereum.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .webmoney_icon {
    display: flex;
    width: 312px;
    height: 85px;
    background: url('../images/webmoney.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .qiwi_icon {
    display: flex;
    width: 294px;
    height: 121px;
    background: url('../images/qiwi.svg') no-repeat;
    background-size: contain;
    background-position: center;
  } */


  /* FOOTER */

  .footerlist {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 15px;
  }
}

@media (min-width: 951px) and (max-width:1085px) {
  /* HEADER  */

  .logo_smm {
    display: block;
    margin-left: 5px;
    width: 134px;
    height: 21px;
    background: url("images/logosmm.svg") no-repeat;
    background-size: contain;
  }

  .logo_smm_ml {
    margin-left: 15px;
    margin-top: 14px;
    margin-bottom: 14.5px;
  }

  .header_menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FCFCFB;
  }

  /* CONTENT*/
  .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content__textBlock {
    flex-basis: 35%;
  }

  .content__title,
  .content__subtitle,
  .content__text {
    text-align: left;
  }

  .content__title {
    font-size: 35px;
    margin-top: 0;
  }

  .title2 {
    font-size: 16px;
  }

  .regular_text_size {
    font-size: 15px;
  }

  .content__pic {
    flex-basis: 55%;
    width: 34rem;
    height: 31rem;
  }

  .content__button {
    position: absolute;
    top: 23rem;
    left: 3.2rem;
  }

  .button {
    font-size: 17px;
  }

  /* ABOUT US */
  .aboutus_section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 43px;
  }

  .link_signup {
    font-size: 18px;
    margin-bottom: 0;
  }

  .redirect_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 49px;
  }

  .link_signup {
    margin-right: 32px;
  }

  .payments_logo {
    padding-top: 6px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
  }

  /* .payeer_icon {
    display: flex;
    width: 268px;
    height: 105px;
    background: url('../images/payeer.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .btc_icon {
    display: flex;
    width: 86px;
    height: 86px;
    background: url('../images/Bitcoin.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .itc_icon {
    display: flex;
    width: 96px;
    height: 96px;
    background: url('../images/ethereum.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .webmoney_icon {
    display: flex;
    width: 312px;
    height: 85px;
    background: url('../images/webmoney.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .qiwi_icon {
    display: flex;
    width: 294px;
    height: 121px;
    background: url('../images/qiwi.svg') no-repeat;
    background-size: contain;
    background-position: center;
  } */


  /* FOOTER */

  .footerlist {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width:1086px) and (max-width: 1279px) {
  /* HEADER  */

  .logo_smm {
    display: block;
    margin-left: 5px;
    width: 134px;
    height: 21px;
    background: url("images/logosmm.svg") no-repeat;
    background-size: contain;
  }

  .logo_smm_ml {
    margin-left: 15px;
    margin-top: 14px;
    margin-bottom: 14.5px;
  }

  .header_menu {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FCFCFB;
  }

  /* CONTENT*/
  .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content__textBlock {
    flex-basis: 35%;
  }

  .content__title,
  .content__subtitle,
  .content__text {
    text-align: left;
  }

  .content__title {
    margin-top: 0;
    font-size: 35px;
  }

  .title2 {
    font-size: 16px;
  }

  .regular_text_size {
    font-size: 15px;
  }

  .content__pic {
    flex-basis: 55%;
    width: 34rem;
    height: 31rem;
  }

  .content__button {
    position: absolute;
    top: 20rem;
    left: 3.2rem;
  }

  .button {
    font-size: 17px;
  }

  /* ABOUT US */
  .aboutus_section {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-top: 43px;
  }

  .link_signup {
    font-size: 18px;
    margin-bottom: 0;
  }

  .redirect_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 49px;
  }

  .link_signup {
    margin-right: 32px;
  }

  .payments_logo {
    padding-top: 6px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
  }

  /* .payeer_icon {
    display: flex;
    width: 268px;
    height: 105px;
    background: url('../images/payeer.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .btc_icon {
    display: flex;
    width: 86px;
    height: 86px;
    background: url('../images/Bitcoin.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .itc_icon {
    display: flex;
    width: 96px;
    height: 96px;
    background: url('../images/ethereum.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .webmoney_icon {
    display: flex;
    width: 312px;
    height: 85px;
    background: url('../images/webmoney.svg') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .qiwi_icon {
    display: flex;
    width: 294px;
    height: 121px;
    background: url('../images/qiwi.svg') no-repeat;
    background-size: contain;
    background-position: center;
  } */


  /* FOOTER */

  .footerlist {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}



@media (min-width: 1280px) {
  /* HEADER  */

  .logo_smm_ml {
    margin-left: 100px;
    margin-top: 14px;
    margin-bottom: 14.5px;
  }

  .header_content_container {
    padding: 0rem 1.6rem 0rem 10rem
  }

  /* CONTENT*/
  .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 29px;
  }

  .content__textBlock {
    flex-basis: 35%;
    margin-top: 9.5rem;
    margin-left: 10rem;
  }

  .content__title,
  .content__subtitle,
  .content__text {
    text-align: left;
  }

  .content__title {
    margin-top: 0;
    font-size: 64px;
  }

  .title2 {
    font-size: 30px;
  }

  .regular_text_size {
    font-size: 16px;
  }

  .content__pic {
    flex-basis: 55%;
    width: 55.8rem;
    height: 50.2rem;
    margin-bottom: 15;
  }

  .content__button {
    position: absolute;
    top: 32rem;
    left: 10rem;
  }

  .button {
    font-size: 18px;
  }

  /* CONTACT FORM */
  .aboutus_section {
    display: flex;
    padding-left: 9rem;
    padding-right: 9rem;
    height: auto;
  }

  .redirect_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 49px;
  }

  .payments_logo {
    padding-top: 6px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px;
    align-items: center;
  }

  .subtitle {
    font-size: 24px;
  }

  .link_signup {
    margin-right: 32px;
    margin-bottom: 0;
    font-size: 18px;
  }

  /* FOOTER */

  .footerlist {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}