@charset "UTF-8";
.form-group {
  position: relative;
  width: 100%;
  font-family: "Manrope", Arial, Verdana, sans-serif; }
  .form-group.has-error .form-control {
    border-color: #EB5757; }
    .form-group.has-error .form-control:focus {
      border-color: #EB5757; }
  .form-group.has-error .help-block {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    color: #EB5757;
    font-size: 12px; }
    @media (max-width: 767px) {
      .form-group.has-error .help-block {
        font-size: 12px; } }

.form-group--margin:not(:last-child) {
  margin-bottom: 2rem; }
  @media (max-width: 1023px) {
    .form-group--margin:not(:last-child) {
      margin-bottom: 20px; } }

.form-control {
  box-sizing: border-box;
  width: 100%;
  padding: .8rem 1.2rem;
  background-color: #fff;
  transition: all 0.3s, border 0.3s;
  color: #121219;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #E4E4E4;
  outline: none;
  height: 4rem; }
  @media (max-width: 1023px) {
    .form-control {
      height: 40px;
      font-size: 16px; } }
  @media (min-width: 1024px) {
    .form-control:hover {
      cursor: pointer;
      border-color: #8B8B8B; } }
  .form-control:focus {
    background-color: #fff;
    border-color: #E4E4E4; }
    .form-control:focus::placeholder {
      color: #121219; }
  @media (max-width: 1023px) {
    .form-control {
      padding: 8px 10px;
      font-size: 16px; } }
  .form-control::placeholder {
    color: #C4C4C4;
    font-size: 1.8rem;
    font-weight: 400;
    transition: all ease .3s; }
    @media (max-width: 1023px) {
      .form-control::placeholder {
        font-size: 16px; } }

.form-control-label {
  margin-bottom: .6rem;
  display: block; }
  @media (max-width: 1023px) {
    .form-control-label {
      margin-bottom: 6px; } }
  .form-control-label .label-required {
    color: #D90A2C;
    font-size: 1.6rem;
    line-height: 1; }
    @media (max-width: 1023px) {
      .form-control-label .label-required {
        font-size: 16px; } }

.form-control--textarea {
  font-family: "Manrope", Arial, Verdana, sans-serif;
  color: #121219;
  height: 9.5rem;
  display: block; }

.form-control--margin {
  margin-bottom: 27px; }
  @media (max-width: 767px) {
    .form-control--margin {
      margin-bottom: 17px; } }

.checkbox {
  position: relative;
  display: flex;
  align-items: center; }
  .checkbox__descr {
    margin-left: .8rem;
    white-space: normal; }
    @media (max-width: 767px) {
      .checkbox__descr {
        white-space: inherit; } }
    @media (max-width: 424px) {
      .checkbox__descr {
        font-size: 13px;
        margin-left: 5px; }
        .checkbox__descr .btn {
          font-size: 11px; } }
  .checkbox__descr--mw {
    max-width: 55rem;
    white-space: normal; }
  .checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 2px;
    height: 2px; }
  .checkbox label {
    display: flex;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
    gap: 1.2rem; }
    @media (max-width: 1023px) {
      .checkbox label {
        gap: 8px; } }
    @media (max-width: 424px) {
      .checkbox label {
        font-size: 14px; } }
  .checkbox label:before {
    margin-top: 1px;
    display: inline-block;
    box-sizing: border-box;
    width: 2rem;
    height: 2rem;
    flex-shrink: 0;
    content: "";
    user-select: none;
    transition: box-shadow 0.2s, border 0.2s;
    border: 0.1rem solid #C4C4C4;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 2rem;
    background-color: #ffffff; }
    @media (min-width: 1024px) {
      .checkbox label:before {
        cursor: pointer; }
        .checkbox label:before:hover {
          border-color: #121219; } }
    @media (max-width: 1023px) {
      .checkbox label:before {
        width: 16px;
        height: 16px;
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px; } }
  .checkbox label:after {
    position: absolute;
    left: .2rem;
    top: .2rem;
    margin-top: .1rem;
    display: inline-block;
    box-sizing: border-box;
    width: 1.6rem;
    height: 1.6rem;
    content: "";
    user-select: none;
    transition: all ease .3s;
    border: 0.1rem solid #121219;
    background-color: transparent;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1023px) {
      .checkbox label:after {
        width: 12px;
        height: 12px;
        top: 2px;
        border-width: 1px;
        left: 2px; } }
  .checkbox input:disabled ~ label {
    cursor: no-drop; }
  .checkbox input:checked ~ label {
    color: #000; }
    @media (min-width: 1024px) {
      .checkbox input:checked ~ label {
        cursor: pointer; }
        .checkbox input:checked ~ label:hover:before {
          background-color: #FFF0B8; }
        .checkbox input:checked ~ label:hover:after {
          opacity: 0; } }
  .checkbox input:checked ~ label:before {
    background-color: #FFC422;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.66667L3.8721 7.87908C4.25157 8.43563 5.06159 8.46543 5.48093 7.93826L11 1' stroke='%23121219' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-size: auto;
    background-position: center;
    border-color: #121219;
    transition: all ease .3s; }
    @media (max-width: 575px) {
      .checkbox input:checked ~ label:before {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2.93314L3.14483 6.07888C3.52429 6.63543 4.33432 6.66523 4.75365 6.13807L9 0.799805' stroke='%23121219' stroke-linecap='square'/%3E%3C/svg%3E%0A"); } }
  .checkbox input:checked ~ label:after {
    opacity: 1;
    visibility: visible; }
  .checkbox input:disabled ~ label:before {
    background-color: #F5F5F5;
    border-color: #C4C4C4;
    pointer-events: none; }
  .checkbox input:checked:disabled ~ label:before {
    background-color: #F5F5F5;
    border-color: #C4C4C4;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.66667L3.8721 7.87908C4.25157 8.43563 5.06159 8.46543 5.48093 7.93826L11 1' stroke='%23C4C4C4' stroke-linecap='square'/%3E%3C/svg%3E%0A");
    background-size: auto; }
  .checkbox input:checked:disabled ~ label:after {
    border-color: #C4C4C4; }
  @media (min-width: 1024px) {
    .checkbox input:not(:disabled) ~ label:hover:before {
      border-color: #121219; } }
  .checkbox input:not(:disabled) ~ label:active:before {
    border-color: #121219; }
  .checkbox input:not(:disabled) ~ label:active:after {
    opacity: 1;
    visibility: visible; }

.checkbox--big label {
  height: 24px;
  padding-left: 32px;
  color: #aaaaaa; }

.checkbox--big label:before {
  width: 24px;
  height: 24px; }

.checkbox-slider {
  position: relative; }
  .checkbox-slider input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 1px;
    height: 1px; }
  .checkbox-slider .sublable {
    font-size: 16px;
    color: #FFC422;
    font-weight: 400;
    padding-left: 50px; }
  .checkbox-slider label {
    width: 40px;
    height: 20px;
    border-radius: 30px;
    background-color: #d2d5d6;
    cursor: pointer;
    transition: color 0.3s;
    color: #000;
    position: relative;
    display: flex;
    font-size: 26px;
    font-weight: 700;
    white-space: nowrap; }
    @media (min-width: 1024px) {
      .checkbox-slider label:hover {
        cursor: pointer; }
        .checkbox-slider label:hover:after {
          position: absolute;
          content: "";
          background-color: #FFC422; } }
    @media (max-width: 767px) {
      .checkbox-slider label {
        font-size: 18px; } }
    @media (max-width: 575px) {
      .checkbox-slider label {
        font-size: 14px; } }
    .checkbox-slider label:before {
      position: absolute;
      content: "";
      display: none; }
    .checkbox-slider label:after {
      position: absolute;
      content: "";
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #fff;
      top: 2px;
      left: 2px;
      transition: all 0.3s ease; }
  .checkbox-slider input:checked ~ label {
    background-color: #FFC422; }
    @media (min-width: 1024px) {
      .checkbox-slider input:checked ~ label:hover {
        cursor: pointer; }
        .checkbox-slider input:checked ~ label:hover:after {
          position: absolute;
          content: "";
          background-color: #fff; } }
    .checkbox-slider input:checked ~ label:after {
      position: absolute;
      content: "";
      left: 22px; }
  .checkbox-slider .checkbox__auth {
    margin-left: 10px; }

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

.form-group.has-error .checkbox label:before {
  border-color: red; }

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

.checkbox-rate {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  .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;
  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-position: center;
  background-repeat: no-repeat;
  display: inline-block; }
  .checkbox-rate-label span {
    position: absolute;
    left: calc(100% + 10px);
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    background-color: #fff; }
  @media (min-width: 768px) {
    .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"); }

.form-group--margin-top {
  margin-top: 57px; }

.custom-select {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
  padding-right: 6px; }
  @media (max-width: 575px) {
    .custom-select {
      height: 32px; } }
  .custom-select__header {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%; }
  @media (min-width: 1024px) {
    .custom-select:hover {
      cursor: pointer; } }
  .custom-select.active .custom-select__overflow {
    max-height: 500px; }
  .custom-select.active .custom-select__trigger {
    transform: rotate(90deg); }
  .custom-select__input {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    width: 0;
    left: 0; }
  .custom-select__overflow {
    position: absolute;
    top: calc(100% + 10px);
    left: -2px;
    right: -2px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: 25;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
    border-radius: 3px; }
  .custom-select__list {
    padding: 12px 16px;
    background-color: #fff; }
    .custom-select__list-item {
      padding: 5px 0px;
      transition: all 0.3s ease; }
      @media (min-width: 1024px) {
        .custom-select__list-item:hover {
          cursor: pointer;
          color: #FFC422; } }
  .custom-select__trigger {
    transform: rotate(-90deg);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    flex: 0 0 auto;
    fill: #aeb6be; }
    @media (max-width: 575px) {
      .custom-select__trigger {
        top: 10px; } }

.datepicker-input-wrap {
  position: relative; }
  .datepicker-input-wrap:after {
    position: absolute;
    content: "";
    right: 10px;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    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: #eb5757; }
  .password-wrap__descr {
    margin-top: 10px;
    color: #181818;
    opacity: 0.5; }
  .password-wrap__show-pass {
    position: absolute;
    right: 16px;
    top: 40px;
    transform: translateX(0%);
    z-index: 10; }
    @media (max-width: 575px) {
      .password-wrap__show-pass {
        top: 33px; } }
    @media (min-width: 1024px) {
      .password-wrap__show-pass:hover {
        cursor: pointer; } }
    .password-wrap__show-pass-icon {
      display: flex;
      align-items: center;
      justify-content: center;
      fill: #aeb6be; }
  .password-wrap__error {
    position: absolute;
    top: calc(100% + 0px);
    left: 0;
    color: #eb5757;
    font-size: 12px; }

@media (max-width: 767px) {
  .radio-delivery {
    position: static; } }

.radio-delivery input {
  position: absolute;
  font-size: 0;
  appearance: none; }
  .radio-delivery input:checked + label {
    pointer-events: none;
    background-color: #FFF0B8;
    border-color: #FFF0B8; }
    .radio-delivery input:checked + label:before {
      border-color: #444444;
      opacity: 1;
      visibility: visible; }
    .radio-delivery input:checked + label .small {
      color: #444444; }

.radio-delivery label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: "Manrope", Arial, Verdana, sans-serif;
  border-color: #C4C4C4;
  height: 10rem;
  font-weight: 600;
  width: 100%; }
  @media (min-width: 1024px) {
    .radio-delivery label {
      font-size: 1.7rem; } }
  @media (max-width: 1023px) {
    .radio-delivery label {
      height: 60px; } }
  .radio-delivery label:before {
    border-color: #C4C4C4; }
  .radio-delivery label .small {
    font-weight: normal;
    color: #8B8B8B; }

.radio-delivery .btn {
  white-space: normal; }

.radio-delivery .fz_heading_4 {
  font-weight: 700; }
  @media (max-width: 1023px) {
    .radio-delivery .fz_heading_4 {
      font-weight: 600; } }

.radio-delivery .small {
  color: #E4E4E4; }

.radio--v1 {
  display: inline-block; }
  .radio--v1 input {
    position: absolute;
    opacity: 0;
    visibility: hidden; }
    .radio--v1 input:checked + label {
      pointer-events: none; }
      .radio--v1 input:checked + label:before {
        border-color: #121219; }
      .radio--v1 input:checked + label:after {
        opacity: 1; }
    .radio--v1 input:disabled + label {
      color: #C4C4C4;
      cursor: not-allowed; }
      .radio--v1 input:disabled + label:before {
        border-color: #C4C4C4;
        background-color: #F5F5F5; }
  .radio--v1 label {
    display: inline-flex;
    gap: 0.8rem;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    padding-left: 2.8rem; }
    @media (max-width: 1023px) {
      .radio--v1 label {
        padding-left: 24px; } }
    @media (min-width: 1024px) {
      .radio--v1 label:hover {
        cursor: pointer; }
        .radio--v1 label:hover:before {
          border-color: #121219; } }
    .radio--v1 label:before {
      content: "";
      position: absolute;
      left: 0;
      width: 18px;
      flex-shrink: 0;
      height: 18px;
      border-radius: 50%;
      border: 1px solid #C4C4C4;
      background-color: #ffffff;
      transition: all ease .3s; }
      @media (max-width: 1023px) {
        .radio--v1 label:before {
          width: 18px;
          height: 18px; } }
    .radio--v1 label:after {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #FFC422;
      top: 50%;
      transform: translateY(-50%);
      left: 5px;
      opacity: 0;
      transition: all ease .3s; }
      @media (max-width: 1023px) {
        .radio--v1 label:after {
          left: 5px; } }

.radio--v2 input {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
  .radio--v2 input:checked + label {
    border-color: #FFF0B8;
    background-color: #FFF0B8;
    pointer-events: none; }
    .radio--v2 input:checked + label:before {
      border-color: #444444;
      opacity: 1;
      visibility: visible; }

.radio--v2 label {
  font-family: "Manrope", Arial, Verdana, sans-serif;
  border-color: #C4C4C4;
  height: 4.4rem;
  width: 100%; }
  @media (max-width: 1023px) {
    .radio--v2 label {
      height: 42px; } }
  .radio--v2 label:before {
    border-color: #C4C4C4; }

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

/* Стили для секции, с помощью которой можно добавить к форме файлы */
.form-attachments__wrapper {
  position: relative;
  background: #fff;
  border: 3px dashed #ccc;
  border-radius: 5px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  transition: border-color .3s ease; }
  @media (min-width: 1024px) {
    .form-attachments__wrapper:hover {
      cursor: pointer;
      border-color: #FFC422; } }

.form-attachments-active .form-attachments__wrapper {
  border-color: #FFC422; }

.form-attachments__wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: block;
  height: auto; }

.form-attachments__description {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 10px; }

.form-attachments__description > :first-child {
  font-weight: 700; }

.form-attachments__description > :last-child {
  color: #6c757d;
  font-size: 1.4125rem; }

.form-attachments__items {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 100%;
  justify-content: center; }

.form-attachments__item {
  flex: 0 0 25%;
  overflow: hidden;
  padding: 4px;
  font-size: 1.2rem; }
  @media (max-width: 1023px) {
    .form-attachments__item {
      font-size: 10px; } }

.form-attachments__item-wrapper {
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  padding: 26px 4px;
  border-radius: 4px;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.form-attachments__item-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto; }

.form-attachments__item-name {
  margin-top: auto;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.form-attachments__item-size {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 6px;
  font-weight: bold;
  text-align: right; }

.form-attachments__item-link {
  position: absolute;
  top: 0px;
  right: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: #121219;
  text-shadow: 0 1px 0 #fff;
  transition: all .3s ease; }
  @media (min-width: 1024px) {
    .form-attachments__item-link:hover {
      cursor: pointer;
      opacity: 0.7;
      transform: rotate(180deg); } }

.form-attachments__item.is-valid .form-attachments__item-wrapper {
  border-color: #28a745;
  background-color: #f8fcf9; }

.form-attachments__item.is-invalid .form-attachments__item-wrapper {
  border-color: #dc3545;
  background-color: #fefbfb; }

.select {
  position: relative;
  display: flex;
  width: 26rem;
  height: 4rem; }
  @media (max-width: 1023px) {
    .select {
      height: 40px;
      width: 100%; } }
  .select.active .select-body {
    z-index: 50;
    transition: transform 0.2s;
    transform: none; }
    @media (max-width: 767px) {
      .select.active .select-body {
        transform: translateX(-50%) scaleY(1); } }
  .select.active .select-head .icon {
    transform: rotate(180deg); }
  .select .select-head {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background-color: #ffffff;
    border: 1px solid #E4E4E4;
    height: 4rem;
    cursor: pointer;
    padding: 0 1.4rem; }
    @media (max-width: 1023px) {
      .select .select-head {
        height: 40px;
        justify-content: center; } }
    @media (min-width: 1024px) {
      .select .select-head {
        cursor: pointer; }
        .select .select-head:hover {
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1); } }
    .select .select-head__title {
      display: inline-flex;
      transition: color 0.3s;
      color: #121219;
      white-space: nowrap; }
    .select .select-head .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 7px;
      transition: all ease .3s;
      fill: #121219; }
  .select .select-body {
    position: absolute;
    z-index: 0;
    top: calc(100% + 5px);
    right: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    min-width: 150px;
    height: auto;
    margin: 0;
    padding: 0;
    transition: transform 0.3s, top 0.3s;
    transform: scaleY(0);
    transform-origin: top right;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    will-change: transform; }
    @media (max-width: 767px) {
      .select .select-body {
        left: 50%;
        transform: translateX(-50%) scaleY(0); } }
  .select .select-list {
    overflow-y: auto;
    max-height: 350px;
    text-align: left; }

.radio-option input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none; }

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

.radio-option__caption {
  position: relative;
  padding: .8rem 1.4rem;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
  white-space: nowrap;
  color: #444444;
  display: flex;
  align-items: center; }
  @media (max-width: 1023px) {
    .radio-option__caption {
      justify-content: center; } }
  .radio-option__caption .icon {
    flex: 0 0 auto; }
  .radio-option__caption:checked {
    text-decoration: underline;
    pointer-events: none;
    font-weight: bold;
    text-decoration-color: #f5e570; }
  .radio-option__caption:hover {
    color: #121219; }
    .radio-option__caption:hover .icon {
      fill: #121219; }
  .radio-option__caption:active {
    color: #FFC422; }

.radio-option.selected .radio-option__caption {
  background-color: #FFF0B8;
  color: #121219;
  font-weight: 600;
  pointer-events: none; }
