/*!*************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./pages/addPhone/addPhone.scss ***!
  \*************************************************************************************************************************/
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background-color: var(--button-primery-color);
  border: 1px solid var(--button-primery-color);
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  webkit-appearance: none;
}
@media screen and (max-width: 767px) {
  .button {
    padding: 15px 20px;
    font-size: 14px;
  }
}
.button:hover {
  color: var(--button-primery-color);
  background-color: var(--color-white-first);
}
.button:active {
  opacity: 0.5;
  transition: 0.1s;
}
.button:focus {
  opacity: 0.9;
  transition: 0.1s;
}
.button.disabled {
  background-color: var(--color-gray-sixth);
  border-color: var(--color-gray-sixth);
  pointer-events: none;
  cursor: not-allowed;
}
.button.hidden {
  display: none;
}
.button--type1 {
  padding: 15px 30px;
  color: var(--color-gray-sixth);
  background-color: var(--color-white-first);
  border-color: var(--color-gray-sixth);
}
.button--type1:hover {
  color: var(--color-white-first);
  background-color: var(--button-primery-color);
  border-color: var(--button-primery-color);
}
.button--type2 {
  padding: 15px 30px;
  color: var(--text-primery-color);
  background-color: var(--color-white-first);
  border-color: var(--color-gray-sixth);
}
.button--type2:hover {
  color: var(--color-white-first);
  background-color: var(--button-primery-color);
  border-color: var(--button-primery-color);
}
.button--type3 {
  padding: 15px 30px;
  color: var(--color-blue-third);
  background-color: var(--color-white-first);
  border-color: var(--color-blue-third);
}
.button--type3:hover {
  color: var(--color-white-first);
  background-color: var(--button-primery-color);
  border-color: var(--button-primery-color);
}
.button--type4 {
  padding: 12px;
  font-size: 14px;
  color: var(--color-blue-first);
  background-color: rgba(63, 179, 255, 0.2);
  border-color: rgba(63, 179, 255, 0.2);
}
.button--type4:hover {
  color: var(--color-white-first);
  background-color: var(--button-primery-color);
  border-color: var(--button-primery-color);
}
.button--type5 {
  padding: 12px;
  font-size: 14px;
  color: var(--color-gray-sixth);
  background-color: var(--color-white-first);
  border-color: var(--color-gray-sixth);
}
.button--type5:hover {
  color: var(--color-white-first);
  background-color: var(--button-primery-color);
  border-color: var(--button-primery-color);
}
.button--type6 {
  padding: 12px;
  font-size: 14px;
}
.button--100 {
  width: 100%;
}
.button--mb24 {
  margin-bottom: 24px;
}
.button--center {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.grid {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.grid__main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .grid__main {
    padding-bottom: 50px;
  }
}
.grid__content {
  display: flex;
  flex-grow: 1;
}

.header {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .header {
    margin-bottom: 24px;
  }
}

.navigation {
  position: relative;
  margin-bottom: 32px;
  padding-top: 36px;
}
@media screen and (max-width: 767px) {
  .navigation {
    margin-bottom: 0;
    padding-top: 16px;
  }
}
.navigation__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation__block {
  display: flex;
  align-items: center;
}
.navigation__link {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: var(--color-gray-first);
  text-decoration: none;
  transition: opacity 0.5s;
}
.navigation__link:not(:last-child) {
  margin-right: 24px;
}
.navigation__link:hover {
  opacity: 0.6;
}
.navigation__link--user {
  display: flex;
  align-items: center;
  color: var(--color-blue-first);
}
.navigation__link--user:hover {
  opacity: 1;
}
.navigation__link--support {
  cursor: pointer;
}
.navigation__link--support:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .navigation__link--desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .navigation__link--desktop.link-icon {
    display: none;
  }
}
.navigation__link-el {
  transition: opacity 0.5s;
  cursor: pointer;
}
.navigation__link-el:first-child {
  margin-right: 8px;
}
.navigation__link-el--text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
}
.navigation__link-el--svg {
  flex-shrink: 0;
  fill: var(--icon-primery-color);
}
@media screen and (max-width: 1023px) {
  .navigation__link-el--name {
    display: none;
  }
}
.navigation__logo-link {
  display: block;
  line-height: 10px;
}
@media screen and (max-width: 1023px) {
  .navigation__logo {
    width: 180px;
    height: auto;
  }
}
.navigation__popup {
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(0, 40px);
  min-width: 220px;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.1);
  background-color: var(--color-white-first);
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .navigation__popup {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(100%, 0);
    min-width: 290px;
    height: 100vh;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
  }
}
.navigation__popup.js-active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 10px);
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .navigation__popup.js-active {
    transform: translate(0, 0);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.2);
  }
}
.navigation__menu-item:not(:last-child) {
  margin-bottom: 24px;
}
.navigation__link-icon {
  display: inline-flex;
  align-items: center;
  padding: 0;
  font-family: var(--font-primery);
  text-decoration: none;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition: 0.5s;
  webkit-appearance: none;
}
.navigation__link-icon-el:first-child {
  margin-right: 8px;
}
.navigation__link-icon-el--box {
  width: 20px;
}
.navigation__link-icon-el--text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: var(--color-gray-first);
  transition: color 0.5s;
}
.navigation__link-icon-svg {
  display: block;
  flex-shrink: 0;
  fill: var(--icon-primery-color);
  transition: 0.5s;
}
.navigation__link-icon:hover .navigation__link-icon-el--text {
  color: var(--text-primery-color);
}
.navigation__link-icon:hover .navigation__link-icon-svg {
  fill: var(--text-primery-color);
}
.navigation__popup-header {
  display: none;
}
@media screen and (max-width: 1023px) {
  .navigation__popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-third);
  }
}
.navigation__popup-close {
  fill: var(--color-gray-first);
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 30px 15px;
    background-color: var(--color-white-first);
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 100;
    transform: translate(-50px, 0);
  }
}
.menu.js-menu-active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.menu__list {
  display: flex;
  border-bottom: 2px solid var(--color-gray-third);
}
@media screen and (max-width: 767px) {
  .menu__list {
    flex-direction: column;
    align-items: flex-start;
    border-bottom: none;
  }
}
.menu__item {
  position: relative;
  padding-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .menu__item {
    padding-bottom: 0;
  }
}
.menu__item.active .menu__link {
  color: var(--color-black-first);
}
.menu__item.active .menu__line-box {
  display: block;
}
@media screen and (max-width: 767px) {
  .menu__item.active .menu__line-box {
    display: none;
  }
}
.menu__item.active-note .menu__notification {
  display: block;
}
.menu__item:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .menu__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.menu__link {
  font-family: var(--font-primery);
  font-size: 14px;
  line-height: 18px;
  color: var(--color-gray-first);
  text-decoration: none;
  transition: opacity 0.5s;
}
.menu__link:hover {
  opacity: 0.6;
}
.menu__line-box {
  display: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 6px;
  overflow: hidden;
}
.menu__line {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-blue-first);
  border-radius: 36px;
}
.menu__notification {
  display: none;
  position: absolute;
  top: -3px;
  right: -10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color-red-first);
}
.menu__logo-link {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu__logo-link {
    display: block;
    margin-bottom: 30px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
}

.wrapper {
  width: 100%;
  max-width: 1240px;
  padding: 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
}
.wrapper--h100 {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.wrapper--authorization {
  max-width: 500px;
  padding: 80px 0 0;
}

.footer {
  flex-shrink: 0;
  padding: 50px 0 32px;
  background-color: #f8fafc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 50px 0;
  }
}
.footer__desktop {
  display: flex;
  flex-direction: column;
}
.footer__flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .footer__flex {
    flex-direction: column;
  }
}
.footer__flex:last-child {
  margin-bottom: 0;
  align-items: center;
}
.footer__flex--mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .footer__flex--mobile {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .footer__flex--backward {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .footer__flex--zero {
    margin-bottom: 0;
  }
}
.footer__list--margin {
  margin-bottom: 30px;
}
.footer__el {
  width: 30%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer__el {
    width: 100%;
    margin-bottom: 24px;
  }
}
.footer__el--desktop {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__el--desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__el--tab {
    margin-bottom: 0;
    padding: 16px 20px;
    border-bottom: 1px solid var(--color-blue-first);
  }
}
@media screen and (max-width: 767px) {
  .footer__el--tab:first-of-type {
    border-top: 1px solid var(--color-blue-first);
  }
}
.footer__el--tab.js-footer-tab-active .footer__arrow {
  transform: rotate(180deg);
}
.footer__el--note {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .footer__el--note {
    width: 100%;
  }
}
.footer__el--additionally {
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .footer__el--additionally {
    padding-right: 20px;
  }
}
.footer__el--additionally:first-of-type {
  border-top: none;
}
.footer__el--additionally .footer__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .footer__el--additionally .footer__list {
    display: none;
  }
}
.footer__el--additionally .footer__item {
  width: 30%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .footer__el--additionally .footer__item {
    width: 100%;
    padding-right: 0;
  }
}
.footer__el--log {
  display: flex;
  flex-direction: column;
}
.footer__el .icon-logo {
  max-width: 100%;
  margin-bottom: 18px;
}
.footer__name, .footer__link {
  color: #505153;
  text-decoration: none;
}
.footer__tel {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: var(--color-blue-first);
  text-decoration: none;
}
.footer__name {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: var(--color-gray-fourth);
}
@media screen and (max-width: 767px) {
  .footer__name {
    margin-bottom: 0;
  }
}
.footer__link-box:not(:last-child) {
  margin-bottom: 8px;
}
.footer__link {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray-fourth);
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 14px;
  }
}
.footer__link--top, .footer__link--bottom {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.footer__link--bottom {
  font-size: 16px;
  font-weight: 500;
}
.footer__link-description {
  font-size: 12px;
  line-height: 14px;
  color: var(--text-primery-color);
  opacity: 0.8;
}
.footer__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: var(--color-gray-fourth);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer__title {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--color-gray-fourth);
    cursor: pointer;
  }
}
.footer__title--active {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .footer__list--tab {
    display: none;
  }
}
.footer__arrow {
  display: none;
  fill: var(--icon-primery-color);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .footer__arrow {
    display: block;
  }
}
.footer__item {
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .footer__block {
    margin-bottom: 60px;
  }
}
.footer__signature {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: var(--color-gray-fourth);
}
.footer__line {
  width: 100%;
  height: 1px;
  background-color: rgba(175, 175, 175, 0.2);
}
@media screen and (max-width: 767px) {
  .footer__line {
    display: none;
  }
}

