@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    local("Open Sans"),
    local("Open Sans-Regular"),
    url(/js/onboarding/assets/9e49b964c26c32c70d1a.woff2) format("woff2"),
    url(/js/onboarding/assets/792c25544581795907b8.woff) format("woff"),
    url(/js/onboarding/assets/16b67e57b1af62c44946.ttf) format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src:
    local("Open Sans Semibold"),
    local("Open Sans-Semibold"),
    url(/js/onboarding/assets/ccd76c23390863e2a735.woff2) format("woff2"),
    url(/js/onboarding/assets/8c55c143ab9de74e1070.woff) format("woff"),
    url(/js/onboarding/assets/98f29bed491b8a7b5675.ttf) format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    local("Open Sans Bold"),
    local("Open Sans-Bold"),
    url(/js/onboarding/assets/690d8558faee6a056295.woff2) format("woff2"),
    url(/js/onboarding/assets/a8b07ded7d0db0758f7c.woff) format("woff"),
    url(/js/onboarding/assets/fd871ea8c2cfeccdffd4.ttf) format("ttf");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src:
    local("Open Sans Black"),
    local("Open Sans-Black"),
    url(/js/onboarding/assets/04f587376bb03abd0fa5.woff2) format("woff2"),
    url(/js/onboarding/assets/5cbf795cf02548c9e8e3.woff) format("woff"),
    url(/js/onboarding/assets/b46b685ca6a7531bf59b.ttf) format("ttf");
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

