#header, #catalog-form,  .pay-section {
  display: none;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  
  height: 100%;
  min-width: 320px;
}

body {
  color: #5b5b5b;
  line-height: 1;
  font-family: "Roboto";
  font-size: 0.875rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Roboto";
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper-bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f7fe;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

/*
(i) Стилі будуть застосовуватись до
всіх класів, що містять *__container
Наприклад header__container, main__container і т.п.
Сніппет (HTML): cnt
*/

[class*=__container] {
  max-width: 76.5rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

.courses__container{
  max-width: 76.5rem;
  margin: 0 auto;
  padding: 0 .75rem important;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

[class*=-ibg--contain] img {
  -o-object-fit: contain;
     object-fit: contain;
}

/*
.icon-menu {
	display: none;
	@media (max-width: $mobile) {
		display: block;
		position: relative;
		width: rem(30);
		height: rem(18);
		z-index: 5;
		@media (any-hover: none) {
			cursor: default;
		}
		span,
		&::before,
		&::after {
			content: "";
			transition: all 0.3s ease 0s;
			right: 0;
			position: absolute;
			width: 100%;
			height: rem(2);
			background-color: #000;
		}
		&::before {
			top: 0;
		}
		&::after {
			bottom: 0;
		}
		span {
			top: calc(50% - rem(1));
		}
		.menu-open & {
			span {
				width: 0;
			}
			&::before,
			&::after {
			}
			&::before {
				top: calc(50% - rem(1));
				transform: rotate(-45deg);
			}
			&::after {
				bottom: calc(50% - rem(1));
				transform: rotate(45deg);
			}
		}
	}
}
*/

.page {
  position: relative;
}

.background-decorations {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #a898ff;
}

.background-decorations__one {
  position: absolute;
  top: -11.3125rem;
  left: 34.5rem;
  width: 41.25rem;
  height: 41.25rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-filter: blur(4.3px);
          filter: blur(4.3px);
}

.background-decorations__two {
  position: absolute;
  top: 8.1875rem;
  left: -17.1875rem;
  width: 41.25rem;
  height: 41.25rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-filter: blur(4.3px);
          filter: blur(4.3px);
}

.background-decorations__three {
  position: absolute;
  top: 10rem;
  left: -8.5rem;
  width: 30.5rem;
  height: 30.5rem;
  border-radius: 50%;
  background-color: #99ffc25e;
  -webkit-filter: blur(35px);
          filter: blur(35px);
}

.background-decorations__four {
  position: absolute;
  top: 28.25rem;
  left: 4.0625rem;
  width: 41.25rem;
  height: 41.25rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-filter: blur(4.3px);
          filter: blur(4.3px);
}

.background-decorations__five {
  position: absolute;
  top: 35.5625rem;
  right: -5.4375rem;
  width: 30.5rem;
  height: 30.5rem;
  border-radius: 50%;
  background-color: #ffffffa6;
  -webkit-filter: blur(60px);
          filter: blur(60px);
}

.background-decorations__six {
  display: none;
}

.payment {
  position: relative;
  z-index: 2;
  width: 100%;
}

.payment__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}

.payment__left {
  position: relative;
  width: 50%;
  min-height: 100vh;
}

.payment__right {
  position: relative;
  width: 50%;
  min-height: 100vh;
}

.payment-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-left__box {
  width: 50%;
  min-width: 420px;
  background-color: white;
  border-radius: 1.5rem;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  background-color: #ffffffc4;
  -webkit-box-shadow: 0px 22px 24.6px 0px #8073c94f;
          box-shadow: 0px 22px 24.6px 0px #8073c94f;
}

.payment-left__top-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.payment-left__logo-ibg img {
    position: unset;
    max-height: 60px;
    max-width: 200px;
    width: unset;
    height: unset;
}
.payment-left__title-logo {
  /* flex-direction: column; */
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  /* -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  gap: 1.125rem;
}

.payment-left__logo-ibg {
  /* height: 64px; */
  /* width: 64px; */
}

.payment-left__title {
  max-width: 280px;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: normal;
  color: #5b5b5b;
}

.payment-left__description-box {
  width: 100%;
  text-align: left;
  background-color: #ffffffdb;
  border-radius: 1.25rem;
  padding: 1.125rem 1.5rem;
  margin-top: 1.5rem;
}

.payment-left__description-product {
  color: #5b5b5b;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
}

.payment-left__description-product-name {
  margin-top: 0.5rem;
  color: #9a8fd8;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 1.25rem;
  line-height: normal;
  letter-spacing: 0;
  max-width: 16.875rem;
}

.payment-left__info-box {
  width: 100%;
  text-align: left;
}

.payment-left__info-box > :not(:last-child) {
  margin-bottom: 0.5rem;
}

.payment-left__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment-left__info-item-name {
  color: #5b5b5b;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  width: 48%;
}

.payment-left__info-item-info {
  color: #5b5b5b;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  width: 100%;
}

.payment-right {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 22px 24.6px 0px #8073c94f;
          box-shadow: 0px 22px 24.6px 0px #8073c94f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.payment-form {
  width: 100%;
  max-width: 25.9375rem;
}

.payment-form__btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.5rem;
}

.payment-form__btn-back-text {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.3125rem;
  color: #5b5b5b;
}

.payment-form__title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 2.25rem;
  line-height: 2.5rem;
  letter-spacing: 0;
  color: #4834b4;
  margin-bottom: 1.5rem;
}

