* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
body {
  width: 100%;
}
.wrapper {
  width: 1300px;
  padding: 0 15px;
  margin: 0 auto;
}
.header_lang {
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.header_lang hr {
  background: #ffffff;
  border: none;
  width: 1px;
  height: 25px;
}
.form_data.check {
  display: flex;
  align-items: center;
  height: 35px;
  margin: 7px 0;
}
.form_data.check a {
  font-size: 11px;
  height: 100%;
  margin-left: 10px;
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.form_data.check input {
  width: 30px;
}
.header_lang button {
  background: none;
  border: none;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  cursor: pointer;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  transition: all 0.15s ease;
}
.header_lang button:hover {
  background: rgba(108, 108, 108, 0.078);
}
.header_form {
  background: #f9f9f9;
}
.logo_text {
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  color: white;
  font-weight: 400;
  margin-left: 10px;
}
.logo_text.form_logo {
  color: black;
}
header {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  background: #d21737;
  margin-bottom: -2px;
  padding-top: 20px;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  height: 80px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.logo img {
  height: 100%;
}
.main_intro {
  height: 550px;
  /* background: #d21737; */
  background: linear-gradient(
    180deg,
    rgba(210, 23, 55, 1) 0%,
    rgba(167, 0, 67, 1) 100%
  );
}
.main_body-steps_img {
  width: 400px;
  margin-right: 80px;
}
.main_body-steps_img img {
  width: 100%;
}
.main_intro .wrapper {
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.main_intro-link_reg {
  width: 480px;
  z-index: 1;
}
.main_intro-info {
  color: rgb(255, 255, 255);
  z-index: 1;
}
.img_intro {
  height: 120%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.main-intro-button {
  cursor: pointer;
  width: 480px;
  height: 55px;
  border-radius: 15px;
  font-size: 25px;
  border: none;
  background: #05102b;
  color: white;
  -webkit-box-shadow: 0px 4px 32px -3px rgba(50, 47, 47, 0.5);
  -moz-box-shadow: 0px 4px 32px -3px rgba(50, 47, 47, 0.5);
  box-shadow: 0px 4px 32px -3px rgba(50, 47, 47, 0.5);
  transition: all 0.2s ease;
}
.main-intro-button:hover {
  background: #081943;
  -webkit-box-shadow: 0px 4px 32px -3px rgba(255, 0, 0, 0.7);
  -moz-box-shadow: 0px 4px 32px -3px rgba(255, 0, 0, 0.7);
  box-shadow: 0px 4px 32px -3px rgba(255, 0, 0, 0.7);
}
.main_body {
  /* background: #e5e6e8; */
  /* height: 100vh; */
  padding: 40px 0 0 0;
}
.main_body-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: 500;
}
.main_body-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main_body-info .wrapper {
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_body-about {
  text-align: center;
  font-size: 21px;
  margin-top: 10px;
  margin-bottom: 35px;
  line-height: 1.4;
}

.main_body-about span {
  color: #b20000ce;
  font-weight: 500;
}
.main_body-steps {
  height: 100%;
  width: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_body-info {
  margin-top: 50px;
}
.card {
  width: 510px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card_number {
  width: 100px;
  height: 100px;
  /* background: rgba(205, 205, 205, 0.195); */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  /* color: rgb(242, 148, 148); */
  font-weight: 600;
  margin-right: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(34, 60, 80, 0.08);
  -moz-box-shadow: 0px 0px 11px 0px rgba(34, 60, 80, 0.08);
  box-shadow: 0px 0px 11px 0px rgba(34, 60, 80, 0.08);
}
.card_number img {
  height: 60%;
}
.card_title {
  font-size: 18px;
  margin-bottom: 7px;
  font-weight: 500;
}
.card_info {
  font-size: 16px;
}
.card_body {
  width: calc(100% - 120px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
footer {
  margin-top: 100px;
  width: 100%;
  height: 400px;
  background: #272727;
}
.main_background {
  width: 100%;
  min-height: calc(100vh - 100px);
  background: linear-gradient(#f9f9f9 30%, #eeeeee 70%);
}
.form {
  position: relative;
  width: 400px;
  min-height: 300px;
  margin: 0 auto;
  background: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 15px 15px 15px;
}
.form_data {
  width: 100%;
}
.form_data div {
  margin-top: 10px;
}
.form_data input {
  margin-top: 10px;
  outline: #030303;
  width: 100%;
  height: 30px;
  border: none;
  background: rgb(236, 235, 235);
  border-radius: 10px;
}
.form button:hover {
  background: #95deb3;
}
.form button {
  border: none;
  padding: 5px 10px;
  margin-top: 15px;
  border-radius: 6px;
  background: #acffcf;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.15s ease;
}
.footer_body {
  color: rgb(227, 227, 227);
  height: 350px;
  padding-top: 20px;
  display: flex;
}
.footer_body-item .footer_body-item_contacts {
  margin-top: 0;
}
.footer_body-item_info {
  height: 30px;
  display: flex;
  align-items: center;
  font-size: 15px;
}
.footer_body-item_info img {
  height: 100%;
  margin-right: 10px;
}
.footer_body-item {
  width: 240px;
  height: 250px;
  display: flex;
  margin-right: 50px;
  flex-direction: column;
  justify-content: space-between;
}
.footer_body-item_title {
  font-size: 20px;
  color: rgb(255, 255, 255);
}
.right {
  color: #eeeeee;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  align-items: center;
  text-align: center;
}
.contacts {
  height: 200px;
  display: flex;
  margin-right: 10px;
  flex-direction: column;
  justify-content: flex-start;
}
.footer_body-item_contacts.bots {
  justify-content: flex-start;
}
.footer_body-item_contacts {
  margin-top: 25px;
  display: flex;
  width: 73%;
  justify-content: space-between;
}
.back {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.password_req {
  width: 230px;
  height: 175px;
  border-radius: 10px;
  color: #585858;
  flex-direction: column;
  justify-content: space-between;
  display: none;
  background: rgb(228, 228, 228);
  position: absolute;
  padding: 15px;
  top: 35px;
  left: -250px;
}
.back:hover {
  background: #2727271e;
}
.password:hover .password_req {
  display: flex;
}
.input_constant_placeholder {
  background: rgb(226, 226, 226);
  border-radius: 10px 0 0 10px;
  border-right: 1px solid gray;
  min-width: 10px;
  z-index: 1;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  height: 30px;
  position: absolute;
}
.instagram_input {
  padding: 0 8px 0 43px;
}
.facebook_input {
  padding: 0 8px 0 86px;
}
.tiktok_input {
  padding: 0 8px 0 43px;
}
.input_data {
  padding: 0 8px;
}
.select_city {
  width: 100%;
  margin-top: 10px;
  outline: #030303;
  width: 100%;
  padding: 0 8px;
  height: 30px;
  border: none;
  background: rgb(236, 235, 235);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.select_city::-ms-expand {
  border-radius: 10px;
}
.validation_form {
  color: #bf0000;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}
.validation_form.active {
  display: block;
}