:root {
  /*css - переменные*/
  --back: linear-gradient(
      177.96deg,
      #ff853a -33.09%,
      rgba(255, 145, 48, 0) 4.04%
    ),
    #333747;
  --white: #ffffff;
  --white-opacity: 255, 255, 255;
  --white-opacity-2: 252, 253, 255;
  --black: #000000;
  --black-opacity: 0, 0, 0;
  --main: #333747;
  --main-opacity: 51, 55, 71;
  --dark: #363c53;
  --dark-2: #363c52;
  --dark-opacity: 54, 60, 83;
  --blue: #1167e7;
  --blue-opacity: 17, 103, 231;
  --pale-blue: #586a8d;
  --pale-blue-opacity: 88, 106, 141;
  --orange: #ff7e40;
  --orange-exclusion: #3a7fa4;
  --orange-opacity: 255, 126, 64;
  --yellow: #f2c94c;
  --dark-yellow: #e0c431;
  --light-yellow: #ffe145;
  --pink: #f636e3;
  --pink-opacity: 246, 54, 227;
  --purple: #8b11e7;
  --purple-opacity: 139, 17, 231;
  --lilac: #6c588d;
  --lilac-opacity: 108, 88, 141;
  --red: #eb5757;
  --red-opacity: 235, 87, 87;
  --grey: #bdbdbd;
  --green: #27ae60;
  --blue-gradient: linear-gradient(
      219.67deg,
      #0038ff -0.12%,
      rgba(0, 56, 255, 0) 77.33%
    ),
    #0f8deb;
  --gold-gradient: linear-gradient(
      243.02deg,
      #faff00 -172.72%,
      rgba(250, 255, 0, 0) 66.87%
    ),
    linear-gradient(63.5deg, #ff7e40 -5.3%, rgba(255, 126, 64, 0) 56.93%),
    #f2c94c;
  --silver-gradient: linear-gradient(
      243.02deg,
      #ffffff -172.72%,
      rgba(255, 255, 255, 0) 66.87%
    ),
    linear-gradient(
      63.5deg,
      rgba(var(--black-opacity), 0.5) -5.3%,
      rgba(var(--black-opacity), 0) 56.93%
    ),
    #c4c4c4;
  --bronze-gradient: linear-gradient(
      243.02deg,
      #faff00 -172.72%,
      rgba(250, 255, 0, 0) 66.87%
    ),
    linear-gradient(63.5deg, #552a16 -5.3%, rgba(97, 47, 23, 0) 56.93%), #ff7e40;
  --orange-opacity-2: 232, 76, 9;
  --orange-2: #e84c09;
  --white-2: #fcfdff;
  --babyblue: #e9f0f4;
  --babyblue-2: #f9f9f9;
  --cerulean: #7987a4;
  --steelblue: #223448;
  --steelblue-opacity: 19, 47, 70;
  --steelblue-2: #132f46;
  --palepink: #efd7dc;
  --palepink-2: #ddadb8;
  --ruby: #af354e;
  --carmine: #8c2a3e;
  --carmine-opacity: 175, 53, 78;
  --azure: #2f75af;
  --aqua: #acc8df;
  --aqua-2: #deebff;
  --slate: rgba(66, 89, 107, 0.8);
  --slate-opacity: 34, 52, 72;
  --sage: rgba(149, 143, 154, 0.55);
  --sage-2: #363c538c;
}

.visually-hidden:not(:focus):not(active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

a {
  text-decoration: none;
  color: var(--white);
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  display: block;
}

.svg {
  flex-shrink: 0;
}

html.fixed-safari {
  height: calc(100vh - 80px);
  overflow: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html.fixed-safari::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body.fixed-safari {
  height: 100vh;
  position: relative;
  overflow: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body.fixed-safari::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body.fixed {
  overflow: hidden;
}

.modal-head {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-head__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.modal-head__text {
  color: var(--pale-blue);
  font-size: 16px;
  line-height: 24px;
}

.modal1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: var(--sage-2);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  font-family: "Open Sans", "Arial", sans-serif;
  font-weight: 400;
  color: var(--steelblue);
}

.modal1__content {
  display: flex;
  width: 100%;
  max-width: 590px;
  padding: 30px 70px 40px;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 30px;
  position: relative;
  border-radius: 20px;
  background-color: var(--babyblue);
  box-shadow: 0 20px 50px 0 rgba(var(--black-opacity), 0.1);
}

.modal--close {
  display: none;
}

.progress {
  display: flex;
  justify-content: space-between;
  height: 16px;
  gap: 40px;
}

.progress__step {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 14px;
  color: var(--ruby);
  font-weight: 700;
  position: relative;
}

.progress__step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  width: 40px;
  height: 1px;
  border-top: 2px dotted var(--ruby);
  transform: translateY(-50%);
  flex-grow: 1;
}

.progress__step--active {
  background-color: var(--ruby);
  color: white;
}

.submit {
  /* max-width: 210px; */
  max-width: auto;
  min-height: 44px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--ruby);
  color: var(--white);
  border: none;
  outline: none;
  appearance: none;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  line-height: 22px;
  transition: 0.2s;
}

.submit:hover {
  background-color: var(--carmine);
}

.submit:disabled {
  background-color: lightgray;
  cursor: not-allowed;
}

.submit--right {
  text-align: right;
  align-self: end;
}

.organization__input {
  display: none;
  outline: none;
}

.organization__label {
  height: 46px;
  padding: 14px 20px;
  gap: 12px;
  border-radius: 5px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  transition: color 0.3s ease;
  width: 100%;
  text-align: start;
  color: var(--steelblue);
}

.organization__text {
  height: 46px;
  padding: 14px 20px;
  gap: 12px;
  border-radius: 5px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  font-size: 16px;
  line-height: 18px;
  position: relative;
  transition: color 0.3s ease;
  width: 100%;
  text-align: start;
  outline: none;
  color: var(--steelblue);
}

/* .organization__text::placeholder {
  color: rgba(var(--slate-opacity), 0.7);
} */

.organization__label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid var(--ruby);
  border-radius: 50%;
  transition:
    background-color 250ms ease,
    box-shadow 250ms ease;
}

.organization__input:checked + .organization__label::before {
  background-color: var(--ruby);
  box-shadow: inset 0 0 0 4px white;
}

/* .organization__input:not(:checked) + .organization__label::before {
  border-color: rgba(var(--carmine-opacity), 0.3);
} */

/* .organization__input:not(:checked) + .organization__label {
  color: rgba(var(--slate-opacity), 0.7);
} */

.faded {
  color: rgba(var(--slate-opacity), 0.5);
}

.back-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  left: 20px;
  top: 20px;
  height: 30px;
  color: var(--steelblue);
}

.back-btn:hover {
  color: var(--carmine);
}

.back-btn:hover .step-button__icon {
  filter: brightness(0.8);
}

.organization {
  display: flex;
  min-height: 46px;
  align-items: center;
  border: none;
  border-radius: 5px;
  color: rgba(var(--slate-opacity), 0.7);
  font-size: 16px;
  line-height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

.organization--open .organization:after {
  border: 7px solid transparent;
  border-top: unset;
  border-bottom: 9px solid var(--blue);
  transition: 0.2s;
}

.organization__option {
  text-align: center;
}

.modal__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.checkbox__text {
  font-size: 14px;
  line-height: 16px;
}

.checkbox {
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  gap: 10px;
  align-self: start;
}

.checkbox__input {
  display: none;
}

.checkbox__indicator {
  flex-shrink: 0;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid var(--ruby);
  transition:
    background-color 0.3s,
    border-color 0.3s;
}

.checkbox__input:checked + .checkbox__indicator {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxyZWN0IHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgcng9IjMuNiIgZmlsbD0iI0FGMzU0RSIvPg0KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00Ljc1NjgxIDcuOTMyOTZMMy41OTk4NSA5LjMxMTc3TDguNDI1OTMgMTMuMzYxM0wxNS4zNjggNS4wODgwNUwxMC41NDIgMS4wMzg0OUwxMC41NDE5IDEuMDM4NTZMMTMuOTg5MyAzLjkzMTIzTDguMjA0MTcgMTAuODI1Nkw0Ljc1NjgxIDcuOTMyOTZaIiBmaWxsPSJ3aGl0ZSIvPg0KPC9zdmc+DQo=);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.dropdown1 {
  display: flex;
  min-height: 46px;
  align-items: center;
  border: none;
  border-radius: 5px;
  color: rgba(var(--slate-opacity), 0.7);
  font-size: 16px;
  line-height: 18px;
  width: 100%;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  font-weight: 400;
  position: relative;
}

.dropdown1--search .react-select__value-container {
  padding: 14px 20px 14px 50px !important;
}

.react-select__placeholder {
  color: rgba(var(--slate-opacity), 0.7) !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 !important;
}

.react-select__input {
  color: var(--steelblue) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
}

.dropdown1:after {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4NCiAgICA8cGF0aCBkPSJNMTAuODA1OCAxMy45MDMzQzEwLjQwNjIgMTQuNDQ3MiA5LjU5Mzc2IDE0LjQ0NzIgOS4xOTQxNiAxMy45MDMzTDUuMTA3NzQgOC4zNDIxNEM0LjYyMjQ2IDcuNjgxNzIgNS4wOTQwNCA2Ljc1IDUuOTEzNTggNi43NUwxNC4wODY0IDYuNzVDMTQuOTA2IDYuNzUgMTUuMzc3NSA3LjY4MTcyIDE0Ljg5MjMgOC4zNDIxNEwxMC44MDU4IDEzLjkwMzNaIiBmaWxsPSIjMkY3NUFGIi8+DQo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  align-items: center;
  right: 20px;
  transition: 0.3s;
}

.dropdown1--search:before {
  content: "";
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIj4NCiAgICA8cGF0aCBvcGFjaXR5PSIwLjUiIGQ9Ik0xMy43NDE3IDEyLjg0NEMxNC41MjkgMTEuNzE1IDE0Ljk5OTkgMTAuMzI4MyAxNC45OTk5IDguODI1MDNDMTQuOTk5OSA1LjA2MTg0IDEyLjA4MzkgMiA4LjQ5OTk2IDJDNC45MTU5OSAyIDIgNS4wNjE4NCAyIDguODI1MDNDMiAxMi41ODgyIDQuOTE2MDIgMTUuNjUwMSA4LjQ5OTk5IDE1LjY1MDFDOS45MzE2OSAxNS42NTAxIDExLjI1MjUgMTUuMTU1NSAxMi4zMjc3IDE0LjMyODhMMTYuNTg2IDE4LjhMMTggMTcuMzE1MkMxOCAxNy4zMTUyIDEzLjc0MTcgMTIuODQ0IDEzLjc0MTcgMTIuODQ0Wk04LjQ5OTk5IDEzLjU1QzYuMDE4NTQgMTMuNTUgNC4wMDAwMSAxMS40MzA2IDQuMDAwMDEgOC44MjUwM0M0LjAwMDAxIDYuMjE5NSA2LjAxODU0IDQuMTAwMDIgOC40OTk5OSA0LjEwMDAyQzEwLjk4MTQgNC4xMDAwMiAxMyA2LjIxOTUgMTMgOC44MjUwM0MxMyAxMS40MzA2IDEwLjk4MTQgMTMuNTUgOC40OTk5OSAxMy41NVoiIGZpbGw9IiMyRjc1QUYiLz4NCjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  flex-shrink: 0;
  align-items: center;
  left: 20px;
  z-index: 1;
}

.dropdown1--open:after {
  transform: rotate(180deg) !important;
  transition: 0.3s;
}

.react-select__control {
  display: flex;
  width: 100%;
  box-shadow: none !important;
  border: none !important;
}

.react-select__value-container {
  padding: 14px 20px !important;
  text-align: start;
}

.react-select__indicators {
  display: none !important;
}

.react-select__menu {
  margin: 5px 0 0 0 !important;
}

.react-select__option {
  text-align: start;
  color: var(--steelblue) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.react-select__input-container {
  padding: 0 !important;
  margin: 0 !important;
}

.react-select__option--is-selected {
  background-color: var(--aqua-2) !important;
}

.react-select__menu {
  z-index: 2 !important;
}

.completion {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.completion__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.completion__link {
  display: flex;
  gap: 12px;
  margin: 10px 0 0;
}

.completion__plus {
}

.completion__text {
  color: var(--steelblue);
  font-size: 16px;
  line-height: 20px;
}

.completion__link:hover .completion__text {
  color: var(--carmine);
}

.completion__link:hover .completion__plus {
  filter: brightness(0.8);
}

.hidden {
  display: none;
}

@media (max-width: 1300px) {
  .modal__content {
    padding: 30px 60px 40px;
  }
}

@media (max-width: 1180px) {
  .modal__content {
    padding: 30px 50px 40px;
  }
}

@media (max-width: 1080px) {
  .modal__content {
    padding: 30px 40px 40px;
  }
}

@media (max-width: 780px) {
  .modal__content {
    gap: 25px;
    padding: 30px 30px 35px;
  }

  .modal-head__title {
    font-size: 18px;
  }

  .modal-head__text {
    line-height: 22px;
  }

  .progress__step {
    width: 18px;
    height: 18px;
  }

  .completion__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 480px) {
  .modal__content {
    gap: 20px;
    padding: 30px 20px;
  }

  .modal-head__title {
    font-size: 16px;
  }

  .modal-head__text {
    font-size: 14px;
    line-height: 20px;
  }

  .submit {
    max-width: none;
    width: 100%;
  }

  .back-btn {
    position: static;
    order: 1;
  }

  .progress__step {
    font-size: 10px;
    line-height: 12px;
    width: 16px;
    height: 16px;
  }

  .organization {
    gap: 10px;
  }

  .organization__label {
    font-size: 14px;
    padding: 14px 10px;
    line-height: 16px;
  }

  .completion__title {
    font-size: 18px;
    line-height: 22px;
  }
  .completion {
    margin: 0 0 5px;
  }
}
