@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Rubik', sans-serif;
  text-decoration: none;
}

.main-container {
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.main-container_column {
  flex-direction: column;
}

.input {
  width: 100%;
  background-color: #f5f5f7;
  border: none;
  border-radius: 28px;
  padding: 14px 44px 14px 24px;
  color: rgba(0, 0, 0, 0.9019607843);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}
@media (max-width: 479px) {
  .input {
    font-size: 16px;
  }
}

.input::placeholder {
  color: rgba(0, 0, 0, 0.5058823529);
}

/* .input:focus {
  outline-color: #f75700;
  outline-width: 3px;
} */

.input_mb12 {
  margin-bottom: 12px;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #22b6a9;
  padding: 12px 24px;
  border: none;
  border-radius: 100px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.2s ease-out;
}

.primary-button:hover {
  background-color: #28a297;
  transition: all 0.2s ease-out;
}

.primary-button_disabled {
  background: #22b6a9;
  opacity: 0.5;
}

/* .primary-button:focus {
  outline: 3px solid #f75700;
} */

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #dff3f2;
  padding: 12px 24px;
  border: none;
  border-radius: 100px;
  color: #127a71;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.2s ease-out;
}

.secondary-button:hover {
  background-color: #cde6e5;
  transition: all 0.2s ease-out;
}

.secondary-button_disabled {
  background: #dff3f2;
  opacity: 0.5;
}

/* .secondary-button:focus {
  outline: 3px solid #f75700;
} */

.tertiary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.0784313725);
  padding: 12px 24px;
  border: none;
  border-radius: 100px;
  color: rgba(0, 0, 0, 0.9019607843);
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  transition: all 0.2s ease-out;
}

.tertiary-button:hover {
  background-color: rgba(0, 0, 0, 0.1490196078);
  transition: all 0.2s ease-out;
}

.tertiary-button_disabled {
  background: rgba(0, 0, 0, 0.1490196078);
  opacity: 0.5;
}

/* .tertiary-button:focus {
  outline: 3px solid #f75700;
} */

.checkbox {
  flex-shrink: 0;
  cursor: pointer;
  appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.2470588235);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  /*margin-right: 14px;*/
  margin: 10px 14px 10px 10px;
}

.checkbox:hover {
  border: 2px solid #22b6a9;
}

.checkbox:checked {
  border: none;
  background-size: 100% 100%;
  background: #22b6a9
    url("data:image/svg+xml,%3Csvg width='12.000000' height='8.663086' viewBox='0 0 12 8.66309' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath id='path' d='M3.87 8.66C3.53 8.66 3.2 8.52 2.96 8.28L0.22 5.54C-0.08 5.24 -0.08 4.76 0.22 4.47C0.51 4.17 0.99 4.17 1.29 4.47L3.87 7.05L10.7 0.22C11 -0.08 11.48 -0.08 11.77 0.22C12.07 0.51 12.07 0.99 11.77 1.29L4.78 8.28C4.54 8.52 4.21 8.66 3.87 8.66Z' fill='%23DFF3F2' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/svg%3E%0A")
    no-repeat center;
}

.radiobutton {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  appearance: none;
  border: 2px solid rgba(0, 0, 0, 0.2470588235);
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin: 10px 14px 10px 10px;
}

.radiobutton:hover,
.radiobutton:checked {
  border: 2px solid #22b6a9;
}

.radiobutton:checked:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 12px;
  height: 12px;
  background: #22b6a9;
  border-radius: 100%;
}

.radiobutton-container,
.checkbox-container {
  display: flex;
  align-items: center;
}

.radiobutton-label,
.checkbox-label {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9019607843);
  font-size: 17px;
  font-weight: 400;
  line-height: 120%;
}

.help-button-rounded {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  margin-left: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='40.000000' height='40.000000' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip70_2495'%3E%3Crect id='help.svg' width='40.000000' height='40.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip70_2495)'%3E%3Cpath id='path' d='M19.71 22.91C19.24 22.91 18.86 22.52 18.86 22.06L18.87 21.63C18.87 21.61 18.87 21.58 18.87 21.56C18.99 20.33 19.81 19.57 20.46 18.97C20.69 18.76 20.9 18.57 21.08 18.36C21.29 18.12 21.61 17.61 21.28 17C20.89 16.3 19.95 16.1 19.22 16.26C18.46 16.44 18.18 17.09 18.08 17.46C17.96 17.91 17.5 18.18 17.04 18.06C16.59 17.94 16.33 17.48 16.45 17.03C16.78 15.76 17.66 14.89 18.85 14.61C20.45 14.25 22.06 14.9 22.76 16.19C23.35 17.27 23.19 18.53 22.34 19.49C22.11 19.75 21.85 19.99 21.61 20.21C21 20.77 20.62 21.15 20.56 21.69L20.56 22.07C20.55 22.54 20.17 22.91 19.71 22.91Z' fill='%23000000' fill-opacity='0.253403' fill-rule='nonzero'/%3E%3Cpath id='path' d='M19.71 25.45C19.49 25.45 19.27 25.36 19.11 25.21C18.95 25.05 18.86 24.83 18.86 24.6C18.86 24.38 18.95 24.16 19.11 24.01C19.42 23.69 19.99 23.69 20.31 24.01C20.47 24.16 20.55 24.38 20.55 24.6C20.55 24.83 20.47 25.04 20.31 25.21C20.15 25.36 19.93 25.45 19.71 25.45Z' fill='%23000000' fill-opacity='0.253403' fill-rule='nonzero'/%3E%3Cpath id='path' d='M19.96 31C19 31 18.05 30.87 17.13 30.62C13.17 29.56 10.06 26.27 9.22 22.25C8.37 18.16 9.95 13.86 13.25 11.3C15.15 9.81 17.56 9 20.02 9C21.72 9 23.41 9.39 24.91 10.14C28.61 11.99 31 15.86 31 19.99C31 23.36 29.4 26.61 26.74 28.69C24.83 30.18 22.42 31 19.96 31Z' fill='%23000000' fill-opacity='0.050000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
}

