.logo img {width: 180px;}

section.head {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    background-color: #6b27c3;
    background: url(../img/header.png);
    background-size: cover;
    background-position: center;
}

body {
    margin: 0;
    background-color: #f1f1f1;
}
.core_in_top h3 {
    margin-bottom: 40px;
    color: white;
    font-weight: 300;
}
.head_panel {
    display: flex;
    justify-content: space-evenly;
    padding-top: 50px;
    margin-bottom: 100px;
}

a#typeOutButton {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: sans-serif;
    color: white;
}

.panel_button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: rgba(0, 12, 56, 0.4);
    margin-top: 50px;
    margin-bottom: 50px;
    border: 1px solid rgba(0, 12, 56, 0.4);
    border-radius: 50px;
    width: 500px;
}

.head_info {
    font-style: normal;
    padding-top: 14px;
    font-weight: 300;
    font-size: 40px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 340px;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    margin-left: 460px;
}

.head_from {
    display: flex;
    justify-content: start;
    padding-bottom: 770px;
    margin-left: 463px;
}

.from_left {
    font-style: normal;
    padding-top: 14px;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    color: white;
    margin-right: 118px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: system-ui;
    width: 420px;
}

.from_right {
    font-style: normal;
    padding-top: 14px;
    font-weight: 300;
    font-size: 20px;
    line-height: 22px;
    text-decoration: none;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: system-ui;
    width: 520px;
}

.head_block {
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
}

.block_avatar {
    height: 280px;
    width: 240px;
    margin-left: 50px;
    margin-right: 50px;
    background-color: white;
    border-radius: 25px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
}

span.name_avatar {
    font-style: normal;
    padding-top: 14px;
    font-weight: 400;
    font-size: 22px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    font-family: system-ui;
    margin-bottom: 20px;
}

.head_info_av {
    font-style: normal;
    padding-top: 14px;
    font-weight: 300;
    font-size: 27px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    color: white;
    margin-bottom: 5px;
    font-family: system-ui;
    text-align: center;
    margin-bottom: 100px;
}
h3.intro_title {
    font-style: normal;
    padding-top: 14px;
    font-weight: 500;
    font-size: 40px;
    line-height: 22px;
    text-decoration: none;
    margin-bottom: 35px;
    font-family: system-ui;
    margin-top: 0px;
    text-align: center;
    color: white;
    padding-top: 40px;
}

.core_from p {
    font-style: normal;
    padding-top: 14px;
    font-weight: 300;
    font-size: 27px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: system-ui;
    text-align: center;
    color: white;
}
.core_from {
    margin-bottom: 60px;
}
.core_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 20px;
}

.core_info {
    width: 340px;
    background-color: white;
    border-radius: 15px;
    height: 200px;
    margin-right: 40px;
    margin-left: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    border: 2px solid rgba(0, 12, 56, 0.8);
}

#donate {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 380px;
}
.name_donate {
  font-size: 30px;
}
.bye_tag {
  font-size: 35px;
  font-weight: bold;
}
.bye_info {
  font-size: 18px;
  font-weight: 200;
}

#auth_feaut {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 180px;
}
#auth_a {
  height: 80px;
  font-size: 35px;
  text-decoration: none;
  border: 1px solid;
  width: 280px;
  border-radius: 15px;
  padding-top: 35px;
  color: rgba(0, 12, 56, 0.8);
}
span.name_core {
    font-style: normal;
    padding-top: 14px;
    font-weight: 500;
    font-size: 25px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: system-ui;
    text-align: center;
}

.blockR {
  text-align: center;
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.blockR a {
  text-decoration: none;
}
.wrapper_footer {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding-top: 10px;
}
.block_footer span {
  color: white;
  font-size: 16px;
  font-weight: 300;
  margin-top: 20px;
  font-family: sans-serif;
}

#info_footer {
  display: flex;
  flex-direction: column;
}
section.footer {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    margin: 0;
    background-color: rgba(0, 12, 56, 0.8);
    height: 200px;
}
.img_core_donate {
  height: 100px;
  width: 100px;
  text-align: center;
  display: block;
  align-content: center;
  margin-left: 120px;
}
.img_avatar {
  height: 200px;
  border-radius: 15px;
}
.img_core {
    width: 50px;
    height: 50px;
    background-color: white;
    margin-right: 8px;
    border-radius: 40px;
    padding-top: 5px;
}

.up_core {
    display: flex;
}

.core_from_up p {
    font-style: normal;
    padding-top: 14px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: system-ui;
    text-align: left;
}
h2.front_text {
    font-style: normal;
    padding-top: 14px;
    font-weight: bold;
    font-size: 70px;
    line-height: 22px;
    text-decoration: none;
    color: white;
    margin-bottom: 180px;
    font-family: sans-serif;
}

.core_front {
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

.core_left {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-right: 150px;
}

.core_shop {
    display: flex;
    margin-top: 160px;
}

p.text_front_1 {
    font-style: normal;
    padding-top: 14px;
    font-weight: 600;
    font-size: 45px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    color: white;
    margin-bottom: 15px;
    font-family: sans-serif;
}

p.text_front_2 {
    /* font-style: normal; */
    padding-top: 14px;
    font-weight: 100;
    font-size: 25px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    color: #ffffff;
    margin-bottom: 5px;
    font-family: sans-serif;
    width: 700px;
}

.core_right {
    margin-left: 150px;
}

section#block_front_1 {}

section.core_features {
    background: #3F71B6;
}
.core_from_up {
    margin-top: 15px;
}
.core_in {}
section#block_front_1 {
    padding-top: 160px;
    background: linear-gradient(to bottom,#000001, #415F8D, #3F71B6);
    padding-bottom: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

p.text_header_form {
    font-style: normal;
    padding-top: 14px;
    font-weight: 400;
    font-size: 25px;
    line-height: 22px;
    text-decoration: none;
    margin-top: 5px;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    width: 650px;
}

h1#deadsoul {
    margin-bottom: 20px;
}
