.container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container--fluid {
  max-width: 100% !important;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stretch {
  flex: 1;
  align-items: stretch;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.order-1 {
  order: 1;
}

.col-1 {
  box-sizing: border-box;
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  width: 100%;
}

.order-2 {
  order: 2;
}

.col-2 {
  box-sizing: border-box;
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  width: 100%;
}

.order-3 {
  order: 3;
}

.col-3 {
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.order-4 {
  order: 4;
}

.col-4 {
  box-sizing: border-box;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  width: 100%;
}

.order-5 {
  order: 5;
}

.col-5 {
  box-sizing: border-box;
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  width: 100%;
}

.order-6 {
  order: 6;
}

.col-6 {
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.order-7 {
  order: 7;
}

.col-7 {
  box-sizing: border-box;
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  width: 100%;
}

.order-8 {
  order: 8;
}

.col-8 {
  box-sizing: border-box;
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  width: 100%;
}

.order-9 {
  order: 9;
}

.col-9 {
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.order-10 {
  order: 10;
}

.col-10 {
  box-sizing: border-box;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  width: 100%;
}

.order-11 {
  order: 11;
}

.col-11 {
  box-sizing: border-box;
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  width: 100%;
}

.order-12 {
  order: 12;
}

.col-12 {
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/Onest-Regular.woff2") format("woff2"), url("/assets/fonts/Onest-Regular.woff") format("woff"), url("/assets/fonts/Onest-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Onest";
  src: url("/assets/fonts/Onest-Medium.woff2") format("woff2"), url("/assets/fonts/Onest-Medium.woff") format("woff"), url("/assets/fonts/Onest-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*:focus,
*:hover {
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
}

ul {
  list-style-type: none;
}

input {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
}

input:active,
input:focus {
  outline: none;
}

body {
  font-family: "Onest", sans-serif;
  background-color: #F2F6F7;
  color: #4E4E5E;
  min-width: 375px;
  max-width: 100%;
  min-height: 100vh;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  -webkit-font-smoothing: antialiased;
}

body.block-scroll {
  overflow: hidden !important;
}

.no-webp body.light-green {
  background-image: url("/assets/img/reg-form/bg.jpeg"); }

body.light-green {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inline-block {
  display: inline-block;
}

.container {
  padding: 0 60px;
}

.main {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.inner {
  flex: 1;
  padding: 112px 0 32px 0;
}

.inner__header {
  padding-bottom: 32px;
}

.inner__header--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.inner__header-col {
  padding-right: 24px;
}

.inner__header-col:last-child {
  padding-right: 0;
  padding-bottom: 0;
  flex-shrink: 0;
}

.inner__backlink {
  padding-bottom: 16px;
}

.inner__title {
  position: relative;
}

.inner__title h1 {
  color: #111421;
  font-size: 30px;
  font-weight: 500;
  line-height: 125%;
}

.inner__title--sm {
  display: none;
}

.inner__description {
  position: relative;
  padding-top: 10px;
  padding-bottom: 6px;
}

.inner__description p {
  color: #3E4446;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
  padding-bottom: 16px;
}

.inner__description p:last-child {
  padding-bottom: 0;
}

.inner__alert {
  padding-left: 28px;
  position: relative;
  color: #156100;
  font-weight: 400;
  line-height: 140%;
  font-size: 14px;
  letter-spacing: 0.14px;
}

.inner__alert::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/inner/alert.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.inner__nav {
  display: flex;
  align-items: center;
}

.inner__nav-link {
  padding: 9px 16px;
  display: block;
  margin-right: 8px;
  color: #56646D;
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
  transition: color 300ms ease, font-weight 300ms ease;
}

.inner__nav-link.active {
  color: #111421;
  font-weight: 500;
}

body:not(.mobile) .inner__nav-link:hover {
  color: #111421;
}

.inner__btn {
  margin-left: auto;
}

h1 {
  position: relative;
}

h2 {
  position: relative;
}

h3 {
  position: relative;
}

h4 {
  position: relative;
}

h5 {
  position: relative;
}

h6 {
  position: relative;
}

.link {
  color: #156100;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}

.link span {
  border-bottom: 1px solid #156100;
  transition: border 300ms ease;
}

.link:hover span {
  border-color: transparent;
}

.link--nu span {
  border-bottom: 1px solid transparent;
}

.link--nu:hover span {
  border-color: #34A30D;
}

.text-center {
  text-align: center;
}

.section {
  position: relative;
  overflow: hidden;
}

.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.error-msg {
  color: #CA0E25;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
  display: none;
  padding-top: 4px;
}

.error + .error-msg {
  display: block;
}

.label {
  color: #56646D;
  font-size: 13px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.13px;
  display: block;
  padding-bottom: 6px;
}

.is-loading {
  position: relative;
}

.is-loading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
  background-image: url("../img/spinner/icon.svg");
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.fade-in {
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}

.fade-in.is-animated,
.fade-in[data-animated] {
  opacity: 1;
}

.fade-in-up {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 600ms ease-in-out, transform 600ms ease-in-out;
}

.fade-in-up.is-animated,
.fade-in-up[data-animated] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fade-in-right {
  opacity: 0;
  transform: translate3d(-20px, 0, 0);
  transition: opacity 600ms ease-in-out, transform 600ms ease-in-out;
}

.fade-in-right.is-animated,
.fade-in-right[data-animated] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.fade-in-left {
  opacity: 0;
  transform: translate3d(20px, 0, 0);
  transition: opacity 600ms ease-in-out, transform 600ms ease-in-out;
}

.fade-in-left.is-animated,
.fade-in-left[data-animated] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.disable-animation {
  opacity: 1 !important;
  transform: none !important;
}

.full-up {
  display: inline-block;
  transform: translate3d(0, 100%, 0);
  transition: transform 600ms ease-in-out;
}

.full-up[data-animated] {
  transform: translate3d(0, 0, 0);
}

@keyframes fly {
  0% {
    transform: rotate(0deg) translate(100px) rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(-160deg) translate(100px) rotate(160deg) scale(1.4);
  }

  100% {
    transform: rotate(-360deg) translate(100px) rotate(360deg) scale(1);
  }
}

@keyframes mouseScroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0.5em);
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 20px;
  background: #FFA41C;
  height: 48px;
  cursor: pointer;
  box-shadow: none;
  transition: background 300ms ease, width 300ms ease, border 300ms ease, box-shadow 300ms ease;
  position: relative;
  overflow: hidden;
  border: 2px solid #FFA41C;
  isolation: isolate;
  border-radius: 40px;
}

.btn span {
  color: #1C1C1F;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.btn svg {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
  margin-left: -8px;
}

body:not(.mobile) .btn:hover {
  background: #FFB23E;
  border-color: #FFB23E;
}

body:not(.mobile) .btn:hover span {
  color: #1C1C1F;
}

.btn:active {
  background: #FF9A03 !important;
  border-color: #FF9A03 !important;
}

.btn:active span {
  color: #1C1C1F;
}

.btn:disabled,
.btn.disabled {
  pointer-events: none;
  background: #4A4E4E !important;
  border-color: #4A4E4E !important;
}

.btn:disabled span,
.btn.disabled span {
  color: #fff !important;
}

.btn--fw {
  width: 100%;
}

.btn--md {
  height: 44px;
  padding: 0 20px;
}

.btn--md span {
  font-size: 15px;
}

.btn--lg {
  height: 44px;
  padding: 0 20px;
}

.btn--lg span {
  font-size: 15px;
}

.btn--dark {
  background: #1D3135;
  border-color: #1D3135;
}

.btn--dark span {
  color: #fff;
}

body:not(.mobile) .btn--dark:hover {
  background: #38555B;
  border-color: #38555B;
}

body:not(.mobile) .btn--dark:hover span {
  color: #fff;
}

.btn--dark:active {
  background: #1D3135 !important;
  border-color: #1D3135 !important;
}

.btn--dark:active span {
  color: #fff;
}

.btn--white {
  background: #fff;
  border: none !important;
  position: relative;
}

.btn--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 300ms ease;
  background: linear-gradient(180deg, #FFF 48.14%, #E5E8F0 101.14%);
  border-radius: 40px;
}

.btn--white span {
  color: #111421;
}

body:not(.mobile) .btn--white:hover,
body:not(.mobile) .m-card:hover .btn--white {
  background: #fff;
  border-color: #fff;
}

body:not(.mobile) .btn--white:hover::before,
body:not(.mobile) .m-card:hover .btn--white::before {
  opacity: 1;
}

body:not(.mobile) .btn--white:hover span,
body:not(.mobile) .m-card:hover .btn--white span {
  color: #111421;
}

.btn--white:active,
.m-card:active .btn--white {
  background: #fff !important;
  border-color: #fff !important;
}

.btn--white:active::before,
.m-card:active .btn--white::before {
  opacity: 0 !important;
}

.btn--white:active span,
.m-card:active .btn--white span {
  color: #111421;
}

.btn--bordered {
  background: none;
  border-color: #3E4446;
}

.btn--bordered span {
  color: #111421;
}

body:not(.mobile) .btn--bordered:hover {
  background: #fff;
  border-color: #3E4446;
}

body:not(.mobile) .btn--bordered:hover span {
  color: #111421;
}

.btn--bordered:active {
  background: #fff !important;
  border-color: #3E4446 !important;
  box-shadow: none !important;
}

.btn--bordered:active span {
  color: #111421;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 100%;
  overflow-y: overlay;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
  min-width: 320px;
}

.modal::-webkit-scrollbar {
  width: 4px;
  background-color: #E6E6E6;
}

.modal::-webkit-scrollbar-track {
  box-shadow: none;
}

.modal::-webkit-scrollbar-thumb {
  background: #888F9B;
  border-radius: 3px;
}

.modal.active {
  opacity: 1;
  visibility: visible;
}

.modal.active .modal__container {
  transform: translateY(0);
}

.modal__wrapper {
  position: relative;
  display: flex;
  min-height: 100%;
  width: 100%;
  padding: 80px 40px;
  z-index: 2;
}

.modal__overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.4;
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 872px;
  z-index: 2;
  background: #FFF;
  border-radius: 16px;
  box-shadow: 0px 18px 24px 0px rgba(0, 0, 0, 0.08);
  pointer-events: all;
  margin: auto;
  overflow: unset;
  transform: translateY(50px);
  transition: transform 600ms ease-out;
}

.modal__content {
  padding: 32px;
}

.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
}

.modal__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #888F9B;
  transition: stroke 300ms ease;
}

.modal__title {
  color: #111421;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 24px;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: #E6E6E6;
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #888F9B;
  border-radius: 3px;
}

.selectize-toggler {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  z-index: 100;
  cursor: pointer;
}

select.error + .js-selectize .selectize-input {
  border-color: #EC677F !important;
  background: #FFF4F5 !important;
}

.selectize-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  outline: none !important;
  display: flex !important;
  align-items: center;
  width: 100%;
  max-width: 100%;
  resize: none;
  overflow: hidden;
  cursor: pointer !important;
  position: relative;
  height: 48px;
  line-height: 48px;
  border: 1px solid #C3C8E1 !important;
  background: #fff;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  color: #111421;
  padding: 0 40px 0 16px;
  transition: border 300ms ease, box-shadow 300ms ease;
  box-sizing: border-box !important;
  margin: 0 !important;
}

.selectize-input::before {
  display: none !important;
}

.selectize-input.not-full > input {
  width: 100% !important;
}

.multi .selectize-input {
  flex-wrap: wrap;
  min-height: 48px;
  height: auto;
  padding: 8px 40px 8px 12px !important;
}

.multi .selectize-input > input {
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  top: 50% !important;
  left: 0 !important;
  padding-left: 16px !important;
  transform: translateY(-50%) !important;
}

.multi .selectize-input.has-items {
  padding: 8px 40px 0 12px !important;
}

.multi .selectize-input.has-items > input {
  opacity: 0 !important;
}

.multi .selectize-input .item {
  max-width: 220px !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  position: relative;
  padding: 7px 36px 7px 14px !important;
  margin: 0 !important;
  border-radius: 16px !important;
  border: none !important;
  background: #E3F3E8 !important;
  color: #111421 !important;
  font-size: 13px !important;
  font-weight: 400;
  line-height: 120%;
  margin-right: 6px !important;
  margin-bottom: 8px !important;
}

.multi .selectize-input .item .remove {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  display: block !important;
  padding: 0 !important;
  border-left: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 0 !important;
  line-height: 0 !important;
  background-color: transparent !important;
  background-image: url("/assets/img/selectize/remove.svg") !important;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.simple .selectize-input {
  height: auto !important;
  line-height: 1 !important;
  padding: 13px 34px 13px 14px !important;
  background: none !important;
  border: none !important;
}

.simple .selectize-input > input {
  opacity: 0 !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

.selectize-input > input {
  margin: 0 !important;
  font-size: 15px;
  letter-spacing: 0.15px;
  box-sizing: border-box !important;
  resize: none;
  cursor: pointer;
}

.selectize-input > input::-moz-placeholder {
  color: #888F9B !important;
}

.selectize-input > input::placeholder {
  color: #888F9B !important;
}

.selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 2;
  position: relative;
}

.simple .selectize-input .item {
  color: #111421;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
  border-bottom: 1px dashed #000;
  cursor: pointer;
  pointer-events: none !important;
}

.selectize-input.dropdown-active {
  border-radius: 8px !important;
  border-color: #A9D2A1 !important;
  box-shadow: 0px 1px 4px 0px rgba(169, 210, 161, 0.2) !important;
}

.selectize-input.dropdown-active .item {
  border-color: transparent !important;
}

.selectize-input.focus {
  box-shadow: none;
}

.selectize-input.disabled {
  border-color: #C3C8E1 !important;
  background: #EEF1F2 !important;
  color: #888F9B !important;
  opacity: 1 !important;
}

.selectize-input:after {
  position: absolute;
  width: 24px !important;
  height: 24px !important;
  background-image: url("/assets/img/selectize/arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
  margin-top: 0 !important;
  top: 50% !important;
  transform: translateY(-50%);
  transition: transform 300ms ease;
  right: 12px !important;
}

.simple .selectize-input:after {
  width: 16px !important;
  height: 16px !important;
}

.selectize-input.dropdown-active:after {
  position: absolute;
  top: 50%;
  right: 12px;
  margin: 0;
  border: none;
  transform: translateY(-50%) rotate(-180deg);
}

.selectize-dropdown-content {
  padding: 12px 0 !important;
}

.selectize-dropdown-content::-webkit-scrollbar {
  width: 4px;
  background-color: #E6E6E6;
}

.selectize-dropdown-content::-webkit-scrollbar-track {
  box-shadow: none;
}

.selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: #888F9B;
  border-radius: 3px;
}

.selectize-dropdown {
  margin: 1px 0;
  border-radius: 8px !important;
  background: #FFF !important;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  overflow: hidden;
}

.selectize-dropdown.simple {
  width: 200px !important;
  right: 0;
  left: auto !important;
}

.selectize-dropdown .option {
  color: #3E4446;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  padding: 6px 12px 6px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background 300ms ease;
}

.selectize-dropdown .option::after {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-left: 12px;
  background-image: url("/assets/img/selectize/check.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
}

body:not(.mobile) .selectize-dropdown .option:hover,
.selectize-dropdown .option.active {
  background: #F2F6F7 !important;
  opacity: 1 !important;
  color: #0F1D35 !important;
}

.selectize-dropdown .option.selected {
  background: none !important;
  color: #118203 !important;
  opacity: 1 !important;
}

.selectize-dropdown .option.selected::after {
  opacity: 1;
}

body:not(.mobile) .selectize-dropdown .option.selected:hover {
  background: #F2F6F7 !important;
  color: #118203 !important;
  opacity: 1 !important;
}

.input-datepicker.ui-datepicker {
  margin: 1px 0 1px 0;
  border-radius: 8px;
  border: 1px solid #CECFD8;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(168, 182, 174, 0.2);
  padding: 16px;
}

.input-datepicker.ui-datepicker .ui-datepicker-header {
  padding: 8px 0 20px 0;
  margin-bottom: 12px;
  border-bottom: 1px solid #CECFD8;
}

.input-datepicker.ui-datepicker .ui-datepicker-title {
  color: #3E4446;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.input-datepicker.ui-datepicker .ui-datepicker-prev {
  cursor: pointer;
  top: 0 !important;
  left: 0 !important;
  width: 34px;
  height: 34px;
  background-image: url("/assets/img/datepicker/prev.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.input-datepicker.ui-datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 0 !important;
  right: 0 !important;
  width: 34px;
  height: 34px;
  background-image: url("/assets/img/datepicker/next.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.input-datepicker.ui-datepicker .ui-datepicker-calendar {
  margin: 0 !important;
  width: 100% !important;
}

.input-datepicker.ui-datepicker th,
.input-datepicker.ui-datepicker td {
  padding: 0 !important;
  margin: 0 !important;
}

.input-datepicker.ui-datepicker th span {
  display: block;
  color: #888F9B;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  padding: 9px 6px !important;
}

.input-datepicker.ui-datepicker tbody,
.input-datepicker.ui-datepicker thead {
  display: flex;
  flex-direction: column;
}

.input-datepicker.ui-datepicker tr {
  margin-bottom: 6px;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(7, 1fr);
}

.input-datepicker.ui-datepicker tr:last-child {
  margin-bottom: 0;
}

.input-datepicker.ui-datepicker td a {
  color: #18191D;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  padding: 9px 6px !important;
  border-radius: 4px;
}

.input-datepicker.ui-datepicker td a.ui-priority-secondary {
  color: #888F9B;
}

.input-datepicker.ui-datepicker td a.ui-state-highlight {
  background: #E3F3E8;
}

.input-datepicker.ui-datepicker td a.ui-state-active {
  background: #34A30D;
  color: #fff;
}

.tabs__item {
  display: none;
}

.tabs__item.active {
  display: block;
}

.aside {
  padding: 50px 60px 60px 60px;
  background: #1D3135;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.aside__logo {
  display: block;
  width: 100%;
  max-width: 134px;
  margin-bottom: 80px;
}

.aside__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.aside__footer {
  margin-top: auto;
}

.aside__footer-logo {
  display: block;
  width: 100%;
  max-width: 130px;
  margin-bottom: 32px;
}

.aside__footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.aside__copyright {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.408px;
}

.aside__list {
  position: relative;
  margin-bottom: 80px;
}

.aside__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  background: #496267;
}

.aside__item {
  display: flex;
  align-items: center;
  padding-bottom: 46px;
  position: relative;
}

.aside__item:last-child {
  padding-bottom: 0;
  padding-right: 0;
}

.aside__item:last-child::before {
  display: none;
}

.aside__item--complete .aside__step {
  background: #F87517;
}

.aside__item--complete .aside__step::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  background-image: url("/assets/img/aside/check.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.aside__item--complete .aside__number {
  opacity: 0;
  visibility: hidden;
}

.aside__item--active .aside__step {
  background: #fff;
}

.aside__item--active .aside__number {
  color: #156100;
  border-color: #156100;
  opacity: 1;
}

.aside__item--active .aside__item-name {
  opacity: 1;
  font-weight: 500;
}

.aside__step {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #213A3F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-right: 16px;
  position: relative;
}

.aside__step::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 3px solid #1D3135;
}

.aside__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #213A3F;
  color: #FFF;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.408px;
  opacity: 0.5;
}

.aside__item-name {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.18px;
  opacity: 0.5;
}

.input {
  position: relative;
  display: block;
  width: 100%;
}

.input--datepicker::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/input/datepicker.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.input--datepicker .input__field {
  padding-right: 48px;
}

.input__field {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  display: flex;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding: 0 16px;
  border-radius: 8px;
  border: 1px solid #C3C8E1;
  background: #FFF;
  color: #111421;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  transition: border 300ms ease, color 300ms ease, box-shadow 300ms ease, back;
}

.input__field::-moz-placeholder {
  color: #888F9B;
}

.input__field::placeholder {
  color: #888F9B;
}

.input__field:focus {
  border-color: #92D886;
  box-shadow: 0px 1px 4px 0px rgba(169, 210, 161, 0.2);
}

.input__field:disabled {
  border-color: #C3C8E1;
  background: #EEF1F2;
  color: #888F9B;
}

.input__field.error {
  border-color: #EC677F;
  background: #FFF4F5;
}

.input__field[type=password] {
  padding-right: 50px;
}

.input__toggler {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
}

.input__toggler:hover .input__toggler-icon svg {
  stroke: #34A30D;
}

.input__toggler.active .input__toggler-icon--show {
  opacity: 0;
  visibility: hidden;
}

.input__toggler.active .input__toggler-icon--hide {
  opacity: 1;
  visibility: visible;
}

.input__toggler-icon {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.input__toggler-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: #3E4446;
  transition: stroke 300ms ease;
}

.input__toggler-icon--show {
  opacity: 1;
  visibility: visible;
}

.input__toggler-icon--hide {
  opacity: 0;
  visibility: hidden;
}

.checkbox {
  position: relative;
  padding: 8px 0 8px 36px;
}

.checkbox + .error-msg {
  margin-top: -8px;
  padding-bottom: 8px;
}

.checkbox.error .checkbox__box::before {
  background: #FFF4F5;
  border-color: #EC677F;
}

.checkbox__wrapper {
  cursor: pointer;
}

.checkbox__wrapper:hover .checkbox__box svg {
  opacity: 1;
}

.checkbox__wrapper:hover input:checked + .checkbox__box::before {
  background: #118203;
  border-color: #118203;
}

.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.checkbox input:checked + .checkbox__box::before {
  background: #34A30D;
  border-color: #34A30D;
}

.checkbox input:checked + .checkbox__box svg {
  opacity: 1;
  stroke: #fff;
}

.checkbox__box {
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  display: flex;
  width: 34px;
  height: 20px;
  flex-shrink: 0;
}

.checkbox__box::before {
  content: "";
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #CECFD8;
  transition: background 300ms ease, border 300ms ease;
  box-sizing: border-box;
}

.checkbox__box svg {
  stroke: #34A30D;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 10px;
  height: 8px;
  opacity: 0;
  transition: opacity 300ms ease, stroke 300ms ease;
}

.checkbox__description {
  color: #56646D;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
}

.checkbox__description .link {
  display: inline-block;
}

.form-alert {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px 12px 56px;
  border-radius: 8px;
  border: 1px solid #FF889D;
  background: #FFF4F5;
  margin-bottom: 20px;
}

.form-alert::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url("/assets/img/form-alert/warning.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.form-alert__text {
  color: #CA0E25;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
  padding-right: 16px;
  width: 100%;
}

.form-alert__close {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.form-alert__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #3E4446;
}

.radio-group {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.radio-group--inner .radio-group__container {
  background: #F5F6F8;
}

.radio-group label {
  min-width: 0;
  position: relative;
  cursor: pointer;
}

body:not(.mobile) .radio-group label:hover .radio-group__box svg {
  opacity: 1;
}

body:not(.mobile) .radio-group label:hover input:checked + .radio-group__container {
  background: #D0EFD3;
}

body:not(.mobile) .radio-group label:hover input:checked + .radio-group__container .radio-group__box {
  border-color: #118203;
  background: #118203;
}

.radio-group input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.radio-group input:checked + .radio-group__container {
  background: #E3F3E8;
}

.radio-group input:checked + .radio-group__container .radio-group__box {
  border-color: #34A30D;
  background: #34A30D;
}

.radio-group input:checked + .radio-group__container .radio-group__box svg {
  opacity: 1;
  stroke: #fff;
}

.radio-group__container {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #FFF;
  padding: 10px 12px;
  min-height: 48px;
  height: 100%;
  transition: background 300ms ease;
}

.radio-group__box {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #CECFD8;
  margin-left: 2px;
  margin-right: 10px;
  transition: border 300ms ease, background 300ms ease;
  position: relative;
}

.radio-group__box svg {
  stroke: #34A30D;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 8px;
  opacity: 0;
  transition: opacity 300ms ease, stroke 300ms ease;
}

.radio-group__label {
  color: #56646D;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.16px;
}

.textarea {
  position: relative;
}

.textarea__field {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  outline: none;
  box-shadow: none;
  display: flex;
  width: 100% !important;
  min-height: 116px;
  line-height: 140%;
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #C3C8E1;
  background: #FFF;
  color: #111421;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.15px;
  transition: border 300ms ease, color 300ms ease, box-shadow 300ms ease, back;
}

.textarea__field::-moz-placeholder {
  color: #888F9B;
  font-family: "Onest", sans-serif;
}

.textarea__field::placeholder {
  color: #888F9B;
  font-family: "Onest", sans-serif;
}

.textarea__field:focus {
  border-color: #92D886;
  box-shadow: 0px 1px 4px 0px rgba(169, 210, 161, 0.2);
}

.textarea__field:disabled {
  border-color: #C3C8E1;
  background: #EEF1F2;
  color: #888F9B;
}

.textarea__field.error {
  border-color: #EC677F;
  background: #FFF4F5;
}

.profile {
  position: relative;
  border-radius: 8px 8px 0 0;
  transition: box-shadow 300ms ease;
  margin-right: -16px;
}

.profile.active {
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.12);
}

.profile.active .profile__header::before {
  transform: translateY(-50%) rotate(-180deg);
}

.profile.active .profile__body {
  opacity: 1;
  visibility: visible;
}

.profile__header {
  display: flex;
  align-items: center;
  padding: 16px 36px 16px 16px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #fff;
  z-index: 2;
  position: relative;
  cursor: pointer;
}

.profile__header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("/assets/img/profile/arrow.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 300ms ease;
}

.profile__image {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.profile__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile__image-md {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px;
}

.profile__image-md img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile__name {
  color: #111421;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.profile__name-md {
  color: #111421;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.profile__body {
  position: absolute;
  padding: 4px 0 12px 0;
  background: #fff;
  border-radius: 0 0 8px 8px;
  width: 100%;
  box-shadow: 0px 6px 28px 0px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.profile__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 16px;
  right: 16px;
  display: none;
}

.profile__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #3E4446;
}

.profile__header-block {
  display: none;
  padding: 28px 0 22px;
}

.profile__block {
  border-top: 1px solid #CECFD8;
  padding: 8px 0;
  display: flex;
  flex-direction: column;
}

.profile__item {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  background: #fff;
  transition: background 300ms ease;
}

body:not(.mobile) .profile__item:hover {
  background: #F2F6F7;
}

.profile__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.profile__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.profile__item-name {
  color: #3E4446;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.attention {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 20px;
  border: 2px solid #B1E1BF;
  background: #FFF;
  box-shadow: 0px 2px 5px 0px rgba(124, 205, 176, 0.14);
  margin-bottom: 40px;
  position: relative;
}

.attention__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.attention__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.attention__content {
  position: relative;
  padding-right: 16px;
  flex: 1;
}

.attention__title {
  color: #111421;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  padding-bottom: 4px;
}

.attention__description {
  color: #56646D;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}

.attention__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

.attention__btn {
  margin-right: 16px;
  flex-shrink: 0;
  min-width: 140px;
}

.attention__close {
  display: block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.attention__close svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #3E4446;
}

.m-card {
  position: relative;
  padding: 36px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 100%;
  background: #51B5E7;
  min-height: 400px;
  overflow: hidden;
}

.m-card.disabled {
  filter: grayscale(1);
  pointer-events: none;
}

.m-card.disabled .m-card__btn {
  display: none;
}

.m-card.disabled .m-card__btn--disabled {
  display: flex;
}

.m-card::before {
  content: "";
  position: absolute;
  bottom: -82px;
  right: -95px;
  width: 403px;
  height: 403px;
  border-radius: 50%;
  z-index: 2;
  opacity: 0.9;
}

.m-card--blue {
  background: #2B9DD6;
}

.m-card--blue::before {
  background: radial-gradient(47.7% 47.7% at 50% 50%, #AFE4FF 0%, rgba(94, 193, 242, 0) 100%);
}

.m-card--orange {
  background: #ED7033;
}

.m-card--orange::before {
  background: radial-gradient(47.7% 47.7% at 50% 50%, #FFE074 0%, rgba(239, 118, 57, 0) 100%);
}

.m-card--green {
  background: #08A450;
}

.m-card--green::before {
  background: radial-gradient(47.7% 47.7% at 50% 50%, #54F577 0%, rgba(36, 188, 106, 0) 100%);
}

.m-card__caption {
  display: block;
  z-index: 3;
  width: 100%;
  max-width: 230px;
}

.m-card__title {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 22px;
  display: block;
}

.m-card__description {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  opacity: 0.9;
}

.m-card__badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 16px;
  background: #000;
  color: #E3F3E8;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
  position: absolute;
  top: 36px;
  right: 36px;
}

.m-card__icon {
  position: absolute;
  right: 12px;
  bottom: 31px;
  width: 210px;
  height: 198px;
  z-index: 3;
}

.m-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.m-card__btn {
  position: relative;
  z-index: 3;
  min-width: 160px;
  margin-top: auto;
  height: 44px !important;
}

.m-card__btn--disabled {
  display: none;
}

.m-card__btn span {
  font-size: 15px !important;
}

.p-card {
  display: flex;
  align-items: center;
  padding: 24px;
  border-radius: 16px;
  background: #1D3135;
  grid-column: 1/4;
}

.p-card__image {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.p-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-card__caption {
  padding-right: 20px;
  flex: 1;
}

.p-card__title {
  display: block;
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 10px;
}

.p-card__description {
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.9;
}

.p-card__btn {
  position: relative;
  z-index: 3;
  min-width: 140px;
  margin-left: auto;
  height: 44px !important;
}

.p-card__arrow {
  display: none;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.p-card__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-image: url("/assets/img/p-card/arrow.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.backlink {
  display: flex;
  align-items: center;
}

.backlink svg {
  stroke: #34A30D;
  flex-shrink: 0;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  transition: stroke 300ms ease;
}

.backlink__name {
  color: #3E4446;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.408px;
  transition: color 300ms ease;
}

.c-card {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 3px 5px 0px rgba(139, 174, 142, 0.25);
  padding: 24px;
  min-height: 312px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.c-card--completed {
  background: #E6EAEB;
}

.c-card--completed .c-card__icon {
  filter: grayscale(1);
}

.c-card--completed .c-card__title {
  color: #56646D;
}

.c-card--completed .c-card__badges {
  opacity: 0.5;
}

.c-card--completed .c-card__badge {
  background: #fff;
}

.c-card--completed .c-card__badge--bordered {
  border-color: #B4BEC7;
}

.c-card--completed .c-card__progress-header {
  color: #56646D;
}

.c-card--completed .c-card__progress-container {
  background: #f2f2f2;
}

.c-card--completed .c-card__progress-bar {
  background: #B4BEC7;
}

.c-card__header {
  display: flex;
  flex-direction: column;
  padding-bottom: 36px;
}

.c-card__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  margin-bottom: 8px;
}

.c-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.c-card__title {
  color: #111421;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  padding-bottom: 4px;
}

.c-card__id {
  color: #56646D;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.c-card__badges {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 10px;
}

.c-card__badge {
  display: block;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 8px 14px;
  border-radius: 16px;
  background: #E3F3E8;
  border: 1px solid #E3F3E8;
  color: #111421;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.c-card__badge--bordered {
  border: 1px solid #34A30D;
  background: #FFF;
}

.c-card__badge:last-child {
  margin-right: 0;
}

.c-card__progress {
  position: relative;
}

.c-card__progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111421;
  font-size: 13px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 6px;
}

.c-card__status {
  text-transform: capitalize;
}

.c-card__value {
  padding-left: 8px;
}

.c-card__progress-container {
  border-radius: 8px;
  background: #E1ECDC;
  position: relative;
  overflow: hidden;
  display: block;
  height: 5px;
}

.c-card__progress-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #34A30D;
  transition: transform 300ms ease;
}

.tools-btn {
  position: fixed;
  bottom: 80px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  border-radius: 40px;
  border: 2px solid #E6E6E6;
  background: #FFF;
  box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.06);
  padding: 0 24px;
  z-index: 9;
}

.tools-btn__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 12px;
}

.tools-btn__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tools-btn__name {
  color: #35297E;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.13px;
}

.tools {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.tools__item {
  position: relative;
}

.tools__header {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 8px;
  background: #E9FAE9;
  margin-bottom: 10px;
}

.tools__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.tools__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.tools__name {
  color: #111421;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.16px;
}

.tools__content {
  border-radius: 8px;
  background: #F2F6F7;
  padding: 12px 16px;
}

.tools__content-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CECFD8;
}

.tools__content-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.tools__content-col {
  position: relative;
}

.tools__content-col:last-child {
  flex-shrink: 0;
  padding-left: 8px;
}

.tools__title {
  color: #888F9B;
  font-size: 13px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.13px;
  padding-bottom: 4px;
}

.tools__value {
  color: #3E4446;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.14px;
}

.tools__clipboard-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.tools__clipboard-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  stroke: #3E4446;
}

.tools__clipboard-icon.active .tools__hint {
  opacity: 1;
  visibility: visible;
}

.tools__hint {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -80%);
  display: block;
  white-space: nowrap;
  font-size: 12px;
  color: #3E4446;
  background: #fff;
  z-index: 10;
  padding: 6px 12px;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.m-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 375px;
  z-index: 9;
  background: #fff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.13);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 11px 26px;
  align-items: flex-end;
  justify-content: space-between;
}

.m-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 60px;
  margin: 0 4px;
}

.m-nav__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}

.m-nav__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.m-nav__name {
  color: #3E4446;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: -0.24px;
}

.c-details {
  position: relative;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #CECFD8;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(168, 182, 174, 0.2);
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 313px;
  overflow: hidden;
}

.c-details__header {
  border-bottom: 1px solid #CECFD8;
  padding-bottom: 24px;
  margin-bottom: 24px;
  position: relative;
}

.c-details__title {
  color: #111421;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}

.c-details__info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.c-details__info--sm {
  display: none;
}

.c-details__cost {
  text-align: right;
  padding-bottom: 32px;
}

.c-details__cost-value {
  color: #156100;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 2px;
}

.c-details__cost-text {
  color: #56646D;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
}

.c-details__image {
  margin-bottom: -40px;
  margin-right: -40px;
  width: 100%;
  max-width: 353px;
}

.c-details__image img {
  display: block;
  width: 100%;
  height: auto;
}

.c-details__content {
  position: relative;
}

.c-details__person {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}

.c-details__person-image {
  flex-shrink: 0;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.c-details__person-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-details__person-info {
  position: relative;
}

.c-details__person-name {
  color: #111421;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
}

.c-details__person-name span {
  color: #56646D;
  font-size: 13px;
  font-weight: 400;
}

.c-details__person-email {
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
}

.c-details__location {
  display: flex;
  align-items: center;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
}

.c-details__location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/c-details/location.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-details__location-name {
  color: #3E4446;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
  padding-right: 12px;
}

.c-details__location-link {
  font-size: 13px;
  font-weight: 400;
}

.c-details__schedule {
  padding-bottom: 24px;
  display: flex;
}

.c-details__schedule-item {
  padding-left: 26px;
  position: relative;
  display: flex;
  color: #3E4446;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  padding-right: 20px;
  margin-right: 16px;
}

.c-details__schedule-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B4BEC7;
}

.c-details__schedule-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.c-details__schedule-item--date::before {
  background-image: url("/assets/img/c-details/date.svg");
}

.c-details__schedule-item--time::before {
  background-image: url("/assets/img/c-details/clock.svg");
}

.c-details__schedule-item:last-child {
  padding-right: 0;
  margin-right: 0;
  margin-bottom: 0;
}

.c-details__schedule-item:last-child::after {
  display: none;
}

.c-details__badges {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 16px;
}

.c-details__badge {
  display: block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 8px 14px;
  border-radius: 16px;
  background: #E3F3E8;
  border: 1px solid #E3F3E8;
  color: #111421;
  font-size: 13px;
  font-weight: 500;
  line-height: 120%;
}

.c-details__badge--bordered {
  border: 1px solid #34A30D;
  background: #FFF;
}

.c-details__badge:last-child {
  margin-right: 0;
}

.c-details__progress {
  position: relative;
}

.c-details__progress-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #111421;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 8px;
}

.c-details__status {
  text-transform: capitalize;
}

.c-details__value {
  padding-left: 8px;
}

.c-details__progress-container {
  border-radius: 8px;
  background: #E1ECDC;
  position: relative;
  overflow: hidden;
  display: block;
  height: 5px;
}

.c-details__progress-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: #34A30D;
  transition: transform 300ms ease;
}

.survey {
  border-radius: 8px;
  background: #1D3135;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.survey__text {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  padding-right: 16px;
}

.survey__text strong {
  font-weight: 500;
}

.survey__btn {
  flex-shrink: 0;
  min-width: 162px;
}

.filter {
  display: flex;
  align-items: center;
}

.filter__item {
  margin-right: 4px;
  color: #111421;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
}

.filter__item:last-child {
  margin-right: 0;
}

.s-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 24px 28px 24px 92px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(168, 182, 174, 0.2);
}