.link-icon {
  display: flex;
  align-items: center;
  font-family: var(--font-primery);
  text-decoration: none;
}
.link-icon__el:first-child {
  margin-right: 8px;
}
.link-icon__el--text {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: var(--color-gray-first);
}
.link-icon__el--svg {
  flex-shrink: 0;
  fill: var(--icon-primery-color);
}
.link-icon--blue-text .link-icon__el--text {
  color: var(--color-blue-first);
}
.link-icon--fs15 .link-icon__el--text {
  font-size: 15px;
}
.link-icon--blue .link-icon__el--text {
  color: var(--color-blue-first);
}
.link-icon--blue .link-icon__el--svg {
  fill: var(--color-blue-first);
}

.icon {
  fill: var(--icon-primery-color);
}
.icon--black {
  fill: var(--color-black-first);
}
.icon--white {
  fill: var(--color-white-first);
}
.icon--red {
  fill: var(--error-primery-color);
}

.social {
  display: flex;
  align-items: center;
}
.social__item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-gray-fourth);
  border-radius: 50%;
  transition: opacity 0.5s;
}
.social__item a {
  max-height: 20px;
}
.social__item:not(:last-child) {
  margin-right: 16px;
}
.social__item:hover {
  opacity: 0.7;
}

.cutoff {
  height: 1px;
  margin-bottom: 45px;
  background-color: var(--color-gray-fourth-rgba20);
  border: none;
}
.cutoff--motivation {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .cutoff--motivation {
    margin-top: 40px;
  }
}

