@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class] {
  padding: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class] {
  list-style: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/
article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("/fonts/Gilroy-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.tooltip-block {
  position: relative;
  display: inline-block;
  transition: all 0.1s ease;
}
.tooltip-block:hover {
  transform: scale(1.01) translateY(-2px);
}
.tooltip-block .tooltip {
  visibility: hidden;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  color: #000;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip-block:hover .tooltip {
  visibility: visible;
  opacity: 1;
}

.btn--primary {
  background: linear-gradient(90deg, #003265 0%, #409dfc 100%);
  font-size: 26px;
  border-radius: 40px;
  border: none;
  width: 100%;
  padding: 10px;
}

.btn--disabled {
  background: linear-gradient(90.58deg, #a8a4a4 2.36%, #dbdada 98.51%) !important;
  cursor: not-allowed !important;
  opacity: 0.7;
}
.btn--disabled:hover {
  transform: none !important;
}

.field-error {
  background-color: #ffd7d7 !important;
  border-color: #ff6b6b !important;
}

.radio-error .survey__question-options, .radio-error .survey__block-item-gender {
  border: 2px solid #ff6b6b;
  border-radius: 8px;
  padding: 10px;
  background-color: #fff3f3;
}
.radio-error .survey__question-title, .radio-error .app__content-block-item-title {
  color: #dc3545;
}

.error-message {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 16px;
  margin: 5px 0px 0px 15px;
}
.error-message::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/info-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.server-error {
  margin: 10px 0 20px 0;
  padding: 15px;
  border-radius: 12px;
  background: #ffb3b3;
  border: 1px solid #f14b5c;
  text-align: center;
}
.server-error .error-message {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.server-error .error-message::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/info-circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

html,
body {
  height: 100%;
  line-height: 1;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Gilroy", "Arial", sans-serif;
  font-weight: 400;
}

body {
  color: #000000;
  background-image: url("/img/background-1920x1080.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgb(2, 44, 86);
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.wrapper__app {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
}

.app {
  font-family: "Gilroy", "Arial", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 20px;
}
.app__support {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  border-radius: 50px;
  margin: 0 140px 50px 0;
  padding: 10px 15px;
  transition: all 0.1s ease;
}
.app__support:hover {
  transform: scale(1.01) translateY(-2px);
}
.app__support-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 22px;
}
.app__support-button-text {
  font-size: 16px;
  color: #fff;
  padding-left: 10px;
}
.app__support-button-icon-ellipse {
  width: 48px;
  height: 48px;
  position: relative;
  transition: all 0.4s ease;
}
.app__support-button-icon-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 28px;
  transition: all 0.3s ease;
}
.app__base {
  background-color: transparent;
}
.app__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.app__header-back {
  position: relative;
  cursor: pointer;
  will-change: font-weight;
  transition: all 0.1s ease;
}
.app__header-back:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  transition: width 0.3s ease-out;
}
.app__header-back:hover:after, .app__header-back:focus:after {
  width: 100%;
}
.app__header-back a,
.app__header-back button {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  padding: 0 0 5px 0;
}
.app__header-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  border-radius: 50px;
}
.app__header-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 100%;
  padding: 15px 0;
  text-align: center;
  transition: all 0.1s ease;
}
.app__header-menu a:hover {
  transform: scale(1.01) translateY(-2px);
}
.app__header-menu a:first-child {
  margin-left: 48px;
}
.app__header-menu a:only-child {
  margin-left: 0;
}
.app__header-menu a:last-child {
  border-radius: 50px;
  padding: 0;
}
.app__header-logo {
  display: block;
  padding: 8px 11px;
}
.app__header.blue-version a {
  color: #003265;
}
.app__header.blue-version img {
  filter: brightness(0) saturate(100%) invert(9%) sepia(94%) saturate(2450%) hue-rotate(203deg) brightness(91%) contrast(101%);
}
.app__content-block form {
  display: flex;
  flex-direction: column;
}
.app__content-block-item {
  background-color: #fff;
  border-radius: 30px;
  padding: 28px 60px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
  position: relative;
}
.app__content-block-item.disabled {
  color: #a8a4a4;
  background-color: #fff;
  pointer-events: none;
}
.app__content-block-item.disabled input {
  border: 1px solid #a8a4a4;
}
.app__content-block-item h2 {
  font-size: 26px;
  font-weight: 400;
}
.app__content-block-item-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}
.app__content-block-item-description, .app__content-block-item-author, .app__content-block-item-instructions {
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}
.app__content-block-item-title-textarea, .app__content-block-item-description-textarea {
  font-size: 26px;
  font-weight: 400;
  width: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  resize: none;
}
.app__content-block-item-title-textarea::placeholder, .app__content-block-item-description-textarea::placeholder {
  color: rgb(168, 164, 164);
}
.app__content-block-item-title-textarea:-webkit-autofill, .app__content-block-item-title-textarea:-webkit-autofill:hover, .app__content-block-item-title-textarea:-webkit-autofill:focus, .app__content-block-item-title-textarea:-webkit-autofill:active, .app__content-block-item-description-textarea:-webkit-autofill, .app__content-block-item-description-textarea:-webkit-autofill:hover, .app__content-block-item-description-textarea:-webkit-autofill:focus, .app__content-block-item-description-textarea:-webkit-autofill:active {
  box-shadow: 0 0 0 100px #fff inset !important;
}
.app__content-block-item-title-textarea {
  max-height: 264px;
  line-height: 100%;
}
.app__content-block-item-description-textarea {
  max-height: 572px;
  font-size: 20px;
  line-height: 100%;
}
.app__content-block-item-title-input {
  font-size: 26px;
  font-weight: 400;
  width: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  resize: none;
  padding: 0 85px 0 0;
}
.app__content-block-item-title-input::placeholder {
  color: rgb(168, 164, 164);
}
.app__content-block-item-title-input:-webkit-autofill, .app__content-block-item-title-input:-webkit-autofill:hover, .app__content-block-item-title-input:-webkit-autofill:focus, .app__content-block-item-title-input:-webkit-autofill:active {
  box-shadow: 0 0 0 100px #fff inset !important;
}
.app__content-block-item__label-input {
  font-size: 26px;
  font-weight: 400;
  width: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
  resize: none;
  font-size: 20px;
  border: none !important;
}
.app__content-block-item__label-input::placeholder {
  color: rgb(168, 164, 164);
}
.app__content-block-item__label-input:-webkit-autofill, .app__content-block-item__label-input:-webkit-autofill:hover, .app__content-block-item__label-input:-webkit-autofill:focus, .app__content-block-item__label-input:-webkit-autofill:active {
  box-shadow: 0 0 0 100px #fff inset !important;
}
.app__content-block-item__label-input.disabled {
  border: 1px solid #a8a4a4;
  color: #a8a4a4;
  background-color: #fff;
  pointer-events: none;
}
.app__content-block-item__label-input.add-option-btn {
  text-align-last: left;
  padding: 0;
  color: #8b8585;
  transition: all 0.1s ease;
  pointer-events: all;
}
.app__content-block-item__label-input.add-option-btn:hover {
  color: #000;
}
.app__content-block-item__label-input-delete-btn {
  background-color: transparent;
  border: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.1s ease;
}
.app__content-block-item__label-input-delete-btn:hover {
  transform: scale(150%);
}
.app__content-block-item-author {
  margin-bottom: 20px;
}
.app__content-block-item-age {
  width: 68px;
  height: 38px;
  background: #d9ecff;
  border-radius: 8px;
  border: none;
  padding: 0 8px;
  font-size: 26px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  outline: none;
  transition: all 0.1s ease;
  will-change: border;
}
.app__content-block-item-age::-webkit-outer-spin-button, .app__content-block-item-age::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.app__content-block-item-age::placeholder {
  color: #005bb9;
  font-size: 32px;
}
.app__content-block-item-age[type=number] {
  -moz-appearance: textfield;
}
.app__content-block-item-age:hover, .app__content-block-item-age input:focus {
  border: 1px solid #003265;
  box-shadow: 0 0 0 1px rgba(0, 123, 255, 0.25);
}
.app__content-block-item-gender {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
.app__content-block-item-gender__option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 20px;
}
.app__content-block-item-gender__radio {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #005bb9;
  border-radius: 50%;
  margin: 0;
  appearance: none;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease;
  will-change: border;
}
.app__content-block-item-gender__radio:hover, .app__content-block-item-gender__radio input:focus {
  border: 2px solid #003265;
}
.app__content-block-item-gender__radio:checked {
  border-color: #005bb9;
}
.app__content-block-item-gender__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #003265, #409dfc);
}
.app__content-block-item-gender__label {
  cursor: pointer;
}
.app__content-block-item-radio {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 10px;
}
.app__content-block-item-radio__option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 20px;
}
.app__content-block-item-radio__option.disabled {
  color: #a8a4a4;
  background-color: #fff;
  pointer-events: none;
}
.app__content-block-item-radio__option.disabled input {
  border: 1px solid #a8a4a4;
}
.app__content-block-item-radio__radio {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border: 2px solid #005bb9;
  border-radius: 50%;
  margin: 0;
  appearance: none;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease;
  will-change: border;
}
.app__content-block-item-radio__radio[type=radio] {
  border-radius: 50%;
}
.app__content-block-item-radio__radio[type=checkbox] {
  border-radius: 5px;
}
.app__content-block-item-radio__radio.disabled {
  border: 1px solid #a8a4a4;
  color: #a8a4a4;
  background-color: #fff;
  pointer-events: none;
}
.app__content-block-item-radio__radio.disabled:hover, .app__content-block-item-radio__radio.disabled:focus {
  border: 1px solid #a8a4a4 !important;
}
.app__content-block-item-radio__radio:hover, .app__content-block-item-radio__radio input:focus {
  border: 2px solid #003265;
}
.app__content-block-item-radio__radio:checked {
  border-color: #005bb9;
}
.app__content-block-item-radio__radio:checked[type=radio] {
  border-radius: 50%;
}
.app__content-block-item-radio__radio:checked[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #003265, #409dfc);
}
.app__content-block-item-radio__radio:checked[type=checkbox] {
  border-radius: 5px;
}
.app__content-block-item-radio__radio:checked[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("/checkbox-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.app__content-block-item-radio__label {
  cursor: pointer;
}
.app__content-block-item-from-to-age {
  display: flex;
  gap: 20px;
  align-items: center;
}
.app__content-block-item-frame-text {
  font-size: 20px;
  line-height: 100%;
}
.app__content-block-item-question {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
  position: relative;
}
.app__content-block-item-question:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.app__content-block-item-question-settings {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 20px;
}
.app__content-block-item-question-settings button {
  border: 0;
  padding: 0;
  background-color: #fff;
}
.app__content-block-item-question-settings__menu {
  margin: -20% 20px 0 0;
  border: 2px solid #005bb9;
  border-radius: 30px;
  background-color: #d8ebff;
  display: none;
}
.app__content-block-item-question-settings__menu-list {
  display: flex;
  flex-direction: column;
  padding: 30px 30px;
  gap: 10px;
}
.app__content-block-item-question-settings__menu-list__mark {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px !important;
  height: 20px !important;
}
.app__content-block-item-question-settings__menu-list button {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #d8ebff;
}
.app__content-block-item-question-settings__menu-list span {
  font-size: 20px;
  line-height: 100%;
  margin-left: 20px;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  will-change: font-weight;
  transition: all 0.1s ease;
}
.app__content-block-item-question-settings__menu-list span:hover {
  transform: scale(102%);
}
.app__content-block-item-question-settings__menu-list span:after {
  display: block;
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #005bb9;
  content: "";
  transition: width 0.3s ease-out;
}
.app__content-block-item-question-settings__menu-list span:hover:after, .app__content-block-item-question-settings__menu-list span:focus:after {
  width: 100%;
}
.app__content-block-item-question-settings__menu-list img {
  width: 30px;
  height: 30px;
}
.app__content-block-item-methodology {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 20px;
  padding: 19px 30px 19px 60px;
  border-radius: 50px;
  background: #d9ecff;
}
.app__content-block-item-methodology:first-child {
  margin-top: 20px;
}
.app__content-block-item-methodology:last-child {
  margin-bottom: 0;
}
.app__content-block-item-methodology-title {
  margin-right: 20px;
}
.app__content-block-item-methodology-menu {
  display: flex;
  gap: 20px;
}
.app__content-block-submit-button {
  background-color: #fff;
  border-radius: 50px;
  align-self: flex-end;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: none;
  transition: all 0.1s ease;
}
.app__content-block-submit-button:hover {
  transform: scale(1.01) translateY(-2px);
}
.app__content-block-submit-button span {
  font-size: 22px;
  line-height: 100%;
  margin: 22px 25px 22px 29px;
}
.app__content-block-submit-button img {
  margin-right: 12px;
}

.app-main {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
}
.app-main-secondary {
  background-color: transparent;
  max-width: 1160px !important;
}

.container {
  max-width: 148rem;
  width: 100%;
  margin: 0 auto;
  padding: 0rem 2rem;
}

@media (max-width: 699.98px) {
  .app__header-menu {
    background-color: transparent;
    gap: 22px;
  }
  .app__header-menu a:first-child {
    margin-left: 22px;
  }
  .app__header-menu a:last-child {
    background-color: transparent;
  }
  .app__content-block-item-methodology {
    padding: 19px 19px 19px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .app__content-block-item-question-settings__menu-list {
    padding: 18px 24px;
    gap: 8px;
  }
  .app__content-block-item-question-settings__menu-list span {
    font-size: 16px;
    margin-left: 5px;
    text-align: left;
  }
  .header-menu {
    gap: 20px;
  }
  .header-menu a {
    font-size: 14px;
    line-height: 100%;
  }
  .header-menu a:first-child {
    margin-left: 24px;
  }
  .header-logo {
    width: 115px;
    height: 50px;
  }
  .survey__btn--prev img,
  .survey__btn--next img,
  .app__content-block-submit-button img {
    display: none;
  }
}
@media (max-width: 554.98px) {
  .app__header-menu {
    gap: 15px;
  }
  .app__header-logo {
    padding: 0 11px 0 0;
  }
  .app__content-block-item {
    border-radius: 15px;
    padding: 28px 30px;
  }
  .app__content-block-item-title {
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 15px;
  }
  .app__content-block-item-description {
    font-size: 18px;
    line-height: 100%;
  }
  .app__content-block-item h2 {
    font-size: 22px;
    line-height: 100%;
  }
  .app__content-block-item-author, .app__content-block-item-instructions {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .app__content-block-submit-button {
    width: 100%;
  }
  .app__content-block-submit-button span {
    font-size: 20px;
    line-height: 100%;
  }
}
@media (max-width: 319.98px) {
  .app {
    padding: 10px;
  }
}
.login {
  padding: 40px 60px;
}
.login__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.login__header-back, .login__header-logo {
  transition: all 0.1s ease;
}
.login__header-back:hover, .login__header-logo:hover {
  transform: scale(1.01) translateY(-2px);
}
.login__footer-yandex {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  align-items: center;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  border-radius: 40px;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #003265 0%, #409dfc 100%) border-box;
  border: 2px solid transparent;
  transition: all 0.1s ease;
}
.login__footer-yandex:hover {
  transform: scale(1.01);
}
.login__footer-have-acc {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.login__footer-have-acc a {
  color: #2773c1;
  margin-left: 5px;
  transition: all 0.1s ease;
}
.login__footer-have-acc a:hover {
  color: #003265;
  text-decoration: none;
  transform: scale(1.01);
}
.login__footer-password-reset {
  margin-top: 15px;
  text-align: center;
}
.login__footer-password-reset a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #005bb9;
  text-decoration: none;
  transition: all 0.1s ease;
}
.login__footer-password-reset a:hover {
  color: #003265;
  text-decoration: underline;
  transform: scale(1.03);
}
.login-info {
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0;
}

.login-title {
  font-size: 40px;
  font-weight: 400;
  line-height: 46px;
  margin-bottom: 20px;
}

.login-form__field {
  width: 100%;
  margin-bottom: 5px;
  border-radius: 42px;
  position: relative;
}
.login-form__field .toggle-password-btn {
  position: absolute;
  right: 20px;
  top: 16px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
  transition: all 0.1s ease;
}
.login-form__field .toggle-password-btn__locked, .login-form__field .toggle-password-btn__unlocked {
  display: block;
}
.login-form__field .toggle-password-btn__locked.hidden, .login-form__field .toggle-password-btn__unlocked.hidden {
  display: none;
}
@media (max-width: 767.98px) {
  .login-form__field .toggle-password-btn {
    top: 25%;
  }
}
.login-form__field:last-child {
  margin-bottom: 0;
}
.login-form__field input {
  color: #000;
  font-size: 20px;
  width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 42px;
  padding: 14px 0 14px 14px;
  transition: all 0.1s ease;
  will-change: border;
}
.login-form__field input:hover, .login-form__field input input:focus {
  border: 2px solid #003265;
}
.login-form__btn {
  margin: 20px 0 8px;
  color: #fff;
  transition: all 0.1s ease;
}
.login-form__btn:hover {
  transform: scale(1.01);
}

@media (max-width: 767.98px) {
  .app {
    padding: 0;
  }
  .app-main {
    max-width: none;
    margin: 0 20px;
    width: auto;
  }
  .login {
    padding: 30px 20px;
  }
  .login-title {
    font-size: 52px;
    margin-bottom: 40px;
  }
  .login-form__field input {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .login-form__btn {
    font-size: 38px;
    margin: 10px 0 20px;
  }
  .login__footer-yandex {
    font-size: 22px;
  }
  .login__footer-yandex img {
    margin-left: 30px;
    width: 50px;
    height: 50px;
  }
  .login__footer-have-acc {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 499.98px) {
  .login-title {
    font-size: 52px;
    margin-bottom: 30px;
  }
  .login-form__field input {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .login-form__btn {
    font-size: 28px;
    margin: 10px 0 20px;
  }
  .login-form__checkboxes-field span {
    font-size: 16px;
  }
  .login__footer-yandex {
    font-size: 20px;
  }
  .login__footer-yandex img {
    margin-left: 10px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 390.98px) {
  .login-title {
    font-size: 42px;
  }
  .login-form__field input {
    font-size: 18px;
  }
  .login-form__btn {
    font-size: 24px;
    margin: 10px 0 10px;
  }
  .login-form__checkboxes-field span {
    font-size: 16px;
  }
  .login__footer-yandex {
    font-size: 18px;
  }
}