.payment-form__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.payment-form__sub-title {
  font-family: "Roboto";
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: #5b5b5b;
  margin-bottom: 1.5rem;
}

.payment-form__box-input {
  margin-bottom: 0.5rem;
}

.payment-form__label {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 130%;
  letter-spacing: 0;
  color: #5b5b5b;
  margin-bottom: 0.125rem;
}

.payment-form__label.error-active .payment-form__input {
  background-color: #eb006314;
  border: 1px solid #eb0063;
}
.payment-form__label.error-active .payment-form-select__toggle {
  background-color: #eb006314;
  border: 1px solid #eb0063;
}

.payment-form__label.error-active .payment-form__error-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.payment-form__label_mb {
  line-height: 1.4375rem;
}

.payment-form__select-label {
  position: relative;
}

.payment-form__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #5b5b5b;
  background-color: #f5f5f6;
  border-radius: 0.5rem;
  height: 2.375rem;
  width: 100%;
  padding-left: 0.5rem;
}

.payment-form__input::-webkit-input-placeholder {
  opacity: 0.3;
}

.payment-form__input::-moz-placeholder {
  opacity: 0.3;
}

.payment-form__input:-ms-input-placeholder {
  opacity: 0.3;
}

.payment-form__input::-ms-input-placeholder {
  opacity: 0.3;
}

.payment-form__input::placeholder {
  opacity: 0.3;
}

.payment-form__error-box {
  display: none;
  margin-top: 0.375rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.payment-form__error-icon {
  margin-right: 0.25rem;
}

.payment-form__error-text {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 130%;
  letter-spacing: 0;
  color: #eb0063;
}

.payment-form__input-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
}

.payment-form__input-box {
  width: 50%;
}

.payment-form__radio-container {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}

.payment-form__public-offer {
  text-align: center;
  font-family: "Roboto";
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0;
  color: #5b5b5b66;
  max-width: 20.8125rem;
  margin: auto;
  margin-top: 1.5rem;
}

.payment-form__public-offer span {
  color: #a898ff;
}

.payment-form__submit-btn {
  text-align: center;
  font-family: "Roboto";
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0;
  color: #fff;
  width: 100%;
  /* max-width: 23.4375rem; */
  background-color: #5333ff;
  padding: 0.75rem 0;
  border-radius: 3rem;
  margin: auto;
  margin-top: 0.5rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.payment-form__submit-btn span {
  font-weight: 400;
}

.radio-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
}

.radio-btns__btn {
  width: 47%;
}

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

.radio-btns__btn .payment-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1rem;
  line-height: 110%;
  letter-spacing: 0;
  color: #5b5b5b;
  padding: 1rem;
  background-color: #a898ff38;
  border-radius: 1.125rem;
  min-height: 6.25rem;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.radio-btns__btn label input[type=radio]:checked + .payment-box-btn {
  background-color: #a898ff5c;
  border: 2px solid #5333ff;
  padding: 1rem;
}