.title {
  margin-bottom: 24px;
  line-height: 140%;
  font-weight: 400;
  color: var(--color-black-first);
}
@media (max-width: 767px) {
  .title {
    font-size: calc(18px + 13.6 * (100vw - 320px) / 1240);
  }
}
@media (min-width: 767px) {
  .title {
    font-size: calc(18px + 8 * 100vw / 1240);
  }
}
@media (max-width: 767px) {
  .title--authorization {
    font-size: calc(18px + 10.2 * (100vw - 320px) / 1240);
  }
}
@media (min-width: 767px) {
  .title--authorization {
    font-size: calc(18px + 6 * 100vw / 1240);
  }
}
.title--fs17 {
  font-weight: 600;
}
@media (max-width: 767px) {
  .title--fs17 {
    font-size: calc(15px + 3.4 * (100vw - 320px) / 1240);
  }
}
@media (min-width: 767px) {
  .title--fs17 {
    font-size: calc(15px + 2 * 100vw / 1240);
  }
}
@media (max-width: 767px) {
  .title--fs17n {
    font-size: calc(15px + 3.4 * (100vw - 320px) / 1240);
  }
}
@media (min-width: 767px) {
  .title--fs17n {
    font-size: calc(15px + 2 * 100vw / 1240);
  }
}
.title--center {
  text-align: center;
}
.title--mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .title--mb40 {
    margin-bottom: 24px;
  }
}
.title--mb12 {
  margin-bottom: 12px;
}
.title--mb0 {
  margin-bottom: 0;
}

