.page-form .section {
  padding-top: 14rem;
  padding-bottom: 5rem;
}

.page-form .sidebar {
  font-size: var(--font-size-xs);
  top: 5rem;
  padding: 3.8rem 1.6rem;
}
.page-form .sidebar .btn-default {
  padding: 1.5rem;
  margin-top: 2rem;
}
.filter-container .form-label{
  position: absolute;
  height: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.iti{
  width: 100%;
}
.iti__country-list {
  max-height: 300px;
  z-index: 999999;
}

form,
.form  {
  display: grid;
  gap: 2.4rem;
}
form .form-label,
.form .form-label {
  display: block;
  text-transform: uppercase;
  padding-bottom: 8px;
}
form .form-field,
.form .form-field {
  padding: 1.6rem;
  width: 100%;
  border: 1px solid rgba(45, 45, 34, 0.15);
  outline: none;
  border-radius: 0;
  display: inline-block;
}
form input[type="date"],
.form input[type="date"] {
  -webkit-appearance: none;
  min-width: 100%;
  background: transparent;
}
form .form-field.disabled,
.form .form-field.disabled {
  background-color: #f0f0f0;
}
form .note,
.form .note {
  margin-top: 12px;
  font-size: 1.2rem;
}
form .line,
.form .line {
  background-color: rgba(45, 45, 34, 0.15);
  margin: 2.4rem 0 3.2rem;
}

.form-group {
  position: relative;
}

.error .form-field {
  border-color: var(--color-red);
  color: var(--color-red);
}

.errorMessage {
  position: absolute;
  display: inline-block;
  padding: 0.6rem 0.8rem;
  background-color: var(--color-red);
  color: white;
  font-size: 1.2rem;
  border-radius: 0.2rem;
  text-align: center;
  right: 1.6rem;
  top: 0.6rem;
  z-index: 10;
}

.errorMessage::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff4500;
}

.form__content {
  padding: 5rem 2rem;
  background-color: #fff;
}

#dops{display:flex;gap:2.4rem;flex-direction:column;}

.form__content.distances {
  position: relative;
}

.form__data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
}

.form__data.full-width {
  grid-template-columns: repeat(1, 100%);
}
.form__data .full-width {
  grid-column: 1 / -1;
}
.option-group input[type=radio] {
  display: none;
}

.option-group label {
  flex: 1;
  padding: 1.6rem 2rem;
  border: 1px solid rgba(45, 45, 34, 0.15);
  cursor: pointer;
  text-align: center;
  background-color: white;
  color: black;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.option-group .size-selected,
.option-group input[type=radio]:checked+label {
  background-color: var(--bg-blue);
  color: white;
}

.gender label:not(:last-child) {
  border-right: none;
}

.reg__details-item{
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
	gap:4vw;
}

.reg__details-item .cost{white-space:nowrap;}

.reg__details-item:not(:last-child) {margin-bottom: 2rem;}
.reg__details-item .cost-row {
  display: flex;
  justify-content: space-between;
}
.reg__details-item .cost-row:not(:last-child) {
  margin-bottom: 2rem;
}
.reg__details-item span:first-child {
  max-width: 60%;

}
.reg__details-item.total {
  border-top: 1px solid rgba(175, 193, 255, 0.5);
  border-bottom: 1px solid rgba(175, 193, 255, 0.5);
  padding: 1.2rem 0;
}

.payment-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 3rem;
}

.payment-logos img {
  max-width: 7rem;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}

.distances .form__data {
  border-top: 1px solid #D9E3F3;
  gap: 0;
}

.radio {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border-bottom: 1px solid #D9E3F3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radio input {
  display: none;
}

.radio:has(input:checked) {
  background-color: var(--bg-blue);
  border-color: var(--color-blue);
  color: #fff;
}

.radio[size=lg] {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-left: none;
  border-right: none;
  padding: 2rem 2.4rem 2rem 1.2rem;
}

.label-container {
  display: flex;
  align-items: center;
  text-wrap: balance;
}

.label__price {
  white-space: nowrap;
}

