


         /* ===========  GENERAL  ===========  */

        .about {
            background-color: #ededed;
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: flex-start;
        }


        .about_inner {
            background-color: white;
            max-width: 1154px;
            width: 100%;
            height: auto;
            border-radius: 11px;
            margin-top: 33px;
            margin-bottom: 33px;
            box-sizing: border-box;  /* Включаем отступы в расчет размера */
        }

        /* Добавляем отступы слева и справа, но не изменяем ширину */
        @media (max-width: 1154px) {
            .about_inner {
                margin-left: 40px;  /* Отступ слева */
                margin-right: 40px;  /* Отступ справа */
            }
        }



         /* ===========  LEGAL  ===========  */
         /* ===========  LEGAL  ===========  */
         /* ===========  LEGAL  ===========  */

        .about_inn_leg {
            max-width: 730px;
            height: auto;
            margin-top: 51px;
            margin-left: 52px;
            margin-right: 60px;
            margin-bottom: 60px;
        }


        .about_inn_leg h1 {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 35px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 20px;
        }

        .about_inn_leg_text_date {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 20px;
            font-style: normal;
            font-weight: bold;
            color: #2c2c2c;
            margin-bottom: 25px;
        }

        .about_inn_leg_text_gray {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 15.3px;
            font-style: normal;
            font-weight: normal;
            color: #9e9e9e;
            line-height: 24px;
            margin-top: -3px;
            margin-bottom: -3px;
        }


        .about_inn_leg h2 {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 25px;
            font-weight: bold;
            color: #212a31;
            margin-top: 30px;
            margin-bottom: 20px;
        }


        .about_inn_leg_text_main {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 15.2px;
            line-height: 23.5px;
            color: #4a4b4d;
            margin-bottom: 20px;
        }

        .about_inn_leg_text_main a {
            color: #fc030a;
            text-decoration-line: underline;       /* всегда подчеркивание */
            text-decoration-color: transparent;    /* но изначально невидимое */
            text-decoration-thickness: 1px;        /* толщина линии */
            text-underline-offset: 3px;            /* небольшой отступ от текста */
            transition: text-decoration-color 0.3s ease; /* плавное появление/исчезновение */
        }

        .about_inn_leg_text_main a:hover {
            text-decoration-color: #fc030a;
        }



        .about_inn_leg_dotted_cont {
            display: flex;
            flex-direction: column;
            gap: 5px;
            margin-left: 5px;
            margin-top: 25px;
            margin-bottom: 0px;
        }

        .about_inn_leg_dotted {
            display: flex;
            flex-direction: row;
            gap: 9px;
        }

        .about_inn_leg_dotted_txt {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 15.2px;
            line-height: 24px;
            color: #4a4b4d;
        }

        .about_inn_leg_dotted_txt a {
            color: #fc030a;
            text-decoration-line: underline;       /* всегда подчеркивание */
            text-decoration-thickness: 1px;        /* толщина линии */
            text-underline-offset: 3px;            /* небольшой отступ от текста */
            text-decoration-color: #fc030a;
            transition: text-decoration-color 0.3s ease; /* плавное появление/исчезновение */
        }

        .about_inn_leg_dotted_txt a:hover {
            text-decoration-color: #fc030a;
            text-decoration-color: transparent; 
        }

        .about_inn_leg_dotted_dot {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 22px;
            color: #4a4b4d;
        }


         /* ===========  ABOUT  ===========  */
         /* ===========  ABOUT  ===========  */
         /* ===========  ABOUT  ===========  */


        .about_inn_about {
            max-width: 880px;
            height: auto;
            margin-top: 51px;
            margin-left: 52px;
            margin-right: 60px;
            margin-bottom: 60px;
        }

        .about_inn_about h1 {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 35px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 16px;
        }

        .about_inn_about_descr {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 20px;
            font-style: normal;
            font-weight: bold;
            color: #2c2c2c;
            line-height: 31px;
            margin-bottom: 22px;
        }


        .about_inn_about h2 {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 25px;
            font-weight: bold;
            color: #212a31;
            margin-top: 30px;
            margin-bottom: 20px;
        }




        .about_inn_about_quote {
            display: flex;
            flex-direction: column;
            gap: 0px;
            margin-top: -6px;
            margin-bottom: 24px;
        }


        .about_inn_about_quote_ico {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 78px;
            font-weight: bold;
            color: #212a31;
        }

        .about_inn_about_quote_txt {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 18.5px;
            font-style: normal;
            font-weight: bold;
            color: #2c2c2c;
            line-height: 28px;
            margin-top: -36px;
        }



        .about_inn_about_services_headline {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 18.5px;
            font-style: normal;
            font-weight: bold;
            color: #2c2c2c;
            line-height: 28px;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .about_inn_about_services_headline_short {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 15.2px;
            line-height: 23.5px;
            color: #4a4b4d;
            margin-bottom: 20px;
        }




        .about_inn_about_dotted_cont {
            display: flex;
            flex-direction: column;
            gap: 12px;
            margin-left: 5px;
            margin-top: -8px;
            margin-bottom: 26px;
        }

        .about_inn_about_dotted {
            display: flex;
            flex-direction: row;
            gap: 9px;
        }

        .about_inn_about_dotted_txt {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 15.2px;
            line-height: 23.5px;
            color: #4a4b4d;
        }

        .about_inn_about_dotted_dot {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 22px;
            color: #4a4b4d;
        }


         /* ===========  FAQ  ===========  */
         /* ===========  FAQ  ===========  */
         /* ===========  FAQ  ===========  */


        .about_inn_faq_descr {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 20px;
            font-style: normal;
            font-weight: bold;
            color: #2c2c2c;
            line-height: 31px;
            margin-bottom: 18px;
        }



        .about_inn_faq_headline {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 23.5px;
            font-weight: bold;
            color: #212a31;
            margin-top: 23px;
            margin-bottom: 25px;
        }

        .about_inn_faq_blank_space {
            width: 200px;
            height: 8px;
        }



        .about_inn_faq_qa {
            max-width: 700px;
            background-color: #f0f0f0;
            border-radius: 11px;
            margin-top: 10px;
            padding-top: 13px;
            padding-bottom: 13px;
                transition: background-color 0.3s ease;
        }

        .about_inn_faq_qa:hover {
            background-color: #e6e6e6;
        }

        .about_inn_faq_text_quest {
                display: flex;
                align-items: center;
                justify-content: space-between; /* раздвигает текст и иконку */
                padding-left: 20px;             /* отступ от правого края */
                padding-right: 20px;             /* отступ от правого края */
                cursor: pointer;
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 17px;
            font-weight: bold;
            color: #303234;
        }

        .about_inn_faq_text_quest img {
            width: 16px;
            height: 16px;
        }

        .about_inn_faq_text_answ {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 16px;
            line-height: 28px;
            color: #303234;
            opacity: 0;
            visibility: hidden; /* Скрыто по умолчанию */
            position: absolute; /* Не влияет на расположение других элементов */
            padding-left: 22px;
            padding-right: 60px; 
            transition: opacity 0.3s ease, visibility 0s 0.3s;
            margin-top: 16px;
        }

        .about_inn_faq_text_answ.show {
            opacity: 1;
            visibility: visible;
            position: relative; /* Возвращаем нормальную позицию при отображении */
            transition: opacity 0.3s ease, visibility 0s 0s;
        }



         /* ===========  CONTACT  ===========  */
         /* ===========  CONTACT  ===========  */
         /* ===========  CONTACT  ===========  */

        .about_inn_cont {
            max-width: 880px;
            height: auto;
            margin-top: 51px;
            margin-left: 52px;
            margin-right: 60px;
            margin-bottom: 60px;
        }

        .about_inn_cont h1 {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 35px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 18px;
        }

        .about_inn_cont_text_main {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 15.2px;
            line-height: 23.5px;
            color: #4a4b4d;
            margin-bottom: 14px;
        }

        .about_inn_cont_headline {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 23.5px;
            font-weight: bold;
            color: #212a31;
            margin-top: 20px;
            margin-bottom: 10px;
        }

        .about_inn_cont_headline_required {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 14.2px;
            color: #4a4b4d;
            margin-bottom: 20px;
        }

         /* ======  Input  ======  */

    .about_inn_user_form_input_title {
      text-align: left;
      font-family: Helvetica, sans-serif; 
      font-weight: bold;
      font-size: 14px;
      color: #000000;
      margin-bottom: 6px;
    }

    .about_inn_user_form_input_title .required-star {
      color: #fc030a;
    }

         .about_inn_user_form_input {
            display: flex;
            max-width: 464px;
            width: 100%;
            height: 44px;
            border-radius: 11px;
            border: none;
            margin-bottom: 15px;
         }

        .about_inn_user_form_input input[type="text"],
        .about_inn_user_form_input input[type="email"] {
            max-width: 464px;
            width: 100%;
            height: 44px;
            font-family: Helvetica, Arial, sans-serif;
            font-size: 16px;
            padding-left: 16px;
            box-sizing: border-box;
            margin-right: 0px;
            border: none;
            background-color: #f0f0f0;
            border-radius: 11px;
        }

        .about_inn_user_form_input input[type="text"]::placeholder,
        .about_inn_user_form_input input[type="email"]::placeholder {
            font-family: Helvetica, Arial, sans-serif;
            font-size: 16px;
            font-style: normal;
            color: #9c9c9c;
        }

        .about_inn_user_form_input input[type="text"]:focus,
        .about_inn_user_form_input input[type="email"]:focus {
            outline: none;  /* Убирает синюю обводку формы */
        }


         /* ======  Input - Big ======  */

.about_inn_user_form_input_big {
            max-width: 464px;
            width: 100%;
  margin-bottom: 18px;
}

.about_inn_user_form_input_big textarea {
  width: 100%;
  height: 161px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;             /* межстрочное расстояние */
  padding: 13px 16px 0 16px;      /* сверху 13px, слева/справа 16px, снизу 0 */
  box-sizing: border-box;
  border: none;
  border-radius: 11px;
  background-color: #f0f0f0;
  resize: vertical;               /* или none, если не нужен ресайз */
  outline: none;                  /* убирает обводку при фокусе */
  overflow-y: auto;               /* появляется скролл, если текста больше чем высота */
  vertical-align: top;            /* чтобы placeholder был наверху */
}

.about_inn_user_form_input_big textarea::placeholder {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #9c9c9c;
  /* по умолчанию берёт padding textarea, поэтому сверху будет 13px */
}


         /* ======  Drop Down  ======  */

.about_inn_user_form_dd {
  display: flex;
  align-items: center;              /* вертикальное центрирование */
            max-width: 464px;
            width: 100%;
  height: 44px;
  background-color: #f0f0f0;        /* исходный фон */
  border-radius: 11px;
  margin-bottom: 15px;
  padding-right: 16px;              /* отступ для иконки */
  box-sizing: border-box;
  position: relative;
  transition: background-color 0.2s ease;  /* плавность ховера */
  cursor: pointer;                  /* палец при наведении на контейнер */
}

.about_inn_user_form_dd:hover {
  background-color: #e6e6e6;        /* цвет при наведении */
}

.about_inn_user_form_dd select {
  flex: 1;                          /* занимает всё доступное место */
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #000000;                   /* черный текст */
  padding-left: 16px;
  background: transparent;          /* чтобы просвечивал фон контейнера */
  border: none;
  border-radius: 11px;
  appearance: none;                 /* убрать стандартную стрелку */
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;                    /* убрать обводку при фокусе */
  cursor: pointer;                  /* палец над самим select */
}

.about_inn_user_form_dd img {
  width: 10.5px;
  height: 6.5px;
  cursor: pointer;                  /* палец над иконкой */
}


         /* ======  Legal  ======  */

        .about_inn_contact_legal {
            font-family: Helvetica, Arial, sans-serif;
            text-align: left;
            font-size: 15.2px;
            line-height: 23.5px;
            color: #4a4b4d;
            margin-bottom: 13px;
        }

        .about_inn_contact_legal a {
            color: #fc030a;
            text-decoration-line: underline;       /* всегда подчеркивание */
            text-decoration-color: transparent;    /* но изначально невидимое */
            text-decoration-thickness: 1px;        /* толщина линии */
            text-underline-offset: 3px;            /* небольшой отступ от текста */
            transition: text-decoration-color 0.3s ease; /* плавное появление/исчезновение */
        }

        .about_inn_contact_legal a:hover {
            text-decoration-color: #fc030a;
        }


         /* ======  Button  ======  */

.about_inn_input_btn button {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;   /* по вертикали внутри строки */
  justify-content: center; /* по горизонтали */
            max-width: 464px;
            width: 100%;
            height: 48px;
    background: #000000;
    border: none;
    border-radius: 11px;
      text-align: center;
      font-family: Helvetica, sans-serif; 
      font-weight: bold;
      font-size: 16px;
      color: #ffffff;
      text-decoration: none !important;
    cursor: pointer;
      /* два свойства для плавного перехода фона и цвета текста */
      transition: background-color 0.3s ease, color 0.3s ease;
      overflow: hidden;
}

    .about_inn_input_btn button:hover {
      background-color: #ff2626;
      color: #ffffff;
    }



    </style>
</head>



