.slam-ajax-form-inner,
.slam-ajax-form-left,
.slam-ajax-form-right {
  display: flex;
  flex-direction: column;
  gap: 18px 24px; }
  @media (max-width: 1099px) {
    .slam-ajax-form-inner,
    .slam-ajax-form-left,
    .slam-ajax-form-right {
      gap: 16px; } }

.slam-ajax-form-inner .slam-ajax-form-row + .form-btn-group > .btn {
  width: fit-content; }
  @media (max-width: 767px) {
    .slam-ajax-form-inner .slam-ajax-form-row + .form-btn-group > .btn {
      width: 100%; } }

.form-btn-group {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 24px; }
  @media (max-width: 1099px) {
    .form-btn-group {
      gap: 20px; } }
  .form-btn-group > .btn {
    width: 100%; }

.slam-ajax-form__text {
  margin-bottom: 24px;
  color: #9A9CA1; }
  @media (max-width: 1099px) {
    .slam-ajax-form__text {
      margin-bottom: 20px; } }
  .slam-ajax-form__text a {
    color: var(--theme-accent-color); }
    @media (min-width: 1100px) {
      .slam-ajax-form__text a:hover {
        color: var(--theme-accent-color-light); } }

.form-title {
  margin-bottom: 24px; }
  @media (max-width: 1099px) {
    .form-title {
      margin-bottom: 20px; } }

.form-title + .slam-ajax-form__text {
  margin-top: -16px; }
  @media (max-width: 1099px) {
    .form-title + .slam-ajax-form__text {
      margin-top: -12px; } }

.slam-ajax-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  gap: 16px; }
  .slam-ajax-form-footer__fields {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1 1 auto; }
    .slam-ajax-form-footer__fields .form-group {
      margin-bottom: 0; }
  .slam-ajax-form-footer__text {
    flex: 0 0 auto;
    margin-left: auto; }

.slam-ajax-form-row {
  display: grid;
  gap: 18px 24px;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1099px) {
    .slam-ajax-form-row {
      gap: 16px;
      grid-template-columns: 1fr; } }
  .slam-ajax-form-row .form-group {
    margin: 0; }
  .slam-ajax-form-row .form-group--radio {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 24px; }
    .slam-ajax-form-row .form-group--radio .form-control-label {
      margin: 0;
      font-weight: 600; }
  .slam-ajax-form-row textarea.form-control {
    height: 174px; }
    @media (max-width: 1099px) {
      .slam-ajax-form-row textarea.form-control {
        height: 80px; } }