.link {
  font-family: var(--font-primery);
  font-size: 14px;
  line-height: 100%;
  color: var(--color-blue-first);
  letter-spacing: 0.04em;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.5s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .link {
    font-size: 12px;
  }
}
.link:hover {
  border-bottom: 1px solid var(--color-blue-first);
}
.link--dash {
  border-bottom: 1px dashed var(--color-blue-first);
}
.link--dash:hover {
  border-bottom: 1px dashed transparent;
}
.link--fs14 {
  font-size: 14px;
  letter-spacing: 0.04em;
}
.link--fs15 {
  font-size: 15px;
  letter-spacing: 0.04em;
}
.link--fs16 {
  font-size: 16px;
}
.link--fs17 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .link--fs17 {
    font-size: 15px;
  }
}
.link--mb24 {
  display: inline-block;
  margin-bottom: 24px;
}

.delimiter-message {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.delimiter-message__el--left, .delimiter-message__el--right {
  flex-grow: 1;
  height: 1px;
  background-color: var(--color-gray-third);
}
.delimiter-message__el--message {
  flex-shrink: 0;
  padding: 0 6px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: var(--color-gray-first);
  background-color: transparent;
}

.add-phone__box {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
/*!***************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/Form/form.scss ***!
  \***************************************************************************************************************************/
.form__fieldset {
  padding: 0;
  border: none;
}
.form__buttons {
  display: flex;
  justify-content: space-between;
}
.form.js-form-hidden {
  display: none;
}
.form__error {
  display: none;
  margin-top: 12px;
  color: var(--error-primery-color);
}
/*!***************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/Cell/cell.scss ***!
  \***************************************************************************************************************************/
.cell {
  --width-cell-name: auto;
  --width-border-right: calc(100% - 12px);
  padding-top: 7px;
}
.cell--mb24 {
  margin-bottom: 24px;
}
.cell--mb8 {
  margin-bottom: 8px;
}
.cell__content {
  height: 100%;
  position: relative;
  padding: 0 0 14px 0;
  border-bottom: 1px solid var(--color-gray-seventh);
  border-left: 1px solid var(--color-gray-seventh);
  border-right: 1px solid var(--color-gray-seventh);
  border-radius: 8px;
  transition: 0.5s;
}
.cell__border-box {
  display: flex;
  width: 100%;
  height: 14px;
}
.cell__border-left {
  flex-shrink: 0;
  width: 12px;
  border-top: 1px solid var(--color-gray-seventh);
  border-top-left-radius: 6px;
  transition: 0.5s;
}
.cell__border-content {
  position: relative;
  flex-shrink: 0;
  top: 25px;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
  padding: 10px 12px 10px;
  transition: 0.5s;
}
.cell__border-right {
  position: absolute;
  top: 0;
  right: 0;
  width: var(--width-border-right);
  height: 8px;
  min-width: 24px;
  margin-left: auto;
  border-top: 1px solid var(--color-gray-seventh);
  border-top-right-radius: 6px;
  transition: 0.5s;
}
.cell__name {
  position: relative;
  width: var(--width-cell-name);
  font-weight: 300;
  padding-left: 18px;
  font-size: 17px;
  line-height: 100%;
  color: var(--color-gray-first);
  background-color: transparent;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .cell__name {
    font-size: 14px;
  }
}
.cell__name-star, .cell__name-successful {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.cell__name-star {
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
}
.cell__name-successful {
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.cell__data {
  position: relative;
  padding: 0 12px;
}
@media screen and (max-width: 767px) {
  .cell__data {
    font-size: 14px;
  }
}
.cell__data--icon {
  padding-right: 44px;
}
.cell__label-buffer {
  position: absolute;
  left: -2000px;
  top: -2000px;
  display: flex;
  align-items: center;
  padding: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  visibility: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cell__label-buffer {
    font-size: 12px;
  }
}
.cell__current-value {
  margin-top: 6px;
  font-size: 14px;
  line-height: 140%;
  color: var(--color-black-first-rgba50);
}
@media screen and (max-width: 767px) {
  .cell__current-value {
    font-size: 12px;
  }
}
.cell__error-message {
  margin-top: 6px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--error-primery-color);
  display: none;
}
.cell__identificator {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
.cell__icon {
  display: block;
}
.cell.js-label-up .cell__border-content {
  top: 0;
}
.cell.js-label-up .cell__name {
  font-size: 14px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .cell.js-label-up .cell__name {
    font-size: 12px;
  }
}
.cell.js-label-up .cell__name-star {
  opacity: 0;
  visibility: hidden;
}
.cell.js-label-successful .cell__name {
  font-size: 14px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .cell.js-label-successful .cell__name {
    font-size: 12px;
  }
}
.cell.js-label-successful .cell__name-successful {
  opacity: 1;
  visibility: visible;
}
.cell.js-label-successful .cell__label-buffer {
  padding-left: 34px;
}
.cell.js-label-successful .cell__name-star {
  opacity: 0;
  visibility: hidden;
}
.cell.js-no-required .cell__name-star {
  display: none;
}
.cell.js-no-required .cell__name-successful {
  opacity: 0;
  visibility: hidden;
}
.cell.js-no-required .cell__name {
  padding-left: 18px;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .cell.js-no-required .cell__name {
    font-size: 14px;
  }
}
.cell.js-no-required.js-label-up .cell__name-successful {
  opacity: 1;
  visibility: visible;
}
.cell.js-no-required.js-label-up .cell__name {
  font-size: 14px;
  padding-left: 22px;
}
@media screen and (max-width: 767px) {
  .cell.js-no-required.js-label-up .cell__name {
    font-size: 12px;
  }
}
.cell.js-cell-error .cell__content {
  border-color: var(--error-primery-color);
}
.cell.js-cell-error .cell__border-left {
  border-color: var(--error-primery-color);
}
.cell.js-cell-error .cell__border-right {
  border-color: var(--error-primery-color);
}
.cell.js-cell-disabled .cell__content {
  background-color: var(--color-gray-second);
  pointer-events: none;
  cursor: not-allowed;
}
.cell.js-cell-disabled .cell__border-content {
  border-radius: 8px;
  background-color: var(--color-gray-second);
}
.cell.js-cell-hidden {
  display: none;
}

.cell__label-buffer {
  position: absolute;
  left: -2000px;
  top: -2000px;
  display: flex;
  align-items: center;
  padding: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  visibility: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .cell__label-buffer {
    font-size: 12px;
  }
}
/*!*************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellInput/cellInput.scss ***!
  \*************************************************************************************************************************************/
.cell-input {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cell-input {
    font-size: 14px;
  }
}
.cell-input::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .cell-input::placeholder {
    font-size: 14px;
  }
}
/*!***********************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellDatepicker/cellDatepicker.scss ***!
  \***********************************************************************************************************************************************/
.cell-datepicker {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cell-datepicker {
    font-size: 14px;
  }
}
.cell-datepicker::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--color-black-third);
}
@media screen and (max-width: 767px) {
  .cell-datepicker::placeholder {
    font-size: 14px;
  }
}
/*!*********************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellInputMask/cellInputMask.scss ***!
  \*********************************************************************************************************************************************/

/*!***************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/ParamRadioButton/paramRadioButton.scss ***!
  \***************************************************************************************************************************************************/
.param-radiobutton {
  display: inline-flex;
  flex-direction: column;
}
@media screen and (max-width: 479px) {
  .param-radiobutton {
    display: flex;
  }
}
.param-radiobutton__list {
  display: flex;
  margin-bottom: 24px;
  padding: 6px;
  background-color: var(--color-gray-second);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .param-radiobutton__list {
    flex-direction: column;
  }
}
.param-radiobutton__name {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 100%;
  color: var(--color-black-first-rgba60);
  border-radius: 8px;
  cursor: pointer;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .param-radiobutton__name {
    padding: 14px 20px;
    font-size: 14px;
  }
}
.param-radiobutton__name:hover {
  color: var(--color-black-first);
}
.param-radiobutton__input:checked + .param-radiobutton__name {
  color: var(--color-black-first);
  background-color: var(--color-white-first);
  box-shadow: 0px 2px 2px rgba(50, 50, 71, 0.06), 0px 2px 4px rgba(50, 50, 71, 0.06);
}
.param-radiobutton--small .param-radiobutton__list {
  margin-bottom: 0;
}
.param-radiobutton--small .param-radiobutton__name {
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 8px;
}
/*!***************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellSelect/cellSelect.scss ***!
  \***************************************************************************************************************************************/
.cell-select {
  position: relative;
  width: 100%;
  z-index: 10;
}
.cell-select__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white-first);
  text-align: center;
}
.cell-select__current {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: var(--color-black-third);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.32, 0, 0.67, 0);
}
@media screen and (max-width: 767px) {
  .cell-select__current {
    font-size: 14px;
  }
}
.cell-select__icon {
  fill: var(--color-gray-first);
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .cell-select__icon {
    width: 14px;
    height: auto;
  }
}
.cell-select__body-icon {
  opacity: 0;
  fill: var(--color-gray-first);
  transition: 0.2s;
}
.cell-select__body {
  display: none;
  position: absolute;
  left: 50%;
  right: 0;
  top: calc(100% + 20px);
  width: calc(100% + 26px);
  max-height: 300px;
  overflow-y: auto;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.cell-select.is-active {
  z-index: 11;
}
.cell-select.is-active .cell-select__icon {
  transform: rotate(180deg);
}
.cell-select__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  color: var(--color-gray-first);
  transition: color 0.5s;
}
@media screen and (max-width: 767px) {
  .cell-select__item {
    font-size: 14px;
  }
}
.cell-select__item:hover {
  background-color: #f2f2f2;
}
.cell-select__item.is-chosen {
  color: var(--color-black-third);
}
.cell-select__item.is-chosen .cell-select__body-icon {
  opacity: 1;
}
/*!*********************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/ParamCheckbox/paramCheckbox.scss ***!
  \*********************************************************************************************************************************************/
