@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Thin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  min-height: 100dvh;
  background: linear-gradient(168.54deg, #009244 0%, #00B956 100%);
}
.wrapper header, .wrapper footer, .wrapper main {
  position: relative;
}

.container {
  max-width: 390px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-height: 827px) {
  .container {
    padding: 0 18px;
  }
}

.header {
  padding-top: 10px;
  position: relative;
  padding-bottom: 20px;
}
.header__container {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 5px;
}
.header__danger {
  position: absolute;
  right: 0;
  top: 0;
}

.footer {
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.1019607843);
  position: relative;
  z-index: 1;
}
.footer__container {
  max-width: 260px;
  text-align: center;
}
.footer__container p {
  opacity: 0.9;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #FFFFFF;
}
.footer__container p a {
  color: inherit;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}

.main__title {
  font-size: 30px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 900;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 390px) {
  .main__title {
    font-size: 22px;
    font-style: normal;
  }
}
.main__title span {
  display: block;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 10px;
  margin: 10px auto;
  border: 1px solid #FFFFFF;
}
@media (max-width: 390px) {
  .main__title span {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
  }
}
.main__content {
  position: relative;
}
.main__image {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-width: 100%;
  max-height: 350px;
  margin: 0 auto;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 827px) {
  .main__image {
    padding-bottom: 20px;
  }
}
@media (max-height: 827px) {
  .main__image {
    max-height: 250px;
  }
}
.main__button {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.main__promo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 5px;
}
.main__link {
  text-decoration: none;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFFFFF;
  width: 100%;
  padding: 20px 15px;
  border-radius: 190px;
  background: linear-gradient(90deg, #731982 0%, #B32ACA 100%);
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 390px) {
  .main__link {
    font-size: 20px;
  }
}
.main__link--promo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 33%;
  width: 100%;
  height: 120px;
  border-radius: 26.658px;
  background: linear-gradient(90deg, #731982 0%, #B32ACA 100%);
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16.48px; /* 112% */
  letter-spacing: 0.294px;
  position: relative;
}
@media (max-width: 827px) {
  .main__link--promo {
    font-size: 11px;
  }
}
.main__link--promo .old {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 17.132px; /* 142.769% */
  letter-spacing: 0.306px;
  text-decoration: line-through;
  position: absolute;
  top: 28%;
}
@media (max-width: 827px) {
  .main__link--promo .old {
    font-size: 9px;
  }
}
.main__link--promo .proc {
  border-radius: 27px 0px;
  padding: 5px 10px;
  background: linear-gradient(180deg, #EA311A 0%, #AE1E1C 100%);
  position: absolute;
  bottom: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-size: 15.068px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.832px; /* 164.796% */
  letter-spacing: 0.443px;
}
.main__pay {
  opacity: 0.93;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-height: 610px) {
  .main__pay {
    margin-bottom: 10px;
  }
}
.main__back {
  margin: 0 auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26.68px;
  letter-spacing: 0.4765027165px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 100px;
  margin-bottom: 10px;
}
.main__back--text {
  opacity: 0.93;
  text-align: center;
  color: #FFFFFF;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 30px;
}
@media (max-height: 610px) {
  .main__back--text {
    margin-bottom: 10px;
  }
}
.main__description {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 400;
  line-height: 12.65px;
  letter-spacing: 0.4018664956px;
  text-align: center;
  opacity: 0.9;
}

.customselect {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 180px;
  width: 100%;
}
.customselect button {
  color: #FFFFFF;
  text-align: center;
  opacity: 0.8;
  font-size: 15.982px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.968px; /* 175% */
  letter-spacing: 0.499px;
  width: 100%;
  background: transparent;
  border-radius: 104.811px;
  border: 1.048px solid #FFFFFF;
  transition: border-radius 0.3s ease-in-out, border-bottom-color 0.7s ease-in-out;
}
.customselect button::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 6px;
  background: url("../image/arrow-down.svg") no-repeat;
  background-size: contain;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.customselect ul {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  right: 0;
  display: none;
  list-style: none;
  background: linear-gradient(168.54deg, #009244 0%, #00B956 100%);
  z-index: 100;
  border-radius: 0 0 16px 16px;
  border: 1px solid #FFFFFF;
}
.customselect ul li {
  color: #FFFFFF;
  text-align: center;
  font-size: 15.982px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.968px; /* 175% */
  letter-spacing: 0.499px;
  cursor: pointer;
  padding: 7px;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}
.customselect ul li:hover {
  background: rgba(178, 42, 201, 0.4);
}
.customselect.open button {
  border-radius: 16px 16px 0 0;
  border-bottom: 1px solid transparent;
}
.customselect.open button::before {
  transform: translateY(-50%) rotate(180deg);
}
.customselect.open ul {
  display: block;
}

.radio__btns {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.radio__btns label {
  cursor: pointer;
}
.radio__btns label span {
  border-radius: 63.788px;
  border: 0.638px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5px 20px;
  font-size: 11.615px;
  font-style: normal;
  font-weight: 500;
  line-height: 15.309px;
  background: transparent;
}
.radio__btns label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio__btns label input:checked ~ span {
  border-color: transparent;
  color: #FFFFFF;
  background: linear-gradient(90deg, #761B86 0%, #B22AC9 100%);
}/*# sourceMappingURL=style3.css.map */