.form-group {
  position: relative;
  width: 100%; }
  .form-group.has-error .checkbox label:before {
    border-color: #F3403B; }
  .form-group.has-error .form-control {
    border: 1px solid #F3403B; }
    .form-group.has-error .form-control:focus {
      border: 1px solid #F3403B; }
  .form-group.has-error .help-block {
    position: absolute;
    top: 100%;
    left: 0;
    color: #F3403B;
    font-size: 12px;
    line-height: 1.2; }
    @media (max-width: 1099px) {
      .form-group.has-error .help-block {
        font-size: 10px; } }

.form-group--textarea-sm textarea.form-control {
  height: 68px; }

.form-group--margin:not(:last-child) {
  margin-bottom: 16px; }

@keyframes slam-autofill {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

.form-group--fly .form-control-label {
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 12px;
  margin-bottom: 0;
  transition: all .1s linear;
  pointer-events: none; }
  @media (max-width: 1099px) {
    .form-group--fly .form-control-label {
      top: 8px; } }

.form-group--fly .form-control::placeholder {
  opacity: 0;
  font-size: 0; }

.form-group--fly:has(.form-control:focus) .form-control-label, .form-group--fly:has(.form-control:-webkit-autofill) .form-control-label, .form-group--fly:has(.form-control:autofill) .form-control-label {
  top: 3px;
  font-size: 10px; }
  @media (max-width: 1099px) {
    .form-group--fly:has(.form-control:focus) .form-control-label, .form-group--fly:has(.form-control:-webkit-autofill) .form-control-label, .form-group--fly:has(.form-control:autofill) .form-control-label {
      top: 3px;
      font-size: 8px; } }

.form-group--fly:has(.form-control:focus) .form-control, .form-group--fly:has(.form-control:-webkit-autofill) .form-control, .form-group--fly:has(.form-control:autofill) .form-control {
  padding-top: 12px;
  padding-bottom: 5px; }

.form-group--fly:has(.form-control:focus) .form-control::placeholder,
.form-group--fly:has(.form-control:focus) .form-control [data-maska-value], .form-group--fly:has(.form-control:-webkit-autofill) .form-control::placeholder,
.form-group--fly:has(.form-control:-webkit-autofill) .form-control [data-maska-value], .form-group--fly:has(.form-control:autofill) .form-control::placeholder,
.form-group--fly:has(.form-control:autofill) .form-control [data-maska-value] {
  opacity: 1; }

.form-group--fly-active .form-control-label {
  top: 3px;
  font-size: 10px; }
  @media (max-width: 1099px) {
    .form-group--fly-active .form-control-label {
      top: 3px;
      font-size: 8px; } }

.form-group--fly-active .form-control {
  padding-top: 12px;
  padding-bottom: 5px; }

.form-group--fly-active .form-control::placeholder,
.form-group--fly-active .form-control [data-maska-value] {
  opacity: 1; }

.form-group-select {
  position: static; }
  .form-group-select.form-group--fly {
    position: relative; }

.form-group-row {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 767px) {
    .form-group-row {
      gap: 0;
      grid-template-columns: 1fr; } }

.form-row {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  gap: 16px; }
  .form-row .form-group--margin {
    margin-bottom: 0; }
  .form-row:last-child {
    margin-bottom: 0; }

.form-control {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding: 0 12px;
  transition: border-color .3s ease;
  color: #333333;
  border: 1px solid #DEDFE8;
  border-radius: 8px;
  outline: none;
  background-color: #fff;
  font-family: "Inter", Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: 600; }
  @media (min-width: 1100px) {
    .form-control {
      cursor: pointer; }
      .form-control:hover {
        border-color: #AEB6BE; } }
  .form-control:focus {
    border-color: #AEB6BE;
    background-color: #fff; }
    .form-control:focus::placeholder {
      color: #DEDFE8; }
  @media (max-width: 1099px) {
    .form-control {
      height: 36px;
      padding: 0 12px;
      font-size: 14px; } }
  .form-control::placeholder {
    color: #333333;
    font-size: 16px;
    font-weight: 400; }
    @media (max-width: 1099px) {
      .form-control::placeholder {
        font-size: 14px; } }
  .form-control__descr {
    color: #9A9CA1;
    font-weight: 600; }

.form-control-label {
  display: block; }

.label-required {
  color: #F3403B;
  font-size: inherit;
  line-height: 1; }

textarea.form-control {
  height: 120px;
  display: block;
  padding: 12px; }

.checkbox {
  position: relative;
  display: flex;
  align-items: center; }
  .checkbox__descr {
    white-space: normal; }
    @media (max-width: 1099px) {
      .checkbox__descr {
        white-space: inherit; } }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 2px;
    visibility: hidden;
    opacity: 0; }
  .checkbox label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: color .3s ease; }
    @media (max-width: 767px) {
      .checkbox label {
        gap: 8px; } }
    .checkbox label:has(.checkbox__descr) {
      align-items: flex-start; }
    .checkbox label:before {
      position: relative;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      display: block;
      flex: 0 0 auto;
      box-sizing: border-box;
      content: '';
      user-select: none;
      transition: box-shadow .2s, border .2s;
      border: 1px solid #DEDFE8;
      border-radius: 2px;
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: 50% 100%;
      background-size: contain; }
  .checkbox input:disabled ~ label {
    cursor: no-drop; }
  .checkbox input:checked ~ label {
    color: #333333; }
    .checkbox input:checked ~ label:before {
      border-color: var(--theme-accent-color);
      background-color: var(--theme-accent-color);
      background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.08205 3.3203C1.7757 2.86077 1.15483 2.7366 0.6953 3.04295C0.235771 3.3493 0.111597 3.97017 0.41795 4.4297L2.08205 3.3203ZM10.2894 2.23894C10.6284 1.80299 10.5499 1.17472 10.1139 0.835648C9.67799 0.496578 9.04972 0.575112 8.71065 1.01106L10.2894 2.23894ZM5.1018 7.27983L4.31244 6.66589L5.1018 7.27983ZM0.41795 4.4297L2.64834 7.77529L4.31244 6.66589L2.08205 3.3203L0.41795 4.4297ZM5.89115 7.89377L10.2894 2.23894L8.71065 1.01106L4.31244 6.66589L5.89115 7.89377ZM2.64834 7.77529C3.40557 8.91114 5.05305 8.97133 5.89115 7.89377L4.31244 6.66589L4.31244 6.66589L2.64834 7.77529Z' fill='%23FAFAFB'/%3E%3C/svg%3E%0A");
      background-position: center;
      background-size: auto; }
  .checkbox input:checked:disabled ~ label:before {
    border-color: transparent;
    background-color: #DEDFE8; }
  .checkbox input:disabled ~ label:before {
    background-color: #DEDFE8; }
  @media (hover: hover) {
    .checkbox input:not(:disabled) ~ label:hover:before {
      border-color: var(--theme-accent-color); } }
  .checkbox input[required] ~ .form-control-label a::after {
    margin-left: 2px;
    content: '*';
    color: #F3403B; }
  .checkbox .form-control-label .label-required {
    display: none; }
  .checkbox .filter-count {
    color: #9A9CA1; }
  @media (min-width: 1100px) {
    .checkbox.checkbox--margin {
      margin: 12px 0; } }

.rate-group {
  position: relative;
  display: inline-flex;
  margin: 0 -2px; }
  .rate-group__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px; }

.checkbox-rate {
  position: absolute;
  visibility: hidden;
  opacity: 0; }
  .checkbox-rate:checked + .checkbox-rate-label {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39686 0.937322L9.39686 3.03732C9.59686 3.53732 10.0969 3.83732 10.5969 3.83732L12.8969 4.13732C14.1969 4.33732 14.6969 5.83732 13.6969 6.73732L12.0969 8.33732C11.6969 8.73732 11.5969 9.23732 11.6969 9.73732L12.0969 12.0373C12.2969 13.2373 10.9969 14.2373 9.89686 13.6373L7.89686 12.5373C7.49686 12.3373 6.89686 12.3373 6.49686 12.5373L4.49686 13.6373C3.39686 14.2373 2.09686 13.2373 2.29686 12.0373L2.69686 9.73732C2.79686 9.23732 2.59686 8.73732 2.29686 8.33732L0.696862 6.73732C-0.203138 5.83732 0.296862 4.33732 1.49686 4.13732L3.79686 3.83732C3.99686 3.73732 4.39686 3.43732 4.69686 2.93732L5.69686 0.837322C6.19686 -0.262678 7.89686 -0.262678 8.39686 0.937322Z' fill='%23FE7235'/%3E%3C/svg%3E%0A"); }
  .checkbox-rate:checked + .checkbox-rate-label span {
    opacity: 1; }

.checkbox-rate-label {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39686 0.937322L9.39686 3.03732C9.59686 3.53732 10.0969 3.83732 10.5969 3.83732L12.8969 4.13732C14.1969 4.33732 14.6969 5.83732 13.6969 6.73732L12.0969 8.33732C11.6969 8.73732 11.5969 9.23732 11.6969 9.73732L12.0969 12.0373C12.2969 13.2373 10.9969 14.2373 9.89686 13.6373L7.89686 12.5373C7.49686 12.3373 6.89686 12.3373 6.49686 12.5373L4.49686 13.6373C3.39686 14.2373 2.09686 13.2373 2.29686 12.0373L2.69686 9.73732C2.79686 9.23732 2.59686 8.73732 2.29686 8.33732L0.696862 6.73732C-0.203138 5.83732 0.296862 4.33732 1.49686 4.13732L3.79686 3.83732C3.99686 3.73732 4.39686 3.43732 4.69686 2.93732L5.69686 0.837322C6.19686 -0.262678 7.89686 -0.262678 8.39686 0.937322Z' fill='%23E4E4E4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center; }
  .checkbox-rate-label span {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    opacity: 0;
    transform: translateY(-50%);
    white-space: nowrap;
    background-color: #fff; }
  @media (hover: hover) {
    .checkbox-rate-label:hover {
      cursor: pointer; } }
  .checkbox-rate-label.hover {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.39686 0.937322L9.39686 3.03732C9.59686 3.53732 10.0969 3.83732 10.5969 3.83732L12.8969 4.13732C14.1969 4.33732 14.6969 5.83732 13.6969 6.73732L12.0969 8.33732C11.6969 8.73732 11.5969 9.23732 11.6969 9.73732L12.0969 12.0373C12.2969 13.2373 10.9969 14.2373 9.89686 13.6373L7.89686 12.5373C7.49686 12.3373 6.89686 12.3373 6.49686 12.5373L4.49686 13.6373C3.39686 14.2373 2.09686 13.2373 2.29686 12.0373L2.69686 9.73732C2.79686 9.23732 2.59686 8.73732 2.29686 8.33732L0.696862 6.73732C-0.203138 5.83732 0.296862 4.33732 1.49686 4.13732L3.79686 3.83732C3.99686 3.73732 4.39686 3.43732 4.69686 2.93732L5.69686 0.837322C6.19686 -0.262678 7.89686 -0.262678 8.39686 0.937322Z' fill='%23FE7235'/%3E%3C/svg%3E%0A"); }

.datepicker-input-wrap {
  position: relative; }
  .datepicker-input-wrap:after {
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
    width: 16px;
    height: 16px;
    content: '';
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 8H3V6H5V8ZM9 6H7V8H9V6ZM13 6H11V8H13V6ZM5 9H3V11H5V9ZM9 9H7V11H9V9ZM13 9H11V11H13V9ZM5 12H3V14H5V12ZM9 12H7V14H9V12ZM4 3C4.55225 3 5 2.55272 5 2V1C5 0.44725 4.55225 0 4 0C3.44775 0 3 0.447281 3 1V2C3 2.55275 3.44775 3 4 3ZM16 2V16H0V2H2.5C2.5 2.82716 3.17284 3.5 4 3.5C4.82716 3.5 5.5 2.82716 5.5 2H10.5C10.5 2.82716 11.1728 3.5 12 3.5C12.8272 3.5 13.5 2.82716 13.5 2H16ZM15 5H1V15H15V5ZM12 3C12.5527 3 13 2.55272 13 2V1C13 0.44725 12.5527 0 12 0C11.4473 0 11 0.447281 11 1V2C11 2.55275 11.4473 3 12 3Z' fill='%23969696'/%3E%3C/svg%3E%0A"); }

.password-wrap {
  position: relative; }
  .password-wrap.has-error .form-control {
    border-color: #F3403B; }
  .password-wrap .form-control {
    padding-right: 55px; }
  .password-wrap__show-pass {
    position: absolute;
    z-index: 10;
    top: 12px;
    right: 12px;
    height: 24px;
    overflow: hidden;
    transform: translateX(0%); }
    @media (max-width: 1099px) {
      .password-wrap__show-pass {
        top: 8px; } }
    @media (min-width: 1100px) {
      .password-wrap__show-pass {
        cursor: pointer; }
        .password-wrap__show-pass:hover .password-wrap__show-pass-icon {
          fill: #333333; } }
  .password-wrap__show-pass-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    fill: #AEB6BE; }
    @media (max-width: 1099px) {
      .password-wrap__show-pass-icon {
        width: 18px;
        height: 18px; } }
  .password-wrap__error {
    position: absolute;
    top: 100%;
    left: 0;
    color: #F3403B;
    font-size: 12px; }

.filter-select {
  width: 240px; }

.select {
  position: relative;
  height: 32px;
  display: flex; }
  @media (hover: hover) {
    .select:hover .select-head {
      border-color: #DEDFE8; }
      .select:hover .select-head .icon {
        fill: var(--theme-accent-color); } }
  .select.active .select-body {
    z-index: 50;
    transition: transform .2s;
    transform: none; }
    @media (max-width: 1099px) {
      .select.active .select-body {
        transform: translateX(-50%) scaleY(1); } }
  .select .select-head {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer; }
    @media (max-width: 1249px) {
      .select .select-head {
        width: 100%; } }
    .select .select-head__title {
      display: inline-flex;
      transition: color .3s;
      white-space: nowrap;
      color: #333333; }
    .select .select-head .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      transition: fill .3s ease;
      fill: #333333; }
  .select .select-body {
    position: absolute;
    z-index: 0;
    top: calc(100% + 4px);
    right: 0;
    left: 0;
    width: 100%;
    min-width: 240px;
    height: auto;
    overflow: auto;
    margin: 0;
    padding: 4px 0;
    transition: transform .2s;
    transform: scaleY(0);
    transform-origin: top right;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 2px 15px 0px rgba(6, 11, 108, 0.08);
    will-change: transform; }
    @media (max-width: 1099px) {
      .select .select-body {
        left: 50%;
        transform: translateX(-50%) scaleY(0); } }
  .select .select-list {
    max-height: 350px;
    overflow-y: auto;
    text-align: left; }
  .select .nav-default-l2-link__text {
    position: relative;
    padding: 7px 10px;
    cursor: pointer;
    transition: background-color .3s, color .3s;
    color: #333333;
    line-height: 1.2; }
    @media (max-width: 1099px) {
      .select .nav-default-l2-link__text {
        font-size: 14px; } }
    .select .nav-default-l2-link__text.active {
      text-decoration: underline;
      pointer-events: none;
      font-weight: bold;
      text-decoration-color: #f5e570; }
    .select .nav-default-l2-link__text:hover {
      color: #9A9CA1;
      background-color: #F0F2F6; }

.radio-option__label {
  position: relative;
  z-index: 1; }

.radio-option__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0; }

.radio-option__caption {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
  cursor: pointer;
  transition: background .3s, color .3s;
  white-space: nowrap;
  color: #333333; }
  .radio-option__caption:before {
    position: relative;
    width: 16px;
    height: 16px;
    display: flex;
    flex-shrink: 0;
    content: '';
    transition: all .3s ease;
    border: 1px solid #DEDFE8;
    border-radius: 50%;
    background-color: #fff; }
  .radio-option__caption .icon {
    flex: 0 0 auto;
    fill: #AEB6BE; }
  .radio-option__caption:hover {
    background-color: #F0F2F6; }
    .radio-option__caption:hover:before {
      border-color: var(--theme-accent-color); }

.radio-option.selected .radio-option__caption {
  text-decoration: none;
  pointer-events: none;
  border-color: var(--theme-accent-color); }
  .radio-option.selected .radio-option__caption:before {
    border-color: var(--theme-accent-color);
    background-color: var(--theme-accent-color);
    box-shadow: inset 0 0 0px 2px #fff; }

.custom-select {
  position: relative;
  display: flex;
  align-items: center;
  transition: all .3s ease; }
  .custom-select__header {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between; }
  @media (min-width: 1100px) {
    .custom-select {
      cursor: pointer; } }
  .custom-select.active .custom-select__overflow {
    max-height: 500px; }
  .custom-select.active .custom-select__trigger {
    transform: rotate(-180deg); }
  .custom-select__input {
    position: absolute;
    left: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none; }
  .custom-select__overflow {
    position: absolute;
    z-index: 25;
    top: calc(100% + 4px);
    right: -2px;
    left: -2px;
    transition: all .3s ease;
    border-radius: 8px;
    box-shadow: 0px 2px 15px 0px rgba(6, 11, 108, 0.08); }
  .custom-select__list {
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #fff; }
  .custom-select__list-item {
    padding: 5px 0;
    transition: color .3s ease; }
    @media (min-width: 1100px) {
      .custom-select__list-item {
        cursor: pointer; }
        .custom-select__list-item:hover {
          color: var(--theme-accent-color); } }
  .custom-select__trigger {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
    transition: all .3s ease;
    fill: #AEB6BE; }
    @media (max-width: 767px) {
      .custom-select__trigger {
        top: 10px; } }

.delivery-select {
  width: 100%;
  height: 40px;
  border: 1px solid #DEDFE8;
  border-radius: 2px; }
  .delivery-select .select-head__title {
    color: var(--theme-accent-color); }
  .delivery-select .select-head .icon {
    margin-left: auto; }

.radio-slam input {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  appearance: none; }
  .radio-slam input:checked ~ label {
    pointer-events: none;
    border-color: var(--theme-accent-color); }
    .radio-slam input:checked ~ label:before {
      border-color: var(--theme-accent-color);
      background-color: var(--theme-accent-color);
      box-shadow: inset 0 0 0 2px #fff; }
  .radio-slam input:disabled ~ label {
    opacity: .7;
    pointer-events: none; }

.radio-slam label {
  display: flex;
  align-items: center;
  gap: 14px;
  white-space: nowrap; }
  @media (min-width: 1100px) {
    .radio-slam label {
      cursor: pointer; }
      .radio-slam label:hover:before {
        border-color: var(--theme-accent-color-light); } }
  @media (max-width: 767px) {
    .radio-slam label {
      gap: 8px; } }
  .radio-slam label:before {
    position: relative;
    width: 16px;
    height: 16px;
    content: '';
    transition: all .3s ease;
    border: 1px solid #DEDFE8;
    border-radius: 50%;
    background-color: #fff; }

.radio-slam.radio--tab {
  position: relative;
  z-index: 1; }
  .radio-slam.radio--tab input {
    position: absolute;
    width: 1px;
    height: 1px;
    visibility: hidden;
    opacity: 0;
    appearance: none; }
    .radio-slam.radio--tab input:checked ~ label {
      pointer-events: none;
      color: var(--theme-accent-color);
      background-color: #fff;
      box-shadow: 8px 0px 30px 0px rgba(6, 11, 108, 0.15); }
  .radio-slam.radio--tab label {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    transition: color .35s ease, background-color .2s ease, box-shadow .2s ease;
    white-space: nowrap;
    border-radius: 8px;
    font-weight: 600; }
    .radio-slam.radio--tab label:before {
      content: none; }
    @media (max-width: 767px) {
      .radio-slam.radio--tab label {
        height: 36px; } }
    @media (min-width: 1100px) {
      .radio-slam.radio--tab label {
        cursor: pointer; }
        .radio-slam.radio--tab label:hover {
          color: var(--theme-accent-color); } }

.radio-tabs {
  position: relative; }
  .radio-tabs > .form-group {
    width: auto;
    flex: 0 0 auto;
    margin: 0; }
    @media (max-width: 767px) {
      .radio-tabs > .form-group {
        width: 50%; } }
    .radio-tabs > .form-group .radio-slam {
      width: 100%; }
  .radio-tabs.has-glider .radio-slam.radio--tab input:checked ~ label {
    background-color: transparent;
    box-shadow: none; }
  .radio-tabs.has-glider::before {
    position: absolute;
    z-index: 0;
    top: var(--glider-top, 0);
    left: var(--glider-left, 0);
    width: var(--glider-width, 0);
    height: var(--glider-height, 100%);
    content: '';
    transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1), width 0.45s cubic-bezier(0.4, 0, 0.2, 1), top 0.45s cubic-bezier(0.4, 0, 0.2, 1), height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 8px 0px 30px 0px rgba(6, 11, 108, 0.15); }
  .radio-tabs.has-glider.no-glider-anim::before {
    transition: none; }

.side-filter__item .radio-slam.radio--v2 input:disabled ~ label {
  opacity: .5;
  pointer-events: none; }

.side-filter__item .radio-slam.radio--v2 label {
  font-weight: 400; }
  .side-filter__item .radio-slam.radio--v2 label:before {
    position: static; }

.forms-preview {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
  gap: 40px; }
  .forms-preview__section {
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .forms-preview__item {
    padding: 24px;
    border: 1px solid #DEDFE8;
    border-radius: 8px; }
  .forms-preview__name {
    margin-bottom: 16px;
    color: #9A9CA1; }

.form-success {
  display: grid;
  padding: 24px;
  gap: 20px 24px;
  border-radius: 8px;
  background-color: #F0F2F6;
  grid-template-columns: 72px 1fr; }
  @media (max-width: 575px) {
    .form-success {
      padding: 16px;
      gap: 16px 12px;
      grid-template-columns: 44px 1fr; } }
  .form-success__icon {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: span 2;
    aspect-ratio: 1/1; }
    @media (max-width: 575px) {
      .form-success__icon {
        height: 44px;
        grid-row: span 1; } }
    .form-success__icon .icon {
      fill: #7DC66B; }
  .form-success__title {
    font-weight: 600; }
  @media (max-width: 575px) {
    .form-success__descr {
      grid-column: span 2; } }

.one-click-form .modal-dialog {
  max-width: 992px;
  padding: 0; }

.one-click-form .modal-content {
  padding: 0px; }

.one-click-form .modal-success__title {
  margin-bottom: 20px;
  color: #7DC66B;
  font-size: 24px;
  font-weight: 600; }
  @media (max-width: 767px) {
    .one-click-form .modal-success__title {
      font-size: 16px; } }

.one-click-form .modal-success__text {
  margin-bottom: 34px;
  font-size: 16px; }
  @media (max-width: 767px) {
    .one-click-form .modal-success__text {
      font-size: 12px; } }

@media (max-width: 767px) {
  .one-click-form .modal-success__icon {
    max-width: 70px; } }

.one-click-form .modal-success__icon svg {
  height: auto; }

.one-click-form__inner {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 767px) {
    .one-click-form__inner {
      grid-template-columns: 1fr; } }

.one-click-form__left {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  background-color: #fff;
  grid-row-start: 1;
  grid-row-end: -1; }
  @media (max-width: 1099px) {
    .one-click-form__left {
      padding: 20px; } }
  @media (max-width: 767px) {
    .one-click-form__left {
      padding: 20px 12px; } }

.one-click-form__right {
  display: flex;
  flex-direction: column;
  padding: 32px;
  background-color: #F0F2F6; }
  @media (max-width: 1099px) {
    .one-click-form__right {
      padding: 32px 20px; } }
  @media (max-width: 767px) {
    .one-click-form__right {
      padding: 20px 12px; } }
  .one-click-form__right button.btn,
  .one-click-form__right .btn {
    margin-top: auto; }

.one-click-form .product-card__mid {
  max-width: 272px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 auto;
  gap: 12px; }
  @media (max-width: 767px) {
    .one-click-form .product-card__mid {
      max-width: 100%;
      display: grid;
      gap: 12px 8px;
      grid-template-columns: 104px 1fr; } }
  @media (max-width: 767px) {
    .one-click-form .product-card__mid .counter {
      max-width: 324px;
      margin: 0 auto;
      grid-column: span 2; } }

.one-click-form .product-card__image {
  width: 216px;
  height: 216px;
  display: flex;
  overflow: hidden;
  align-items: center;
  flex: 0 0 auto;
  justify-content: center;
  margin: 0 auto;
  padding: 8px; }
  .one-click-form .product-card__image a,
  .one-click-form .product-card__image .lazy-img-wrap {
    width: 100%;
    height: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
  .one-click-form .product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  @media (max-width: 767px) {
    .one-click-form .product-card__image {
      width: 104px;
      height: 104px; } }

.one-click-form .product-card__content {
  display: flex;
  flex-direction: column;
  gap: 12px; }
  @media (max-width: 767px) {
    .one-click-form .product-card__content {
      gap: 4px; } }

.one-click-form .product-card__status-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  gap: 8px;
  color: #9A9CA1; }
  @media (max-width: 767px) {
    .one-click-form .product-card__status-wrap {
      flex-direction: row;
      order: 2; } }

@media (max-width: 767px) {
  .one-click-form .product-card__stock {
    order: 3; } }

.one-click-form .product-card__stock .product-price {
  align-items: center;
  flex-direction: row;
  gap: 8px; }
  .one-click-form .product-card__stock .product-price__current {
    font-weight: 700; }

.one-click-form .product-card__title {
  height: auto;
  margin: 0; }
  @media (max-width: 767px) {
    .one-click-form .product-card__title {
      order: 1; } }

.form-group:has(.form-attachments) .form-control-label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0; }

.form-group:has(.form-attachments).has-error .form-attachments__wrapper {
  border-color: #F3403B; }

.form-attachments {
  width: 100%;
  max-width: 420px; }
  .form-attachments__wrapper {
    position: relative;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    transition: border-color .3s ease, color .3s ease;
    border: 1px dashed #DEDFE8;
    border-radius: 8px;
    background: #F0F2F6; }
    @media (min-width: 1100px) {
      .form-attachments__wrapper {
        cursor: pointer; }
        .form-attachments__wrapper:hover {
          border-color: var(--theme-accent-color-light); }
          .form-attachments__wrapper:hover .form-attachments__trigger {
            color: var(--theme-accent-color-light); } }
    .form-attachments__wrapper:active {
      border-color: var(--theme-accent-color-dark); }
      .form-attachments__wrapper:active .form-attachments__trigger {
        color: var(--theme-accent-color-dark); }
    @media (max-width: 767px) {
      .form-attachments__wrapper {
        height: 34px;
        padding: 8px 16px; } }
    .form-attachments__wrapper input[type='file'] {
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      height: 46px;
      opacity: 0;
      cursor: pointer;
      outline: none; }
  .form-attachments__items {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    flex: 0 0 100%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center; }
  .form-attachments__description {
    width: auto;
    display: flex;
    padding: 0;
    text-align: center; }
  .form-attachments__trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: color .3s ease;
    pointer-events: none;
    color: var(--theme-accent-color);
    font-weight: 600; }
    .form-attachments__trigger .icon {
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      fill: currentColor; }
  .form-attachments__hint {
    margin-top: 8px;
    color: #9A9CA1;
    font-size: 14px;
    line-height: 1.3; }
  .form-attachments__item {
    overflow: hidden;
    flex: 0 0 100%;
    margin-top: 10px;
    padding: 4px 0;
    font-size: 12px; }
    @media (min-width: 1100px) {
      .form-attachments__item {
        flex: 0 0 50%;
        padding: 4px; } }
  .form-attachments__item-wrapper {
    position: relative;
    min-height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    gap: 2px;
    border: 1px solid #DEDFE8;
    border-radius: 8px;
    background-color: #F0F2F6; }
  .form-attachments__item-image {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: block;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto; }
  .form-attachments__item-name {
    max-width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    margin-top: auto;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1; }
  .form-attachments__item-size {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 2px;
    text-align: right;
    font-weight: bold;
    line-height: 1; }
  .form-attachments__item-link {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 5px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    color: #333333;
    font-size: 24px; }
    @media (min-width: 1100px) {
      .form-attachments__item-link {
        cursor: pointer; }
        .form-attachments__item-link:hover {
          opacity: .7;
          transform: rotate(180deg); } }

.form-attachments-active .form-attachments__wrapper {
  border-color: var(--theme-accent-color-dark); }

.form-attachments:has(.form-attachments__item) .form-attachments__wrapper {
  min-height: auto;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px; }

.switch {
  display: flex; }
  .switch__item input {
    position: absolute;
    width: 0px;
    height: 0px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer; }
  .switch__item label {
    display: flex;
    align-items: center; }
    @media (hover: hover) {
      .switch__item label {
        cursor: pointer; }
        .switch__item label:hover .toggler {
          background-color: #fff; } }
  .switch__item input:checked {
    cursor: default; }
  @media (hover: hover) {
    .switch__item input:checked ~ label {
      cursor: pointer; }
      .switch__item input:checked ~ label:hover .toggler {
        background-color: var(--theme-base-color-light); } }
  .switch__item input:checked ~ label .toggler {
    border-color: var(--theme-base-color);
    background-color: var(--theme-base-color); }
    .switch__item input:checked ~ label .toggler:before {
      left: 22px;
      border-color: #fff; }
  .switch__item .toggler {
    position: relative;
    width: 40px;
    height: 20px;
    display: flex;
    flex: 0 0 auto;
    transition: all .3s ease;
    pointer-events: none;
    border: 1px solid #DEDFE8;
    border-radius: 24px;
    background-color: #F0F2F6; }
    .switch__item .toggler:before {
      position: absolute;
      top: 50%;
      left: 2px;
      width: 14px;
      height: 14px;
      display: flex;
      flex: 0 0 auto;
      content: '';
      transition: all .3s ease;
      transform: translateY(-50%);
      border: 1px solid #DEDFE8;
      border-radius: 50%;
      background-color: #fff; }
  .switch__item .descr {
    display: block;
    margin-left: 12px;
    white-space: nowrap; }

.captcha-form {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr; }
  @media (max-width: 1099px) {
    .captcha-form {
      gap: 12px; } }
  .captcha-form__label {
    margin-bottom: 10px; }
    .captcha-form__label span {
      color: var(--theme-accent-color); }
  .captcha-form__fake {
    height: 46px;
    border: 1px solid #DEDFE8;
    border-radius: 8px;
    background: #F0F2F6; }
    @media (max-width: 1099px) {
      .captcha-form__fake {
        height: 36px; } }
  .captcha-form__row {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 30px; }
  .captcha-form__field {
    width: auto;
    margin-right: 5px; }
  .captcha-form__refresh {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color ease .3s;
    fill: #fff;
    border-radius: 50%;
    background-color: var(--theme-accent-color); }
    @media (min-width: 1250px) {
      .captcha-form__refresh:hover {
        background-color: var(--theme-accent-color-light); } }
    .captcha-form__refresh:active {
      background-color: var(--theme-accent-color-dark); }
