@charset "UTF-8";

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.custom-select__list .simplebar-track.simplebar-vertical {
  right: 10px;
}
.custom-select__list .simplebar-scrollbar:before {
  background: #00c0de;
}
a {
  color: #000000;
  text-decoration: none;
}

video {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea {
  resize: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
  box-shadow: inset 0 0 0 1000px #ffffff;
  -webkit-text-fill-color: #000000;
}

input,
textarea {
  border-radius: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

select {
  border-radius: 0;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

select,
textarea,
input:matches([type="email"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="url"]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wrapper--no-scrollbar {
  height: 100vh;
  /* stylelint-disable-next-line */
  /*height: calc(100 * var(--vh, 1vh));*/
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrapper--no-scrollbar::-webkit-scrollbar {
  display: none;
}

.wrapper .header,
.wrapper .footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*.wrapper main {*/
/*  -webkit-box-flex: 1;*/
/*  -ms-flex-positive: 1;*/
/*  flex-grow: 1;*/
/*}*/

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.no-transition {
  /* stylelint-disable-next-line */
  -webkit-transition: none !important;
  transition: none !important;
}

@-webkit-keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes disableBreakpointAnimation {
  0% {
    visibility: hidden;
    opacity: 0;
  }

  100% {
    visibility: hidden;
    opacity: 0;
  }
}

.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  min-width: unset;
  padding: 10px 15px;
  font-weight: 600;
  line-height: 1.21;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00a5ce;
  border: 1px solid #00a5ce;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12), 0 8px 8px rgba(0, 0, 0, 0.24);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}

.btn:not(:disabled) {
  cursor: pointer;
}

.btn:disabled {
  opacity: 0.4;
}

.btn--dim {
  background-color: #cdc1b2;
  border-color: #cdc1b2;
}
.btn--reset {
  background-color: transparent;
  margin: 0;
  padding: 0;
  min-width: unset;
  box-shadow: none;
  border: 0;
}
.link {
  color: #101417;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.text {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #101417;
}
.text--l {
  font-size: 16px;
}
.text--s {
  font-size: 14px;
}

.custom-input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 20px 0;
}

.custom-input label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.custom-input label input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 9px 19px;
  font-size: 14px;
  line-height: 1.43;
  color: #101417;
  border: 1px solid rgba(16, 20, 23, 0.3);
  border-radius: 5px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.custom-input label input:hover,
.custom-input label input:focus {
  border-color: rgba(16, 20, 23, 0.6);
}

.custom-input label input::-webkit-input-placeholder {
  color: rgba(16, 20, 23, 0.6);
}

.custom-input label input::-moz-placeholder {
  color: rgba(16, 20, 23, 0.6);
}

.custom-input label input:-ms-input-placeholder {
  color: rgba(16, 20, 23, 0.6);
}

.custom-input label input::-ms-input-placeholder {
  color: rgba(16, 20, 23, 0.6);
}

.custom-input label input::placeholder {
  color: rgba(16, 20, 23, 0.6);
}

.custom-input label input::-webkit-datetime-edit-fields-wrapper {
  color: rgba(16, 20, 23, 0.6);
}

.custom-input .custom-input__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  margin-right: 20px;
}

.custom-input.is-invalid label {
  color: #ed1b33;
}

.custom-input.is-invalid .custom-input__error {
  opacity: 1;
}

.custom-input.is-valid label {
  color: #4caf50;
}

.custom-input__error {
  position: absolute;
  right: 0;
  bottom: 0;
  color: orange;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.custom-select {
  position: relative;
  width: 200px;
  padding: 30px 0;
  padding-left: 200px;
}

.custom-select select {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-select.open-up .custom-select__list {
  bottom: auto;
  top: 0;
  -webkit-transform: translateY(calc(-100% + 30px));
  transform: translateY(calc(-100% + 30px));
}

.custom-select.is-open .custom-select__list {
  visibility: visible;
  opacity: 1;
}

.custom-select.is-open .custom-select__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select.is-open .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__text {
  opacity: 1;
}

.custom-select.not-empty .custom-select__label {
  opacity: 0;
}

.custom-select.not-empty .custom-select__placeholder {
  opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
  opacity: 1;
}

.custom-select.is-invalid .custom-select__label {
  color: #ed1b33;
}

.custom-select.is-valid .custom-select__label {
  color: #4caf50;
}

.custom-select--placeholder .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
  opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label,
.custom-select.slide-up.is-open .custom-select__label {
  -webkit-transform: translateY(calc(-50% - 40px));
  transform: translateY(calc(-50% - 40px));
  opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text,
.custom-select.slide-up.is-open .custom-select__text {
  opacity: 1;
}

.custom-select__label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select__placeholder {
  position: absolute;
  top: 50%;
  left: 220px;
  font-size: 14px;
  line-height: 1.43;
  color: rgba(16, 20, 23, 0.6);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  pointer-events: none;
}

.custom-select__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 9px 19px;
  font-size: 14px;
  line-height: 1.43;
  color: #101417;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(16, 20, 23, 0.3);
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.custom-select__button:hover,
.custom-select__button:focus {
  border-color: rgba(16, 20, 23, 0.6);
}

.custom-select__list {
  position: absolute;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  max-height: 240px;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  list-style: none;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-select__item {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.43;
  outline: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-select__item[aria-selected="true"] {
  background-color: #ede4de;
}

.custom-select__item._hidden {
  display: none;
}

.custom-select__item._show {
  display: block;
}

.custom-select__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: orange;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}

.custom-select__text {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 80%;
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0.1s;
  transition: opacity 0.3s ease 0.1s;
}

.custom-select__text br {
  display: none;
}

.custom-select__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background-color: #101417;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-clip-path: polygon(25% 40%, 75% 40%, 50% 65%);
  clip-path: polygon(25% 40%, 75% 40%, 50% 65%);
}

.custom-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  padding: 20px 0;
  /*&.is-valid {
    label span {
      color: green;
    }
  }*/
}

.custom-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.custom-toggle label {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.43;
  cursor: pointer;
}

.custom-toggle label span {
  margin-bottom: 0;
  margin-left: 0;
}

.custom-toggle input:checked + label::after {
  background-color: #006098;
  opacity: 1;
}

.custom-toggle input:disabled + label::before {
  opacity: 0.5;
}

.custom-toggle.is-invalid label span {
  color: #ed1b33;
}

.custom-toggle.is-invalid .custom-toggle__error {
  opacity: 1;
}

.custom-toggle__error {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ed1b33;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.custom-toggle--radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #006098;
  border-radius: 50%;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.custom-toggle--radio label::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.custom-toggle--checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #006098;
  border-radius: 2px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.custom-toggle--checkbox label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("../img/svg/icon-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

.modal--log-in .modal__content {
  width: 100%;
  max-width: 580px;
  min-height: 640px;
  padding: 0;
  background: #f5f1ee;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.log-in {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.log-in__header {
  min-height: 100px;
  background-color: #ede4de;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  padding: 40px 40px 20px;
}

.log-in__tabs-nav {
  height: 40px;
  border-bottom: 1px solid rgba(0, 184, 16, 0.4);
}

.log-in__tabs-navbar {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.log-in__tabs-switch {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: #101417;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.log-in__tabs-switch::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background-color: #00b810;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.log-in__tabs-switch._active {
  font-weight: 500;
}

.log-in__tabs-switch._active::after {
  opacity: 1;
  visibility: visible;
}

.log-in__wrapper {
  padding: 20px 40px 40px 40px;
}

.log-in__tabs-block {
  display: none;
}

.log-in__tabs-block._active {
  display: block;
}

.log-in .custom-input__label {
  display: none;
}

.log-in .custom-input input {
  border: none;
  border-bottom: 1px solid rgba(106, 63, 36, 0.4);
  border-radius: unset;
  padding: 5px;
  background-color: inherit;
}

.log-in .custom-input input::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 1.43;
  opacity: 1;
}

.log-in .custom-input input::-moz-placeholder {
  font-size: 14px;
  line-height: 1.43;
  opacity: 1;
}

.log-in .custom-input input:-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.43;
  opacity: 1;
}

.log-in .custom-input input::-ms-input-placeholder {
  font-size: 14px;
  line-height: 1.43;
  opacity: 1;
}

.log-in .custom-input input::placeholder {
  font-size: 14px;
  line-height: 1.43;
  opacity: 1;
}

.log-in .custom-input.is-invalid input::-webkit-input-placeholder {
  color: #ed1b33;
}

.log-in .custom-input.is-invalid input::-moz-placeholder {
  color: #ed1b33;
}

.log-in .custom-input.is-invalid input:-ms-input-placeholder {
  color: #ed1b33;
}

.log-in .custom-input.is-invalid input::-ms-input-placeholder {
  color: #ed1b33;
}

.log-in .custom-input.is-invalid input::placeholder {
  color: #ed1b33;
}

.log-in__form .custom-select {
  padding-left: 0;
  margin-top: 0;
}

.log-in__form .custom-select__button {
  padding: 5px 0 5px 5px;
  border-radius: unset;
  border: none;
  border-bottom: 1px solid rgba(106, 63, 36, 0.3);
}

.log-in__form .custom-select__placeholder {
  left: 5px;
}

.log-in__form .custom-select.is-invalid .custom-select__placeholder {
  color: #ed1b33;
}

.log-in__form .custom-select__list {
  width: 100% !important;
}

.log-in__form-error {
  margin: 35px 0 0 0;
  color: #ed1b33;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.log-in__form-error._active {
  opacity: 1;
  visibility: visible;
}

.log-in__link {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #101417;
  padding: 5px 0;
}

.log-in__link:hover {
  text-decoration: none;
}

.log-in__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0 0 0;
}

.log-in__checkbox label,
.log-in__obligatory {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

.log-in__checkbox:not(:last-child) {
  margin-bottom: 0 !important;
}

.log-in__obligatory {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
}

.log-in__obligatory.is-invalid .log-in__obligatory-span {
  color: #ed1b33;
}

.log-in__obligatory.account__notification {
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
}

.log-in__obligatory.account__notification span {
  padding-top: 0;
}

.log-in .forgot__title,
.log-in .forgot__text {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #101417;
  margin: 0 0 20px;
}

.log-in .forgot__text {
  font-weight: normal;
  margin: 0;
}

.log-in .forgot__form form {
  margin: 40px 0 0 0;
}

.log-in__btn {
  margin: 40px 0;
  min-width: unset;
  max-width: 280px;
  width: 100%;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(0, 96, 152, 0.5);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    transform 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal--responsive .modal__content {
  width: 100%;
}

.modal--fit-content .modal__content {
  width: auto;
}

.modal--no-scale {
  -webkit-transform: none;
  transform: none;
}

.modal--preload {
  -webkit-transition: none;
  transition: none;
}

.modal--active {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.modal__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 60px 40px;
}

.modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.modal__content {
  position: relative;
  max-width: 600px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 10px;
}

.modal--success-message .modal__content {
  max-width: 280px;
  padding: 50px 20px;
}

.modal__close-btn {
  padding: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
}

.modal__close-btn:not(:disabled) {
  cursor: pointer;
}

.modal__close-btn::before,
.modal__close-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 36px;
  height: 4px;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.modal__close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-success-message__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 20px;
}

.modal-success-message__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #4caf50;
  border-radius: 50%;
}

.modal-success-message__icon svg {
  width: 16px;
  height: 12px;
}

.modal-success-message__message {
  margin: 0;
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
}

.modal--recommendations-registration .modal__content {
  width: 100%;
}

.modal--recommendations-registration .recommendations-registration__title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.modal--recommendations-registration .recommendations__form {
  margin: 40px 0 0 0;
}

.modal--recommendations-registration
  .recommendations__form
  .recommendations-form__submit-btn {
  display: inline-block;
  margin: 30px 0 0 0;
}

.modal--program-rules .modal__content {
  width: 100%;
  max-width: 950px;
}

.modal--program-rules .program-rules__wrapper {
  width: 100%;
  overflow: hidden;
}

.modal--program-rules .program-rules__scroll-block {
  width: 100%;
  overflow-x: auto;
}

.modal--program-rules .program-rules__cols {
  min-width: 730px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal--program-rules .program-rules__col-title {
  width: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 10px 5px;
  border-left: 1px solid #101417;
  border-top: 1px solid #101417;
}

.modal--program-rules .program-rules__col-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: (1fr) [7];
  grid-template-rows: repeat(7, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.modal--program-rules .program-rules__col-list-item {
  padding: 10px 5px;
  border-left: 1px solid #101417;
  border-top: 1px solid #101417;
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.modal--program-rules .program-rules__col-list-item:last-child {
  border-bottom: 1px solid #101417;
}

.modal--program-rules .program-rules__col-list.col-02 {
  border-right: 1px solid #101417;
}

.modal--program-rules .program-rules__info {
  display: inline-block;
  margin-top: 15px;
}

[data-accordion="element"].is-active > [data-accordion="content"] {
  max-height: 100%;
}

[data-accordion="parent"].no-transition [data-accordion="content"] {
  -webkit-transition: none;
  transition: none;
}

[data-accordion="content"] {
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  overflow: hidden;
}

.accordion {
  width: 100%;
  margin-top: 20px;
}

.accordion__element:last-child {
  margin-bottom: 0;
}

.accordion__element {
  margin-bottom: 50px;
}

.accordion__button.account__btn-purchases {
  max-width: fit-content;
}
.accordion__button {
  width: 100%;
  cursor: pointer;
  max-width: 130px;
  color: #00a5ce;
  text-transform: lowercase;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.accordion__button span {
  flex: 1;
}
.accordion__button svg {
  flex: 0 0 20px;
  margin-left: 20px;
  transform: translateX(0);
  transition: transform 0.3s ease 0s;
}
.accordion__button:hover svg,
.accordion__button:focus-visible svg {
  transform: translateX(10px);
}

.accordion__element.is-active .accordion__button svg {
  -webkit-transform: translateX(10px) rotate(90deg);
  transform: translateX(10px) rotate(90deg);
}

.account {
  padding: 200px 0 80px;
}

.account__title {
  border-bottom: 1px solid #006098;
}

.account__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 1fr;
  grid-template-columns: 360px 1fr;
  grid-gap: 36px;
}

.account__menu {
  position: relative;
  padding: 40px 20px;
  background: rgba(0, 165, 206, 0.05);
}

.account__menu-btn {
  position: relative;
  z-index: 3;
  display: none;
  width: 100%;
  height: 60px;
  padding: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.43;
  text-transform: none;
  color: #006098;
  background: rgba(0, 165, 206, 0.05);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.account__menu-btn-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background-color: #006098;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.6s cubic-bezier(0.55, 0, 0.1, 1),
    -webkit-transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-clip-path: polygon(25% 40%, 75% 40%, 50% 65%);
  clip-path: polygon(25% 40%, 75% 40%, 50% 65%);
}

.account__menu.open .account__menu-btn-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.account__menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.account__menu.open .account__menu-overlay {
  background: rgba(0, 165, 206, 0.5);
}

.account__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account__menu-list:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(106, 63, 36, 0.3);
}

.account__menu-list-item:not(:last-child) {
  margin-bottom: 14px;
}

.account__menu-list-item.current > .account__menu-link {
  font-weight: bold;
  color: #006098;
}

.account__menu-link {
  display: block;
  font-size: 14px;
  line-height: 1.43;
  /* color: rgba(16, 20, 23, 0.4); Цвет для не авторизованных юзеров */
  color: #101417;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.account__menu-link:not([href]) {
  color: #006098;
}

.account__instructions:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(106, 63, 36, 0.3);
}

.account__instructions p {
  margin: 0;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(106, 63, 36, 0.8);
}

.account__instructions p:not(:last-child) {
  margin-bottom: 20px;
}

.account__instructions._hidden {
  display: none;
}

.account__content {
  padding-top: 40px;
}

.account__form .custom-input__label,
.account__form .custom-select__label {
  max-width: 180px;
}
.account__form .input-type-file-delete.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.account__form .input-type-file-delete {
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #00a5ce;
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
}
.account__content-articles-block {
  width: 100%;
}

.account__content-articles-block-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-gap: 20px;
}

.account__content-articles-item-title {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0.9em 0;
  text-align: left;
}

.account__content-articles-item-link {
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.account__content-articles-item-link:hover {
  text-decoration: none;
}

.account__content-article-title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 1em 0;
}

.account__content-article-pic {
  margin: 20px 0 10px 0;
  width: 100%;
}

.account__content-article-img {
  width: 100%;
  height: 500px;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.account__content-article-text {
  margin: 1em 0;
}

.account__content-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
.account__form {
  
}

.account__content-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
}

.account__content-title--limit-width {
  width: 200px;
}

.account__notification {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.account__notification--success {
  color: #4caf50;
}

.account__notification--error {
  color: #ed1b33;
}

.account-form__input {
  width: 100%;
  padding: 0;
}

.account-form__input:not(:last-child) {
  margin-bottom: 10px;
}

.account-form__select {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.account-form__select:not(:last-child) {
  margin-bottom: 10px;
}

.account-form__select .custom-select__list {
  width: calc(100% - 200px);
}

.custom-select[data-name="specialization"] .custom-select__list {
  max-height: 121px;
}

.account-form__file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 40px;
}

.account-form__file-desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.account-form__file-input input {
  display: none;
}

.account-form__file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.account-form__file-label svg {
  width: 20px;
  height: 20px;
}

.account-form__file-label span:not(:first-child) {
  margin-left: 10px;
}

.account-form__checkbox {
  width: 100%;
  padding: 0;
}

.account-form__checkbox:not(:last-child) {
  margin: 40px 0;
}

.account__benefits-more-list-item {
  list-style: disc;
}

.account__dates-list-item {
  list-style: disc;
}
.create-event {
  transition: all 0.3s ease;
}
.event-created {
  max-height: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  margin-bottom: 0;
  border-radius: 5px;
  color: #4caf50;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s ease;
}
.event-created.is-active {
  max-height: 60px;
  width: 100%;
  height: 60px;
  padding: 20px;
  border: 1px solid #4caf50;
  font-size: 16px;
  margin-bottom: 40px;
}
.event__wrapper__tabs__content__item__heading {
  color: #017fd6;
}
.join-btn {
  background: #017fd6;
}

.account__menu-list:not(:last-child) {
  border-bottom: 1px solid rgba(1, 127, 214, 0.3);
}

.account__menu-list.border-none {
  border: none;
}

.account__menu-list-item._is-authorized > .account__menu-link {
  color: #101417;
}

.account-form__submit-btn {
  min-width: unset;
  border: 2px solid #00a5ce;
  background-color: #00a5ce;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__content {
  width: 100%;
  overflow: hidden;
}

.account__content-table-block {
  width: 100%;
  margin: 20px 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  overflow-x: auto;
}

.account__content-table-box {
  padding: 0 0 20px;
}
.account__purchase-table-container {
  padding-bottom: 20px;
}
.account__purchase-table-container .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  width: calc(100% - 40px);
  left: 20px;
}
.account__content-table {
  width: 990px;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid rgba(16, 20, 23, 0.3);

}

.account__content-table-head th {
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  color: #006098;
  text-align: left;
  border: 1px solid rgba(16, 20, 23, 0.6);
}

.account__content-table tbody tr td {
  padding: 9px;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: normal;
  color: #101417;
  text-align: left;
  border: 1px solid rgba(16, 20, 23, 0.6);
}

.account__content-table tbody tr td.td__no-padding {
  padding: 0;
}

.account__content-table-title {
  background: #006098;
  padding: 10px;
  height: 40px;
}

.account__content-table-title span {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  color: #fff;
}

.account__content-table-title.table-finished-products {
  width: 100%;
}

.account__content-table.table-finished-products {
  width: 100%;
}

.account__content-table.table-finished-products .tr31 {
  background-color: #006098;
}

.account__content-table.table-finished-products .tr31 td {
  color: #ffffff;
  min-width: 100px;
  border: none;
}
.finished-products
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before,
.package .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  width: calc(100% - 40px);
  left: 20px;
}

.account__content-table.table-calculations {
  margin-top: 24px;
}

.account__content-table.table-calculations .thead .th:first-of-type {
  min-width: 190px;
}

.account__content-table.table-calculations .th {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  color: #017fd6;
}

.account__content-table.table-calculations td {
  min-width: 120px;
  text-align: center;
}

.account__content-table.table-calculations td:nth-child(3):not(.th) {
  min-width: 70px;
}
.calculations
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  width: calc(100% - 47px);
  left: 23.5px;
}

.account__content-table.table-sales-plan tr {
  height: 40px;
}

.account__content-table.table-sales-plan tr:nth-child(1) .th:nth-child(8),
.account__content-table.table-sales-plan tr:nth-child(1) .th:nth-child(15),
.account__content-table.table-sales-plan tr:nth-child(1) .th:nth-child(16) {
  background-color: #006098;
  color: #ffffff;
}

.account__content-table.table-sales-plan tr:nth-child(5) .th {
  padding: 3px;
}

.account__content-table.table-sales-plan .th {
  font-weight: normal;
  font-size: 12px;
  line-height: 1.33;
  text-align: center;
  color: #006098;
}

.account__content-table.table-sales-plan .th:first-of-type {
  min-width: 195px;
}

.account__content-table.table-sales-plan td {
  min-width: 97.5px;
  text-align: center;
}

.account__content-btn-block {
  width: 100%;
  margin-top: 20px;
}

.account__content-btn-block-form {
  width: 100%;
  max-width: 580px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 20px;
}

.account__content-btn-block-form .upload-container {
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  width: 100%;
  height: 30px;
  position: relative;
}

.account__content-dwnld-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: unset;
  max-width: 280px;
  width: 100%;
  padding: 10px;
  border: 2px solid #00a5ce;
  background-color: #00a5ce;
}

.account__content-dwnld-btn:hover,
.account__content-dwnld-btn:focus {
  color: #00a5ce;
}

.account__content-upload-btn-label {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.account__content-upload-btn-label:hover {
  cursor: pointer;
  text-decoration: underline;
}

.account__content-upload-btn-label svg {
  margin: 0 0 0 15px;
}

.account__content-upload-input {
  position: absolute;
  width: 0.1px;
  height: 0.1px;
  z-index: -10;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.account__content-articles-item-title {
  color: #017fd6;
}

.account__content-articles-item-link {
  color: #017fd6;
}

.account__content-item {
  width: 100%;
  min-height: 80px;
  max-width: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  border: 1px solid #ede4de;
  margin-bottom: 10px;
}

.account__content-item-text {
  width: 100%;
  max-width: 480px;
  margin-right: 20px;
}

.account__content-item-btn {
  max-width: 240px;
  width: 100%;
}

.account__content-loyalty-if-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account__content-loyalty-link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00a5ce;
  margin-top: 20px;
}

.account__content-loyalty-link:hover {
  text-decoration: none;
}

.account__content-loyalty-if-none._hidden {
  display: none;
}

.account__content-loyalty-if-exist {
  margin-top: 40px;
}

.account__content-loyalty-if-exist._hidden {
  display: none;
}

.account__content-loyalty-discount-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #006098;
  margin-bottom: 20px;
}

.account__content-loyalty-discount-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #101417;
  margin-bottom: 20px;
}

.account__content-loyalty-discount-table {
  margin-bottom: 40px;
  padding-bottom: 20px;
  overflow-x: auto;
}

.account__content-loyalty-discount-table table {
  width: 780px;
  border: 1px solid #101417;
  border-collapse: collapse;
  border-spacing: 0;
}

.account__content-loyalty-discount-table tr:last-of-type td {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #006098;
}

.account__content-loyalty-discount-table td {
  border: 1px solid #101417;
  padding: 10px 20px;
  text-align: left;
  vertical-align: top;
  min-width: 100px;
  width: 100%;
}

.account__content-tabs-navbar {
  width: 100%;
  min-height: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account__content-tabs-switch {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  color: #101417;
  background: rgba(0, 165, 206, 0.05);
  border: 1px solid rgba(0, 165, 206, 0.1);
}

.account__content-tabs-switch_trainings {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 50%;
}

.account__content-tabs-switch.tabs__link._active {
  color: #fff;
  background: #006098;
  border: 1px solid #006098;
}
.poisk {
  margin-bottom: 20px;
}
.poisk form {
  display: grid;
  grid-template-columns: 300px 240px;
  grid-gap: 20px;
}
.poisk input {
  width: 100%;
  height: 40px;
  padding: 10px;
  max-width: 300px;
  color: #006098;
  border: 1px solid #006098;
}
.poisk input::placeholder {
  color: #00a5ce;
}
.poisk .poisk__btn {
  color: #fff;
}
.account__content-tabs-block {
  display: none;
}

.account__content-tabs-block-items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.account__content-tabs-block-items_trainings {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.account__content-tabs-item-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #101417;
  margin: 20px 0 5px 0;
}

.account__content-tabs-item-title_article-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #006098;
  margin: 0 0 20px 0;
}

.account__content-tabs-item-link {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00a5ce;
}

.account__content-tabs-item-link-archive {
  display: block;
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: #101417;
  margin-bottom: 5px;
}

.account__content-tabs-item_trainings {
  border-bottom: 1px solid rgba(16, 20, 23, 0.3);
}

.account__content-tabs-item_trainings-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account__content-tabs-item_trainings-btn {
  margin: 0 0 20px auto;
}
.account__content-tabs-item-article {
  max-width: 420px;
  width: 100%;
}

.account__content-tabs-item-article-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #101417;
  margin: 0;
}

.account__content-tabs-item-time-and-place {
  margin-left: auto;
}

.account__content-tabs-item-date-and-time {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #101417;
  margin-bottom: 20px;
}

.account__content-tabs-item-place,
.account__content-tabs-item-address {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #017fd6;
}

.account__content-tabs-item-place {
  margin-bottom: 5px;
}

.account__content-tabs-block.tabs__item._active {
  display: block;
}

.account__content-tabs-img-box_trainings {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
  margin: 0 20px 20px 0;
}

.account__content_distributors {
  margin-top: 40px;
}

.account__content_distributors-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 1fr;
  grid-template-columns: 180px 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.account__content_distributors-img-box {
  width: 180px;
  max-width: 180px;
  height: 180px;
}

.account__content_distributors-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.account__content_distributors-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.account__content_distributors-desc-title {
  margin-bottom: 20px;
}

.account__content_distributors-desc-title h3 {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.account__content_distributors-desc-address {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 10px;
}

.account__content_distributors-desc-phone,
.account__content_distributors-desc-email {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #101417;
}

.account__content_distributors-desc-phone {
  margin-bottom: 5px;
}

.account__content_distributors-desc-btn {
  margin-top: auto;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__menu-inner {
  background-color: inherit;
}

.account__title {
  position: relative;
  margin: 0;
  padding-bottom: 21px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  text-transform: uppercase;
}

.account__menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}

.account__menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account__menu-list:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(106, 63, 36, 0.3);
}

.account__menu-list.border-none {
  border: none;
}

.account__menu-link:hover,
.account__menu-link:focus-visible {
  color: #006098;
}
.account__menu-link:active {
  background: rgba(28, 196, 227, 0.05);
}
.account__menu-list-item._is-authorized > .account__menu-link:not([href]) {
  font-weight: 600;
  color: #006098;
}

.account__instructions:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(106, 63, 36, 0.3);
}