.payment-box-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.payment-box-btn__ways {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  gap: 0.5rem;
}

.payment-form__select-label-one {
  margin-bottom: 0.5rem;
}

.payment-form-select {
  position: relative;
}

.payment-form-select__toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.0625rem;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 2.375rem;
}

.payment-form-select__toggle-text {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #5b5b5b;
  width: 100%;
  height: 2.375rem;
  text-align: left;
  padding-left: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f5f5f6;
}

.payment-form-select__toggle-image {
  height: 2.375rem;
  width: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.1875rem;
  background-color: #f5f5f6;
}

.payment-form-select__toggle-image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.payment-form-select__dropdown {
  opacity: 0;
  position: absolute;
  z-index: -1;
  top: 1.875rem;
  left: 0;
  background-color: #f5f5f6;
  border-radius: 0.5rem;
  padding: 0.5rem 0;
  width: 100%;
  -webkit-box-shadow: 0px 10px 15.5px 0px #00000014;
          box-shadow: 0px 10px 15.5px 0px #00000014;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-height: 12.875rem;
  overflow-y: auto;
}

.payment-form-select__option {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0;
  color: #5b5b5b;
  padding: 0.5rem;
  cursor: pointer;
}

.payment-form-select.select-open .payment-form-select__toggle-image img {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.payment-form-select.select-open .payment-form-select__dropdown {
  z-index: 1;
  opacity: 1;
  top: 2.5rem;
}

@media (max-width: 75em) {
  .background-decorations__one {
    top: -25.5rem;
    left: 23.125rem;
  }

  .background-decorations__two {
    top: 8.1875rem;
    left: -30.8125rem;
  }

  .background-decorations__three {
    top: 10rem;
    left: -22.125rem;
  }

  .background-decorations__four {
    top: 22.375rem;
    left: 13.4375rem;
  }

  .background-decorations__five {
    right: -4.9375rem;
  }
}

@media (max-width: 25em) {
  .payment-left__box {
    padding: 2.25rem 0.9375rem;
    border-radius: 1.125rem;
  }

  .payment-left__title-logo {
    gap: 0.5rem;
  }

  .payment-left__logo-ibg {
    /* height: 37px;
    width: 36px; */
  }

  .payment-left__title {
    text-align: center;
    font-size: 1rem;
    line-height: normal;
  }

  .payment-left__description-product-name {
    font-size: 1.75rem;
  }

  .payment-right {
    padding: 2.25rem 0.75rem;
    border-radius: 1.125rem;
  }

  .payment-form__title {
    font-size: 1.75rem;
  }

  .payment-form__sub-title {
    font-size: 1rem;
  }

  .payment-form__submit-btn {
    font-size: 1rem;
    padding: 0.625rem 0;
  }
}

@media (max-width: 56.25em) {
  .page {
    padding-right: 2%;
    padding-left: 2%;
  }
  .payment-left__info-item{
    display: flex;
    /* flex-direction: column; */
  }
  .background-decorations__one {
    top: 8.1875rem;
    left: -30.8125rem;
  }

  .background-decorations__two {
    top: 25.3125rem;
    left: -16.0625rem;
  }

  .background-decorations__three {
    top: -2.3125rem;
    left: -4.4375rem;
    background-color: #99ffc233;
  }

  .background-decorations__four {
    top: 36.3125rem;
    left: 13.125rem;
  }

  .background-decorations__five {
    right: -23.0625rem;
  }

  .background-decorations__six {
    display: block;
    position: absolute;
    top: 43.5625rem;
    left: -13.8125rem;
    width: 30.5rem;
    height: 30.5rem;
    border-radius: 50%;
    background-color: #99ffc233;
    -webkit-filter: blur(35px);
            filter: blur(35px);
  }

  .payment-container {
    max-width: 42.625rem;
    margin: 0 auto;
    /* padding-right: 1.6875rem;
    padding-left: 1.6875rem; */
  }

  .payment {
    margin-top: 500px;
    margin-top: 3.875rem;
    margin-bottom: 3.875rem;
  }

  .payment__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: unset;
    gap: 1.375rem;
  }

  .payment__left {
    min-height: unset;
    width: unset;
  }

  .payment__right {
    min-height: unset;
    width: unset;
  }

  .payment-left {
    display: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    width: 100%;
    max-width: 624px;
  }
 
  .payment-left__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: column;
    padding: 1.25rem 3rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .payment-left__box_sc{
    padding: 1.25rem 4.5rem;
  }
  .payment-left_sc{
    width: unset;
  }
  .payment-left__title-logo {
    gap: 0.5rem;
  }

  .payment-left__logo-ibg {
    /* margin-right: auto;
    height: 36px;
    width: 37px; */
  }

  .payment-left__title {
    margin-right: auto;
    text-align: left;
    font-size: 1.25rem;
    line-height: normal;
  }

  .payment-left__description-box {
    margin-top: 0.5625rem;
    /* background-color: unset;
    padding: unset; */
  }

  .payment-left__description-product {
    font-size: 1.125rem;
  }

  .payment-left__description-product-name {
    font-size: 1.25rem;
  }

  .payment-right {
    display: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding: 2.75rem 6.625rem;
    width: auto;
    border-radius: 1.5rem;
  }
}
@media (max-width: 600px) {
  .payment-left__info-item{
    flex-direction: unset;

  }
}