.radio[size=md] {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-left: none;
  border-right: none;
}

.radio-btn {
  width: 2.4rem;
  height: 2.4rem;
	min-width:2.4rem;
	min-height:2.4rem;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  border: 1px solid rgba(45, 45, 34, 0.15);
  margin-right: 2.4rem;
}

.radio-btn::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  height: 50%;
  width: 50%;
  border-radius: 50%;
  background-color: var(--bg-blue);
  background-color: transparent;
}

.radio:has(input:checked) .radio-btn::before {
  background-color: var(--bg-blue);
}

.checkbox {
  display: inline-flex;
  align-items: center;
  font-size: 1.4rem;
  position: relative;
}

.checkbox a {
  text-decoration: underline;

}

.checkbox .errorMessage {
  top: -2.4rem;
}

.form-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form-checkbox+label {
  display: inline-flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  align-items: center;
}

.form-checkbox+label::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid rgba(45, 45, 34, 0.15);
  margin-right: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
}

.form-checkbox:not(:disabled):active+label::before {
  background-color: var(--bg-blue);
  border-color: var(--color-blue);
}

.form-checkbox:checked+label::before {
  background-color: var(--bg-blue);
  border-color: var(--color-blue);
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13l5 5L20 7' stroke='%23fff' stroke-linecap='square'/%3E%3C/svg%3E");
  background-size: 2rem 2rem;
}

.form-checkbox:disabled+label::before {
  background-color: #fff;
}

.team {
  padding-top: 0;
  display: none;
}

.team.is-active {
  display: grid;
  gap: 2rem;
}

.team__reg {
  display: none;
}

.team__reg.is-active {
  display: grid;
}
#promocode .btn {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.promocode {
  margin-top: 3.2rem;
}