.s-card__header {
  display: flex;
  flex-direction: column;
}

.s-card__caption {
  padding-left: 26px;
}

.s-card__icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.s-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.s-card__title {
  color: #111421;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 4px;
}

.s-card__description {
  padding-bottom: 10px;
  color: #56646D;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
}

.s-card__date {
  position: relative;
  color: #3E4446;
  font-size: 13px;
  font-weight: 400;
  line-height: 125%;
  padding-left: 26px;
}

.s-card__date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("/assets/img/s-card/date.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.s-card__date--sm {
  display: none;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 375px;
  z-index: 10;
}

.header a,
.header li,
.header span {
  -webkit-tap-highlight-color: transparent;
}

.header.open .header__burger span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 4px);
}

.header.open .header__burger span:nth-child(2) {
  opacity: 0;
}

.header.open .header__burger span:nth-child(3) {
  width: 23px;
  transform: rotate(-45deg) translate(4px, -4px);
}

.header__container {
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  position: relative;
  z-index: 2;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 4px 0;
  z-index: 1;
}

.header__logo {
  width: 134px;
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__options {
  position: relative;
  z-index: 3;
}

.header__menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.header__list {
  display: flex;
  align-items: center;
}

.header__item {
  position: relative;
}

.header__link {
  display: flex;
  align-items: center;
  padding: 18px;
}

.header__item-icon {
  display: none;
}

.header__item-name {
  color: #111421;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header__delimiter {
  margin: 8px 0;
  width: 100%;
  height: 1px;
  background: #CECFD8;
  display: none;
}

.header__burger {
  display: none;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 16px;
}

.header__burger span {
  width: 23px;
  height: 2px;
  border-radius: 2px;
  background: #3E4446;
  margin-bottom: 4px;
  transition: opacity 300ms ease, transform 300ms ease, width 300ms ease;
}

.header__burger span:last-child {
  margin-bottom: 0;
  width: 14px;
}

.footer {
  position: relative;
  padding: 40px 0;
}

.footer--show-md {
  display: none;
}

.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copyright {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.408px;
  padding-right: 40px;
}

.footer__logo {
  width: 130px;
}

.footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.datepicker {
  padding: 24px 22px;
  border-radius: 16px;
  border: 1px solid #CECFD8;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(168, 182, 174, 0.2);
}

.datepicker__banner {
  padding-bottom: 24px;
}

.datepicker__content {
  position: relative;
}

.datepicker .ui-datepicker {
  width: 100% !important;
  display: flex !important;
  align-items: stretch;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  background: #FFF !important;
  box-shadow: none !important;
}

.datepicker .ui-datepicker-group {
  float: none !important;
  width: 33.3333333333% !important;
  padding: 0 30px;
  border-left: 1px solid #D9D9D9;
}

.datepicker .ui-datepicker-group:first-child {
  padding-left: 0;
  border: none;
}

.datepicker .ui-datepicker-group:nth-child(3) {
  padding-right: 0;
}

.datepicker .ui-datepicker-row-break {
  display: none !important;
}

.datepicker .ui-datepicker-header {
  padding: 8px 0 24px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #CECFD8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.datepicker .ui-datepicker-title {
  position: relative;
}

.datepicker .ui-datepicker-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -44px;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
}