@media (max-width: 480px) {
  .payment-left__info-item-info{
    width: 100%;
  }
  .payment-left__info-item{
    /* align-items: center; */
    /* flex-direction: column; */
    width: auto;
  }
  .payment-left__info-box {
    text-align: left;
  }
}
@media (max-width: 37.5em) {
  
  .background-decorations__one {
    display: none;
  }

  .background-decorations__two {
    display: none;
  }

  .background-decorations__three {
    display: none;
  }

  .background-decorations__four {
    display: none;
  }

  .background-decorations__five {
    display: none;
  }

  .background-decorations__six {
    background-color: #99ffc28c;
    top: 29.3125rem;
    left: unset;
    right: -5.125rem;
    width: 20.25rem;
    height: 20.25rem;
  }

  .payment {
    margin-top: 3rem;
    margin-bottom: 5.4375rem;
  }

  .payment__wrapper {
    gap: 3.375rem;
  }

  .payment-left__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem;
  }

  .payment-left__title-logo {
    gap: 0.5rem;
  }

  .payment-left__logo-ibg {
    /* margin-right: auto;
    height: 59px;
    width: 58px; */
  }

  .payment-left__title {
    font-size: 1.5rem;
    line-height: normal;
  }

  .payment-left__description-box {
    margin-top: 1.5rem;
    background-color: #ffffffdb;
    padding: 1.125rem 1.5rem;
  }

  .payment-left__description-product {
    font-size: 1.5rem;
  }

  .payment-left__description-product-name {
    font-size: 1.25rem;
    line-height: normal;
  }

  .payment-right {
    padding: 3.6875rem 4.0625rem;
  }
}

@media (max-width: 28.125em) {
  
  .page {
    padding-right: 0.6875rem;
    padding-left: 0.6875rem;
  }

  .payment__wrapper {
    gap: 1.5rem;
  }

  .payment-left__box {
    min-width: unset;
    width: 100%;
  }

  .payment-right {
  width: auto;

    padding: 2.5rem 1.875rem;
  }
}

@media (max-width: 23.125em) {
  .background-decorations__six {
    top: 21.25rem;
    right: -5.625rem;
    width: 14.25rem;
    height: 14.25rem;
  }
}

@media (any-hover: hover) {
  .payment-form__submit-btn:hover {
    background-color: #604cd3;
  }

  .payment-form-select__option:hover {
    background-color: #ffffffcc;
  }
}

/* cart */
.sc__btn-back {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0.625rem;
	margin-bottom: 1.5rem;
}

.sc__btn-back-text {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 1.125rem;
	letter-spacing: 0;
	line-height: 1.3125rem;
	color: #5b5b5b;
}