.param-checkbox__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.param-checkbox__list--revert {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.param-checkbox__list--revert .unit__params-item {
  margin-right: 12px;
}
.param-checkbox__item {
  margin-bottom: 12px;
}
.param-checkbox__item:not(:last-child) {
  margin-right: 12px;
}
.param-checkbox__label {
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  background-color: var(--color-gray-second);
  border-radius: 50px;
  cursor: pointer;
  transition: opacity 0.5s, padding-left 0.5s;
}
.param-checkbox__label:hover {
  opacity: 0.7;
}
.param-checkbox__icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  margin-right: 10px;
  fill: var(--color-blue-first);
  transition: opacity 0.5s;
}
.param-checkbox__name {
  font-size: 16px;
  line-height: 100%;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .param-checkbox__name {
    font-size: 14px;
  }
}
.param-checkbox__input:checked + .param-checkbox__label {
  padding-left: 30px;
  background-color: var(--color-blue-second);
}
.param-checkbox__input:checked + .param-checkbox__label .param-checkbox__icon {
  opacity: 1;
}
.param-checkbox__input:checked + .param-checkbox__label .param-checkbox__name {
  color: var(--color-blue-first);
}
.param-checkbox__error-message {
  display: none;
  text-align: center;
  margin-top: 6px;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--error-primery-color);
}
/*!***********************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellFias/cellFias.scss ***!
  \***********************************************************************************************************************************/