.promocode-form {
  display: flex;
}
.promocode-form .btn-default {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.toggler {
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggler .text-md {
  margin-left: auto;
}

.toggler__label {
  font-size: 2.8rem;
  margin-left: 2.4rem;
  cursor: pointer;
}

.page-form .toggler{gap:2.4rem;}
.page-form .toggler .toggler__label{margin-left:0;line-height:1.5;}
.page-form .toggler .toggler__label.title_sm{font-size:1.8rem;}


.toggler__switch {
  position: relative;
  display: inline-block;
  width: 6rem;
  min-width: 6rem;
  height: 3.5rem;
}

.toggler__input {
  display: none;
}

.toggler__input:checked+.toggler__switch .toggler__button {
  background-color: var(--bg-blue);
}

.toggler__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.toggler__button {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #E9EEFF;
  transition: 0.4s;
  border-radius: 3.3rem;
}

.toggler__button:before {
  position: absolute;
  content: "";
  height: 3.3rem;
  width: 3.3rem;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.toggler__input:checked+.toggler__switch .toggler__button:before {
  -webkit-transform: translateX(75%);
  transform: translateX(75%);
}

.toggler__content {
  display: none;
  padding-top: 4rem;
}

.toggler__content .line {
  margin-top: 0;
}

.toggler__input:checked+.toggler__content {
  display: block;
}
.progress-bar-container {
  width: 100%;
  padding-top: 6rem;
}

.progress-bar {
  position: relative;
  background-color: #F9F9F9;
  height: 2rem;
  overflow: hidden;
}

.progress-fill {
  display: block;
  height: 100%;
  background-color: var(--bg-blue);
  transition: width 0.3s;
}

.progress-text {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  transform: translateX(-100%);
  color: #fff;
}

.progress-label {
  margin-top: 2.2rem;
  font-size: 1.2rem;
}
.form-counter {
  display: flex;
}

.form-counter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 6.4rem;
  min-width: 54px;
  cursor: pointer;
  border: 1px solid rgba(45, 45, 34, 0.15);
  border-left: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-counter-button img {
  width: 1.4rem;
  height: 1.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.payment-option:hover .payment-option__header {
  background-color: var(--bg-blue);
  color: var(--color-text-light);
}

.payment-option__header,
.payment-option__body {
  padding: 3rem;
  border: 1px solid rgba(45, 45, 34, 0.15);
}

.payment-option__body {
  border-top: none;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.payment-option__body img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 10rem;
  height: 10rem;
}

.cost:after {
  content: " ₸";
}

.cost.sale_percent:after{content:" %";}
.cost.sale_amount:after{content:" ₸";}


select {
  -webkit-appearance: none;
  appearance: none;
  background: url(/static/2024/img/icons/plus.svg) no-repeat 96% center / 20px 20px;
}
.page-profile {
  background: var(--bg-light-grey);
}
.page-profile .sticky{
  top: 0rem;
}
.page-profile .section{
  padding-top: 10rem;
}
.page-profile .sidebar-container{
  grid-template-columns: 32rem 1fr;
}

.page-profile .sidebar-container .sidebar {
  padding: 2.8rem 2rem;
}
.page-profile .event-item {
  padding: 2rem;
  position: relative;
}
.page-profile .event-text {
  max-width: 30rem;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-profile .event-logo {
  margin-right: 2.2rem;
  width: 98px;
  height: 98px;
  filter: invert(1);
}
.page-profile .event-header {margin-bottom: 2.4rem;}
.account-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.account-item:not(:last-child) {
  margin-bottom: 2rem;
}
.account-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.account-item summary {
  padding: 0;
  color: inherit;
  background: none;
}
.page-profile .tab-content:not(.active) {
  display: none;
}
.page-profile .profile-photo {
  margin: -2.8rem -2rem 2.8rem;
  height: 19rem;
  background: #4e4e4e;
  width: calc(100% + 4rem);
}
.upload-photo {
  width: 100%;
}
.page-profile .upload-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
}
.page-profile .upload-label span {
  border-bottom: 1px solid;
}
.delete-photo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-color:var(--color-red);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.delete-photo::before, .delete-photo::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
}

.delete-photo::before {
  transform: rotate(45deg);
}

.delete-photo::after {
  transform: rotate(-45deg);
}

.delete-photo:hover {
  background-color: var(--color-red);
  transform: scale(1.1);
}

.delete-photo:active {
  transform: scale(0.95);
}

.close-button {
  position: relative;
  display: flex;
  width: 2.4rem;
  height: 2.4rem;
  background: transparent;
  border: none;
  cursor: pointer;
}

.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6rem;
  height: 2px;
  background-color: #333;
  transform-origin: center;
}

.close-button::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-button::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.page-profile .preloader {
  width: 100%;
  margin-top: 10px;
  display: none;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 55%;
}

.page-profile .progress-bar {
  width: 80%;
  background-color: var(--bg-light-grey);
  border-radius: 5px;
  height: 10px;
  margin-bottom: 5px;
}

.page-profile .progress {
  background-color: var(--color-red);
  height: 100%;
  width: 0;
  border-radius: 5px;
}

#progress-text {
  font-size: 14px;
}

.profile-photo {
  position: relative; /* Для позиционирования кнопки */
}
.page-profile .event-item .btn-group {
  gap: 0 3rem
}

.page-profile form {
  gap: 0;
}

.page-profile  .list.bordered li {
  border-color: rgba(129, 129, 129, 0.24);
  padding: 8px 0;
}
.event-text .title-xs {
  margin-bottom: 4px;
}
.cart-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 5.5rem;
}
.cart-item {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.cart-item .col {
  flex: 1;
}
.cart {
  gap: 2rem;
}
.cart hr {
  background: #E4E8F6;
  margin: 4rem auto;
}
.cart .group {
  flex-direction: column;
  text-align: right;
}
.cart .btn-remove {
  margin-top: auto;
}
.quantity {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.quantity input {
  width: 3rem;
  border: none;
  text-align: center;
  outline: none;
}
.cart-product-info {
  flex: 1;
}
.cart-product-info .product__discount-block {
  margin-left: auto;
  margin-bottom: 1rem;
}
.cart-product-info .product__discount-block .discount {
  position: relative;
  top: auto;
  right: auto;
}
#form-order .radio {
  text-align: left;
}
.delivery {
  margin-bottom: 2rem;
}
/*LOGIN*/

#login {
  padding-top: 8rem;
  padding-bottom: 5rem;
}
#login .auth-form {
  max-width: 76rem;
  margin: auto;
}
#login .form__content {
  padding: 5rem;
}
#login .btn {
  border-radius: 0;
  width: 100%;
  justify-content: center;
  padding: 1.6rem 2rem;
  cursor: pointer;
  font-size: 1.6rem;
}