.help-button-square {
  border-radius: 8px 12px 8px 8px;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg width='40.000000' height='40.000000' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3CclipPath id='clip70_2495'%3E%3Crect id='help.svg' width='40.000000' height='40.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip70_2495)'%3E%3Cpath id='path' d='M19.71 22.91C19.24 22.91 18.86 22.52 18.86 22.06L18.87 21.63C18.87 21.61 18.87 21.58 18.87 21.56C18.99 20.33 19.81 19.57 20.46 18.97C20.69 18.76 20.9 18.57 21.08 18.36C21.29 18.12 21.61 17.61 21.28 17C20.89 16.3 19.95 16.1 19.22 16.26C18.46 16.44 18.18 17.09 18.08 17.46C17.96 17.91 17.5 18.18 17.04 18.06C16.59 17.94 16.33 17.48 16.45 17.03C16.78 15.76 17.66 14.89 18.85 14.61C20.45 14.25 22.06 14.9 22.76 16.19C23.35 17.27 23.19 18.53 22.34 19.49C22.11 19.75 21.85 19.99 21.61 20.21C21 20.77 20.62 21.15 20.56 21.69L20.56 22.07C20.55 22.54 20.17 22.91 19.71 22.91Z' fill='%23000000' fill-opacity='0.253403' fill-rule='nonzero'/%3E%3Cpath id='path' d='M19.71 25.45C19.49 25.45 19.27 25.36 19.11 25.21C18.95 25.05 18.86 24.83 18.86 24.6C18.86 24.38 18.95 24.16 19.11 24.01C19.42 23.69 19.99 23.69 20.31 24.01C20.47 24.16 20.55 24.38 20.55 24.6C20.55 24.83 20.47 25.04 20.31 25.21C20.15 25.36 19.93 25.45 19.71 25.45Z' fill='%23000000' fill-opacity='0.253403' fill-rule='nonzero'/%3E%3Cpath id='path' d='M19.96 31C19 31 18.05 30.87 17.13 30.62C13.17 29.56 10.06 26.27 9.22 22.25C8.37 18.16 9.95 13.86 13.25 11.3C15.15 9.81 17.56 9 20.02 9C21.72 9 23.41 9.39 24.91 10.14C28.61 11.99 31 15.86 31 19.99C31 23.36 29.4 26.61 26.74 28.69C24.83 30.18 22.42 31 19.96 31Z' fill='%23000000' fill-opacity='0.050000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 200%;
  background-position: center;
  background-repeat: no-repeat;
}

.switcher {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}

.switcher__item {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.9019607843);
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 4px;
  background-color: #f5f5f7;
  padding: 8px;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (max-width: 479px) {
  .switcher__item {
    font-size: 16px;
  }
}

.switcher__item_selected {
  color: #127a71;
  background-color: #dff3f2;
}

.form-header-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}

/*aside */
.my-aside {
  background-color: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 280px;
  background: #fff;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.16);
  z-index: 100;
  overflow: auto;
  transform: translateX(100%);
  transition: transform 0.2s linear;
}

.my-aside.active {
  transform: translateX(0%);
}

.my-aside__head {
  padding: 10px 20px 5px;
  display: flex;
  justify-content: flex-end;
}

.my-aside__close {
  cursor: pointer;
  background: none;
  cursor: pointer;
  padding: 0;
  margin-right: -8px;
  border: none;
}

.my-aside__body .menu-item {
  display: block;
  text-decoration: none;
  color: #0a0a0a;
  padding: 20px;
  padding-top: 10px;
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.my-aside .menu-item-has-children > a {
  display: block;
  display: flex;
  justify-content: space-between;
}

.my-aside .menu-item-has-children > a::after {
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E");
  transform: rotateZ(180deg);
  transition: transform linear 0.2s;
}

.my-aside .menu-item-has-children > a.active::after {
  transform: rotateZ(0deg);
}

.my-aside .sub-menu {
  display: none;
}

.my-aside .sub-menu.active {
  display: block;
}

.my-aside .sub-menu li:first-of-type {
  padding-top: 15px;
}

.my-aside .sub-menu li:last-of-type {
  border: none;
  padding-bottom: 0;
}

.my-aside a {
  color: #0a0a0a;
}

.lk-question-tooltip {
  color: gray;
  border: 1px solid gray;
  border-radius: 50%;
  display: inline-flex;
  width: 23px;
  height: 23px;
  vertical-align: middle;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 300;
}

.tooltipster-sidetip .tooltipster-box {
  background: #fff;
}

.tooltipster-sidetip .tooltipster-content {
  color: #000;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff;
}
.tooltipster-sidetip .tooltipster-box {
  border: none;
  box-shadow: 2px 4px 10px 0px #d1d1d1;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border: none;
}

.form-content__login-error {
  color: red;
  margin-top: -9px;
  text-align: center;
  margin-bottom: 13px;
}