.no-webp .datepicker .ui-datepicker-title.success::before {
  background-image: url("../img/datepicker/success.png"); }

.datepicker .ui-datepicker-title.success::before {
  display: block;
}

.datepicker .ui-datepicker-title.fail::before {
  display: block;
  background-image: url("../img/datepicker/fail.svg");
}

.datepicker .ui-datepicker-title,
.datepicker .ui-datepicker-year {
  color: #3E4446;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.datepicker .ui-datepicker-prev {
  cursor: pointer;
  top: 0 !important;
  left: 0 !important;
  width: 34px;
  height: 34px;
  background-image: url("/assets/img/datepicker/prev.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.datepicker .ui-datepicker-next {
  cursor: pointer;
  top: 0 !important;
  right: 0 !important;
  width: 34px;
  height: 34px;
  background-image: url("/assets/img/datepicker/next.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.datepicker .ui-datepicker .ui-icon {
  display: none !important;
}

.datepicker .ui-datepicker-calendar {
  margin: 0 !important;
  width: 100% !important;
}

.datepicker .ui-datepicker th,
.datepicker .ui-datepicker td {
  padding: 0 !important;
  margin: 0 !important;
}

.datepicker .ui-datepicker th span {
  display: block;
  color: #56646D;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.14px;
  padding: 9px 6px !important;
}

.datepicker .ui-datepicker tbody,
.datepicker .ui-datepicker thead {
  display: flex;
  flex-direction: column;
}

.datepicker .ui-datepicker tr {
  margin-bottom: 6px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(7, 1fr);
}

.datepicker .ui-datepicker td a {
  color: #18191D;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.14px;
  padding: 8px 5px !important;
  border-radius: 4px;
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  pointer-events: none;
}

.datepicker .ui-datepicker td a.ui-priority-secondary {
  opacity: 0.7;
}

.datepicker .ui-datepicker td a.completed {
  background: #E3F3E8;
  border-color: #E3F3E8;
}

.datepicker .ui-datepicker td a.completed::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background-image: url("../img/datepicker/completed.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.datepicker .ui-datepicker td a.missed {
  background: #fff;
  border-color: #E6E6E6;
}

.datepicker .ui-datepicker td a.missed::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  background-image: url("../img/datepicker/missed.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.datepicker .ui-datepicker td a.future {
  background: #FEF4E9;
  border-color: #FEF4E9;
}

.home {
  position: relative;
}

.home__grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.reg-form {
  display: flex;
  align-items: stretch;
  flex: 1;
  position: relative;
}

.reg-form__col {
  min-height: 100%;
}

.reg-form__col:first-child {
  width: 22.9%;
}

.reg-form__col:last-child {
  width: 77.1%;
}

.reg-form__top {
  position: absolute;
  top: 53px;
  right: 60px;
  display: flex;
  align-items: center;
}

.reg-form__top-text {
  color: #3E4446;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
  padding-right: 24px;
}

.reg-form__top-btn {
  min-width: 120px;
}

.form {
  width: 100%;
  padding: 140px 160px 120px 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.form--fh .form__outer {
  flex: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.form--fh .form__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form__outer {
  width: 100%;
  max-width: 940px;
}

.form__inner {
  width: 100%;
  max-width: 785px;
}

.form__inner--sm {
  max-width: 555px;
}

.form__text {
  color: #3E4446;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
}

.form__header {
  padding-bottom: 60px;
}

.form__title {
  color: var(--Colors-100, #111421);
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.44px;
  padding-bottom: 7px;
}

.form__subtitle {
  color: #3E4446;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
}

.form__body {
  position: relative;
}

.form__body-title {
  color: #111421;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 20px;
  padding-top: 8px;
}

.form__inner-header {
  display: grid;
  gap: 24px;
  align-items: center;
  grid-template-columns: 1.5fr 0.5fr;
  padding-bottom: 24px;
  margin-bottom: 28px;
  border-bottom: 1px solid #56646D;
}

.form__inner-title {
  color: #111421;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
}

.form__inner-title span {
  display: none;
}

.form__step {
  color: #156100;
  font-size: 18px;
  font-weight: 500;
  line-height: 125%;
  text-align: right;
}

.form__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.form__field {
  padding-bottom: 24px;
  min-width: 0;
}

.form__forgot-pswrd {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.14px;
  padding: 10px 0 10px 16px;
}

.form__signin-footer {
  text-align: center;
}

.form__signin-btn {
  margin-bottom: 40px;
}

.form__footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  padding-top: 24px;
}

.form__btn {
  min-width: 180px;
  margin-right: 24px;
}

.form__btn:last-child {
  margin-right: 0;
}

.form-success {
  width: 100%;
  padding: 140px 160px 120px 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.form-success__outer {
  width: 100%;
  max-width: 940px;
}

.form-success__inner {
  width: 100%;
  max-width: 460px;
}

.form-success__icon {
  width: 100%;
  max-width: 140px;
  margin-bottom: 40px;
  position: relative;
  left: -24px;
}

.form-success__icon img {
  display: block;
  width: 100%;
  height: auto;
}

.form-success__header {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #A3A3AB;
}

.form-success__title {
  color: #111421;
  font-size: 44px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.44px;
  padding-bottom: 20px;
}

.form-success__description {
  padding-bottom: 60px;
}

.form-success__text {
  color: #454546;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
}

.form-success__text strong {
  font-weight: 500;
}

.form-success__text span {
  display: inline-block;
}

.form-success__btn {
  width: 100%;
  max-width: 237px;
}

.courses {
  position: relative;
}

.courses--empty .inner__btn {
  display: none;
}

.courses__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}

.courses__details {
  padding-bottom: 24px;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  min-height: 380px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 3px 5px 0px rgba(139, 174, 142, 0.25);
}

.empty__icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.empty__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.empty__description {
  color: #111421;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  padding-bottom: 32px;
}

.empty__btn {
  position: relative;
  min-width: 205px;
}

.p-survey__content {
  display: grid;
  gap: 16px;
}

.profile {
  position: relative;
}

.profile__content {
  border-radius: 16px;
  background: #FFF;
  padding: 40px;
  display: grid;
  grid-template-columns: 0.59fr 1.41fr;
  gap: 60px;
}

.profile__aside {
  padding: 20px;
  border-radius: 16px;
  background: #DFF4E1;
}

.p-tabs {
  position: relative;
}

.p-tabs__item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  border-radius: 6px;
  background: #FFF;
  padding: 16px 21px;
  position: relative;
  overflow: hidden;
}

.p-tabs__item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.p-tabs__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: #34A30D;
  opacity: 0;
  transition: opacity 300ms ease;
}

.p-tabs__item.active::before {
  opacity: 1;
}

.p-tabs__item.active .p-tabs__icon {
  stroke: #34A30D;
}

.p-tabs__item.active .p-tabs__name {
  color: #111421;
  font-weight: 500;
}

.p-tabs__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  stroke: #A3A3AB;
  transition: stroke 300ms ease;
}

.p-tabs__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.p-tabs__name {
  color: #56646D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  transition: color 300ms ease, font-weight 300ms ease;
}

.p-form {
  position: relative;
  padding: 12px 0;
}

.p-form__header {
  padding-bottom: 32px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CECFD8;
}

.p-form__title {
  color: #111421;
  font-size: 24px;
  font-weight: 500;
  line-height: 125%;
  padding-bottom: 6px;
}

.p-form__subtitle {
  color: #56646D;
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.15px;
}

.p-form__field {
  padding: 0 0 24px 0;
  display: grid;
  grid-template-columns: 0.57fr 1.43fr;
  gap: 20px;
  align-items: center;
}

.p-form__label {
  color: #3E4446;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}

.p-form__label span {
  display: block;
  color: #56646D;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.13px;
}

.p-form__column--grid-3 {
  display: grid;
  gap: 16px;
  grid-template-columns: 87px 1fr 1fr;
}

.p-form__column--grid-2 {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.p-form__footer {
  padding-top: 36px;
}

.p-form__submit {
  width: 180px;
}

@media only screen and (min-width: 0px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }

  .offset-xs-1 {
    margin-left: 8.3333333333%;
  }

  .order-xs-1 {
    order: 1;
  }

  .col-xs-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }

  .offset-xs-2 {
    margin-left: 16.6666666667%;
  }

  .order-xs-2 {
    order: 2;
  }

  .col-xs-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .order-xs-3 {
    order: 3;
  }

  .col-xs-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }

  .offset-xs-4 {
    margin-left: 33.3333333333%;
  }

  .order-xs-4 {
    order: 4;
  }

  .col-xs-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }

  .offset-xs-5 {
    margin-left: 41.6666666667%;
  }

  .order-xs-5 {
    order: 5;
  }

  .col-xs-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .order-xs-6 {
    order: 6;
  }

  .col-xs-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }

  .offset-xs-7 {
    margin-left: 58.3333333333%;
  }

  .order-xs-7 {
    order: 7;
  }

  .col-xs-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }

  .offset-xs-8 {
    margin-left: 66.6666666667%;
  }

  .order-xs-8 {
    order: 8;
  }

  .col-xs-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .order-xs-9 {
    order: 9;
  }

  .col-xs-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }

  .offset-xs-10 {
    margin-left: 83.3333333333%;
  }

  .order-xs-10 {
    order: 10;
  }

  .col-xs-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }

  .offset-xs-11 {
    margin-left: 91.6666666667%;
  }

  .order-xs-11 {
    order: 11;
  }

  .col-xs-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }

  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 480px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  [class*=col-] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .order-sm-1 {
    order: 1;
  }

  .col-sm-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

  .order-sm-2 {
    order: 2;
  }

  .col-sm-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .order-sm-3 {
    order: 3;
  }

  .col-sm-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .order-sm-4 {
    order: 4;
  }

  .col-sm-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

  .order-sm-5 {
    order: 5;
  }

  .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .order-sm-6 {
    order: 6;
  }

  .col-sm-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .order-sm-7 {
    order: 7;
  }

  .col-sm-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

  .order-sm-8 {
    order: 8;
  }

  .col-sm-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .order-sm-9 {
    order: 9;
  }

  .col-sm-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .order-sm-10 {
    order: 10;
  }

  .col-sm-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }

  .order-sm-11 {
    order: 11;
  }

  .col-sm-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  [class*=col-] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .order-md-1 {
    order: 1;
  }

  .col-md-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

  .order-md-2 {
    order: 2;
  }

  .col-md-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .order-md-3 {
    order: 3;
  }

  .col-md-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .order-md-4 {
    order: 4;
  }

  .col-md-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

  .order-md-5 {
    order: 5;
  }

  .col-md-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .order-md-6 {
    order: 6;
  }

  .col-md-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .order-md-7 {
    order: 7;
  }

  .col-md-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

  .order-md-8 {
    order: 8;
  }

  .col-md-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .order-md-9 {
    order: 9;
  }

  .col-md-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .order-md-10 {
    order: 10;
  }

  .col-md-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }

  .order-md-11 {
    order: 11;
  }

  .col-md-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .order-md-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1025px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .order-lg-1 {
    order: 1;
  }

  .col-lg-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .order-lg-2 {
    order: 2;
  }

  .col-lg-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .order-lg-3 {
    order: 3;
  }

  .col-lg-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .order-lg-4 {
    order: 4;
  }

  .col-lg-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .order-lg-5 {
    order: 5;
  }

  .col-lg-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .order-lg-6 {
    order: 6;
  }

  .col-lg-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .order-lg-7 {
    order: 7;
  }

  .col-lg-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .order-lg-8 {
    order: 8;
  }

  .col-lg-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .order-lg-9 {
    order: 9;
  }

  .col-lg-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .order-lg-10 {
    order: 10;
  }

  .col-lg-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }

  .order-lg-11 {
    order: 11;
  }

  .col-lg-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .order-lg-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1280px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .order-xl-1 {
    order: 1;
  }

  .col-xl-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .order-xl-2 {
    order: 2;
  }

  .col-xl-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .order-xl-3 {
    order: 3;
  }

  .col-xl-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .order-xl-4 {
    order: 4;
  }

  .col-xl-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .order-xl-5 {
    order: 5;
  }

  .col-xl-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .order-xl-6 {
    order: 6;
  }

  .col-xl-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .order-xl-7 {
    order: 7;
  }

  .col-xl-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .order-xl-8 {
    order: 8;
  }

  .col-xl-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .order-xl-9 {
    order: 9;
  }

  .col-xl-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .order-xl-10 {
    order: 10;
  }

  .col-xl-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }

  .order-xl-11 {
    order: 11;
  }

  .col-xl-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .order-xl-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1600px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .row.no-gutters [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xxl-1 {
    box-sizing: border-box;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    width: 100%;
  }

  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }

  .order-xxl-1 {
    order: 1;
  }

  .col-xxl-2 {
    box-sizing: border-box;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    width: 100%;
  }

  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }

  .order-xxl-2 {
    order: 2;
  }

  .col-xxl-3 {
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .order-xxl-3 {
    order: 3;
  }

  .col-xxl-4 {
    box-sizing: border-box;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    width: 100%;
  }

  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }

  .order-xxl-4 {
    order: 4;
  }

  .col-xxl-5 {
    box-sizing: border-box;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    width: 100%;
  }

  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }

  .order-xxl-5 {
    order: 5;
  }

  .col-xxl-6 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .order-xxl-6 {
    order: 6;
  }

  .col-xxl-7 {
    box-sizing: border-box;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    width: 100%;
  }

  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }

  .order-xxl-7 {
    order: 7;
  }

  .col-xxl-8 {
    box-sizing: border-box;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    width: 100%;
  }

  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }

  .order-xxl-8 {
    order: 8;
  }

  .col-xxl-9 {
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .order-xxl-9 {
    order: 9;
  }

  .col-xxl-10 {
    box-sizing: border-box;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    width: 100%;
  }

  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }

  .order-xxl-10 {
    order: 10;
  }

  .col-xxl-11 {
    box-sizing: border-box;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    width: 100%;
  }

  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }

  .order-xxl-11 {
    order: 11;
  }

  .col-xxl-12 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xxl-12 {
    margin-left: 100%;
  }

  .order-xxl-12 {
    order: 12;
  }
}

