.zabrat *, .zabrat *:after, .zabrat *:before {
    box-sizing: border-box;
}
.zabrat {
    background: #160201;
    color: #d4c9b5;
    height: 100vh;
    display:none;
}
.zabrat #fork3 {
    width: 100%;
    height: 100%;
}
.zabrat__row {
    display: flex;
    width: 100%;
    height: 100vh;
    padding: 2rem 2rem;
}
.zabrat__row__col:first-child {
    width: 20%;
    padding-right: 2rem;
    overflow-y: scroll;
    scrollbar-color: #e5c280 #2f140f;
    scrollbar-width: thin;
    overscroll-behavior: contain;
}
.zabrat__row__col:first-child::-webkit-scrollbar {
    width: 6px;
    background-color: #2f140f;
}
.zabrat__row__col:first-child::-webkit-scrollbar-thumb {
    background-color: #e5c280;
    border-radius: 4em;
}
.zabrat__row__col:last-child {
    width: 80%;
}
.zabrat__row__col__text {
    margin-bottom: 1rem;
}
.zabrat__row__col__text .brand-logo img {
    width: 100%;
    max-width: 322px;
}
.zabrat__row__col__form {
    
}
.zabrat__row__col__form__input {
    margin-bottom: 1rem;
}
.zabrat__row__col__form__input input {
    background-color: #301410;
    border: 1px solid #B3661E;
    border-radius: 5px;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    color: #fff;
}
.zabrat__row__col .fork-button {
    width: 100%;
}
.zabrat__row__col__form__radio__wrap {
    margin-bottom: 1rem;
}
.zabrat__row__col__form__radio {
    position: relative;
    margin-bottom: .5rem;
    padding-top:10px;
}
.zabrat__row__col__form__radio [type="radio"] {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}
.zabrat__row__col__form__radio .city_label {
    position: relative;
    display: block;
    width: 100%;
/*    padding-left: 2.5em;*/
    font-size: .9em;
    cursor: pointer;
    user-select: none;
}
/*.zabrat__row__col__form__radio .city_label::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 10px);
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}*/
.zabrat__row__col__form__radio [type="radio"]:checked + .city_label::after {
    content: '\2713';
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 2px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    font-weight: bold;
/*    color: #000;*/
    border-radius: 50%;
/*    background: #000;*/
}
.js-map {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #B3661E;
    border-radius: 5px;
}
/* Скрываем оригинальную радиокнопку */
.city_radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Стили для кастомного чекбокса */
.custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px; /* Квадратная форма, как у чекбокса */
  margin-right: 8px;
  vertical-align: middle;
  background-color: white;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* Стиль при наведении */
.city_label:hover .custom-checkbox {
  border-color: #007bff;
}

/* Стиль для выбранного состояния */
.city_radio:checked + .city_label .custom-checkbox {
  background-color: #007bff;
  border-color: #007bff;
}

/* Галочка для выбранного состояния */
.city_radio:checked + .city_label .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Стиль фокуса для доступности */
.city_radio:focus + .city_label .custom-checkbox {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.3);
}

/* Расположение текста */
.address-name {
  vertical-align: middle;
}
.z-image  {
width: 60%;
  margin: 0 auto;
  display: block;
}
