@font-face {
  font-family: "RobotoLight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoLight/RobotoLight.woff") format("woff");
}
@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff");
}
@font-face {
  font-family: "RobotoMedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoMedium/RobotoMedium.woff") format("woff");
}
@font-face {
  font-family: "RobotoBold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoBold/RobotoBold.woff") format("woff");
}
/*--------------------adjustment----------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

.main-wrapper {
  overflow: hidden;
}

body {
  min-height: 100vh;
  font-family: "RobotoLight", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  min-width: 20rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  color: #fff;
  background-color: #203852;
}
.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  overflow-behavior: none;
}

.main-wrapper {
  position: relative;
}
.main-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 99rem;
  height: 99rem;
  filter: blur(25rem);
  background: rgba(115, 193, 40, 0.1);
  z-index: -1;
}
@media only screen and (max-width: 47.99875em) {
  .main-wrapper:before {
    height: 148rem;
    bottom: -13.125rem;
  }
}
@media only screen and (max-width: 47.99875em) {
  .main-wrapper:before {
    height: 148rem;
    bottom: 0;
  }
}

.menu-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 3;
}
.menu-opened .menu-cover {
  display: block;
}

a {
  color: inherit;
}

img {
  vertical-align: top;
}

ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

p {
  margin: 0;
}

input input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  appearance: none;
}

.input,
input {
  border-radius: 0;
  outline: none;
  display: block;
  width: 100%;
  border: 0 none;
}

textarea {
  outline: none;
  resize: none;
  padding: 0 0;
}

.wrapper {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 77rem;
}

[class*=__wrapper] {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 77rem;
}

.hidden {
  display: none !important;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 52.25%;
}

.ibg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

._prod-img {
  position: relative;
  padding-bottom: 80%;
}
._prod-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

._fit {
  padding-bottom: 80%;
  position: relative;
}

._fit ._fit-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  object-fit: cover;
  object-position: center center;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) or (--webkit-backdrop-filter: blur(10px)) {
  .bd-filter-fallback {
    background-color: rgba(255, 255, 255, 0.72);
    -webkit-backdrop-filter: blur(1.9375rem);
    backdrop-filter: blur(1.9375rem);
  }
}

.form-order__label {
  display: block;
}
.form-order__label:not(:last-child) {
  margin-bottom: 1.5rem;
}

.form-order__input {
  height: 2.9375rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: #213004;
  border: 0.0625rem solid #73C128;
  border-radius: 0.625rem;
  color: #fff;
  font-family: "RobotoLight", sans-serif;
  font-size: 1rem;
  text-align: center;
}
.form-order__input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.form-order__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.form-order__input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.form-order__input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.form__custom-chek {
  display: block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #000;
  border-radius: 0.125rem;
}
@media (any-hover: hover) {
  .form__custom-chek:hover {
    cursor: pointer;
  }
}
.form__custom-chek:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  display: none;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.125rem;
  background-color: #000;
  content: "";
}

/*--------------------END adjustment----------------------*/

.btn {
  padding: 0;
  background-color: transparent;
  border: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.4375rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: none;
  color: #0B0D0B;
  text-decoration: none;
  background-color: #73C128;
  padding: 0.3125rem 2rem 0.625rem 2rem;
  font-size: 1.25rem;
  font-family: "RobotoLight", sans-serif;
  line-height: 1;
  border-radius: 2.5rem 0 2.5rem 0;
  text-align: center;
  position: relative;
  outline: none;
  transition: background-color 0.1s ease;
}
@media (any-hover: hover) {
  .btn {
    cursor: pointer;
  }
}
@media (any-hover: hover) {
  .btn {
    cursor: pointer;
  }
  .btn:hover {
    background-color: #80d42f;
  }
}
.btn-fw {
  width: 100%;
}
/*--------------------END ui----------------------*/
/*--------------------auth----------------------*/
.payment-page {
  position: relative;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: linear-gradient(180deg, rgb(33, 57, 83) 4.91%, rgb(27, 45, 65) 100%);
  overflow: hidden;
}
@media only screen and (max-width: 47.99875em) {
  .payment-page {
    padding-block: 5.1875rem;
  }
}
@media only screen and (max-width: 30em) {
  .payment-page {
    padding-block: 6.0625rem;
  }
}
.payment-page:before {
  content: "";
  position: absolute;
  bottom: -71.6875rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 99rem;
  height: 99rem;
  filter: blur(25rem);
  background: rgba(115, 193, 40, 0.1);
}
@media only screen and (max-width: 47.99875em) {
  .payment-page:before {
    height: 148rem;
    bottom: -13.125rem;
  }
}
@media only screen and (max-width: 47.99875em) {
  .payment-page:before {
    height: 148rem;
    bottom: 0;
  }
}