.cell-fias {
  position: relative;
  width: 100%;
  z-index: 10;
}
.cell-fias__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white-first);
  text-align: center;
}
.cell-fias__current {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  color: var(--color-black-third);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.32, 0, 0.67, 0);
}
.cell-fias__icon {
  fill: var(--color-gray-first);
  transition: 0.5s;
}
.cell-fias__body-icon {
  opacity: 0;
  fill: var(--color-gray-first);
  transition: 0.2s;
}
.cell-fias__body {
  display: none;
  position: absolute;
  left: 50%;
  right: 0;
  top: calc(100% + 20px);
  width: calc(100% + 48px);
  max-height: 300px;
  overflow-y: auto;
  transform: translate(-50%, 0);
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.cell-fias.is-active {
  z-index: 11;
}
.cell-fias.is-active .js-cell-select-body {
  display: block;
}
.cell-fias__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.04em;
  padding: 12px 16px;
  color: var(--color-gray-first);
  transition: color 0.5s;
}
.cell-fias__item:hover {
  background-color: #f2f2f2;
}
.cell-fias__item.is-chosen {
  color: var(--color-black-third);
}
.cell-fias__item.is-chosen .cell-select__body-icon {
  opacity: 1;
}
.cell-fias__input {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cell-fias__input {
    font-size: 14px;
  }
}
.cell-fias__input::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .cell-fias__input::placeholder {
    font-size: 14px;
  }
}
/*!*******************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/CellTextarea/cellTextarea.scss ***!
  \*******************************************************************************************************************************************/
