body {
  justify-content: center;
  background-color: #f8f8fa;
  font-family: Geologica;
}

#burger {
  right: 0;
}

.header {
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 0.7rem;
  padding: 10px;
  justify-content: space-between;
  align-items: center;

  position: unset;
  top: 24px;

  .header_links {
    display: flex; gap: 20px
  }
}

.messages__wrapper{
  margin-top: 20px;
  margin-bottom: 20px; 
}

.header_logo img {
  width: 80px !important;
}


#block-altynsapa-strokanavigacii{
  margin-top: 30px;
}
#block-altynsapa-strokanavigacii .navigation{
  display: flex;
  gap: 15px;
}
.paragraph {
  font-family: Arial;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
}

.title {
  line-height: 18px;
  font-family: Geologica;
  font-size: 24px;
}

.site-button {
  text-decoration: none;
  color: #262b39;
  font-family: Geologica;
  font-size: 14px;
  padding: 8px 12px;
  border: 1px solid #e7e7e7;
  border-radius: 24px;
  line-height: 18px;
  transition: background-color 0.3s ease;
}

.site-button:hover {
  background-color: rgba(235, 194, 113, 1);
}

.form-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}

.form-container {
  margin-top: 50px;
  padding: 20px;
  width: 444px;
  background: #fff;
  border-radius: 8px;
}

.form-group {
  margin: 0;
}

label {
  display: block;
  margin-bottom: 5px;
}

.card {
  height: auto;
  background-color: white;
  width: 444px;
  border-radius: 8px;
  margin: 7rem auto;
}

.paragraph {
  font-family: Geologica;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.registration-form {
  display: grid;
  padding-right: 2rem;
  padding-left: 2rem;
}

.names {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: auto;
}

.part {
  font-family: Geologica;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #797979;
}

.part:hover {
  color: #1760a4;
}

.part.active {
  color: #1760a4;
  cursor: default;
}

.iin-bin {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
}

.pass {
  margin-top: -5px;
}

.info {
  font-size: 16px;
  color: #262b39;
  margin: 0;
  line-height: 20px;
  padding-bottom: 6px;
}

input[type="text"],
input[type="password"],
input[type="email"] {
  margin-bottom: 20px;
  padding: 0.7rem;
  border: 1px solid #e7e7e7;
  border-radius: 0.4rem;
  font-size: 16px;
  outline: none;
  font-family: Geologica;
  font-size: 16px;
  line-height: 20px;
  box-sizing: border-box; 
  width: 100%;
}

button[type="submit"] {
  padding: 0.9rem;
  width: 100%;
  background-color: #1760a4;
  border: none;
  border-radius: 0.4rem;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #05427a;
}

.link {
  color: #1760a4;
  text-decoration: none;
  transition: color 0.3s ease;
}

.ask {
  color: #737373;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 1.8rem;
}

.more {
  font-family: Geologica;
  font-size: 14px;
  line-height: 18px;
  color: #1760a4;
  display: flex;
  padding-bottom: 20px;
  justify-content: end;
  text-decoration: none;
  margin: 0;
}

.hide {
  position: relative;
  display: flex;
  align-items: center;
}

.hide input {
  flex: 1;
  padding: 0.7rem;
  padding-right: 40px;
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  border-radius: 0.4rem;
  font-size: 16px;
  outline: none;
  font-family: Geologica;
}

.toggle-password {
  position: absolute;
  right: 10px;
  cursor: pointer;
  color: #737373;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 100%;
  padding-bottom: 18px;
}

.toggle-password:hover {
  color: #1760a4;
  transition: color 0.3s ease;
}

@media (max-width: 1400px) {
  .header {
    background-color: transparent;
  }
}

@media (max-width: 1200px) {
  .page__wrapper {
    padding: 30px 50px;
  }
}

@media (max-width: 1024px) {
  .page__wrapper {
    padding: 20px 30px;
  }
}

@media (max-width: 768px) {
  .page__wrapper {
    padding: 20px;
  }

  .paragraph {
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
  }

  .header {
    padding: 0 50px;
    width: 100%;
    margin-bottom: 50px;

    display: flex;
  }

  .registration-form {
    width: 100%;
    display: grid;
    margin: 0 auto;
    padding: 0;
  }

  button[type="submit"] {
    width: initial;
  }

  .card {
    padding: 0 20px;
    margin: 0 auto;
    width: initial;
  }

}

.u-btn{
  display: inline-block;
  width: 20px;
  height: 20px;
  
} 
.u-btn-1{
  background: url(../images/u-btn-1.png);
}
.u-btn-2{
  background: url(../images/u-btn-2.png);
}
.profile{
  padding-top: 10px;
  padding-bottom: 10px;
}