.auth-block {
  position: relative;
  padding: 2.125rem 2.875rem;
  max-width: 34.8125rem;
  width: 100%;
  background-color: #fff;
  border-radius: 2.125rem;
  color: #000;
}
@media only screen and (max-width: 23.4375em) {
  .auth-block {
    padding-inline: 1.5rem;
    border-radius: 0.625rem;
  }
}
.auth-block:before {
  content: "";
  display: block;
  width: 4.375rem;
  height: 0.625rem;
  margin-bottom: 1.25rem;
  background-color: #73C128;
}
.auth-block .btn {
  height: 4.75rem;
  color: #fff;
  font-family: "RobotoMedium", sans-serif;
  font-size: 1.375rem;
}

.auth-block__form .form__custom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 1.1875rem;
}
@media (any-hover: hover) {
  .auth-block__form .form__custom {
    cursor: pointer;
  }
}
.auth-block__form .form__custom-policy {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  column-gap: 1.1875rem;
  border-radius: 1.5rem;
  background-color: #EFEFEF;
}
@media only screen and (max-width: 30em) {
  .auth-block__form .form__custom-policy {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.auth-block__form .form__check {
  position: absolute;
  box-sizing: border-box;
  width: 0.0625rem;
  height: 0.0625rem;
  display: block;
  left: 50%;
  top: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.auth-block__form .form__check:checked + .form__custom-check {
  background-color: #73C128;
}
.auth-block__form .form__check:checked + .form__custom-check:before {
  display: block;
}
.auth-block__form .form__check:checked ~ .form__policy {
  color: #000;
}
.auth-block__form .form__custom-check {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  position: relative;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.5625rem;
  border: none;
  background-color: #D9D9D9;
}
@media (any-hover: hover) {
  .auth-block__form .form__custom-check:hover {
    cursor: pointer;
  }
}
.auth-block__form .form__custom-check:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  content: "";
  display: none;
  width: 1.4375rem;
  height: 1.4375rem;
  background-image: url(../img/auth-page/check.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.auth-block__form .form__policy {
  font-size: 1.1875rem;
  color: #787878;
  font-family: "RobotoRegular", sans-serif;
}

.auth-block__title {
  margin-bottom: 1rem;
  font-size: 1.8125rem;
  font-family: "RobotoBold", sans-serif;
}

.auth-block__text {
  margin-bottom: 1.8125rem;
  font-size: 1.3125rem;
  font-family: "RobotoLight", sans-serif;
}

.auth-block__formgroup {
  position: relative;
}

.auth-block__icon {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1.5rem;
}

.auth-block__input {
  height: 4.75rem;
  padding-right: 1.5625rem;
  padding-left: 4.4375rem;
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  border: 0.0625rem solid #73C128;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.1875rem;
}
.auth-block__input::-webkit-input-placeholder {
  color: #808080;
  opacity: 1;
}
.auth-block__input::-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.auth-block__input:-moz-placeholder {
  color: #808080;
  opacity: 1;
}
.auth-block__input:-ms-input-placeholder {
  color: #808080;
  opacity: 1;
}
@media only screen and (max-width: 20em) {
  .auth-block__input {
    font-size: 1.0625rem;
  }
}

.auth-block__bottom {
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8125rem;
}
@media only screen and (max-width: 30em) {
  .auth-block__bottom--enter {
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
  }
}

.auth-block__enter {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

/*--------------------END auth----------------------*/