.cell-textarea {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
  resize: none;
}
@media screen and (max-width: 767px) {
  .cell-textarea {
    font-size: 14px;
  }
}
.cell-textarea::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--color-gray-first);
}
@media screen and (max-width: 767px) {
  .cell-textarea::placeholder {
    font-size: 14px;
  }
}
/*!*****************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/RadioButton/radioButton.scss ***!
  \*****************************************************************************************************************************************/
.radiobutton {
  margin-bottom: 24px;
}
.radiobutton__list {
  display: flex;
  flex-direction: column;
}
.radiobutton__list--row {
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .radiobutton__list--row {
    flex-direction: column;
  }
}
.radiobutton__list--row .radiobutton__item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .radiobutton__list--row .radiobutton__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.radiobutton__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 40px;
}
.radiobutton__window {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  background: var(--color-gray-second);
  border-radius: 50%;
  border: 1px solid var(--color-gray-sixth);
}
.radiobutton__circle {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color-blue-first);
  transform: scale(0);
  transition: 0.5s;
}
.radiobutton__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-gray-second);
}
.radiobutton__name {
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  cursor: pointer;
}
.radiobutton__input:checked + .radiobutton__name .radiobutton__window {
  border-color: transparent;
}
.radiobutton__input:checked + .radiobutton__name .radiobutton__circle {
  transform: scale(1);
}
.radiobutton__icon {
  width: 40px;
  height: auto;
  margin-left: 12px;
}
.radiobutton.js-radiobutton-disabled .radiobutton__item {
  pointer-events: none;
  opacity: 0.6;
}
/*!*************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/MultiDate/multiDate.scss ***!
  \*************************************************************************************************************************************/
.multi-date {
  display: flex;
  align-items: baseline;
}
.multi-date__text {
  margin-right: 5px;
}
.multi-date__input {
  width: 100px;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .multi-date__input {
    font-size: 14px;
  }
}
.multi-date__input::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .multi-date__input::placeholder {
    font-size: 14px;
  }
}
.multi-date__input[disabled] {
  opacity: 0.5;
}
/*!***********************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/Checkbox/сheckbox.scss ***!
  \***********************************************************************************************************************************/