.account__instructions p {
  margin: 0;
  font-style: italic;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(106, 63, 36, 0.8);
}

.account__instructions p:not(:last-child) {
  margin-bottom: 20px;
}

.account__content-articles-item-title {
  color: #006098;
}

.account__content-articles-item-link {
  color: #006098;
}

.account__content-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.account__content-title {
  margin: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.33;
}

.account__content-title--limit-width {
  width: 200px;
}

.account__notification {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.account__notification--success {
  color: #4caf50;
}

.account__notification--error {
  color: #ed1b33;
}

.account-form__select {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.account-form__select:not(:last-child) {
  margin-bottom: 10px;
}

.account-form__file-upload {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 40px;
}

.account-form__file-desc {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
}

.account-form__file-input input {
  display: none;
}

.account-form__file-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.43;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.account-form__file-label:hover {
  text-decoration: none;
}

.account-form__file-label svg {
  width: 20px;
  height: 20px;
}

.account-form__file-label span:not(:first-child) {
  margin-left: 10px;
}

.account-form__checkbox {
  width: 100%;
  padding: 0;
}

.account__content-description {
  margin-top: 40px;
}

.account__scores-current {
  margin: 40px 0 0 0;
  padding: 20px;
  border: 1px solid #006098;
  border-radius: 5px;
  font-weight: 600;
  color: #006098;
}

.account__scores-description {
  margin: 20px 0 0 0;
}

.account__scores-links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account__scores-link {
  margin: 5px 20px 0 0;
  color: #006098;
  text-decoration: underline;
}

.account__content-block-title {
  font-weight: 600;
  font-size: 16px;
  margin: 40px 0 20px;
}

.account__benefits-main-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account__benefits-main-list-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40px auto;
  grid-template-columns: 40px auto;
  gap: 20px;
}

/* .account__benefits-main-list-item_color_pink
  .account__benefits-main-list-item-title {
  background: linear-gradient(90deg, #96145E 11.31%, #EE4587 85.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.account__benefits-main-list-item_color_orange
  .account__benefits-main-list-item-title {
  background: linear-gradient(90deg, #DC5503 11.31%, #FCA916 85.77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.account__benefits-main-list-item_color_blue
  .account__benefits-main-list-item-title {
  background: linear-gradient(38.81deg, #0a95da 1.86%, #1cc5e3 84.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.account__benefits-main-list-item_color_blue
  .account__benefits-main-list-item-title {
  background: linear-gradient(38.81deg, #0a95da 1.86%, #1cc5e3 84.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.account__benefits-main-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.account__benefits-main-list-item-title {
  margin: 0 0 10px 0;
}

.account__benefits-main-list-item-description {
  margin: 10px 0 0 0;
}

.account__benefits-main-list-item-description a {
  color: #101417;
  text-decoration: underline;
}

.account__benefits-more-list {
  padding: 0 0 0 20px;
}

.account__benefits-more-list-item::marker {
  font-size: 6px;
}

.account__recommendations-registration-title {
  font-weight: 500;
  font-size: 14px;
  color: #006098;
  margin: 40px 0 20px;
}

.account__recommendations-registration-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.account__recommendations-registration-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.account__recommendations-registration-list-item-link {
  max-width: 280px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__recommendations-registration-list-item-description {
  margin: 0 0 10px;
}

.account__dates {
  line-height: 1.67;
}

.account__dates-description {
  margin-bottom: 0;
}

.account__dates-list {
  margin-top: 0;
  padding-left: 20px;
}

.account__dates-list-item::marker {
  font-size: 6px;
}

.account__dates-link {
  color: #006098;
  text-decoration: underline;
}

.account__content-tabs-item-title_article-title > a {
  color: #006098;
}

.account__content-tabs-item-address,
.account__content-tabs-item-place {
  color: #006098;
}

.account__menu-btn:not(:disabled):hover,
.account__menu-btn:focus {
  background: rgba(28, 196, 227, 0.05);
}

.account-form__file-upload input {
  display: none;
}

.account-form__file-label {
  cursor: pointer;
}

.account__content-items-disclaimer {
  margin-top: 40px;
}

.account__content.create-event .account__content-title-wrapper {
  margin-bottom: 40px;
}

.account__content.create-event .account__notification {
  margin-bottom: 10px;
}

.account__content.create-event .account__notification--success {
  border: 1px solid #4caf50;
  border-radius: 5px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
}

.account__content.create-event .account-form__submit-btn {
  margin-top: 40px;
}

.account__content.my-events .account__content-item {
  display: block;
}

.account__content.my-events .account__content-item-title {
  color: #101417;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0;
}

.account__content.my-events .account__content-item-inner-title {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.account__content.my-events .account__content-item-date {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  margin-top: 20px;
}

.account__content.my-events .account__content-item-desc {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 1em 0;
}

.account__content.my-events .account__content-item-place {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}

.account__content.my-events .account__content-item-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.account__content.my-events .account__content-item-link-open {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00a5ce;
  margin: 0 25px 0 0;
}

.account__content.my-events .account__content-item-link-open:hover {
  text-decoration: none;
}

.account__content.my-events .account__content-item-link-btn {
  width: 100%;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00a5ce;
  background-color: #00a5ce;
  margin-top: 15px;
}

.account__content.my-events
  .account__content-item-link-btn.btn--unconfirmed-event {
  opacity: 0.6;
}

.account__content.my-events
  .account__content-item-link-btn.btn--confirmed-event {
  opacity: 1;
}
.account__content.events-report .account__content-item-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.account__content.events-report .report__form-preview {
  grid-template-columns: repeat(4, 1fr);
  flex: 0 0 300px;
}
.account__content.events-report .account__content-item-link-btn {
  height: 40px;
}
.account__content.my-confirmed-events .account__content-item {
  border: none;
  display: block;
  padding: 0;
}

.account__content.my-confirmed-events .account__content-item-inner-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.account__content.my-confirmed-events .account__content-item-date,
.account__content.my-confirmed-events .account__content-item-place {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.account__content.my-confirmed-events .account__content-item-desc {
  margin-bottom: 20px;
}

.account__content.my-confirmed-events .account__content-item-link-open {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00a5ce;
  margin-top: 20px;
}

.account__content-item-qr-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
.account__content-report {
  margin-top: 40px;
}
.report__form-wrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  max-height: 0;
  transition: all 0.3s ease 0s;
}
.report__form-wrapper.is-active {
  height: fit-content;
  max-height: initial;
}
.report__form-textarea {
  margin-bottom: 20px;
}
.report__form-textarea.is-invalid textarea {
  border-color: #ed1b33;
}
.report__form .custom-input {
  width: fit-content;
  padding: 0;
}
.report__form-textarea textarea {
  border: 1px solid rgba(16, 20, 23, 0.3);
  border-radius: 5px;
  padding: 10px 20px;
  width: 100%;
  max-width: 580px;
  font-size: 14px;
  line-height: 24px;
}
.report__form-label {
  cursor: pointer;
}
.report__form-label svg {
  margin-right: 12px;
}
.report__form-preview {
  max-width: 440px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 15px;
}
.report__form-preview-item {
  width: 65px;
  height: 65px;
  position: relative;
}
.report__form-preview-item .preview-remove-btn {
  position: absolute;
  color: #ffffff;
  font-size: 16px;
  z-index: 5;
  top: 0;
  right: 0;
  padding: 3px;
}
.report__form-preview-item img {
  max-width: 100%;
  height: 100%;
}
.report__form-btns {
  margin-top: 40px;
  width: 100%;
  max-width: 580px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.account__content-report-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.account__content.my-confirmed-events .account__content-item-link-btn {
  width: 100%;
  max-width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00a5ce;
  background-color: #00a5ce;
  margin: 20px 20px 0 0;
}

.account__content.my-confirmed-events .account__content-item-link-dwnld {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00a5ce;
}

.account__content.my-confirmed-events .account__content-item-qr-title {
  margin-top: 40px;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}
.account__benefits-main-list-item--color-grd-orange
  .account__benefits-main-list-item-title {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.98%, #dc5503),
    color-stop(99.11%, #fca916)
  );
  background: linear-gradient(90deg, #dc5503 3.98%, #fca916 99.11%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.account__benefits-main-list-item--color-grd-blue
  .account__benefits-main-list-item-title {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.98%, #0385d7),
    color-stop(99.11%, #21d1e5)
  );
  background: linear-gradient(90deg, #0385d7 3.98%, #21d1e5 99.11%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.account__benefits-main-list-item--color-grd-red
  .account__benefits-main-list-item-title {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.98%, #96145e),
    color-stop(99.11%, #ee4587)
  );
  background: linear-gradient(90deg, #96145e 3.98%, #ee4587 99.11%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.account__benefits-main-list-item--color-grd-green
  .account__benefits-main-list-item-title {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(3.98%, #01801d),
    color-stop(99.11%, #01d00b)
  );
  background: linear-gradient(90deg, #01801d 3.98%, #01d00b 99.11%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.account__program {
}

.account__program-banner {
  margin: 20px 0 0;
  width: 100%;
  height: 250px;
}
.account__program-banner img {
  width: 100%;
  height: 100%;
}

.account__conditions-main-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__conditions-main-list-item-pic {
  margin-right: 20px;
}

.account__conditions-main-list-item-description {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.account__conditions-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 230px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #dc5503;
  margin-bottom: 20px;
  background-color: transparent;
  border: none;
  padding: 5px 0;
  cursor: pointer;
}

.account__conditions-volume-table-container {
  overflow-x: auto;
}

.account__conditions-volume-table {
  width: 780px;
  border: 1px solid rgba(106, 63, 36, 0.6);
  border-collapse: collapse;
}

.account__conditions-volume-table thead {
  background-color: #ede4de;
}

.account__conditions-volume-table th,
.account__conditions-volume-table td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 20px;
  border: 1px solid rgba(106, 63, 36, 0.6);
}

.account__conditions-volume-table td {
  padding: 10px 20px;
}

.account__conditions-apply-link {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  border: 1px solid #dc5503;
  background-color: #dc5503;
}

.account__brider-calc {
  margin-top: 60px;
}

.account__brider-calc-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.account__brider-calc-text {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}

.account__brider-calc-table-box {
  overflow: hidden;
}

.account__brider-calc-table-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.account__brider-calc-table {
  width: 100%;
  max-width: 780px;
  min-width: 628px;
  border: 1px solid rgba(106, 63, 36, 0.6);
  border-collapse: collapse;
}

.account__brider-calc-table tr td {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 15px;
  border: 1px solid rgba(106, 63, 36, 0.6);
}

.account__brider-calc-table tr td:first-of-type {
  background-color: #ede4de;
}

.account__brider-calc-table-dogs-container {
  overflow-x: auto;
}

.account__brider-calc-table.table_cats {
  min-width: 280px;
}

.account__brider-calc-table.table_cats tr td:first-of-type {
  width: 214px;
}

.account__brider-gifts {
  margin-top: 40px;
}

.account__brider-gifts-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.account__brider-gifts-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__brider-gifts-list-item-pic {
  margin-right: 20px;
}

.account__brider-gifts-rules {
  margin-top: 20px;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #dc5503;
}

.account__brider-gifts-rules:hover {
  text-decoration: none;
}

.account__loyalty {
  margin-top: 40px;
}

.account__loyalty-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.account__loyalty-table-box {
  overflow-x: auto;
}

.account__loyalty-table {
  width: 780px;
  border: 1px solid rgba(106, 63, 36, 0.6);
  border-collapse: collapse;
}

.account__loyalty-table thead {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  background-color: #ede4de;
}

.account__loyalty-table th,
.account__loyalty-table td {
  padding: 10px 20px;
  border: 1px solid rgba(106, 63, 36, 0.6);
  text-align: left;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.breeder-program__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #006098;
  margin-bottom: 20px;
}
.breeder-program__col-list {
  padding-left: 25px;
}
.breeder-program__col-list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.breeder-program__col-list-item {
  list-style: initial;
  font-size: 14px;
  line-height: 20px;
}
.breeder-program__col-list-item::marker {
  font-size: 8px;
}
.modal--feeding-request .custom-input__label--two {
  flex: 0 0 20px;
  margin-right: 0;
}
.modal--feeding-request .account-form__file-desc {
  margin: 20px 0 10px;
}
.pet-personal-data .custom-input.is-invalid label input::placeholder {
  color: #ed1b33;
}
.modal--feeding-request .btn-more {
  margin: 10px auto 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #00a5ce;
  text-transform: initial;
}
.modal--feeding-request .account-form__file-input {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.modal--feeding-request .input-type-file-delete {
  font-size: 12px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #00a5ce;
  transition: all 0.3s ease;
  visibility: visible;
  opacity: 1;
}

.modal--feeding-request .input-type-file-delete:hover,
.modal--feeding-request .input-type-file-delete:focus-visible {
  text-decoration: none;
}
.input-type-file-delete.is-hidden {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.modal-feeding-request__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #006098;
  margin-bottom: 20px;
}
.modal-bonus-goods__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #006098;
  margin-bottom: 40px;
}
.modal-feeding-request__form {
  padding-top: 20px;
}
.modal-bonus-goods__submit-btn {
  width: 100%;
  max-width: 280px;
}
.modal-feeding-request__form .custom-input__error {
  top: -20px;
  font-size: 12px;
  left: 0;
  color: red;
}
.account__content-table.table-loyalty-program {
  width: 780px;
}
.account__content-table.table-loyalty-program .account__content-table-head {
  background-color: rgba(0, 165, 206, 0.3);
}
.account__content-table.table-loyalty-program .account__content-table-head th {
  color: #101417;
  font-size: 14px;
  line-height: 20px;
}
.account__content-table.table-loyalty-program tbody tr td {
  font-size: 14px;
  line-height: 20px;
}
.account__content-request-btn {
  max-width: 280px;
  width: 100%;
  margin: 20px 0 60px;
}
.account__terms-item {
  display: flex;
  align-items: center;
}
.account__terms-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.account__terms-item svg {
  flex: 0 0 30px;
  margin-right: 20px;
}
.ask-a-question {
  width: 100%;
  margin-top: 40px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #cdc1b2;
}
.account__terms-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  color: #00a5ce;
  padding: 5px 0;
}
.account__terms-link svg {
  margin-left: 10px;
  flex: 0 0 20px;
  transform: translateX(0);
  transition: transform 0.3s ease 0s;
}
.account__terms-link:hover svg {
  transform: translateX(10px);
}

.account__feeding-calc-heading {
  margin-bottom: 20px;
}
.account__feeding-calc-table-title {
  font-weight: 500;
  margin: 15px 0;
}
.account__feeding-gifts-text {
  margin-bottom: 10px;
}
.account__conditions-main-list {
  margin-bottom: 20px;
}
.account__gifts-btn {
  text-transform: lowercase;
  font-weight: normal;
  color: #00a5ce;
}
.account__gifts-btn:hover {
  text-decoration: underline;
}
.breeder-gifts-rules__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #006098;
  margin-bottom: 20px;
}
.breeder-gifts-rules__list {
  padding-left: 25px;
}
.breeder-gifts-rules__list-item {
  list-style: initial;
  font-size: 14px;
  line-height: 20px;
}
.breeder-gifts-rules__list-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.breeder-gifts-rules__list-item::marker {
  font-size: 8px;
}
.account__terms-disclaimer {
  margin: 20px 0 5px 0;
}
.account__purchase-btn {
  max-width: fit-content;
  margin-bottom: 20px;
}
.account__purchase-table {
  width: 780px;
}
.account__purchase-table thead {
  background: rgba(0, 165, 206, 0.3);
}
.account__purchase-table th {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  padding: 10px 20px;
}
.account__purchase-table thead tr th,
.account__purchase-table tbody tr td {
  border: 1px solid rgba(16, 20, 23, 0.6);
}
.account__feeding-calc-table-container {
  padding-bottom: 20px;
}
.account__feeding-calc-table-container
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  left: 20px;
  width: calc(100% - 40px);
}
.account__content-table.table-dogs,
.account__content-table.table-cats {
  width: 780px;
}
.account__content-table.table-dogs tr td:first-child,
.account__content-table.table-cats tr td:first-child {
  background: rgba(0, 165, 206, 0.3);
}
.account__content-table.table-dogs tr td:first-child {
  width: 120px;
}
.account__content-table.table-cats tr td:first-child {
  width: 214px;
}
.account__feeding-list-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.account__feeding-type {
  font-weight: 500;
}
.account__feeding-table-container {
  margin-top: 11px;
  padding-bottom: 20px;
}
.account__feeding-table-container
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  left: 20px;
  width: calc(100% - 40px);
}
.account__feeding-table {
  width: 780px;
  border: 0;
}
.account__feeding-table th {
  font-weight: 400;
  padding-right: 20px;
}
.account__feeding-table th:not(:first-child) {
  text-align: left;
}
.account__content-table.account__feeding-table tbody tr td {
  padding: 10px 20px 10px 0;
  border: 0;
  min-width: 57px;
}
.account__content-table.account__feeding-table tbody tr td:first-of-type {
  text-align: center;
}
.account__content-table.account__feeding-table tbody tr td:last-of-type {
  width: 150px;
}
.account__feeding-table thead tr {
  height: 60px;
  background: rgba(0, 165, 206, 0.3);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.account__feeding-table tr:hover:not(.account__feeding-table thead tr) {
  background: rgba(0, 165, 206, 0.05);
}
.account__feeding-table.table-purchase {
  border: 1px solid rgba(16, 20, 23, 0.6);
}
.account__feeding-table.table-purchase thead tr th,
.account__feeding-table.table-purchase tbody tr td {
  border: 1px solid rgba(16, 20, 23, 0.6);
  padding: 10px 10px 10px 20px;
}
.account__content-table.table-purchase tbody tr td:first-of-type {
  text-align: left;
}
.account__content-disclaimer {
  display: inline-block;
  margin-top: 40px;
  font-size: 14px;
  line-height: 20px;
}
.account__content-referral {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.account__content-referral-input,
.account__content-referral-count {
  max-width: 380px;
}
.account__content-referral-input:not(:last-child) {
  margin-bottom: 0;
}
.account__content-referral-input label input {
  padding: 20px 60px 20px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #00a5ce;
}
.btn-copy {
  position: absolute;
  top: 50%;
  left: auto;
  right: 10px;
  transform: translateY(-50%);
  padding: 10px;
  background-color: transparent;
  outline: none;
}
.btn-copy svg {
  pointer-events: none;
  z-index: 0;
}
.ref-copy__tooltip {
  background: #00a5ce;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: -45px;
  right: 0;
  border-radius: 5px;
  padding: 10px;
  color: #ffffff;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.ref-copy__tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #00a5ce transparent transparent transparent;
  position: absolute;
  top: 33px;
  right: 20px;
}
.ref-copy__tooltip.is-active {
  visibility: visible;
  opacity: 1;
}
.account__content-referral-count {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #00a5ce;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.account__content-referral-text {
  margin-top: 20px;
}
.account__content-referral-current {
  margin-top: 20px;
  border: 1px solid rgba(16, 20, 23, 0.3);
  color: #00a5ce;
}
.referral__form .account-form__submit-btn {
  margin-top: 40px;
  max-width: 280px;
  width: 100%;
}
.ask-a-question__heading {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 321px;
  flex: 0 0 321px;
  margin-right: 40px;
  color: #fff;
}
.account__content-bonus-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 45px;
}
.account__content-bonus-img-box {
  margin-bottom: 20px;
}
.account__content-bonus-item-title {
  font-size: 14px;
  line-height: 20px;
  margin: 20px 0 10px 0;
  min-height: 40px;
}
.account__content-bonus-item-cost {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.account__content-bonus-item-btn {
  width: 100%;
  max-width: 380px;
  margin: 15px 0 0 0;
}
.ask-a-question__subtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}

.ask-a-question__tel-link {
  color: inherit;
}

.ask-a-question__tel-link:hover {
  text-decoration: underline;
}

.ask-a-question__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.contact-us {
  padding: 80px 0;
  background: rgba(0, 165, 206, 0.1);
}

.contact-us__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 1fr;
  grid-template-columns: 360px 1fr;
  gap: 40px;
}

.contact-us__contacts {
  margin-bottom: 80px;
}

.contact-us__title.title--h2 {
  margin: 0;
  padding-bottom: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.21;
  text-transform: uppercase;
}

.contact-us__subtitle {
  margin: 0;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.39;
  color: #006098;
}

.contact-us__links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.link.contact-us__link {
  font-size: 14px;
  line-height: 1.71;
  color: #006098;
}
.contact-us__form {
  position: relative;
}
.contact-us__form .custom-input__error {
  color: #ed1b33;
  font-size: 14px;
  line-height: 20px;
  left: 0;
  bottom: 50px;
}
.contact-us__input {
  position: initial;
  width: 100%;
  padding: 0;
  margin-bottom: 14px;
}

.contact-us__input label input {
  padding: 5px 0;
  background-color: rgba(255, 255, 255, 0);
  border: none;
  border-bottom: 1px solid #006098;
  border-radius: 0;
}

.contact-us__form .custom-input label input:hover,
.contact-us__form .custom-input label input:focus {
  border-color: rgb(27 88 148 / 30%);
}

.contact-us__input label input::-webkit-input-placeholder {
  color: #006098;
}

.contact-us__input label input::-moz-placeholder {
  color: #006098;
}

.contact-us__input label input:-ms-input-placeholder {
  color: #006098;
}

.contact-us__input label input::-ms-input-placeholder {
  color: #006098;
}

.contact-us__input label input::placeholder {
  color: #006098;
}

.contact-us__input.is-invalid label input::-webkit-input-placeholder {
  color: #ed1b33;
}

.contact-us__input.is-invalid label input::-moz-placeholder {
  color: #ed1b33;
}

.contact-us__input.is-invalid label input:-ms-input-placeholder {
  color: #ed1b33;
}

.contact-us__input.is-invalid label input::-ms-input-placeholder {
  color: #ed1b33;
}

.contact-us__input.is-invalid label input::placeholder {
  color: #ed1b33;
}

.contact-us__input.is-valid label input {
  color: #4caf50;
}

.contact-us__checkbox {
  margin: 20px 0 40px;
  padding: 0;
}
.contact-us__checkbox label {
  color: #006098;
}

.contact-us__submit-btn {
  width: 100%;
  max-width: 240px;
  margin-top: 20px;
}

.simplebar-track.simplebar-horizontal {
  width: 100%;
  height: 20px;
  background: rgba(0, 165, 206, 0.05);
}

.simplebar-track.simplebar-horizontal::after {
  content: url(../img/sprite/icon-triangle-left.svg);
  position: absolute;
  left: 0;
  right: auto;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.simplebar-track.simplebar-horizontal::before {
  content: url(../img/sprite/icon-triangle-right.svg);
  position: absolute;
  left: auto;
  right: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  height: 100%;
  background: rgba(0, 165, 206, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
  border-radius: unset;
}

.loyalty .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  width: calc(100% - 40px);
  left: 20px;
}
.finished-products
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  width: calc(100% - 40px);
  left: 20px;
}

.package .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  width: calc(100% - 40px);
  left: 20px;
}

.calculations
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  width: calc(100% - 47px);
  left: 23.5px;
}

.orders-and-shipments
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  width: calc(100% - 40px);
  left: 20px;
}

.loyalty-program
  .simplebar-track.simplebar-horizontal
  .simplebar-scrollbar::before {
  width: calc(100% - 40px);
  left: 20px;
}

/* @media (hover: hover), screen and (min-width: 0\0) {
  &:hover,
  &:focus {
    color: red;
  }
} */

@media (hover: hover), screen and (min-width: 0\0) {
  .btn:not(:disabled):hover,
  .btn:focus,
  .btn:focus-visible {
    color: #00a5ce;
    background-color: rgba(255, 255, 255, 0);
  }

  .btn--dim:not(:disabled):hover,
  .btn--dim:focus {
    color: #cdc1b2;
  }

  .link[href]:hover,
  .link:focus {
    color: #006098;
  }

  .custom-select__item[aria-selected="true"]:hover,
  .custom-select__item[aria-selected="true"]:focus {
    background-color: #ede4de;
  }

  .custom-select__item:hover,
  .custom-select__item:focus {
    background: rgba(0, 165, 206, 0.05);
  }

  .modal__close-btn:not(:disabled):hover::before,
  .modal__close-btn:not(:disabled):hover::after,
  .modal__close-btn:focus::before,
  .modal__close-btn:focus::after {
    background-color: #101417;
  }
}

@media (max-width: 1280px) {
  .account__container {
    padding: 0 30px;
  }

  .contact-us__container {
    padding: 0 30px;
  }
}

@media (max-width: 1239px) {
  .account {
    padding-top: 120px;
  }

  .account__content-tabs-item_trainings-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .account__content-tabs-item_trainings-btn {
    margin: 20px auto 20px 0;
  }

  .account__content-tabs-item-date-and-time {
    margin-top: 20px;
    text-align: left;
  }

  .account__content-tabs-item-place,
  .account__content-tabs-item-address {
    text-align: left;
  }
  .account__content-referral {
    grid-template-columns: auto;
  }
}

@media (max-width: 1023px) {
  
  .custom-input label:not(.custom-input label.input-type-file-label) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .custom-input label input {
    width: 100%;
    margin-top: 5px;
  }

  .custom-input .custom-input__label {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .account__form .custom-input__label,
  .account__form .custom-select__label {
    max-width: 100%;
    flex: auto;
  }
  .custom-select {
    margin-top: 35px;
    padding-left: 0;
  }

  .custom-select__label {
    top: -25px;
    -webkit-transform: unset;
    transform: unset;
  }

  .custom-select__placeholder {
    left: 20px;
  }

  .log-in__header {
    padding: 40px 20px 20px;
  }

  .log-in__wrapper {
    padding: 20px;
  }

  .account__wrapper {
    -ms-grid-columns: 295px 1fr;
    grid-template-columns: 295px 1fr;
  }

  .account__content-title-wrapper {
    display: block;
  }

  .account__notification {
    overflow: hidden;
    max-height: 0;
  }

  .account__notification span {
    display: block;
    padding-top: 20px;
  }

  .account-form__select .custom-select__list {
    width: 100%;
  }

  .account-form__file-upload {
    display: block;
    margin-top: 10px;
  }

  .account-form__file-desc {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .account__content-tabs-block-items,
  .account__content-bonus-items {
    grid-template-columns: repeat(3, 1fr);
  }

  .account__content-tabs-block-items_trainings {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account__content-title-wrapper {
    display: block;
  }

  .account__notification {
    overflow: hidden;
    max-height: 0;
  }

  .account__notification span {
    display: block;
    padding-top: 20px;
  }

  .account-form__file-upload {
    display: block;
    margin-top: 10px;
  }

  .account-form__file-desc {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .poisk form {
    grid-template-columns: auto;
  }

  .poisk input,
  .poisk .poisk__btn {
    max-width: 425px;
  }

  .account__content.create-event .account__notification--success {
    padding-top: 0;
  }

  .ask-a-question {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ask-a-question__heading {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    max-width: 400px;
    margin-bottom: 20px;
  }

  .contact-us__container {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .bottom-header-mob__btn .sign-in__link-text,
  .bottom-header-mob__btn .top-header-lc__line,
  .bottom-header-mob__btn .top-header-lc__sigup {
    display: block !important;
  }  
  .container {
    padding: 0 70px;
  }

  .custom-toggle {
    margin-top: 30px;
  }

  .log-in__tabs-nav {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .log-in__row {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .log-in__checkbox {
    margin-top: 15px;
  }

  .log-in__obligatory {
    margin: 0;
  }

  .modal__wrapper {
    padding: 50px 20px;
  }
  .account {
    padding-bottom: 40px;
  }

  .account__wrapper {
    display: block;
  }

  .account__menu {
    padding: 0;
  }

  .account__menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
  }
  .account__menu-list-item:not(:last-child) {
    margin-bottom: 0;
  }
  .account__menu-link {
    padding: 10px 20px;
  }
  .account__menu-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-height: 60px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      opacity 0s 0.6s, visibility 0s 0.6s,
      -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s 0.6s,
      visibility 0s 0.6s, -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s 0.6s,
      visibility 0s 0.6s;
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s 0.6s,
      visibility 0s 0.6s, -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }

  .account__menu.open .account__menu-content {
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    -webkit-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      opacity 0s, visibility 0s,
      -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s,
      visibility 0s, -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s, visibility 0s;
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s, visibility 0s,
      -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }

  .account__menu-link:not([href]) {
    display: none;
  }

  .account__content-title {
    font-size: 14px;
  }

  .account__container {
    padding: 0 70px;
  }

  .account__menu-inner {
    background-color: #fff;
    padding: 60px 0 0;
  }

  .account__content-loyalty-discount-title {
    font-size: 14px;
  }

  .account__content-loyalty-discount-table table {
    width: 628px;
  }

  ._container {
    padding: 0 30px;
  }

  .account__title {
    font-size: 12px;
  }

  .account__menu-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    max-height: 60px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      opacity 0s 0.6s, visibility 0s 0.6s,
      -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s 0.6s,
      visibility 0s 0.6s, -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s 0.6s,
      visibility 0s 0.6s;
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s 0.6s,
      visibility 0s 0.6s, -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }

  .account__menu.open .account__menu-content {
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    -webkit-transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      opacity 0s, visibility 0s,
      -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s,
      visibility 0s, -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s, visibility 0s;
    transition: max-height 0.6s cubic-bezier(0.55, 0, 0.1, 1),
      box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1), opacity 0s, visibility 0s,
      -webkit-box-shadow 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  }

  .account__menu-list:not(:last-child) {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .account__menu-list-item.current {
    margin-bottom: 0;
  }

  .account__instructions {
    display: none;
  }

  .account__content {
    padding-top: 20px;
  }

  .account__content-title {
    font-size: 14px;
  }

  .account__content-description {
    margin-top: 20px;
  }
  .account__scores-current {
    margin-top: 20px;
  }
  .account__content-item-qr-wrapper {
    grid-template-columns: auto;
  }
  .account__content-block-title {
    font-size: 14px;
  }
  .account__content-table tbody tr td {
    font-size: 12px;
  }
  .account__recommendations-registration-title {
    margin-top: 20px;
  }
  .account__feeding-calc-table-container {
    margin-bottom: 20px;
  }
  .account__content-bonus-item-title {
    font-size: 12px;
    line-height: 16px;
  }
  .account__content-bonus-item-cost {
    font-size: 12px;
    line-height: 18px;
  }
  .report__form-btns {
    grid-template-columns: auto;
  }
  .report__form-preview {
    max-width: 215px;
    grid-template-columns: repeat(3, 1fr);
  }
  .contact-us__container {
    padding: 0 70px;
  }
}

@media (max-width: 640px) {
  .modal--program-rules .modal__content {
    padding: 25px 15px 20px;
  }

  .account__container {
    padding: 0 35px;
  }

  .account__content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .account__content-item-text {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .account__content-item-btn {
    max-width: 100%;
  }

  .account__content-tabs-navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .account__content-tabs-switch {
    width: 100%;
  }

  .account__content.my-events .account__content-item-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 10px;
  }

  .account__content.my-events .account__content-item-link-btn {
    margin-top: 20px;
  }

  /* .account__content.events-report .account__content-item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .account__content.events-report .account__content-item-link-btn {
    height: 40px;
  } */
  .contact-us__container {
    padding: 0 35px;
  }
}

@media (max-width: 425px) {
  .custom-toggle {
    width: 100%;
  }

  .log-in__btn {
    max-width: 100%;
  }

  .account__title {
    font-size: 14px;
  }

  .account__content-articles-block-items {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }

  .account__container {
    padding: 0 20px;
  }

  .account__content-btn-block-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .account__content-dwnld-btn {
    max-width: 100%;
  }

  .account__content-sub-title {
    font-size: 12px;
  }

  .account__content-tabs-block-items,
  .account__content-bonus-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .account__content-tabs-block-items_trainings {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account__content-tabs-item-title {
    font-size: 12px;
  }

  .account__content-tabs-item-link {
    font-size: 12px;
  }

  .account__content-tabs-item-link-archive {
    font-size: 10px;
  }

  .account__content-tabs-img-box_trainings {
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .account__content_distributors-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account__content_distributors-img-box {
    max-width: 100%;
  }

  .account__content_distributors-desc-btn {
    margin-top: 20px;
  }

  __container {
    padding: 0 20px;
  }

  .account__recommendations-registration-list-item-link {
    max-width: 100%;
  }

  .account__content.create-event .account-form__submit-btn {
    max-width: 100%;
    width: 100%;
  }

  .account__content.my-events .account__content-item-link-btn {
    max-width: 100%;
  }

  .account__content.my-confirmed-events .account__content-item-link-btn {
    max-width: 100%;
  }

  .account__brider-calc-table.table_cats tr td:first-of-type {
    width: 50%;
  }

  .contact-us__container {
    padding: 0 20px;
  }
  .account__content-bonus-item-title {
    min-height: 48px;
  }
  .orders-and-shipments
    .simplebar-track.simplebar-horizontal
    .simplebar-scrollbar::before {
    min-width: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
