body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Inter", sans-serif;
}

* {
  box-sizing: border-box;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
p,
ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  border: 2px solid #0179c233;
  box-shadow: 0px 14px 24px 0px #0000000d;
  background: #ffffff;
  border-radius: 0px 0px 40px 40px !important;
}
.header__logo img {
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 5px;
}
.header__wrapper-b {
  display: flex;
  padding-top: 10px;

  justify-content: center;
  max-width: 500px;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

.header__wrapper-b img {
  display: block;
  width: 100%;
  max-width: 204px;
  height: auto;
}

.header__wrapper-b a {
  position: relative;
  z-index: 200;
}

.some_lo {
  display: block;
  width: 100%;
  height: auto;
}

.header__wrapper {
  z-index: 10;
  left: 0;
  right: 0;
  background: #0c009c;
  top: 0;
}

.header__title {
  font-size: 36px;
  font-weight: 900;
}

.header__subtitle,
.header__text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}

.header__text {
  margin-bottom: 20px;
}

.header__text span {
  font-weight: 900;
  font-size: 24px;
}

.header__img {
  margin: 0 auto;
  display: block;
}

.main {
  padding-top: 80px;
  background: url("../img/bg.png") center / cover no-repeat #2c69dc;
  background-attachment: fixed;
  text-align: center;
  border-radius: 0px 0px 40px 40px;
}
.main__title {
  background: #00000030;
  margin: 10px;
  padding: 14px 14px 0px;
  border-radius: 10px;
  border: 1px solid #fff !important;
  text-transform: uppercase;
  line-height: 1.2;
}
.main__title img {
  width: 100%;
}
.main__sub-title {
  background: #00000030;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin: 10px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #ffffff !important;
}
.main__sub-title p {
  text-transform: uppercase;
}
.main__label {
  padding: 10px;
  background: #ff6565;
  border-radius: 20px;
  color: #fff;
  margin: 20px 50px;
}
.header__box-link a {
  background: linear-gradient(94.33deg, #ffffff 2.04%, #737373 96.97%);
  display: inline-block;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  box-shadow: 7px 7px 13.3px -2px #000000;
}

.header__box-link {
  text-align: center;
}

.main__form input {
  display: block;
  border: none;
  width: 100%;
  background: transparent !important;
  height: 51px;
  padding-left: 20px;
  border-radius: 10px;
  border: 1px solid #ffffff !important;
  backdrop-filter: blur(94px);
}
.main__form input::placeholder {
  color: #fff;
  font-style: italic;
}
.main__form label {
  font-size: 13px;
  margin-bottom: 20px;
}

.btn__cnt {
  border-radius: 5px;
}
.main__form__title {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  line-height: 35.78px;
  text-align: center;
}
.main__form button {
  border: none;
  margin: 20px auto 40px;
  width: 80%;
  font-weight: 800;
  padding: 12px 20px;
  font-size: 20px;
  border-radius: 10px;
  color: #3068d7;
  background: #ffffff;
  box-shadow: 0px 0px 24px 0px #ffffff;
  text-transform: uppercase;
}
.main__form button:disabled {
  border: none;
  margin: 20px auto 40px;
  width: 80%;
  font-weight: 800;
  padding: 12px 20px;
  font-size: 20px;
  border-radius: 10px;
  color: #3068d720;
  background: #ffffff;
  text-transform: uppercase;
  box-shadow: 0px 0px 0px 0px #ffffff;
}
.main__form_text {
  display: flex;
  align-items: center;
  padding: 20px 0;
  text-align: center;
  justify-content: center;

  position: relative;

  border-bottom: 0.5px solid #0000007a;
}

.main__form_text p {
  position: relative;
  font-size: 14px;
  font-weight: 600;
  padding-left: 30px;
  max-width: 285px;
  margin: 0 auto;
  color: #242424;
}

.main__form_text p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  background: url(../img/icon.png) no-repeat center center / cover;
}

p.main__tht {
  font-size: 13px;
  color: #202020;
  text-align: center;
  padding-top: 20px;
  max-width: 275px;
  margin: 0 auto;
}

.footer {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.text {
  background: url("../img/subtract.png") right no-repeat;
  max-width: 315px;
  color: #00ff85;
  font-size: 12px;
  font-weight: 600;
  line-height: 15.34px;
  margin: 0 auto;
}
/* ======================================================================================================================================================== */
.page {
  color: #3068d7;
  text-align: center;
}
.page__title {
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 800;
  line-height: 24.28px;
  text-align: center;
}
.scrolling-list {
  border-top: 2px solid #2d6be233;
  border-bottom: 2px solid #2d6be233;
  padding: 10px 0;
  margin: 10px;
  overflow: hidden;
  height: 360px;
}

.list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  font-size: 16px;
  color: #0044cc;
  background-color: #e6effe;
  text-align: left;
  transition: transform 0.5s ease-in-out;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24.28px;
  text-transform: uppercase;
  overflow: hidden;
}
.list-item:not(:last-child) {
  margin-bottom: 15px;
}
.list-item p {
  flex: 0 0 160px;
  background: #2b6ce0;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.review:not(:last-child) {
  margin-bottom: 15px;
}
.review {
  border: 2px solid #2b6ce01a;
  backdrop-filter: blur(94px);
  background: #2b6ce01a;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 20px;
}
.review__img {
  max-width: 62px;
  height: 62px;
  flex: 0 0 62px;
  overflow: hidden;
  border-radius: 10px;
}
.review__img img {
  width: 100%;
}
.review__body {
  display: grid;
  gap: 3px;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-align: left;
  color: #3068d7;
}
.review__name {
  font-size: 14px;
  font-weight: 900;
  line-height: 17.89px;
}
.review__age {
  color: #3068d799;
}

.form-reg {
  margin: 40px auto;
  padding: 15px;
  border-radius: 20px;
  background: #3068d799;
  border: 2px solid #2b6ce01a;
}
/* ======================================================================================================================================================== */

.radio-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 0 0;
}

.radio-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.radio-item input[type="radio"] {
  display: none;
}

.radio-custom {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.radio-item input[type="radio"]:checked + .radio-custom::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ======================================================================================================================================================== */
.main__title {
  background: #00000030;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin: 10px;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #fff !important;
  text-transform: uppercase;
  line-height: 1.2;
}
.main__title h1 {
  font-size: 43px;
  line-height: 1.4;
  margin: 0;
  font-weight: 900;
}
@media (max-width: 390px) {
  .main__title h1 {
    font-size: 38px;
  }
  .main__title {
    font-size: 17px;
  }
}
@media (max-width: 375px) {
  .main__title h1 {
    font-size: 37px !important;
  }
  .main__title {
    font-size: 16px;
  }
}