.checkbox--margin {
  margin-bottom: 24px;
}
.checkbox__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.checkbox__item--half {
  width: 50%;
  margin-bottom: 30px;
}
.checkbox__window {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  background: transparent;
  border: 1px solid var(--color-blue-first);
  border-radius: 1px;
}
.checkbox__icon-mark {
  fill: var(--color-blue-first);
  opacity: 0;
  transition: 0.5s;
}
.checkbox__name {
  display: flex;
  align-items: flex-start;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  cursor: pointer;
}
.checkbox__name--info {
  margin-right: 12px;
  min-width: 126px;
}
.checkbox__input:checked + .checkbox__name .checkbox__icon-mark {
  opacity: 1;
}
.checkbox__link {
  color: var(--color-blue-first);
  text-decoration: none;
  border-bottom: 1px solid var(--color-blue-first);
  transition: 0.5s;
}
.checkbox__link:hover {
  border-bottom: 1px solid transparent;
}
.checkbox__text--margin {
  margin-right: 5px;
}
.checkbox__error-message {
  display: none;
  margin-top: 5px;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.04em;
  color: var(--error-primery-color);
}
.checkbox.js-checkbox-hidden {
  display: none;
}
/*!*******************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/Loader/loader.scss ***!
  \*******************************************************************************************************************************/
.loader {
  position: relative;
}
.loader:not(:last-child) {
  margin-bottom: 24px;
}
.loader__container {
  padding: 24px;
  border: 2px dashed var(--color-gray-seventh);
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .loader__container {
    padding: 16px;
  }
}
.loader__flex {
  display: flex;
  align-items: flex-start;
}
.loader__icon-box {
  position: relative;
  flex-shrink: 0;
  width: 33px;
  height: 33px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .loader__icon-box {
    margin-right: 12px;
  }
}
.loader__icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
.loader__icon.js-loader-icon--complete {
  opacity: 0;
}
.loader__files-list {
  margin-bottom: 12px;
}
.loader__name {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 17px;
  line-height: 110%;
  color: var(--text-primery-color);
}
@media screen and (max-width: 767px) {
  .loader__name {
    font-size: 15px;
  }
}
.loader__button {
  display: none;
  padding: 10px 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--text-primery-color);
  text-decoration: none;
  text-align: center;
  background-color: var(--color-white-first);
  border: 1px solid var(--color-gray-first);
  border-radius: 8px;
  box-sizing: border-box;
  cursor: pointer;
  outline: none;
  transition: opacity 0.5s;
}
.loader__button:hover {
  opacity: 0.6;
}
.loader__button--file {
  display: block;
  background-color: var(--color-gray-second);
  border: 1px solid var(--color-gray-second);
}
.loader__button--file:not(:last-child) {
  margin-bottom: 12px;
}
.loader__button-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__button-text {
  margin-right: 10px;
}
.loader__button-icon {
  flex-shrink: 0;
}
.loader__format {
  margin-top: 12px;
  font-size: 13px;
  line-height: 150%;
  color: var(--color-black-first-rgba50);
}
.loader.js-loader-error .loader__container {
  border-color: var(--error-primery-color);
}
.loader.js-loader-successful .js-loader-icon-load {
  opacity: 0;
}
.loader.js-loader-successful .js-loader-icon--complete {
  opacity: 1;
}
.loader .js-error-message {
  display: none;
  margin-top: 8px;
  font-size: 13px;
  line-height: 150%;
  color: var(--error-primery-color);
}
/*!***************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/Form/DatepickerMinMax/datepickerMinMax.scss ***!
  \***************************************************************************************************************************************************/
.cell-datepicker {
  width: 100%;
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--text-primery-color);
  border: none;
  outline: none;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cell-datepicker {
    font-size: 14px;
  }
}
.cell-datepicker::placeholder {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: var(--color-black-third);
}
@media screen and (max-width: 767px) {
  .cell-datepicker::placeholder {
    font-size: 14px;
  }
}
.technical-work {
  padding: 24px;
  border-radius: 24px;
  background-color: #f0f4fd;

  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.technical-work__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #0047bb;
  text-align: center;
}

/*# sourceMappingURL=addPhone.css.map*/