@media only screen and (min-width: 2560px) {
  .container--fluid {
    max-width: 2560px !important;
  }
}

@media only screen and (max-width: 1279px) {
  .aside {
    padding: 32px;
  }

  .aside__logo {
    width: 104px;
    margin-bottom: 60px;
  }

  .aside__footer-logo {
    max-width: 106px;
    margin-bottom: 24px;
  }

  .aside__copyright {
    font-size: 13px;
  }

  .aside__list {
    margin-bottom: 60px;
  }

  .aside__item {
    padding-bottom: 32px;
  }

  .aside__item--complete .aside__step::before {
    width: 18px;
    height: 18px;
  }

  .aside__step {
    width: 36px;
    height: 36px;
  }

  .aside__number {
    font-size: 15px;
  }

  .aside__item-name {
    font-size: 16px;
  }

  .profile__header {
    padding: 16px;
  }

  .profile__header::before {
    display: none;
  }

  .profile__image {
    margin-right: 0;
  }

  .profile__name {
    display: none;
  }

  .profile__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    padding: 0 16px;
    min-width: 375px;
  }

  .profile__close {
    display: block;
  }

  .profile__header-block {
    display: flex;
    align-items: center;
  }

  .profile__block {
    padding: 10px 0;
  }

  .profile__item {
    padding: 12px 20px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 4px;
  }

  .profile__item:last-child {
    margin-bottom: 0;
  }

  .profile__icon {
    width: 24px;
    height: 24px;
    margin-right: 16px;
  }

  .profile__item-name {
    color: #3E4446;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .m-card__badge {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 12px;
  }

  .datepicker .ui-datepicker-group {
    padding: 0 24px;
  }

  .reg-form__top {
    top: 32px;
    right: 32px;
  }

  .form {
    padding: 120px 100px 100px 100px;
  }

  .form-success {
    padding: 120px 100px 100px 100px;
  }

  .courses__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .profile__content {
    padding: 32px;
    gap: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  .inner {
    padding: 96px 0 32px 0;
  }

  .inner__header {
    padding-bottom: 24px;
  }

  .inner__backlink {
    padding-bottom: 8px;
  }

  .inner__title h1 {
    font-size: 20px;
  }

  .inner__description {
    padding-bottom: 16px;
    padding-top: 12px;
  }

  .inner__description p {
    padding-bottom: 12px;
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .inner__alert {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .inner__nav-link {
    font-size: 16px;
    padding: 4px 8px;
  }

  .btn {
    height: 44px;
  }

  .btn span {
    font-size: 15px;
  }

  .btn--md {
    height: 32px;
  }

  .btn--md span {
    font-size: 13px;
  }

  .btn--lg {
    height: 44px;
  }

  .btn--lg span {
    font-size: 14px;
  }

  .modal__wrapper {
    padding: 60px 40px;
  }

  .modal__container {
    max-width: 320px;
  }

  .modal__content {
    padding: 24px;
  }

  .modal__close {
    top: 12px;
    right: 12px;
    width: 16px;
    height: 16px;
  }

  .modal__title {
    font-size: 16px;
    letter-spacing: -0.16px;
    padding-bottom: 16px;
  }

  .selectize-input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0.14px;
  }

  .multi .selectize-input {
    min-height: 40px;
    padding: 6px 40px 6px 12px !important;
  }

  .multi .selectize-input.has-items {
    padding: 6px 40px 0 12px !important;
  }

  .multi .selectize-input .item {
    padding: 6px 32px 6px 12px !important;
    border-radius: 12px !important;
    font-size: 11px !important;
    max-width: 120px !important;
    margin-bottom: 6px !important;
  }

  .multi .selectize-input .item .remove {
    width: 16px !important;
    height: 16px !important;
    right: 10px;
  }

  .simple .selectize-input {
    padding: 12px 28px 12px 8px;
  }

  .selectize-input > input {
    font-size: 14px;
    letter-spacing: 0.14px;
  }

  .selectize-dropdown-content {
    padding: 8px 0 !important;
  }

  .selectize-dropdown .option {
    font-size: 14px;
  }

  .aside {
    padding: 8px 0;
    align-items: center;
  }

  .aside__logo {
    margin-bottom: 0;
  }

  .aside__footer {
    display: none;
  }

  .aside__list {
    margin: 24px 0 8px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .aside__list::before {
    top: 18px;
    left: 0;
    width: 100%;
    height: 1px;
  }

  .aside__item {
    padding-bottom: 0;
    padding-right: 30px;
  }

  .aside__step {
    margin-right: 0;
  }

  .aside__item-name {
    display: none;
  }

  .input__field {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    letter-spacing: 0.14px;
  }

  .input__field[type=password] {
    padding-right: 42px;
  }

  .input__toggler {
    width: 40px;
    height: 40px;
  }

  .input__toggler-icon svg {
    width: 20px;
    height: 20px;
  }

  .checkbox {
    padding: 8px 0 8px 32px;
  }

  .checkbox__box {
    width: 32px;
  }

  .checkbox__description {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .radio-group {
    gap: 8px;
  }

  .radio-group__container {
    min-height: 44px;
    padding: 8px 10px;
  }

  .radio-group__label {
    font-size: 15px;
    letter-spacing: 0.15px;
  }

  .textarea__field {
    padding: 10px 16px;
    min-height: 71px;
    font-size: 14px;
    letter-spacing: 0.14px;
  }

  .profile {
    margin-right: 0;
  }

  .profile__header {
    padding: 0;
  }

  .attention {
    padding: 16px;
    border-radius: 12px;
  }

  .attention__icon {
    width: 32px;
    height: 32px;
    margin-right: 12px;
  }

  .attention__content {
    padding-right: 12px;
  }

  .attention__title {
    font-size: 15px;
    font-weight: 500;
    line-height: 125%;
  }

  .attention__description {
    font-size: 12px;
  }

  .attention__btn {
    min-width: 118px;
    margin-right: 12px;
  }

  .attention__close {
    width: 20px;
    height: 20px;
  }

  .m-card {
    padding: 20px;
    min-height: 380px;
    border-radius: 12px;
  }

  .m-card::before {
    width: 270px;
    height: 270px;
    right: -180.667px;
    top: 18px;
    bottom: auto;
  }

  .m-card__caption {
    max-width: none;
    padding-bottom: 32px;
  }

  .m-card__title {
    font-size: 20px;
    padding-bottom: 8px;
  }

  .m-card__description {
    font-size: 13px;
    line-height: 130%;
  }

  .m-card__badge {
    padding: 5px 14px;
  }

  .m-card__icon {
    width: 133px;
    height: 125px;
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 36px;
    align-self: center;
    margin-top: auto;
  }

  .m-card__btn {
    margin-top: 0;
    width: 100%;
    min-width: auto;
  }

  .m-card__btn span {
    font-size: 14px !important;
  }

  .p-card {
    padding: 20px;
    border-radius: 12px;
  }

  .p-card__image {
    width: 50px;
    height: 50px;
    margin-right: 16px;
  }

  .p-card__caption {
    padding-right: 16px;
  }

  .p-card__title {
    font-size: 15px;
    padding-bottom: 4px;
  }

  .p-card__description {
    font-size: 12px;
    line-height: 135%;
  }

  .p-card__btn {
    display: none;
  }

  .p-card__arrow {
    display: block;
  }

  .backlink svg {
    margin-right: 2px;
  }

  .backlink__name {
    font-size: 15px;
  }

  .c-card {
    padding: 20px;
    border-radius: 12px;
    min-height: auto;
  }

  .c-card__header {
    padding-bottom: 14px;
  }

  .c-card__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 16px;
  }

  .c-card__title {
    line-height: 130%;
    padding-bottom: 2px;
  }

  .c-card__id {
    font-size: 13px;
  }

  .c-card__badges {
    padding-bottom: 14px;
  }

  .c-card__badge {
    padding: 6px 12px;
  }

  .tools-btn {
    right: 16px;
    bottom: 40px;
  }

  .tools {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .tools__header {
    padding: 16px 12px;
    margin-bottom: 8px;
  }

  .tools__icon {
    width: 24px;
    height: 24px;
    margin-right: 12px;
  }

  .tools__name {
    font-size: 15px;
    letter-spacing: -0.15px;
  }

  .tools__title {
    font-size: 12px;
    letter-spacing: -0.12px;
  }

  .c-details {
    padding: 20px;
    border-radius: 12px;
    gap: 20px;
    grid-template-columns: 1.29fr 0.71fr;
  }

  .c-details__header {
    padding-bottom: 22px;
    margin-bottom: 22px;
  }

  .c-details__title {
    font-size: 16px;
  }

  .c-details__cost {
    padding-bottom: 24px;
  }

  .c-details__cost-value {
    font-size: 16px;
  }

  .c-details__cost-text {
    font-size: 12px;
  }

  .c-details__image {
    margin-bottom: -20px;
    margin-right: -20px;
  }

  .c-details__person {
    padding-bottom: 22px;
  }

  .c-details__person-image {
    width: 32px;
    height: 32px;
  }

  .c-details__person-name {
    font-size: 14px;
    line-height: 100%;
  }

  .c-details__person-name span {
    font-size: 12px;
  }

  .c-details__person-email {
    font-size: 12px;
    line-height: 100%;
  }

  .c-details__location {
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
  }

  .c-details__location::before {
    width: 16px;
    height: 16px;
  }

  .c-details__location-name {
    font-size: 14px;
    line-height: 120%;
    padding-right: 0;
    padding-bottom: 2px;
  }

  .c-details__location-link {
    font-size: 12px;
  }

  .c-details__schedule {
    padding-bottom: 22px;
  }

  .c-details__schedule-item {
    padding-left: 24px;
    padding-right: 16px;
    margin-right: 12px;
    font-size: 12px;
    line-height: 16px;
  }

  .c-details__schedule-item::before {
    width: 16px;
    height: 16px;
  }

  .c-details__badges {
    padding-bottom: 16px;
  }

  .c-details__badge {
    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 6px;
  }

  .c-details__progress-header {
    font-size: 13px;
    padding-bottom: 6px;
  }

  .survey__text {
    font-size: 13px;
    line-height: 125%;
    padding-right: 12px;
  }

  .survey__btn {
    min-width: 120px;
  }

  .survey__btn .btn {
    height: 40px;
  }

  .filter__item {
    margin-right: 0;
  }

  .s-card {
    padding: 16px 20px 16px 70px;
  }

  .s-card__caption {
    padding-left: 16px;
  }

  .s-card__icon {
    width: 50px;
    height: 50px;
    left: 20px;
  }

  .s-card__title {
    padding-bottom: 3px;
    font-size: 16px;
    line-height: 130%;
  }

  .s-card__description {
    font-size: 13px;
    padding-bottom: 7px;
  }

  .s-card__date {
    padding-left: 24px;
    font-size: 12px;
  }

  .s-card__date::before {
    width: 16px;
    height: 16px;
  }

  .header__container {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  }

  .header .container {
    padding: 0 16px;
  }

  .header__wrapper {
    padding: 8px 0;
  }

  .header__logo {
    width: 104px;
  }

  .header__link {
    padding: 14px;
  }

  .header__item-name {
    font-size: 14px;
  }

  .footer {
    padding: 12px 0;
  }

  .footer--show-md {
    display: block;
  }

  .footer__copyright {
    font-size: 13px;
    padding-right: 58px;
  }

  .footer__logo {
    width: 105px;
  }

  .datepicker {
    padding: 12px;
    border-radius: 12px;
  }

  .datepicker__banner {
    padding-bottom: 16px;
  }

  .datepicker__content {
    padding: 8px;
  }

  .datepicker .ui-datepicker-group {
    width: 50% !important;
    padding: 0 22px;
  }

  .datepicker .ui-datepicker-group:nth-child(2) {
    padding-right: 0;
  }

  .datepicker .ui-datepicker-header {
    padding: 7px 0 20px 0;
    margin-bottom: 12px;
  }

  .home__grid {
    gap: 12px;
  }

  .reg-form {
    flex-direction: column;
    align-items: flex-start;
  }

  .reg-form__col:last-child {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .reg-form__col {
    width: 100% !important;
  }

  .reg-form__top {
    display: none;
  }

  .form {
    flex: 1;
    padding: 50px 40px 32px 40px;
  }

  .form__outer {
    max-width: 511px;
  }

  .form__inner {
    max-width: none;
  }

  .form__text {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .form__header {
    padding-bottom: 40px;
  }

  .form__title {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.24px;
    padding-bottom: 12px;
  }

  .form__subtitle {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .form__body-title {
    padding-bottom: 18px;
  }

  .form__inner-header {
    display: block;
    padding-bottom: 12px;
    margin-bottom: 24px;
  }

  .form__inner-title {
    font-size: 20px;
  }

  .form__inner-title span {
    display: inline;
  }

  .form__step {
    display: none;
  }

  .form__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form__grid--md {
    gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .form__field {
    padding-bottom: 18px;
  }

  .form__forgot-pswrd {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .form__signin-btn {
    margin-bottom: 26px;
  }

  .form__btn {
    margin-right: 16px;
    min-width: 200px;
  }

  .form__btn:last-child {
    margin-left: auto;
  }

  .form-success {
    flex: 1;
    padding: 50px 40px 32px 40px;
  }

  .form-success__outer {
    max-width: 511px;
  }

  .form-success__inner {
    max-width: 333px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .form-success__icon {
    max-width: 97px;
    left: -16px;
    margin-bottom: 32px;
  }

  .form-success__header {
    padding-bottom: 24px;
    margin-bottom: 24px;
    text-align: center;
  }

  .form-success__title {
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.24px;
    padding-bottom: 16px;
  }

  .form-success__description {
    padding-bottom: 32px;
  }

  .form-success__text {
    font-size: 13px;
    letter-spacing: 0.13px;
    text-align: center;
  }

  .form-success__btn {
    max-width: 200px;
  }

  .courses--empty {
    display: flex;
    flex-direction: column;
  }

  .courses--empty .container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }

  .courses__grid {
    gap: 12px;
    grid-template-columns: 1fr 1fr;
  }

  .courses__details {
    padding-bottom: 12px;
  }

  .empty {
    flex: 1;
    padding: 32px;
  }

  .empty__icon {
    width: 82px;
    height: 82px;
  }

  .empty__description {
    font-size: 15px;
    padding-bottom: 24px;
    width: 100%;
    max-width: 200px;
  }

  .empty__btn {
    min-width: 215px;
  }

  .p-survey__content {
    gap: 12px;
  }

  .profile__content {
    display: block;
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 3px 5px 0px rgba(139, 174, 142, 0.25);
  }

  .profile__aside {
    padding: 0 20px;
    border-bottom: 1px solid #CECFD8;
    background: none;
    border-radius: 0;
  }

  .p-tabs {
    display: flex;
    align-items: center;
  }

  .p-tabs__item {
    padding: 16px 0;
    border-radius: 0;
    margin-bottom: 0;
    margin-right: 28px;
  }

  .p-tabs__item::before {
    height: 2px;
    width: 100%;
    top: auto;
    bottom: 0;
  }

  .p-tabs__icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }

  .p-tabs__name {
    font-size: 13px;
  }

  .p-form {
    padding: 24px;
  }

  .p-form__header {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .p-form__title {
    font-size: 18px;
    padding-bottom: 2px;
  }

  .p-form__subtitle {
    font-size: 13px;
    letter-spacing: 0.13px;
  }

  .p-form__field {
    display: block;
    padding: 0 0 20px 0;
  }

  .p-form__label {
    font-size: 16px;
    padding-bottom: 8px;
  }

  .p-form__label span {
    font-size: 12px;
    letter-spacing: 0.12px;
  }

  .p-form__column--grid-3 {
    grid-template-columns: 80px 1fr 1fr;
    gap: 12px;
  }

  .p-form__column--grid-2 {
    gap: 12px;
  }

  .p-form__footer {
    padding-top: 20px;
  }

  .p-form__submit {
    width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .sm-column-reverse {
    flex-direction: column-reverse;
  }

  .container {
    padding: 0 16px;
  }

  .inner {
    padding: 72px 0 32px 0;
  }

  .inner__header {
    padding-bottom: 16px;
  }

  .inner__header--flex {
    display: block;
  }

  .inner__header-col {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .inner__title--sm {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .inner__description {
    padding-bottom: 8px;
  }

  .inner__nav {
    display: none;
  }

  .btn--mfw {
    width: 100%;
  }

  .modal__wrapper {
    padding: 40px 16px;
  }

  .checkbox__description {
    display: block;
  }

  .attention {
    margin-bottom: 16px;
  }

  .attention {
    padding: 16px 16px 16px 58px;
    flex-direction: column;
    align-items: flex-start;
  }

  .attention__icon {
    position: absolute;
    top: 16px;
    left: 16px;
  }

  .attention__content {
    padding-right: 36px;
    padding-bottom: 12px;
  }

  .attention__close {
    position: absolute;
    top: 10px;
    right: 10px;
  }

  .m-card {
    min-height: 192px;
  }

  .m-card::before {
    top: auto;
    right: -59px;
    bottom: -95px;
  }

  .m-card__caption {
    padding-bottom: 24px;
    max-width: 180px;
  }

  .m-card__badge {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: 0;
  }

  .m-card__icon {
    position: absolute;
    right: 10px;
    bottom: 11px;
    margin: 0;
  }

  .m-card__btn {
    width: auto;
    min-width: 120px;
    margin-top: auto;
  }

  .p-card {
    grid-column: auto;
    margin-top: 8px;
    padding: 16px;
  }

  .tools-btn {
    display: none;
  }

  .m-nav {
    display: flex;
  }

  .m-nav + .footer {
    margin-bottom: 80px;
  }

  .c-details {
    display: block;
  }

  .c-details__header {
    padding-right: 96px;
    min-height: 104px;
  }

  .c-details__title {
    padding-bottom: 12px;
  }

  .c-details__info {
    display: none;
  }

  .c-details__info--sm {
    display: block;
  }

  .c-details__cost {
    text-align: left;
    padding-bottom: 0;
  }

  .c-details__image {
    margin: 0;
    width: 80px;
    height: 80px;
    max-width: none;
    position: absolute;
    top: 0;
    right: 0;
  }

  .c-details__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .c-details__schedule {
    flex-direction: column;
  }

  .c-details__schedule-item {
    margin-bottom: 12px;
  }

  .survey {
    padding: 16px;
  }

  .filter {
    justify-content: flex-end;
  }

  .s-card {
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .s-card__header {
    flex-direction: row;
    padding-bottom: 14px;
  }

  .s-card__caption {
    padding-left: 12px;
  }

  .s-card__icon {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }

  .s-card__title {
    padding-bottom: 2px;
  }

  .s-card__date {
    display: none;
  }

  .s-card__date--sm {
    display: block;
  }

  .s-card__footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header {
    position: fixed;
  }

  .header.open .header__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header__wrapper {
    justify-content: flex-start;
  }

  .header__options {
    margin-left: auto;
  }

  .header__menu {
    position: fixed;
    top: 54px;
    left: 0;
    width: 100%;
    height: calc(100% - 54px);
    background: #fff;
    z-index: 1;
    transform: translateY(20px);
    padding: 16px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: opacity 300ms ease, visibility 300ms ease, transform 300ms ease;
  }

  .header__menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  }

  .header__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header__item {
    width: 100%;
  }

  .header__link {
    padding: 14px 20px;
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    align-items: center;
  }

  .header__item-icon {
    display: block;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 16px;
  }

  .header__item-name {
    font-size: 16px;
    font-weight: 500;
  }

  .header__delimiter {
    display: block;
  }

  .header__burger {
    display: flex;
  }

  .footer__wrapper {
    justify-content: space-between;
    padding: 0 4px;
  }

  .datepicker .ui-datepicker {
    display: block !important;
  }

  .datepicker .ui-datepicker-group {
    width: 100% !important;
  }

  .home__grid {
    gap: 8px;
    grid-template-columns: auto;
  }

  .form {
    padding: 24px 20px;
  }

  .form__header {
    padding-bottom: 24px;
  }

  .form__title {
    padding-bottom: 8px;
  }

  .form__body-title {
    padding-bottom: 14px;
  }

  .form__grid--md {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .form__field {
    padding-bottom: 14px;
  }

  .form__signin-btn {
    margin-bottom: 22px;
  }

  .form__footer {
    padding-top: 16px;
  }

  .form__btn {
    min-width: auto;
    width: 100%;
    margin-right: 12px;
  }

  .form-success {
    padding: 24px 20px;
  }

  .form-success__inner {
    max-width: 287px;
  }

  .form-success__btn {
    max-width: 165px;
  }

  .courses__grid {
    grid-template-columns: 1fr;
  }

  .profile__content {
    margin-left: -16px;
    margin-right: -16px;
  }

  .p-tabs {
    justify-content: space-between;
  }

  .p-tabs__item {
    flex-direction: column;
    padding: 14px 0 10px 0;
    margin: 0;
    width: 80px;
  }

  .p-tabs__icon {
    margin-right: 0;
    margin-bottom: 4px;
  }

  .p-form__column--grid-2 {
    grid-template-columns: 1fr;
  }
}

.webp body.light-green { background-image: url(/assets/img/reg-form/bg.webp); }

.webp .datepicker .ui-datepicker-title.success::before { background-image: url(../img/datepicker/success.webp); }