.password {
  display: none;
}

.password label {
  text-align: left;
  width: 100%;
  display: block;
  margin: 2rem 0 4rem;
}

/*END LOGIN*/

.order-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;

}
.order-list hr {
  display: block;
  height: 1px;
  border: none;
  background-color: #E4E8F6;
  margin: 3rem auto;
  width: 100%;
}
.order-items {
  display: flex;
  justify-content: space-between;
}
.order-list hr:last-child {display: none;}
.order-card {
  font-size: 1.4rem;
  padding: 2rem;
  background-color: #fff;
  width: 100%;
}

.order-header,
.order-item {
  display: flex;

}
.order-item {align-items: center;}

.product__images {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem; 
}

.product__images img{
  width: 15rem;
  height: 15rem;
  min-width: 150px;
  min-height: 150px;
  object-fit: cover;

}

.order-item .col:last-child {margin-left: auto;}
.order-header {
  margin-bottom: 2rem;
  font-weight: 500;
  justify-content: space-between;
}

.order-delivery {
  margin-bottom: 2rem;
}

.order-item .photo {
  max-width: 15rem;
  min-width: 150px;
  margin-right: 5.5rem;
}
.order-details-container {
  font-size: 1.2rem;
  text-transform: uppercase;
}
.order-details-container h5 {
  margin-bottom: 2.4rem;
}
.order-details-container .order-row {
  border-top: 1px solid #E4E8F6;
  padding: 1.2rem 0;
}
.order-details-container .order-row:last-child {
  border-bottom: 1px solid #E4E8F6;
}
.order-details-container .row {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 0;

}

.order-item img {
  width: 15rem;
  height: 15rem;
  object-fit: cover;

}

.more-items {

  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 150px;

}

.order-status .link{border-bottom:1px solid;color:var(--color-red);}
.order-status .link:hover{border-color:transparent;}

.order-details {
  align-self: flex-end;
}
.order-details a{border-bottom:1px solid;}
.order-details a:hover{border-color:transparent;}

.back-link {
  display: inline-flex;
  align-items: center;
  font-size: 1.2rem;
}
.back-link::before {
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  background: url(/static/2024/img/icons/arr-left.svg) no-repeat center / contain;
}
.form-btn {
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  background-color: var(--bg-blue);
  color: #fff;
}
.estimated .option-group {
  margin-bottom: 2rem;
}

.estimated .form-label {
  text-transform: unset;
  margin-bottom: 1rem;
}
.estimated .errorMessage {
  top: 4.5rem;
}