.sc__title {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 2.25rem;
	line-height: 2.5rem;
	letter-spacing: 0;
	color: #4834b4;
	margin-bottom: 1.5rem;
}

.sc__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.sc__sub-title {
	font-family: "Roboto";
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.3125rem;
	letter-spacing: 0;
	color: #5b5b5b;
	margin-bottom: 1.5rem;
}

.sc__box-input {
	margin-bottom: 0.5rem;
}

.sc__label {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 0.875rem;
	line-height: 130%;
	letter-spacing: 0;
	color: #5b5b5b;
	margin-bottom: 0.125rem;
}

.sc__label.error-active .sc__input {
	background-color: rgba(235, 0, 99, 0.08);
	border: 1px solid #eb0063;
}

.sc__label.error-active .sc__error-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 1;
}

.sc__label_mb {
	line-height: 1.4375rem;
}

.sc__select-label {
	position: relative;
}

.sc__input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	outline: none;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.375rem;
	letter-spacing: 0;
	color: #5b5b5b;
	background-color: #f5f5f6;
	border-radius: 0.5rem;
	height: 2.375rem;
	width: 100%;
	padding-left: 0.5rem;
}

.sc__input::-webkit-input-placeholder {
	opacity: 0.3;
}

.sc__input::-moz-placeholder {
	opacity: 0.3;
}

.sc__input:-ms-input-placeholder {
	opacity: 0.3;
}

.sc__input::-ms-input-placeholder {
	opacity: 0.3;
}

.sc__input::placeholder {
	opacity: 0.3;
}

.sc__error-box {
	display: none;
	margin-top: 0.375rem;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.sc__error-icon {
	margin-right: 0.25rem;
}

.sc__error-text {
	font-family: "Roboto";
	font-weight: 400;
	font-size: 0.75rem;
	line-height: 130%;
	letter-spacing: 0;
	color: #eb0063;
}

.sc__input-boxs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0.75rem;
}

.sc__input-box {
	width: 50%;
}

.sc__radio-container {
	margin-top: 1.5rem;
}

.sc__public-offer {
	text-align: center;
	font-family: "Roboto";
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 0;
	color: rgba(91, 91, 91, 0.4);
	max-width: 20.8125rem;
	margin: auto;
	margin-top: 1.5rem;
}

.sc__public-offer span {
	color: #a898ff;
}

.sc__submit-btn {
	text-align: center;
	font-family: "Roboto";
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.3125rem;
	letter-spacing: 0;
	color: #fff;
	width: 100%;
	max-width: 23.4375rem;
	background-color: #5333ff;
	padding: 0.75rem 0;
	border-radius: 3rem;
	margin: auto;
	margin-top: 0.5rem;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}

.sc__submit-btn span {
	font-weight: 400;
}

.payment-left__description-price {
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 1.3125rem;
	margin-top: 1.125rem;
}

.payment-left__description-price span {
    
	font-weight: 600;
}
.payment-left__top-content{

}
.payment-left__image img {
    width: 100%;
    max-width: 500px;
    max-height: 430px;
}
@media (max-width: 1200px) {
    .payment-left__title-logo {
        flex-direction: column;
    }
    .payment-left__top-content {
        margin: auto;
    }
}
@media (max-width: 56.25em) {
    .payment-left__description-price {
		font-size: 1.125rem;
		margin-top: 0.75rem;
	}
  .payment-left__box{
    width: 100%;
    max-width: 34rem;
  }
}


.payment-form__submit-btn:disabled {
  /* Стили для заблокированной кнопки */
  background-color: #6c757d; /* Серо-темно-синий цвет для заблокированной кнопки */
  cursor: not-allowed; /* Изменение курсора при наведении на заблокированную кнопку */
  pointer-events: none; /* Отключение всех событий при наведении на заблокированную кнопку */
}

.payment-form__submit-btn:disabled:hover {
  /* Удаление эффекта ховера для заблокированной кнопки */
  background-color: #6c757d; /* Оставить цвет заблокированной кнопки без изменений */
}

.d-none {
  display: none;
}

.highlight {
  background-color: #ffffffcc;
}