.is-loading{
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='160px' height='20px' viewBox='0 0 128 16' xml:space='preserve'%3E%3Cpath fill='%231843D7' fill-opacity='0.42' d='M6.4,4.8A3.2,3.2,0,1,1,3.2,8,3.2,3.2,0,0,1,6.4,4.8Zm12.8,0A3.2,3.2,0,1,1,16,8,3.2,3.2,0,0,1,19.2,4.8ZM32,4.8A3.2,3.2,0,1,1,28.8,8,3.2,3.2,0,0,1,32,4.8Zm12.8,0A3.2,3.2,0,1,1,41.6,8,3.2,3.2,0,0,1,44.8,4.8Zm12.8,0A3.2,3.2,0,1,1,54.4,8,3.2,3.2,0,0,1,57.6,4.8Zm12.8,0A3.2,3.2,0,1,1,67.2,8,3.2,3.2,0,0,1,70.4,4.8Zm12.8,0A3.2,3.2,0,1,1,80,8,3.2,3.2,0,0,1,83.2,4.8ZM96,4.8A3.2,3.2,0,1,1,92.8,8,3.2,3.2,0,0,1,96,4.8Zm12.8,0A3.2,3.2,0,1,1,105.6,8,3.2,3.2,0,0,1,108.8,4.8Zm12.8,0A3.2,3.2,0,1,1,118.4,8,3.2,3.2,0,0,1,121.6,4.8Z'/%3E%3Cg%3E%3Cpath fill='%231843D7' fill-opacity='1' d='M-42.7,3.84A4.16,4.16,0,0,1-38.54,8a4.16,4.16,0,0,1-4.16,4.16A4.16,4.16,0,0,1-46.86,8,4.16,4.16,0,0,1-42.7,3.84Zm12.8-.64A4.8,4.8,0,0,1-25.1,8a4.8,4.8,0,0,1-4.8,4.8A4.8,4.8,0,0,1-34.7,8,4.8,4.8,0,0,1-29.9,3.2Zm12.8-.64A5.44,5.44,0,0,1-11.66,8a5.44,5.44,0,0,1-5.44,5.44A5.44,5.44,0,0,1-22.54,8,5.44,5.44,0,0,1-17.1,2.56Z'/%3E%3CanimateTransform attributeName='transform' type='translate' values='23 0;36 0;49 0;62 0;74.5 0;87.5 0;100 0;113 0;125.5 0;138.5 0;151.5 0;164.5 0;178 0' calcMode='discrete' dur='1170ms' repeatCount='indefinite'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  transition: none;
}


.page-profile h3{margin-top:3rem;margin-bottom:2rem;}
.page-profile .form__content{padding:2rem;}


@media screen and (max-width: 768px) {
  .close-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
  }
  .toggler__label {
    font-size: 1.6rem;
    margin-left: 1.2rem;
  }

  .toggler__button:before {
    width: 2.8rem;
    height: 2.8rem;
  }
  .toggler__switch {
    width: 5rem;
    min-width: 5rem;
    height: 3.1rem;
  }
  .form__content {
    padding: 2.4rem 1.2rem;
  }

  .form__data {
    grid-template-columns: repeat(1, 100%);
  }

  .page-form .header {
    background: var(--bg-blue);
  }

  .option-group {
    grid-template-columns: repeat(2, 1fr);
  }

  .radio[size=lg] {
    padding: 1.6rem;
  }

  .label-container {
    text-align: left;
  }

  .page-form .section {
    padding-top: 8rem;
  }

  .checkbox {
    font-size: 1.3rem;
  }
  .page-profile .sidebar-container {
    grid-template-columns: repeat(1,100%);
  }
  .page-profile .sticky {position: relative;top: 0;}
  #login {padding-top: 9rem;}
  #login .form__content {padding: 5rem 1.2rem;}
  .page-profile .event-item .btn {
    width: 100%;
    justify-content: center;
    font-size: 1.6rem;
    padding: 1.6rem;
    border-radius: 10rem;
  }
  .page-profile .event-item .btn-group {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 3rem;
  }
  .page-profile .event-text {
    flex: 1;
  }
  .page-profile .event-logo {
    display: none;
  }
  .cart-item-img {
    margin-right: 2.5rem;
    width: 80px;
    height: 80px;
  }
  .cart-product-info .full-width {
    margin-top: 2rem;
  }
  .cart-product-info .text-md {line-height: normal;}
  sup {top: -1rem;}
  .progress-bar-container {
    padding-top: 0;
  }
  .errorMessage {
    max-width: 85%;
    left: auto;
    right: 0;
    font-size: 1rem;
    top: 1px;
  }
  .errorMessage:has(.email-exist) {
    top: -2rem;
  }
	.page-form .toggler{gap:1.4rem;}
	.page-form .toggler .toggler__label.title_sm{font-size:0.8rem;}
	.page-form .toggler .toggler__switch{zoom:0.7;}
  .form-field {height: 4.955rem}
  .cart-product-info {flex-direction: column;}
  .cart-product-info .product__discount-block {
    margin-left: 0;
  }
  .cart .group {text-align: left;}
}


