@charset "UTF-8";

@keyframes a {
  0% {
    transform: translatey(-100%)
  }

  to {
    transform: translatey(0)
  }
}

.container,
body {
  position: relative
}

.container {
  margin: 0 auto;
  max-width: 100%;
  width: 430px;
  padding: 0 20px
}

.container .container {
  padding: 0
}

body {
  margin: 0;
  overflow-x: clip;
  font-weight: 400;
  color: #172221
}

body.no-scroll {
  overflow-y: hidden
}

* {
  box-sizing: border-box
}

*,
.editor__text textarea:focus,
:focus {
  outline: 0
}

sup {
  font-size: 16px;
  color: #319273;
  font-weight: 600
}

svg {
  transition: all .4s
}

a,
button,
fieldset,
figure,
iframe,
li {
  padding: 0;
  margin: 0;
  border: 0;
  background: 0 0;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-family: inherit
}

a:active,
button:active,
fieldset:active,
figure:active,
iframe:active,
input:active,
li:active,
textarea:active {
  outline: 0
}

[role=button] {
  cursor: pointer
}

button {
  font-size: inherit
}

ul li {
  list-style: none;
  cursor: default
}

b,
input,
strong,
textarea {
  font-weight: 400
}

input,
textarea {
  border: 0;
  text-decoration: none;
  color: inherit;
  outline: 0;
  background: 0 0;
  -webkit-appearance: none;
  appearance: none;
  font-family: Manrope
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  font: inherit;
  transition: all .4s
}

textarea {
  resize: none
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

input[type=number] {
  -moz-appearance: textfield
}

[data-modal] {
  text-align: left
}

.wrapper,
body,
html {
  display: flex;
  flex-direction: column;
  min-height: 100%
}

.wrapper,
body {
  flex: 1 1 auto
}

.wrapper {
  overflow-x: clip
}

.wrapper>* {
  width: 100%
}

time {
  font-size: 12px;
  font-weight: 500;
  color: #96a0aa
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balanse
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-size: inherit
}

img,
small {
  max-width: 100%
}

img {
  border: 0
}

[class*=img] picture {
  width: 100%;
  height: 100%
}

small {
  display: block
}

input[type=button],
input[type=submit] {
  cursor: pointer
}

picture {
  display: flex;
  justify-content: center
}

input:focus-visible,
textarea:focus-visible {
  outline: 1px solid #319273
}

a:not(.button):focus-visible {
  color: #319273
}

.input-wrapper,
.input-wrapper p {
  display: grid
}

.logo,
.main {
  display: flex
}

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

.button,
.menu li,
.submit,
.tel,
a {
  transition: color .3s, background .3s, opacity .3s
}

.menu li:not(.menu-item-has-children) a {
  transition: none
}

.link-button {
  display: inline-flex;
  justify-content: center;
  align-items: center
}

.underline {
  position: relative
}

.underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: 0 0;
  transition: all .4s
}

.is-closing {
  z-index: 1 !important
}

[hidden] {
  display: none !important
}

html:not(.loaded) ._dynamic_adapt_,
html:not(.loaded) .sub-menu-wrapper,
html:not(.loaded) [data-da*=header__mobile],
html:not(.loaded) [data-da] {
  display: none
}

.img-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.ibg {
  position: relative
}

.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover
}

.more-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical
}

.col {
  display: grid;
  grid-template-columns: 100%;
  justify-items: start
}

.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.justify-center {
  justify-content: center;
  justify-items: center;
  text-align: center
}

.justify-end {
  justify-content: end
}

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

.justify-between {
  width: 100%;
  justify-content: space-between
}

.align-center {
  align-items: center
}

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

.grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.title {
  max-width: 809px;
  margin: 0 auto;
  font-weight: 700;
  text-align: center
}

.title_left {
  margin-left: 0;
  text-align: left
}

.title_center {
  text-align: center
}

.title-page {
  margin-bottom: 30px;
  font-weight: 600;
  text-align: left
}

.title-page:has(+.section__text) {
  margin-bottom: 20px
}

.title-1 {
  font-size: 24px;
  font-weight: 700;
  text-align: center
}

.title-2 {
  font-size: 18px;
  font-weight: 600
}

.title-3 {
  font-weight: 700
}

.title-4 {
  font-weight: 600
}

.title-icon:before {
  content: "";
  display: inline-block;
  margin-left: -21px;
  translate: 0 -9px;
  width: 30px;
  height: 30px;
  background: url(../img/icons/title-icon.svg) 50%/contain no-repeat
}

.title span,
.title-2 span,
.title-4 span {
  color: #319273
}

.subtitle {
  max-width: 816px;
  font-size: 18px;
  font-weight: 500
}

.medium {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 500
}

.bold,
.quote:before {
  font-weight: 700
}

.quote {
  position: relative
}

.quote:before {
  content: "”";
  display: inline-block;
  margin-left: -5px;
  font-size: 50px;
  color: #319273;
  line-height: .5;
  rotate: 180deg
}

.dashed {
  color: #96a0aa;
  font-weight: 500;
  border-bottom: 1px dashed #96a0aa;
  transition: all .4s;
  justify-self: start
}

.active-color {
  color: #319273;
  border-color: #319273
}

.box {
  padding: 20px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05)
}

.box[class*=__item] {
  transition: all .4s
}

.box_gray {
  background: #f0f4f8
}

.items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 30px
}

.item-icon {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #c0c6cc;
  font-size: 12px;
  font-weight: 500;
  transition: all .4s
}

.item-icon svg {
  max-width: 14px;
  max-height: 14px;
  fill: #319273
}

.item-icon_gray svg {
  fill: #c0c6cc
}

.item-icon:focus-visible,
.text-block button:focus-visible strong {
  color: #319273
}

.item-icon:focus-visible svg {
  fill: #319273
}

.labels {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 15px
}

.label,
.popular-tags a {
  padding: 6px 12px;
  font-weight: 500
}

.label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  background: #fff;
  border-radius: 10px
}

.label_black {
  background: #000;
  color: #fff
}

.datepicker__cal td.is-selected div,
.label_active,
.popular-tags a.active {
  background: #319273;
  color: #fff
}

.dropdown.active .dropdown__icon svg,
.dropdown.active .profile__icon svg,
.label_active-icon svg {
  fill: #319273
}

.label_red {
  background: #eb5757;
  color: #fff
}

.label_red-icon svg {
  fill: #eb5757
}

.label_blue {
  background: #2f80ed;
  color: #fff
}

.label_blue-icon svg {
  fill: #2f80ed
}

.label_gray {
  background: #f7f9fa
}

.label_gray-dark {
  background: #f4f7f6
}

.label svg {
  max-width: 16px;
  max-height: 16px
}

.popular-tags,
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.popular-tags {
  margin-bottom: 22px
}

.popular-tags a {
  background: rgba(49, 146, 115, .1);
  border-radius: 20px;
  transition: all .4s
}

.popular-tags_gray a {
  background: rgba(143, 177, 164, .1)
}

.tags {
  grid-column: 1/-1;
  max-width: 100%;
  flex: 1 1 100%
}

.tags:empty {
  display: none
}

.tags_end {
  order: 2
}

.tags_inline {
  flex: auto;
  order: -1
}

.tags:last-child {
  flex: 1 1 100%
}

.tags-selected {
  min-height: 0;
  transition: all .4s
}

.tags-selected:has(.tag) {
  min-height: 26.8px
}

.tags-selected .tag {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 2px 12px;
  color: #96a0aa;
  cursor: pointer
}

.pagination__items li.active span,
.tags-selected .tag_active {
  color: #fff
}

.tags-selected .tag .close {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  background: #96a0aa;
  mask: url(../img/icons/close.svg) center/10px no-repeat;
  -webkit-mask: url(../img/icons/close.svg) center/10px no-repeat;
  transition: all .4s
}

.tags-selected .tag:focus-visible .close {
  background: #172221
}

.tag {
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid #c0c6cc;
  transition: all .4s
}

.tag.active,
.tag_black {
  background: #172221;
  color: #fff
}

.tag_gray {
  background: #f7f9fa;
  color: #96a0aa;
  border-color: transparent
}

.tag_small {
  border-radius: 10px
}

.tag_active {
  background: #319273;
  border-color: #319273;
  color: #fff
}

.tag-reset {
  order: 2
}

.checkbox-text .tag:focus-visible {
  background: #f7f9fa
}

.datepicker {
  width: 100%
}

.datepicker__container {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .08)
}

.datepicker__cal td div,
.datepicker__header {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500
}

.datepicker__header {
  position: relative;
  padding: 12px 24px;
  gap: 4px;
  border-bottom: 1px solid #96a0aa;
  font-size: 16px
}

.datepicker__next,
.datepicker__prev {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 3;
  font-size: 20px;
  transition: all .4s
}

.datepicker__prev {
  left: 25px
}

.datepicker__next {
  right: 25px
}

.datepicker__cal {
  padding: 12px 25px
}

.datepicker__cal th {
  font-size: 10px;
  font-weight: 500;
  line-height: .9;
  letter-spacing: .3px;
  text-transform: uppercase
}

.datepicker__cal td div {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  transition: all .4s
}

.datepicker__title select {
  display: flex;
  flex-direction: column-reverse
}

.datepicker__title select option:nth-child(n+101) {
  display: none
}

.options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px
}

.option,
.options {
  position: relative
}

.option:has(.test) {
  position: static
}

.option.active .option__content,
.option.selected .option__counter {
  opacity: 1;
  pointer-events: auto
}

.option__button {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  border-radius: 10px;
  background: #f0f4f8;
  font-weight: 500;
  transition: all .4s
}

.option__button span:first-child {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left
}

.option__button svg {
  width: 18px;
  height: 18px;
  fill: #172221
}

.option__button:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icons/curret.svg) 50%/contain no-repeat;
  transition: all .4s
}

.option__button-date:after,
.option__button_not-arrow:after {
  display: none
}

.option__button-date {
  position: relative;
  width: 90px
}

.option__button-date .input-date {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.option__button-date input {
  width: 100%;
  height: 34px;
  opacity: 0
}

.option__button-date input:focus-visible {
  outline: 0
}

.option__button.active,
.option__button_black {
  background: #172221;
  color: #fff
}

.option__button.active:after,
.option__button_black:after {
  rotate: -180deg;
  filter: brightness(0) invert(1)
}

.option__button.active svg,
.option__button_black svg {
  fill: #fff
}

.option__button_filter {
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 5px
}

.input-file.selected .input-file-text:before,
.option__button_filter:after {
  display: none
}

.option__content {
  position: absolute;
  left: 0;
  top: calc(100% + 5px);
  z-index: 7;
  min-width: 100%;
  padding: 12px;
  display: grid;
  gap: 12px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .08)
}

.option__content:not(:has(.test)) {
  max-height: 300px;
  padding-right: 14px;
  width: calc(100% + 14px);
  overflow-y: auto;
  overflow-x: hidden;
  width: auto
}

.option__content:not(:has(.test))::-webkit-scrollbar {
  width: 2px
}

.option__content:not(:has(.test))::-webkit-scrollbar-track-piece {
  background: #f0f4f8;
  border-radius: 4px
}

.option__content:not(:has(.test))::-webkit-scrollbar-thumb {
  background: #3eb891;
  border-radius: 4px
}

.option__content:has(.test) {
  padding: 0;
  max-height: none;
  overflow: hidden
}

.option__content.right {
  right: 0;
  left: auto
}

.option__label {
  color: #c0c6cc;
  font-size: 14px
}

.option__checkboxes {
  display: grid;
  gap: 15px
}

.option__checkboxes .checkbox {
  align-items: flex-start
}

.option__checkboxes .checkbox__round {
  position: relative
}

.option__checkboxes .checkbox__round:before {
  border: 1px solid #c0c6cc;
  border-radius: 50%
}

.option__checkboxes .checkbox__text {
  margin-top: -2px;
  color: #c0c6cc;
  transition: all .4s;
  white-space: nowrap
}

.option__checkboxes .checkbox__input:checked~.checkbox__round:before {
  background: #319273 url(../img/icons/check-white.svg) 50%/10px no-repeat
}

.option__checkboxes .checkbox__input:checked~.checkbox__text {
  color: #172221
}

.option__range {
  display: grid;
  grid-template-columns: 1fr 1fr
}

.option__range input {
  width: 100%;
  background: #f0f4f8;
  border-radius: 5px;
  font-size: 16px
}

.option__list {
  display: grid;
  gap: 10px;
  color: rgba(23, 34, 33, .6)
}

.option__list .checkbox-text .checkbox__text {
  padding: 0;
  border: 0
}

.option__list .checkbox-text .checkbox__input:checked~.checkbox__text {
  color: #319273;
  background: 0 0
}

.option__counter,
.option__row {
  display: flex;
  align-items: center
}

.option__counter {
  position: absolute;
  left: 0;
  top: 0;
  translate: -50% -50%;
  min-width: 16px;
  height: 16px;
  padding: 3px;
  justify-content: center;
  background: #319273;
  border-radius: 17px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  opacity: 0;
  transition: all .4s;
  pointer-events: none
}

.option__row {
  justify-content: space-between;
  gap: 12px
}

.main-video video,
.option__row .button {
  width: 100%;
  border-radius: 10px
}

.option__tooltip {
  position: absolute;
  right: 0;
  top: -8px
}

.option__tooltip svg {
  width: 17px;
  height: 17px;
  fill: #8fb1a4
}

.option__info,
.option__tooltip .tooltip {
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .24)
}

.option__tooltip .tooltip {
  padding: 8px 15px;
  min-width: 200px;
  background: #fff;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(23, 34, 33, .6);
  text-align: left
}

.option__info {
  left: auto !important;
  right: 0 !important;
  width: calc(100vw - (100vw - 1166px));
  padding: 20px
}

.test {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-bottom: 17px
}

.test-column-2 {
  grid-template-columns: repeat(2, 1fr)
}

.test+.test {
  padding-top: 20px;
  border-top: 1px solid #c0c6cc
}

.test__close {
  position: sticky;
  top: 0;
  right: 10px;
  z-index: 3;
  margin-left: auto;
  display: flex
}

.test__close svg {
  width: 16px;
  height: 16px;
  fill: #96a0aa
}

.test-wrapper {
  position: relative;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 22px 22px 0;
  overscroll-behavior: contain
}

@supports (-moz-appearance:none) {
  .test-wrapper {
    scrollbar-color: #d9dee3 #ebedee;
    scrollbar-width: thin
  }
}

.test-wrapper::-webkit-scrollbar {
  width: 16px
}

.test-wrapper::-webkit-scrollbar-track-piece {
  background-color: #ebedee
}

.test-wrapper::-webkit-scrollbar-thumb {
  background-color: #d9dee3
}

.test__item-title {
  margin-bottom: 16px;
  font-weight: 600
}

.test__item-title_gray {
  color: rgba(23, 34, 33, .6)
}

.test__item-title_full {
  margin-bottom: 0;
  grid-column: 1/-1
}

.test__item-checkboxes {
  display: grid;
  gap: 8px
}

.test__item-checkboxes .checkbox {
  align-items: center
}

.test__item-checkboxes .checkbox__round:before {
  border-radius: 50%
}

.test__item-checkboxes .checkbox__input:not(:checked)+span:before {
  border-color: #96a0aa
}

.pagination__items li span,
.test__item-checkboxes .checkbox__text {
  color: #96a0aa
}

.test__item-checkboxes .checkbox:has([type=radio]) .checkbox__input {
  pointer-events: none
}

.test__item-checkboxes .checkbox:has([type=radio]) .checkbox__input:checked+span:before {
  background: 0 0
}

.test__item-checkboxes .checkbox:has([type=radio]) .checkbox__input:checked+span:after {
  opacity: 1
}

.test__item-checkboxes .checkbox:has([type=radio]) .checkbox__round {
  position: relative
}

.test__item-checkboxes .checkbox:has([type=radio]) .checkbox__round:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 50%;
  height: 50%;
  background: #8fb1a4;
  border-radius: 50%;
  opacity: 0;
  transition: all .4s
}

.test__item-checkboxes .checkbox:has([type=radio]) .checkbox__text {
  color: #96a0aa
}

.test__result {
  position: sticky;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% + 44px);
  margin-left: -22px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 17px 22px;
  background: #fff;
  border-top: 1px solid #d9dee3
}

.test__result span {
  font-weight: 500
}

.datepicker__pane:not(:first-child) {
  display: none
}

.page {
  flex: 1 1 auto
}

.page_light {
  position: relative
}

.page_light:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: #f5faff
}

.page__top {
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 25px
}

.page-edit,
.page__top {
  display: flex;
  align-items: center
}

.page-edit {
  justify-content: flex-end;
  gap: 20px;
  order: 5;
  margin-top: 20px
}

.page-bg .header-main-wrapper {
  padding-top: 141px
}

body {
  line-height: 1.3;
  font-size: 16px;
  font-family: Manrope
}

.section-white,
li.menu-item-has-children.active li:hover>a .menu-item-arrow {
  background: #fff
}

.section-white-bottom,
.section-white-top {
  position: relative;
  z-index: 1
}

.section-white-bottom:after,
.section-white-top:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
  pointer-events: none;
  background: #fff
}

.section-white-bottom:after {
  bottom: 0
}

.section-white-top:after {
  top: 0
}

.section__text {
  margin-bottom: 40px
}

.section__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px
}

.section__top .title-page {
  margin-bottom: 0
}

.button {
  padding: .75em 1.5em;
  min-height: 46px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
  text-align: center
}

.button:has(svg) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px
}

.button svg {
  max-width: 20px;
  max-height: 20px;
  fill: #fff
}

.button_active {
  background: #319273
}

.button_active:focus-visible {
  background: #58a78f
}

.button_black {
  background: #172221
}

.button_black:focus-visible {
  background: #2c403f
}

.button_border {
  border-radius: 50px;
  border: 2px solid #fff
}

.button_border:focus-visible {
  background: #fff;
  color: #319273
}

.button_border.button_active {
  background: 0 0;
  border-color: #319273;
  color: #319273
}

.button_border.button_active:focus-visible {
  background: #319273;
  color: #fff
}

.button_gray {
  background: #f0f4f8;
  color: #96a0aa
}

.button_gray:focus-visible {
  background: #d8e2ed
}

.button_graydark {
  background: #d9dee3;
  color: rgba(23, 34, 33, .6)
}

.button_graydark:focus-visible {
  background: #319273;
  color: #fff
}

.button-more {
  margin-top: 30px;
  font-weight: 700
}

.button-link {
  font-weight: 500;
  color: #96a0aa;
  border-bottom: 1px dashed #96a0aa
}

.button-link:focus-visible,
.button-link_active {
  color: #319273;
  border-color: #319273
}

.button-page {
  margin-top: 10px
}

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

[type=submit][disabled] {
  opacity: .5;
  cursor: not-allowed
}

.price {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap
}

.price_old {
  font-size: .6666666667em;
  color: #c0c6cc
}

.price_old:first-child:after {
  content: " /"
}

.price small {
  margin-right: 4px;
  text-transform: uppercase;
  font-size: .6666666667em
}

.price_new {
  color: #319273
}

.price small,
.price-date {
  display: inline-block;
  color: #c0c6cc
}

.price-date {
  margin-left: 20px;
  font-weight: 500;
  font-size: 16px
}

.logo img {
  object-fit: contain
}

.dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer
}

.dropdown.left .dropdown__content {
  right: auto;
  left: -10px
}

.dropdown__content {
  position: absolute;
  right: -10px;
  top: calc(100% + 5px);
  z-index: 3;
  display: grid;
  gap: 5px;
  padding: 14px 10px;
  min-width: 240px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .45);
  opacity: 0;
  pointer-events: none;
  color: #172221;
  font-size: 16px;
  transition: all .2s
}

.dropdown__content:after {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  z-index: 1;
  width: calc(100% + 50px);
  height: calc(100% + 50px)
}

.dropdown.active .dropdown__content {
  opacity: 1;
  pointer-events: auto
}

.dropdown.active .dropdown__icon {
  rotate: -180deg
}

.dropdown__item {
  position: relative;
  z-index: 2;
  padding: 4px 10px;
  color: #172221;
  border-radius: 10px;
  transition: all .4s
}

.dropdown__item_light {
  color: #c0c6cc
}

.dropdown__icon {
  transition: all .4s
}

.dropdown__icon svg {
  width: 8px;
  height: 8px;
  stroke: #fff;
  fill: none
}

.dropdown__icon,
.profile,
.profile-auth {
  display: flex;
  align-items: center
}

.profile-auth {
  gap: 25px
}

.profile__icon svg {
  width: 19px;
  height: 19px;
  stroke: #fff
}

.profile__name {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
  -webkit-user-select: none;
  user-select: none
}

.profile__photo {
  flex-basis: 24px;
  width: 24px;
  height: 24px;
  flex-grow: 0;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden
}

.profile__photo img,
.profile__photo picture {
  width: 100%;
  height: 100%
}

.profile__photo img {
  object-fit: cover
}

.notify span,
.profile__photo span {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center
}

.profile__photo span {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-weight: 600;
  background: #96a0aa
}

.notify,
.profile__photo {
  position: relative
}

.notify svg {
  width: 14px;
  height: 17px;
  stroke: #fff;
  fill: none
}

.notify span {
  right: -7px;
  top: -7px;
  min-width: 16px;
  height: 16px;
  padding: 3px;
  background: #eb5757;
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.editor {
  display: grid;
  gap: 10px;
  width: 100%
}

.editor-wrapper {
  border-radius: 10px;
  overflow: hidden
}

.editor__row {
  display: flex;
  align-items: center;
  gap: 8px
}

.editor__words {
  font-size: 12px;
  color: #c0c6cc
}

.editor__top {
  padding: 6px 12px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  background: #96a0aa
}

.editor__button {
  display: flex
}

.editor__button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all .2s
}

.edit-buttons svg:focus-visible,
.editor__button svg:focus-visible,
.popup__close svg:focus-visible {
  fill: #319273
}

.editor__text {
  width: 100%;
  padding: 12px 12px 23px;
  background: #f0f4f8
}

.editor__text textarea {
  width: 100%;
  min-height: 50px;
  padding: 0;
  line-height: 1.4;
  color: rgba(23, 34, 33, .6);
  font-size: 16px;
  overflow: hidden
}

.edit-buttons,
.remove {
  display: flex;
  align-items: center
}

.remove {
  justify-content: center;
  padding: 13px;
  border-radius: 10px;
  background: #f7f9fa;
  transition: all .4s
}

.remove svg {
  width: 18px;
  height: 18px
}

.edit-buttons {
  gap: 27px
}

.edit-buttons svg {
  max-width: 13px;
  max-height: 15px;
  fill: #172221
}

.section-404-wrapper {
  display: grid;
  justify-items: center;
  text-align: center
}

.section-404__title {
  font-weight: 700;
  line-height: 1;
  color: #319273
}

.section-404__subtitle {
  font-weight: 700
}

.social {
  display: flex;
  align-items: center;
  gap: 14px
}

.social svg {
  width: 21px;
  height: 21px
}

.form {
  width: 100%
}

.form .submit {
  margin-top: 15px;
  justify-self: start
}

.form__text {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, .6)
}

.form .checkbox__text a,
.form__text a,
.text-block a {
  text-decoration: underline
}

.contact__intro {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
  margin-bottom: 24px;
  max-width: 520px;
}
.contact__actions { display: flex; flex-direction: column; align-items: flex-start; gap: 14px }
.contact__tg-btn { display: inline-flex; align-items: center; gap: 10px; min-height: 48px }
.contact__tg-btn .telegram-icon { width: 22px; height: 22px; fill: currentColor }
.contact__email-link { font-size: 14px; color: #319273; text-decoration: underline }
.contact__email-link:hover { color: #287a60 }

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #232323;
  color: #fff;
  padding: 14px 0;
  box-shadow: 0 -4px 24px rgba(0,0,0,.18);
}
.cookie-banner[hidden] { display: none }
.cookie-banner__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  line-height: 1.45;
}
.cookie-banner__text { flex: 1 }
.cookie-banner__text a { color: #fff; text-decoration: underline }
.cookie-banner__btn {
  flex: 0 0 auto;
  padding: 9px 18px;
  background: #319273;
  color: #fff;
  border: 0;
  border-radius: 24px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background .15s;
}
.cookie-banner__btn:hover { background: #287a60 }
@media (max-width: 640px) {
  .cookie-banner__inner { flex-direction: column; align-items: stretch; text-align: center; gap: 10px }
  .cookie-banner__btn { width: 100%; padding: 11px 18px }
}

.form .checkbox {
  align-items: flex-start
}

.form .checkbox__round {
  position: relative;
  margin-top: -2px
}

.form .checkbox__round:before {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 3px;
  transition: all .2s
}

.form .checkbox__round:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(../img/icons/check-popup.svg) 50%/contain no-repeat;
  transition: all .2s;
  opacity: 0
}

.form .checkbox__input:checked+.checkbox__round:before {
  background-color: none;
  opacity: 0
}

.form .checkbox__input:checked+.checkbox__round:after {
  opacity: 1
}

.form .checkbox__text,
.input-item small {
  font-size: 10px;
  font-weight: 300
}

.input-wrapper {
  gap: 15px
}

.input {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 12px;
  font-size: 16px
}

.input_border {
  border-radius: 50px;
  border: 1px solid #319273
}

.input-before {
  position: absolute;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
  color: #96a0aa;
  font-size: 16px
}

.input-before:before {
  content: "#"
}

.input-before+input {
  padding-left: 30px !important
}

.input .checkbox {
  display: flex;
  align-items: center
}

.input .checkbox__text,
.text-block button strong {
  transition: all .4s
}

.input .checkbox__round {
  position: relative
}

.input .checkbox__round:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #319273;
  opacity: 0;
  transition: all .2s
}

.input input[type=radio]~.checkbox__round:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: 0 0
}

.input input[type=radio]:not(:checked)~.checkbox__text {
  color: #c0c6cc
}

.input input[type=radio]:checked~.checkbox__round:before {
  background: 0 0
}

.input input[type=radio]:checked~.checkbox__round:after {
  opacity: 1
}

.input:has(.input-date) {
  cursor: pointer
}

.input .input-date input {
  font-size: 16px;
  font-family: Manrope;
  font-weight: 400
}

.textarea {
  padding: 10px 12px;
  font-size: 16px
}

.input,
.textarea {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  color: #172221
}

.input-gray::placeholder,
.input::placeholder,
.textarea::placeholder {
  color: #c0c6cc
}

.input-gray {
  background: #f0f4f8;
  font-size: 16px
}

.input-item {
  display: grid;
  gap: 12px;
  justify-items: start;
  align-items: end;
  font-weight: 500
}

.input-item>span .checkbox {
  align-items: center;
  gap: 4px;
  color: #96a0aa;
  font-size: 11px
}

.input-item>span .checkbox__round:before {
  width: 12px;
  height: 12px;
  border-radius: 2px
}

.input-item>span .checkbox__input:checked+.checkbox__round:before {
  background-size: 50%
}

.input-item>span .checkbox__input:checked~.checkbox__text {
  color: #96a0aa
}

.input-item span {
  cursor: pointer
}

.input-item-submit .input-wrapper {
  display: flex;
  gap: 0;
  width: 100%
}

.input-item-submit input {
  padding-right: 26px
}

.input-item-submit .submit {
  padding: 10px 12px;
  margin-left: -15px;
  min-height: 42px;
  border-radius: 10px
}

.account .input-item:has(.checkbox) .checkbox,
.account .input-item:has(.checkbox) .input {
  max-width: 100%
}

.account .input-item:has(.checkbox),
.account .input-item:has(.checkbox) .checkbox__text {
  width: 100%
}

.input-file {
  position: relative;
  min-width: 100%;
  min-height: 130px;
  pointer-events: none;
  background: #f0f4f8;
  border-radius: 24px
}

.input-file input,
.input-file-text {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer
}

.input-file input {
  inset: 0;
  opacity: 0;
  pointer-events: auto
}

.input-file-text {
  top: 0;
  left: 0;
  z-index: 2;
  display: grid;
  gap: 7px;
  align-items: center;
  justify-items: center;
  align-content: center;
  color: #172221;
  font-weight: 500;
  font-size: 16px
}

.input-file-text:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icons/add.svg) 50%/contain no-repeat
}

.input-file-img {
  position: relative;
  height: 100%;
  border-radius: 24px
}

.input-file-img>picture {
  filter: blur(1px);
  opacity: .5;
  max-height: 100%;
  overflow: hidden
}

.input-file-img>picture img {
  object-position: top;
  object-fit: cover
}

/* Видео-превью в поле загрузки. Без явных размеров элемент брал intrinsic
 * 300x150 и в вертикальном (9:16) видео показывалась только верхушка — юзеры
 * жаловались «макушка торчит» / пустой голубой прямоугольник. */
.input-file-img>video {
  display: block;
  width: 100%;
  max-height: 265px;
  object-fit: contain;
  background: #000;
  border-radius: 24px;
}

.input-file-img .close {
  position: absolute;
  right: 16px;
  top: 16px;
  pointer-events: auto;
  z-index: 3;
  width: 16px;
  height: 16px
}

.input-file-img .tooltip {
  right: 20px !important;
  left: auto !important
}

.input-file:not(.selected) .input-vile-img {
  display: none
}

.input-tags {
  grid-column: 1/-1
}

.input-date {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: center;
  width: 100%;
  height: 100%
}

.input-date span {
  font-weight: 500
}

.input-date input {
  cursor: pointer;
  width: 100%;
  -webkit-user-select: none;
  user-select: none
}

.input-date input::placeholder {
  opacity: .9;
  color: #c0c6cc
}

.input-date input:focus-visible {
  outline: 0
}

.input-date .datepicker {
  position: relative
}

.input-date .datepicker:after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 18px;
  height: 18px;
  background: url(../img/icons/calendar.svg) 50%/contain no-repeat;
  pointer-events: none
}

.input-radios {
  display: flex;
  align-items: center;
  border-radius: 10px
}

.input-radios,
.input-radios .checkbox {
  overflow: hidden
}

.input-radios .checkbox:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px
}

.input-radios .checkbox:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px
}

.input-radios .checkbox__input:checked~.checkbox__text {
  background: #fff;
  color: #172221
}

.input-radios .checkbox__round,
.mem-upload__file .input-file-text:before {
  display: none
}

.input-radios .checkbox__text {
  padding: 10px 12px;
  background: rgba(255, 255, 255, .6);
  color: #96a0aa;
  font-weight: 500;
  font-size: 16px;
  transition: all .4s
}

.input-radios-rating .checkbox__input:checked~.checkbox__text {
  background: #172221;
  color: #fff
}

.input-radios-rating .checkbox__text {
  min-width: 111px;
  text-align: center
}

.input-rating {
  width: 100%;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 12px;
  border-radius: 10px;
  background: #fff;
  color: #172221
}

.input-group {
  position: relative;
  align-self: end
}

.input-group .checkbox,
.password {
  width: 100%;
  position: static
}

.password {
  position: relative
}

.password__icon {
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
  width: 16px;
  height: 10px;
  background: url(../img/icons/password-hide.svg) 50%/contain no-repeat;
  transition: all .4s
}

.password__icon.active {
  background-image: url(../img/icons/password-show.svg)
}

.mem {
  display: inline-grid;
  gap: 12px;
  padding: 16px;
  max-width: 208px;
  background: #fff;
  border-radius: 12px;
  font-weight: 600;
  color: #172221
}

.mem_gray {
  background: #f0f4f8
}

.mem__img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px
}

.mem-upload {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start
}

.mem-upload__right {
  display: grid;
  gap: 8px
}

.mem-upload__text {
  font-size: 14px;
  font-weight: 500
}

.mem-upload__file {
  min-height: auto;
  min-width: auto;
  justify-self: start;
  background: 0 0
}

.mem-upload__file input {
  height: auto
}

.mem-upload__file .input-file-text {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  gap: 12px;
  height: auto;
  font-weight: 500;
  color: #319273;
  padding-right: 26px
}

.mem-upload__file .input-file-text:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/icons/download.svg) 50%/contain no-repeat
}

.mem-upload__file .input-file-img {
  position: static;
  flex: 1 1 100%;
  height: 200px;
  margin-top: 12px
}

.mem-upload__file .input-file-img .close {
  top: 44px
}

.popup,
.popup__dialog {
  width: 100%;
  min-height: 100%;
  justify-content: center;
  align-items: center
}

.popup {
  position: fixed;
  inset: 0;
  z-index: 11;
  display: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  padding: 20px 0;
  background: rgba(0, 0, 0, .7)
}

.popup__dialog {
  display: flex;
  flex-direction: column
}

.popup__content {
  position: relative;
  z-index: 1;
  width: 514px;
  max-width: 96vw;
  padding-top: 24px;
  padding-bottom: 40px;
  background: linear-gradient(157deg, #e8f5ee, #c1e6d4);
  color: #172221;
  transition: all .4s
}

.popup__content-center {
  display: grid;
  justify-items: center;
  align-items: center;
  align-content: center
}

.popup__content-center .popup__title {
  text-align: center
}

.popup__content-center .submit {
  justify-self: center
}

.popup__content:after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: url(../img/icons/flower.svg) 50%/contain no-repeat
}

.popup__scroll {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  max-height: 90dvh;
  padding-right: 9px;
  width: calc(100% + 9px);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain
}

.popup__scroll::-webkit-scrollbar {
  width: 4px
}

.popup__scroll::-webkit-scrollbar-track-piece {
  background: #f0f4f8;
  border-radius: 4px
}

.popup__scroll::-webkit-scrollbar-thumb {
  background: #3eb891;
  border-radius: 4px
}

.popup__title {
  margin-bottom: 20px
}

.popup__form form {
  display: grid;
  justify-content: center;
  grid-template-columns: 100%
}

.popup__form .submit {
  border-radius: 50px
}

.popup__close {
  position: absolute;
  z-index: 5;
  cursor: pointer;
  transition: all .4s
}

.popup__close svg {
  fill: rgba(23, 34, 33, .4)
}

.popup .reset {
  font-size: 10px;
  font-weight: 300;
  color: #172221
}

.popup__header-link {
  color: rgba(23, 34, 33, .5)
}

.popup__header-link.active {
  border-color: #172221;
  color: #172221
}

.popup .form__text,
.popup .form__text a {
  color: #172221
}

.popup .reset {
  color: #172221
}

.popup-register .input-radios .checkbox__text {
  background: rgba(255, 255, 255, .5);
  color: #5a6b69
}

.popup-register .input-radios .checkbox__input:checked~.checkbox__text {
  background: #fff;
  color: #172221
}

.popup-register .input-radios.hidden {
  display: none
}

.popup-thank .popup__content {
  min-width: 280px
}

.popup-thank .popup__content:after {
  display: none
}

.popup-thank .popup__title {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375
}

.popup-thank .popup__subtitle {
  font-size: 14px
}

.popup-thank img {
  width: 40px;
  height: 40px;
  object-fit: contain
}

.popup__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 25px
}

.popup__header-link {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  text-align: left;
  transition: all .4s
}

.popup__header-link.active {
  border-color: #172221;
  color: #172221
}

.popup-promotion__title {
  margin-bottom: 20px
}

.popup-promotion__text {
  max-width: 700px;
  color: #96a0aa;
  line-height: 1.6
}

.popup-promotion .popup__close svg,
.popup-test .popup__close svg {
  fill: rgba(23, 34, 33, .4)
}

.popup-promotion .popup__content {
  width: 989px
}

.popup-promotion .tabs-wrapper {
  display: grid
}

.popup-promotion .tabs__header {
  justify-self: start
}

.popup-promotion .tabs__header-link {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500
}

.popup-test .popup__content {
}

.popup-test .popup__button {
  white-space: nowrap
}

.popup-test__title {
  margin-bottom: 0
}

.popup-test-wrapper {
  display: grid;
  grid-template-columns: 1fr 265px;
  align-content: start;
  text-align: left
}

.popup-test__img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.popup-test__content,
.popup-test__left {
  display: grid
}

.popup-test__block {
  display: flex;
  align-items: flex-start;
  background: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286
}

.popup-test__block img {
  flex-grow: 0;
  flex-shrink: 0
}

.popup-test__bottom {
  display: flex;
  align-items: center
}

.popup-test__bottom p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4285714286
}

/* PSI-017: предупреждение гостям что для теста нужна регистрация */
.popup-test__notice {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 18px;
  margin: 16px 0;
  background: #fff4e0;
  border-left: 3px solid #f5a623;
  border-radius: 4px;
  color: #5a4a2a;
}

.popup-test__notice-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  stroke: #c07c12;
  fill: none;
  margin-top: 1px;
}

.popup-test__notice p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  color: inherit;
}

.popup-test__notice strong {
  font-weight: 700;
}

.popup_white .popup__content {
}

.popup-price .popup__content {
  width: min(100vw, 375px);
  padding: 0
}

.popup-price .popup__content .price_old {
  vertical-align: middle
}

.popup-price .popup__close svg {
  fill: rgba(23, 34, 33, .4)
}

.menu-link {
  display: none;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 20px;
  width: 20px;
  height: 14px;
  order: -1
}

.menu-link_active .menu-lines {
  background: 0 0
}

.menu-link_active .menu-lines:after {
  top: 0;
  transform: rotate(-135deg)
}

.menu-link_active .menu-lines:before {
  top: 0;
  transform: rotate(135deg)
}

.menu-lines,
.menu-lines:after,
.menu-lines:before {
  position: absolute;
  width: 20px;
  height: 1.5px;
  background-color: #172221;
  transition: .4s;
  pointer-events: none
}

.menu-lines {
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

.menu-lines:after,
.menu-lines:before {
  content: "";
  top: -6px;
  right: 0
}

.menu-lines:after {
  top: 6px
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px
}

.pagination__items {
  display: flex;
  gap: 10px
}

.pagination__items li,
.pagination__items li a,
.rating {
  display: flex;
  align-items: center
}

.pagination__items li {
  position: relative;
  z-index: 1;
  height: 36px;
  justify-content: center;
  border-radius: 5px;
  transition: all .4s
}

.pagination__items li.active {
  min-width: 36px;
  background: #319273;
  color: #fff;
  border: 1px solid #319273
}

.pagination__items li a {
  justify-content: center;
  min-width: 36px;
  padding: 4px
}

.pagination__items li a:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 1px solid #96a0aa;
  border-radius: 5px;
  box-sizing: border-box;
  transition: all .4s
}

.rating {
  gap: 5px
}

.rating__label {
  font-weight: 500;
  color: #96a0aa
}

.rating__body {
  position: relative;
  width: 100px
}

.rating__body:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../img/icons/star.svg) 0/20px repeat-x
}

.rating__active {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  overflow: hidden
}

.rating__active:before,
.rating__items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.rating__active:before {
  content: "";
  height: 20px;
  background: url(../img/icons/star-active.svg) 0/20px repeat-x
}

.rating__items {
  display: flex;
  height: 100%
}

.rating__items input {
  flex: 0 0 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  border: 0;
  cursor: pointer
}

.rating__value {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.header__search,
.rating__stars {
  display: flex;
  align-items: center;
  gap: 5px
}

.rating__stars svg {
  width: 18px;
  height: 18px;
  fill: #d9dee3
}

.rating__stars svg.active {
  fill: #f2994a
}

.header__search {
  position: relative;
  gap: 8px
}

.header__search .search__button {
  display: flex
}

.header__search .search__button svg {
  width: 13px;
  height: 13px;
  cursor: pointer;
  fill: none;
  stroke: #bdbdbd
}

.header__search .search__input input {
  width: 150px;
  border-bottom: .5px solid #4f4f4f;
  color: #fff;
  font-weight: 300;
  transition: all .2s;
  font-size: 14px;
  cursor: pointer
}

.header__search .search__input input::placeholder {
  color: #4f4f4f
}

.header__search .search__input input:focus+.search__content {
  opacity: 1;
  pointer-events: auto
}

.header__search .search__content {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  padding: 5px 24px 10px;
  background: #172221;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  pointer-events: none
}

.header__search .search__scroll {
  max-height: 70vh;
  padding-right: 9px;
  width: calc(100% + 9px);
  overflow-y: auto;
  overflow-x: hidden
}

.header__search .search__scroll::-webkit-scrollbar {
  width: 4px
}

.header__search .search__scroll::-webkit-scrollbar-track-piece {
  background: #f0f4f8;
  border-radius: 4px
}

.header__search .search__scroll::-webkit-scrollbar-thumb {
  background: #3eb891;
  border-radius: 4px
}

.header__search .search__items {
  display: grid;
  gap: 5px
}

.header__search .search__item {
  color: #96a0aa;
  font-size: 14px;
  font-weight: 300
}

.header__search .search__item span {
  color: #fff
}

.option__search .search__input {
  position: relative
}

.option__search .search__input input {
  width: 100%;
  height: 43px;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 32px;
  border-radius: 10px;
  border: 1px solid #c0c6cc
}

.option__search .search__input input::placeholder {
  color: #c0c6cc
}

.option__search .search__input input.input-gray {
  border: 0
}

.option__search .search__button {
  position: absolute;
  right: 10px;
  top: 50%;
  translate: 0 -50%
}

.option__search .search__button:focus-visible {
  outline: 0
}

.option__search .search__button:focus-visible svg {
  stroke: #319273
}

.option__search .search__button svg {
  width: 14px;
  height: 14px;
  stroke: #172221;
  fill: none
}

.switch {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer
}

.switch__round {
  position: relative;
  display: flex
}

.switch__round:before {
  content: "";
  width: 30px;
  height: 15px;
  border-radius: 30px;
  background: #172221;
  border: 1px solid transparent;
  transition: all .4s;
  box-sizing: border-box
}

.switch__round:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: min(9px, 12px);
  height: min(9px, 12px);
  max-height: calc(100% - 3px);
  transform: translatey(-50%);
  border-radius: 50%;
  background: #fff;
  transition: all .4s
}

.switch__input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  overflow: hidden
}

.switch__input:checked+span:before {
  background: #319273
}

.switch__input:checked+span:after {
  left: calc(100% - 3px);
  transform: translate(-100%, -50%)
}

.switch__input:checked+span~.switch__text {
  color: #319273
}

.switch__input:disabled~span {
  cursor: not-allowed;
  opacity: .4
}

.switch__input:focus-visible+span:before {
  border-color: #174637
}

.checkbox,
[data-spoller] {
  position: relative;
  cursor: pointer
}

[data-spoller] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px
}

[data-spoller]:after {
  content: "";
  display: block;
  width: 14px;
  flex-basis: 14px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 4px;
  background: url(../img/icons/plus.svg) 50%/contain no-repeat;
  transition: all .4s
}

[data-spoller].active:after {
  rotate: -180deg;
  background-image: url(../img/icons/minus.svg)
}

[data-spoller] span {
  color: #172221;
  flex: 1 1 auto
}

.checkbox {
  align-items: flex-start;
  -webkit-user-select: none;
  user-select: none
}

.checkbox,
.checkbox__round {
  display: flex;
  gap: 10px
}

.checkbox__round:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color .3s, border-color .3s;
  box-sizing: border-box
}

.checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  margin: 10px -1px -1px 10px
}

.checkbox__input:not(:checked)+span:before {
  border-color: #bccee0
}

.checkbox__input:checked+span:before {
  content: "";
  background: #319273 url(../img/icons/check-white.svg) 50%/contain no-repeat;
  background-size: 50%;
  border-color: #319273
}

.checkbox__input:disabled~span {
  opacity: .4;
  cursor: not-allowed
}

.checkbox__input:focus-visible+span:before {
  border-color: #174637
}

.checkbox__input[type=radio] {
  position: absolute;
  inset: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  clip: auto;
  cursor: pointer
}

.checkbox-text .checkbox__round {
  display: none
}

.checkbox-text .checkbox__input:checked~.checkbox__text,
.checkbox-text .checkbox__input:focus-visible~.checkbox__text {
  background: #319273;
  color: #fff
}

.account__contact .input-wrapper input,
.checkbox_single {
  font-size: 14px
}

.checkbox_single .checkbox__round:before {
  width: 18px;
  height: 18px
}

.crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #96a0aa
}

.crumbs-wrapper {
  margin-bottom: 5px;
  padding-top: 20px
}

.crumbs-wrapper+section {
  padding-top: 0
}

.crumbs li:last-child {
  pointer-events: none
}

.crumbs li:last-child a {
  cursor: default
}

.crumbs li:not(:first-child) {
  position: relative
}

.crumbs li:not(:first-child):after {
  content: "/";
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(-50%, -50%)
}

.page>.crumbs-wrapper {
  margin-top: 141px
}

.tabs__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden
}

.tabs__header-link {
  display: block;
  padding: 6px 12px;
  font-weight: 500;
  color: #96a0aa;
  background: #f0f4f8
}

.tabs__header-link.active {
  background: #319273;
  color: #fff
}

.tab-arrow {
  transition: all .4s
}

.tab-arrow:before {
  content: "";
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgMTkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMTkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iMzAwLjYsMCAzMjAsMjAuNyAxNjAsMTkyIDAsMjAuNyAxOS4zLDAgMTYwLDE1MC41ICIvPgo8L3N2Zz4K) 50%/contain no-repeat
}

.select_open .select__value:after,
.tab-arrow.rotate:before {
  transform: translatey(-50%) rotate(-180deg)
}

.tab-arrow,
[data-tooltip] {
  position: relative
}

.tab-arrow:before,
.tooltip {
  position: absolute;
  transition: all .4s
}

.tooltip {
  z-index: 15;
  padding: 2px 6px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  pointer-events: none
}

.tooltip_active {
  opacity: 1;
  pointer-events: auto
}

.tooltip__close {
  position: absolute;
  right: 4px;
  top: 4px
}

.tooltip__close svg {
  width: 10px;
  height: 10px
}

.tooltip__close svg:focus-visible {
  fill: #319273
}

.text-block {
  color: rgba(23, 34, 33, .6);
  line-height: 1.4
}

.text-block strong {
  color: #172221;
  font-weight: 500
}

.text-block h2,
.text-block h3,
.text-block h4 {
  font-weight: 600;
  color: #172221
}

.text-block h3 {
  font-size: 18px
}

.text-block p:not(:last-child) {
  margin-bottom: 18px
}

.text-block ol ol,
.text-block ol+ul,
.text-block ul ol,
.text-block ul+ul {
  padding-top: 0 !important
}

.text-block ul li {
  position: relative;
  padding-left: 22px
}

.text-block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: .75em;
  height: .75em;
  background: url(../img/icons/check.svg) 50%/contain no-repeat
}

.text-block ol {
  list-style: none;
  counter-reset: a
}

.text-block ol li {
  display: flex;
  align-items: baseline;
  counter-increment: a;
  gap: 5px
}

.text-block ol li:before {
  content: counter(a) ". ";
  display: block;
  color: #172221;
  font-size: 18px;
  font-weight: 600
}

.text-block h2+ol,
.text-block h2+ul,
.text-block h3+ol,
.text-block h3+ul,
.text-block h4+ol,
.text-block h4+ul,
.text-block h5+ol,
.text-block h5+ul,
.text-block h6+ol,
.text-block h6+ul,
.text-block p+ol,
.text-block p+ul {
  padding-top: 0
}

.text-block blockquote {
  line-height: 1.4;
  background: #c2c2c2
}

.text-block mark {
  background: #3aad88
}

.text-block table {
  display: grid;
  gap: 15px;
  width: 100%;
  border-radius: 10px;
  background: #f5faff
}

.text-block table tbody {
  display: grid;
  grid-template-columns: 100%
}

.text-block table tbody tr {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05);
  border-radius: 10px
}

.text-block table tbody td {
  padding: 8px;
  line-height: 1.6
}

.text-block table th {
  font-weight: 600;
  font-size: 16px;
  color: #172221
}

.text-block table tr {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-items: center
}

.text-block iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9
}

.video {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  background-color: #000;
  cursor: pointer;
  border-radius: 24px;
  overflow: hidden
}

.video,
.video-wrapper {
  min-width: 100%
}

.video__link,
.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.video__media {
  border: 0;
  object-fit: cover
}

.video__button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%
}

.video__icon {
  position: relative;
  width: 36px;
  height: 36px;
  transition: .25s cubic-bezier(0, 0, .2, 1)
}

.video__icon svg {
  width: 100%;
  height: 100%;
  fill: #319273
}

.select {
  width: 100%
}

.select,
.select__body {
  position: relative
}

.select__title {
  width: 100%
}

.select__value {
  display: flex;
  align-items: center;
  min-height: 2.2222222222em;
  padding: 1.1111111111em 2.5em 1.1111111111em 1.1111111111em;
  gap: .625rem;
  text-align: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 5px;
  font-size: inherit
}

.select__value:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  width: 15px;
  height: 15px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjMuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMjAgMTkyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMjAgMTkyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIHBvaW50cz0iMzAwLjYsMCAzMjAsMjAuNyAxNjAsMTkyIDAsMjAuNyAxOS4zLDAgMTYwLDE1MC41ICIvPgo8L3N2Zz4K) 50%/contain no-repeat;
  transition: all .4s
}

.select__input {
  width: 100%;
  height: 100%;
  font-size: inherit
}

.select__input:focus {
  outline: 0;
  border-bottom: 1px solid var(--active)
}

.select__scroll {
  max-height: 0;
  padding-right: 9px;
  width: calc(100% + 9px);
  overflow-y: auto;
  overflow-x: hidden
}

.select__scroll::-webkit-scrollbar {
  width: 4px
}

.select__scroll::-webkit-scrollbar-track-piece {
  background: #f0f4f8;
  border-radius: 4px
}

.select__scroll::-webkit-scrollbar-thumb {
  background: #3eb891;
  border-radius: 4px
}

.select__options {
  position: absolute;
  top: 101%;
  left: 0;
  min-width: 100%;
  border-radius: 0 0 5px 5px;
  border: 1px solid #d9d9d9;
  border-top: none;
  background: #fff;
  font-size: .9em
}

.select__option {
  width: 100%;
  padding: .8333333333em 1.1111111111em;
  text-align: left;
  transition: all .4s
}

.select__option:not(:last-child) {
  border-bottom: 1px solid var(--gray)
}

.select__option.select-selected {
  background-color: #eee
}

.select__row {
  display: inline-flex;
  align-items: center
}

.select_open {
  z-index: 5
}

.select_open .select__value {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select_open .select__input::placeholder {
  opacity: .5
}

.select-tags .select__content {
  display: flex;
  flex-wrap: wrap;
  gap: 5px
}

.select-tags__item {
  cursor: pointer
}

.select-tags__item:not(:only-of-type) {
  font-size: .7em
}

.range,
.single-author__spoller-text ul li ul {
  margin-top: 10px
}

.range__values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
  font-weight: 500;
  color: #c0c6cc
}

.noUi-target {
  position: relative
}

.noUi-target,
.noUi-target * {
  touch-action: none;
  -webkit-user-select: none;
  user-select: none
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1
}

.noUi-connects {
  overflow: hidden;
  z-index: 0
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
  transform-style: flat
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto
}

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0
}

.noUi-horizontal .noUi-origin {
  height: 0
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute
}

.noUi-touch-area {
  height: 100%;
  width: 100%
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform .3s
}

.noUi-state-drag * {
  cursor: inherit !important
}

.noUi-horizontal {
  height: 5px
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 6px solid #172221;
  top: -6px
}

.noUi-horizontal .noUi-handle-lower {
  right: -20px
}

.noUi-horizontal .noUi-handle-upper {
  right: -3px
}

.noUi-vertical {
  width: 18px
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto
}

.noUi-horizontal .noUi-handle:after,
.noUi-horizontal .noUi-handle:before {
  display: none
}

.noUi-target {
  background: #c0c6cc;
  border-radius: 5px
}

.noUi-connects {
  border-radius: 3px
}

.noUi-connect {
  background: #172221
}

.noUi-draggable {
  cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize
}

.noUi-handle {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #e8e7e6;
  top: 6px
}

.noUi-handle:before {
  left: 14px
}

.noUi-handle:after {
  left: 17px
}

.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px
}

.noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px
}

.noUi-vertical .noUi-handle:after {
  top: 17px
}

[disabled] .noUi-connect {
  background: #b8b8b8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
  cursor: not-allowed
}

.noUi-pips {
  position: absolute;
  color: #999
}

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px
}

.noUi-marker {
  position: absolute;
  background: #ccc
}

.noUi-marker-large,
.noUi-marker-sub {
  background: #aaa
}

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px
}

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%
}

.noUi-value-vertical {
  transform: translateY(-50%);
  padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
  transform: translateY(50%)
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
  transform: translate(-50%);
  left: 50%;
  bottom: 120%
}

.noUi-vertical .noUi-tooltip {
  transform: translateY(-50%);
  top: 50%;
  right: 120%
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
  transform: translate(50%);
  left: auto;
  bottom: 10px
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
  transform: translateY(-18px);
  top: auto;
  right: 28px
}

.notification {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2147483647;
  max-height: 100%;
  padding-right: 9px;
  width: calc(100% + 9px);
  overflow-y: auto;
  overflow-x: hidden
}

.notification::-webkit-scrollbar {
  width: 4px
}

.notification::-webkit-scrollbar-track-piece {
  background: #f0f4f8;
  border-radius: 4px
}

.notification::-webkit-scrollbar-thumb {
  background: #3eb891;
  border-radius: 4px
}

.notification__item {
  position: relative;
  display: grid;
  grid-template: 1fr 1fr/auto 1fr;
  justify-items: start;
  justify-content: start;
  width: 100%;
  border-radius: 5px
}

.notification__item_black .notification__item-title,
.notification__item_green .notification__item-title,
.notification__item_red .notification__item-title,
.notification__item_error .notification__item-title,
.notification__item_success .notification__item-title {
  color: #fff
}

.notification__item_black .notification__item-text,
.notification__item_green .notification__item-text,
.notification__item_red .notification__item-text,
.notification__item_error .notification__item-text,
.notification__item_success .notification__item-text {
  color: rgba(255, 255, 255, .6)
}

.notification__item_black .notification__item-content {
  background: #172221
}

.notification__item_gray .notification__item-content {
  background: #f0f4f8
}

.notification__item_gray .notification__item-text {
  color: rgba(23, 34, 33, .6)
}

.notification__item_gray .notification__item-close svg {
  fill: #172221
}

.notification__item_green .notification__item-content,
.notification__item_success .notification__item-content {
  background: #319273
}

.notification__item_red .notification__item-content,
.notification__item_error .notification__item-content {
  background: #eb5757
}

.notification__item:not(:last-child) {
  margin-bottom: 4px
}

.notification__item-close {
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-user-select: none;
  user-select: none
}

.notification__item-close svg {
  width: 10px;
  height: 10px;
  fill: #fff;
  pointer-events: none
}

.notification__item-left {
  display: grid;
  justify-items: center;
  align-items: center;
  grid-row: span 2;
  width: 3.0833333333em;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.notification__item-icon {
  background-repeat: no-repeat;
  border-radius: 50%;
  background: #fff;
  mask: url(../img/icons/question.svg) center/contain no-repeat;
  -webkit-mask: url(../img/icons/question.svg) center/contain no-repeat;
  background: #172221
}

.notification__item-content {
  position: relative;
  max-width: calc(100% - 10px);
  width: 100%;
  height: 100%;
  grid-row: span 2;
  display: grid;
  gap: 5px;
  border-radius: 8px
}

.notification__item-title {
  font-weight: 500
}

.notification__item-text {
  color: rgba(255, 255, 255, .6)
}

.notification__item-text:empty {
  display: none
}

.notification__item-show {
  display: grid
}

.sub-menu-wrapper .sub-menu {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 10px;
  background: #fff;
  font-size: 16px
}

.sub-menu-wrapper li {
  display: flex;
  align-items: center
}

.sub-menu-wrapper li a {
  transition: color .3s, background .3s !important
}

.sub-menu-wrapper a {
  padding: .3125em 1.25em;
  border-radius: 10px
}

li.menu-item-has-children {
  position: relative
}

li.menu-item-has-children_not-relative {
  position: static !important
}

li.menu-item-has-children.active>a .menu-item-arrow {
  rotate: -180deg
}

li.menu-item-has-children.active>.sub-menu-wrapper {
  margin-top: 0;
  z-index: 1;
  pointer-events: auto;
  opacity: 1
}

li.menu-item-has-children li.menu-item-has-children .sub-menu-wrapper {
  top: 0
}

li.menu-item-has-children a {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 7px;
  width: 100%
}

li.menu-item-has-children .sub-menu>li:first-child>a {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important
}

li.menu-item-has-children .sub-menu>li:last-child>a {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important
}

.menu-item-arrow {
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all .4s;
  background: #172221;
  mask: url(../img/icons/arrow-2.svg) center/contain no-repeat;
  -webkit-mask: url(../img/icons/arrow-2.svg) center/contain no-repeat
}

.menu-item-arrow.active {
  rotate: 180deg
}

.slider {
  position: relative
}

.slider:has(.hover-translate) .swiper {
  padding-block: 10px;
  margin-block: -10px
}

.education-wrapper ul li:before,
.swiper {
  transition: all .4s
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4px;
  width: 100%
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #96a0aa;
  border-radius: 50%;
  background: 0 0;
  cursor: pointer;
  transition: all .4s
}

.swiper-pagination-bullet-active {
  background: #319273;
  border-color: #319273
}

.swiper-button-lock,
.swiper-pagination-bullet-active:last-child:first-child,
.swiper-pagination-lock {
  display: none
}

.swiper-wrapper {
  display: grid;
  grid-auto-flow: column;
  justify-content: start
}

.swiper-slide {
  display: grid;
  grid-template-columns: 100%
}

.swiper-scrollbar {
  width: 100%;
  height: 4px;
  margin-top: 12px;
  background: #f0f4f8;
  cursor: pointer
}

.swiper-scrollbar-drag {
  background: #319273
}

html:not(.loaded) .swiper {
  opacity: 0
}

.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  animation: a .4s ease-in-out
}

.header-wrapper.hidden {
  opacity: 0;
  pointer-events: none
}

.header-wrapper_fixed .header__bottom-wrapper {
  background: #f0f4f8
}

.header__top {
  display: grid;
  grid-template-columns: 1fr auto auto
}

.header__top-wrapper {
  padding: 11px 0;
  background: #172221;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transition: all .4s
}

.header__bottom,
.header__top-menu,
.header__top-wrapper {
  display: flex;
  align-items: center
}

.header__bottom {
  justify-content: space-between
}

.header__bottom-wrapper {
  padding: 14px 0;
  transition: all .4s
}

.header__mobile {
  flex: 1 1 auto
}

.header__mobile-account,
.header__mobile-client,
.header__mobile-title {
  display: none
}

.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500
}

.footer__menu li:focus-visible,
.header__menu li:focus-visible>a {
  color: #319273
}

.header__info {
  display: grid;
  gap: 16px;
  order: 4;
  font-size: 14px;
  font-weight: 500;
  color: #96a0aa
}

.header-main {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  width: 100%;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, .72);
  border-radius: 24px
}

.header-main-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  max-width: 1920px;
  margin: 0 auto
}

.header-main-wrapper:after,
.header__bg {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%
}

.header-main-wrapper:after {
  content: "";
  top: 40px;
  background: linear-gradient(180deg, #dfe0de, rgba(238, 238, 237, 0) 39.86%, rgba(255, 255, 255, 0))
}

.header-main-wrapper .container {
  position: relative;
  height: 100%
}

.header__bg {
  top: 0;
  z-index: -1;
  object-fit: cover;
  object-position: center
}

.header__title {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.01em;
  text-align: left
}

.header__title strong {
  color: #319273;
  font-weight: 800
}

.main-video {
  text-align: center
}

.main-video .text-block p {
  max-width: 761px;
  margin-inline: auto;
  color: rgba(23, 34, 33, .6)
}

.main-video .text-block p:has(+iframe) {
  margin-bottom: 40px
}

.main-video iframe,
.teacher__img img {
  border-radius: 24px
}

.footer {
  position: relative;
  z-index: 0
}

.footer__top {
  display: grid;
  grid-template-columns: auto auto auto;
  align-items: stretch;
  justify-content: space-between;
  gap: 15px
}

.footer__top-wrapper {
  padding-top: 40px;
  padding-bottom: 18px;
  background: #172221;
  color: #fff
}

.footer__left span {
  align-self: end;
  opacity: .3;
  font-size: 12px;
  font-weight: 500
}

.footer__links {
  display: grid;
  gap: 4px
}

.footer__middle {
  display: grid;
  grid-template-columns: auto auto;
  align-items: start
}

.footer__menu {
  display: grid;
  gap: 15px;
  font-weight: 500
}

.footer__button {
  align-self: start
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: rgba(255, 255, 255, .35);
  font-weight: 500
}

.footer__bottom a {
  text-decoration: underline
}

.footer__bottom-wrapper {
  padding: 15px 0;
  background: #394242
}

.algorithm-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(305px, 1fr));
  counter-reset: a
}

.algorithm__item {
  display: grid;
  gap: 12px;
  align-items: center;
  padding: 20px;
  border-radius: 20px;
  font-weight: 600
}

.algorithm__item:focus-visible:before {
  background: #319273;
  color: #fff
}

.algorithm__item_no-bg {
  color: #96a0aa;
  font-family: Manrope;
  font-weight: 400
}

.algorithm__item:not(.algorithm__item_no-bg) {
  align-content: start;
  background: #f5faff;
  counter-increment: a
}

.algorithm__item:not(.algorithm__item_no-bg):before {
  content: counter(a);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #319273;
  font-size: 22px;
  font-weight: 800;
  color: #319273;
  transition: all .4s
}

.categories__tabs {
  margin-bottom: 20px
}

.category .options:has([name=type_offline]:checked) .option {
  display: block !important
}

.teacher-wrapper {
  display: grid;
  grid-template-columns: 1fr 49.1423670669%;
  align-items: start
}

.teacher__left {
  display: grid;
  grid-template-columns: 100%;
  justify-items: start
}

.teacher__subtitle {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -.02em
}

.mentor__title,
.teacher__text {
  line-height: 1.5
}

.teacher__text strong {
  color: #319273
}

.teacher-creator .quote:before {
  translate: 0 -8px
}

.mentor__title {
  font-weight: 600;
  letter-spacing: -.02px
}

.mentor-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start
}

.mentor__info,
.mentor__text {
  line-height: 1.5;
  letter-spacing: -.01em
}

.mentor__text {
  margin-bottom: 30px;
  color: rgba(23, 34, 33, .6)
}

.mentor__text strong,
.teacher-creator .creator__subtitle span {
  font-weight: 600;
  color: #319273
}

.mentor__info {
  display: grid;
  justify-items: center;
  padding-inline: 20px;
  background: linear-gradient(157deg, #C1E6D4, #137F49);
  border-radius: 24px;
  font-weight: 800;
  color: #fff
}

.mentor__info span {
  max-width: 425px
}

.client__title {
  font-weight: 600
}

.contact__top {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 20px;
  align-items: start
}

.contact__right {
  display: grid;
  gap: 15px;
  white-space: nowrap
}

.contact__item {
  display: flex;
  gap: 12px
}

.contact__item svg {
  width: 20px;
  height: 20px;
  fill: #319273
}

.contact__item-label {
  font-weight: 600
}

.contact__item-value {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  color: #96a0aa
}

.contact__item a {
  display: flex;
  transition: all .4s
}

.creator__title {
  margin-bottom: 7px
}

.creator__subtitle {
  font-weight: 500
}

.creator__subtitle strong {
  color: #319273;
  font-weight: 700
}

.creator-wrapper {
  display: grid;
  grid-template-columns: 47.3413379074% 1fr;
  border-radius: 24px;
  overflow: hidden
}

.creator__right {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.creator__img img,
.offer__img img {
  object-fit: cover
}

.offer-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(140deg, #C1E6D4, #137F49);
  color: #fff;
  border-radius: 24px;
  overflow: hidden
}

.offer__left {
  display: grid;
  gap: 15px;
  align-content: start;
  justify-items: start;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/offer/offer-bg.svg) 96% 78%/13% no-repeat
}

.offer__button {
  margin-top: 15px
}

.offer__img {
  position: relative
}

.offer__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-position: top
}

.offer__img_contain img {
  object-fit: contain;
  object-position: center
}

.offer__text {
  color: rgba(255, 255, 255, .6)
}

.offer-feedback .offer__left {
  display: block
}

.offer-feedback .offer__title {
  margin-bottom: 20px
}

.faq__header {
  display: flex;
  align-items: center;
  gap: 16px
}

.faq__header-link {
  display: block;
  padding: 6px 12px;
  min-height: 34px;
  background: #fff;
  border-radius: 10px;
  color: #96a0aa;
  font-weight: 500
}

.faq__header-link.active {
  background: #172221;
  color: #fff
}

.faq__header-link:not(.active):focus-visible {
  color: #172221
}

.faq-wrapper {
  display: grid;
  gap: 20px
}

.faq__item {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05)
}

.faq__item-title {
  padding: 16px 24px 16px 20px;
  cursor: pointer;
  text-align: left
}

.faq__item-text {
  padding: 0 93px 20px 68px
}

.find-wrapper {
  display: grid;
  grid-template: 1fr auto/repeat(3, 1fr);
  gap: 20px
}

.find__item {
  display: grid;
  gap: 20px;
  align-content: start
}

.find__item:focus-visible .find__item-icon {
  scale: 1.1
}

.find__item_big {
  grid-row: span 2;
  align-content: center
}

.find__item-top {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 10px
}

.find__item-icon {
  width: 36px;
  height: 36px;
  transition: all .4s
}

.find__item-icon img {
  object-fit: contain
}

.find__item-button {
  justify-self: center
}

.feedback-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start
}

.feedback__item {
  padding-top: 25px
}

.feedback__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px
}

.feedback__item-name {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 11px
}

.feedback__item-photo img {
  width: 100%;
  height: 48px;
  border-radius: 50%;
  object-fit: cover
}

.feedback__item-right {
  display: flex;
  align-items: center;
  column-gap: 20px
}

.feedback__item-date {
  font-size: 14px;
  font-weight: 500;
  color: #c0c6cc
}

.feedback__item-content {
  display: grid;
  gap: 15px;
  justify-items: start
}

.feedback__item-text {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1.5;
  transition: all .4s;
  word-break: break-word
}

.feedback__item-link {
  font-weight: 500;
  color: #96a0aa;
  transition: all .4s
}

.feedback__item:focus-visible .feedback__item-link {
  color: #172221
}

.about-wrapper {
  display: grid;
  grid-template-columns: 565px 1fr;
  align-items: start;
  gap: 35px
}

.about__left {
  display: grid;
  gap: 20px;
  align-content: start;
  font-weight: 500
}

.about__title {
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  letter-spacing: -.01em
}

.about__title span {
  color: #319273
}

.about__text,
.about__text blockquote {
  line-height: 1.5;
  color: rgba(23, 34, 33, .6)
}

.about__text blockquote {
  width: 100%;
  margin-inline: 0;
  border-radius: 24px;
  background: rgba(49, 146, 115, .14);
  font-weight: 500;
  letter-spacing: -.01em
}

.about__right {
  display: grid;
  justify-items: center
}

.about__img {
  position: relative
}

.about__img video {
  position: absolute;
  left: 50%;
  bottom: 42px;
  translate: -50% 0;
  width: 78.5%
}

.about__info {
  padding: 24px 20px;
  display: flex;
  max-width: 566px;
  width: 100%;
  letter-spacing: -.01em;
  border-radius: 24px;
  background: linear-gradient(140deg, #C1E6D4, #137F49);
  color: #fff;
  font-weight: 600
}

.about__info span {
  max-width: 370px;
  margin-inline: auto
}

.about__info strong {
  font-weight: 800
}

.about-creator__img img {
  width: 100%;
  border-radius: 24px;
  object-position: top;
  object-fit: cover
}

.about-creator-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  align-content: start
}

.about-creator__right {
  display: grid
}

.about-creator__items {
  display: grid;
  gap: 31px;
  grid-template-columns: 100%;
  max-width: 486px
}

.about-creator__item {
  position: relative;
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 10px;
  align-content: start;
  align-items: start;
  transition: all .4s
}

.about-creator__item:before {
  content: "";
  width: 33px;
  height: 24px;
  background: url(../img/icons/creator-icon.svg) 50%/contain no-repeat;
  transition: all .4s
}

.about-creator__item-title {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.01em;
  font-weight: 600
}

.about-creator__text {
  display: grid;
  grid-template-columns: 1fr 1fr;
  letter-spacing: -.02em;
  font-weight: 500;
  line-height: 1.5
}

.about-creator__text p {
  font: inherit
}

.about-creator__text strong {
  font-weight: 800;
  color: #319273
}

.about-creator__text img,
.about-creator__text picture {
  width: 100%;
  grid-column: 1/-1;
  border-radius: 24px;
  object-fit: cover;
  object-position: 50% 34%
}

.education-wrapper ul {
  columns: 2 350px;
  font-size: 16px;
  font-weight: 600;
  color: #172221
}

.education-wrapper ul li {
  padding-left: 30px;
  break-inside: avoid
}

.education-wrapper ul li:focus-visible:before {
  scale: 1.15
}

.about-features .features__item {
  min-height: 127px
}

.about-target__title {
  max-width: 840px
}

.about-target__subtitle,
.about-target__title {
  margin-inline: auto;
  text-align: center;
  letter-spacing: -.01em
}

.about-target__subtitle {
  max-width: 790px;
  line-height: 1.5
}

.about-target-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr)
}

.about-target__item {
  display: grid;
  grid-template: auto auto/auto 1fr;
  column-gap: 16px;
  row-gap: 8px;
  align-content: center;
  align-items: start
}

.about-target__item-icon {
  grid-row: span 2;
  align-self: center
}

.about-target__item-title {
  font-size: 18px;
  font-weight: 700
}

.about-info-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px
}

.about-info__left {
  display: grid;
  grid-template-columns: 100%;
  justify-items: start;
  align-content: start
}

.about-info__text {
  line-height: 1.5;
  letter-spacing: -.02em;
  font-weight: 500
}

.about-info__button {
  min-width: 220px
}

.about-info__right {
  display: grid;
  align-content: start;
  gap: 20px
}

.about-info__right img {
  border-radius: 24px
}

.about-info__blockquote {
  display: flex;
  border-radius: 24px;
  background: linear-gradient(140deg, #C1E6D4, #137F49);
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  font-weight: 700
}

.about-info__blockquote strong {
  font-weight: 800
}

.about-info__blockquote span {
  max-width: 466px;
  margin-inline: auto
}

.about-bottom-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 35px 30px;
  border-radius: 24px;
  background: rgba(143, 177, 164, .1)
}

.about-bottom__left {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -.02em;
  color: rgba(23, 34, 33, .6)
}

.about-bottom__left strong {
  color: #319273;
  font-weight: 700
}

.about-bottom__right p {
  margin-bottom: 20px
}

.about-bottom__right strong {
  color: #319273;
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -.02em
}

.author-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px
}

.author__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  align-content: start;
  padding: 30px 20px;
  border-radius: 24px;
  transition: all .4s;
  cursor: pointer
}
.author__item-name::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1
}

.author__item_green {
  background: rgba(49, 146, 115, .14)
}

.author__item_green .author__item-name,
.author__item_green .author__item-price {
  color: #319273
}

.author__item_green .author__item-icon svg {
  fill: #319273
}

.author__item_red {
  background: rgba(235, 87, 87, .08)
}

.author__item_red .author__item-name,
.author__item_red .author__item-price,
.author__item_red .author__item-price .price_new {
  color: #eb5757
}

.author__item_red .author__item-icon svg {
  fill: #eb5757
}

.author__item_darkgray {
  background: #e2ebf4
}

.author__item_darkgray .author__item-name,
.author__item_darkgray .price_new {
  color: #319273
}

.author__item_blue {
  background: rgba(83, 137, 244, .1)
}

.author__item_blue .author__item-name,
.author__item_blue .author__item-price {
  color: #2f80ed
}

.author__item_blue .author__item-icon svg {
  fill: #2f80ed
}

.author__item_default {
  background: #f0f4f8
}

.author__item_default .author__item-name,
.author__item_default .author__item-price {
  color: #319273
}

.author__item_default .author__item-icon,
.single-author__spoller-text ul li ul li:before {
  display: none
}

.author__item-left img {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  object-fit: cover
}

.author__item-content {
  display: grid;
  grid-template-columns: 100%
}

.author__item-name {
  max-width: calc(100% - 24px - 5px)
}

.author__item-subtitle {
  margin-bottom: 15px
}

.author__item-price {
  justify-self: end
}

.author__item-icon {
  position: absolute
}

.author__item-icon svg {
  width: 24px;
  height: 24px
}

.author__item-pos {
  display: block;
  color: #96a0aa;
  font-weight: 500
}

.author__item-full {
  grid-column: 1/-1
}

.author__item-row {
  margin-top: 18px
}

.author__item-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 26px;
  row-gap: 10px
}

.author__item-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #96a0aa
}

.author__item-list li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/icons/check.svg) 50%/contain no-repeat
}

.catalog .author {
  display: grid;
  gap: 20px
}

.catalog .author__item {
  align-items: center
}

.single-author-wrapper {
  display: grid;
  grid-template-columns: 30.7890222985% 1fr;
  align-content: start
}

.single-author__img img {
  flex-grow: 0;
  flex-shrink: 0;
  object-fit: cover;
  border-radius: 50%
}

.single-author__top {
  display: grid;
  justify-items: start;
  gap: 5px
}

.single-author__pos {
  font-weight: 600;
  color: #96a0aa
}

.single-author__name {
  font-weight: 600
}

.single-author__more {
  margin-left: 25px
}

.single-author__more:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background: #319273;
  mask: url(../img/icons/down.svg) center/contain no-repeat;
  -webkit-mask: url(../img/icons/down.svg) center/contain no-repeat;
  transition: all .4s
}

.single-author__header-item>.dropdown.active>.single-author__header-link:after,
.single-author__more.active:after {
  rotate: 180deg
}

.single-author__info {
  display: grid
}

.single-author__info:has([data-more].active) {
  gap: 20px
}

.single-author__item {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-weight: 500;
  white-space: nowrap
}

.single-author__item>span {
  margin-right: 8px
}

.single-author__item svg {
  fill: #319273;
  translate: 0 3px;
  max-width: 20px;
  max-height: 20px
}

.single-author__tags {
  margin-bottom: 0
}

.single-author__contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 20px
}
.single-author__contacts-locked {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 24px;
  background: #f4f5f7;
  border-radius: 16px
}
.single-author__contacts-locked-text {
  font-size: 15px;
  color: #172221;
  margin: 0;
  flex: 1
}
.single-author__contacts-overlay {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 24px;
  background: #f4f5f7;
  border-radius: 16px
}
.single-author__contacts-overlay .single-author__contacts {
  flex: 1
}
.single-author__contacts-show {
  white-space: nowrap;
  flex-shrink: 0
}
.single-author__contacts-show:disabled {
  opacity: .6;
  cursor: wait
}

.single-author__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #96a0aa
}

.rek__contact a,
.single-author__contact a {
  display: flex;
  align-items: center;
  gap: 6px
}

.single-author__contact svg {
  width: 20px;
  height: 20px;
  fill: #319273
}

.single-author-tabs {
  margin-top: 62px
}

.single-author-tabs .text-block h2:not(:last-child) {
  margin-bottom: 15px
}

.single-author__header {
  display: flex;
  align-items: center;
  column-gap: 14px;
  row-gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  color: #96a0aa;
  font-weight: 700
}

.single-author__header-link {
  position: relative;
  z-index: 4;
  padding: 6px 12px;
  background: #f0f4f8;
  border-radius: 10px
}

.single-author__header-link.active {
  background: #172221;
  color: #fff
}

.single-author__header-item>.dropdown>.single-author__header-link {
  display: flex;
  gap: 10px;
  align-items: center
}

.single-author__header-item>.dropdown>.single-author__header-link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icons/curret.svg) 50%/contain no-repeat;
  transition: all .4s
}

.single-author__tab .title-4 {
  margin-bottom: 20px
}

.single-author__spollers {
  display: grid;
  gap: 6px
}

.single-author__spoller {
  padding-block: 15px;
  background: #f5faff;
  border-radius: 16px
}

.single-author__spoller span {
  text-align: left
}

.single-author__spoller-title {
  font-weight: 600
}

.single-author__spoller-content {
  margin-top: 25px
}

.single-author__spoller-text ul li {
  padding-left: 30px;
  font-weight: 700;
  color: rgba(23, 34, 33, .6)
}

.single-author__spoller-text ul li:before {
  width: 17px;
  height: 17px
}

.single-author__spoller-text ul li strong {
  margin-right: 3px;
  color: #172221;
  font-weight: 700
}

.single-author__spoller-text ul li ul li {
  padding-left: 0
}

.loaded .single-author__header:not(:has(.single-author__header-link.active)) .single-author__header-item:has(.dropdown) .single-author__header-link {
  background: #172221;
  color: #fff
}

.loaded .single-author__header:not(:has(.single-author__header-link.active)) .single-author__header-item:has(.dropdown) .single-author__header-link:after {
  filter: invert(1)
}

.history-wrapper {
  display: grid;
  grid-template-columns: 100%;
  width: 100%
}

.history__header,
.history__row {
  display: grid;
  grid-template-columns: 9.1478696742% 15.2882205514% 32.2055137845% 21.5538847118% 8.7719298246% 55px;
  gap: 10px;
  align-items: center
}

.history__header {
  padding: 0 12px;
  font-weight: 600
}

.history__row {
  width: 100%;
  padding: 12px;
  background: #f0f4f8;
  border-radius: 10px;
  white-space: nowrap
}

.history__row-date,
.history__row-number {
  font-weight: 500
}

.history__row-date {
  color: #c0c6cc
}

.history__row-title {
  font-weight: 500
}

.history__row-price {
  font-size: 14px;
  font-weight: 700;
  color: #319273
}

.history__row-status {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center
}

.history__row-status svg {
  width: 14px;
  height: 14px
}

.history__row-status .check-icon {
  fill: #319273
}

.history__row-status .check-icon.disabled {
  fill: #c0c6cc
}

.vertising-wrapper {
  display: grid;
  gap: 20px;
  align-content: start
}

.vertising__item {
  display: grid;
  gap: 20px;
  padding-top: 30px;
  padding-right: 20px;
  border-radius: 24px
}

.vertising__item_red {
  background: rgba(235, 87, 87, .16)
}

.vertising__item_red .vertising__item-title:focus-visible {
  color: #ef7777
}

.vertising__item_red .vertising__item-label {
  background: #eb5757
}

.vertising__item_red .vertising__item-price-row span:first-child {
  color: #eb5757
}

.vertising__item_green {
  background: rgba(49, 146, 115, .16)
}

.vertising__item_green .vertising__item-title:focus-visible {
  color: #3aad88
}

.vertising__item_green .vertising__item-label {
  background: #319273
}

.vertising__item_green .vertising__item-price-row span:first-child {
  color: #319273
}

.vertising__item_blue {
  background: rgba(47, 128, 237, .16)
}

.vertising__item_blue .vertising__item-title:focus-visible {
  color: #5094f0
}

.vertising__item_blue .vertising__item-label {
  background: #2f80ed
}

.vertising__item_blue .vertising__item-price-row span:first-child {
  color: #2f80ed
}

.vertising__item_darkgray {
  background: #e2ebf4
}

.vertising__item_darkgray .vertising__item-title:focus-visible {
  color: #319273
}

.vertising__item_darkgray .vertising__item-label {
  background: #172221
}

.vertising__item_darkgray .vertising__item-price-row span:first-child {
  color: #172221
}

.vertising__item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px
}

.vertising__item-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 10px;
  background: #fff;
  border-radius: 10px;
  font-weight: 500
}

.vertising__item-top {
  display: grid;
  grid-template-columns: 1fr 52.0779220779%;
  align-items: center
}

.vertising__item-img img {
  width: 100%;
  object-fit: contain
}

.vertising__item-left {
  display: grid;
  gap: 15px
}

.vertising__item-title {
  font-weight: 600;
  transition: all .4s
}

.single-news__author:focus-visible,
.vertising__item-title:focus-visible {
  color: #319273
}

.vertising__item-price {
  display: grid;
  gap: 10px
}

.vertising__item-price-row {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 18px;
  font-weight: 600
}

.vertising__item-label {
  padding: 6px 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  text-align: center
}

.vertising__item-small,
.vertising__item-text {
  color: rgba(23, 34, 33, .6)
}

.vertising__item-small {
  margin-top: -4px;
  font-size: 12px;
  line-height: 1.4
}

.news-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.news__item {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05);
  border-radius: 24px;
  overflow: hidden;
  transition: all .4s
}

.news__item-img img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 375/199
}

.news__item-content {
  padding: 20px 20px 30px
}

.news__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px
}

.news__item-author {
  color: #319273;
  font-weight: 600
}

.news__item-date {
  font-size: 14px;
  color: #bac1c8;
  font-weight: 500
}

.news__item-title {
  margin-bottom: 15px
}

.news__item-text {
  font-weight: 500;
  color: rgba(23, 34, 33, .6)
}

.single-news-wrapper {
  display: grid;
  grid-template-columns: 1fr 23.756432247%
}

.single-news__right {
  display: grid;
  gap: 60px;
  align-content: start
}

.single-news__top,
.single-news__top-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}

.single-news__top {
  gap: 15px
}

.single-news__top-right {
  row-gap: 10px
}

.single-news__top-items {
  display: flex;
  gap: 15px;
  align-items: center
}

.single-news__author {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: center;
  gap: 12px
}

.single-news__author-img img {
  width: 100%;
  height: 36px;
  border-radius: 50%;
  object-fit: cover
}

.single-news__author-name {
  font-weight: 600
}

.single-news__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px
}

.other-news {
  display: grid
}

.other-news .title-section {
  margin-bottom: 30px
}

.info-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  justify-items: center;
  gap: 15px;
  border-radius: 24px;
  background: linear-gradient(140deg, #C1E6D4, #137F49);
  color: #fff;
  text-align: center
}

.info-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  width: 91%;
  height: 100%;
  translate: -50% 10%;
  background: url(../img/bg/stars-1.svg) 50%/contain no-repeat;
  pointer-events: none
}

.info__title {
  max-width: 686px;
  line-height: 1.5;
  font-weight: 500
}

.step-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 50px;
  counter-reset: a
}

.step__item {
  position: relative;
  display: grid;
  grid-template-columns: 49px 1fr;
  gap: 10px;
  align-items: center;
  counter-increment: a;
  transition: all .4s
}

.step__item:focus-visible:before {
  scale: 1.1
}

.step__item:before {
  content: counter(a);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  border: 1px solid #319273;
  font-size: 28px;
  font-weight: 800;
  transition: all .4s
}

.step__item:not(:last-child) .step__item-title {
  height: 100%;
  display: flex;
  align-items: center
}

.step__item:not(:last-child) .step__item-title:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(100% + 16px);
  width: 100%;
  background: url(../img/icons/arrow.svg) 0/contain no-repeat
}

.book-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.book__item {
  grid-template-columns: 24px 1fr;
  padding: 10px 16px;
  border-radius: 10px;
  background: rgba(143, 177, 164, .1);
  transition: all .4s
}

.book__item,
.book__item-right {
  display: grid;
  gap: 10px
}

.book__item-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #96a0aa;
  font-weight: 500;
  transition: all .4s
}

.book__item-button svg {
  width: 13px;
  height: 13px;
  fill: currentColor;
  transition: none
}

.features-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px
}

.features__item {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  align-content: start
}

.features__item:focus-visible .features__item-icon {
  scale: 1.15
}

.features__item:first-child {
  order: 1
}

.features__item:nth-child(2) {
  order: 2
}

.features__item:nth-child(3) {
  order: 3
}

.features__item:nth-child(4) {
  order: 4
}

.features__item:nth-child(5) {
  order: 5
}

.features__item:nth-child(6) {
  order: 6
}

.features__item:nth-child(7) {
  order: 7
}

.features__item:nth-child(8) {
  order: 8
}

.features__item:nth-child(9) {
  order: 9
}

.features__item-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all .4s
}

.features__item-icon img {
  max-width: 30px;
  max-height: 30px
}

.features__item-text,
.features__item-title {
  max-width: calc(100% - 30px - 5px)
}

.features__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  order: 3;
  border-radius: 24px;
  background: #319273
}

.comment__left button,
.features__logo img {
  transition: all .4s
}

.features__logo:focus-visible img {
  scale: 1.05
}

.rek-wrapper {
  display: grid;
  grid-template-columns: 1fr minmax(358px, 32.1612349914%);
  align-items: start;
  gap: 20px
}

.rek__top {
  display: flex;
  align-items: center;
  margin-bottom: 20px
}

.rek-price {
  display: flex;
  align-items: flex-end;
  gap: 15px
}

.rek-price__title {
  font-weight: 600
}

.account__item-subtitle small span,
.rek-price .price_new {
  color: #319273
}

.rek-author {
  padding: 20px;
  background: #f5faff;
  border-radius: 24px
}

.rek-author__top {
  display: grid;
  grid-template-columns: 91px 1fr;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px
}

.rek-author__img img {
  width: 91px;
  height: 91px;
  object-fit: cover;
  border-radius: 50%
}

.rek-author__pos {
  color: #96a0aa;
  font-weight: 500
}

.rek-author__name {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  transition: all .4s
}

.rek__contacts {
  display: grid;
  gap: 14px;
  margin-top: 10px
}

.rek__contacts:has(.button) {
  gap: 0
}

.rek__contact {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500
}

.rek__contact svg {
  width: 20px;
  height: 20px;
  fill: #319273
}

.card {
  border-radius: 24px;
  overflow: hidden;
  transition: all .4s
}

.account__contact.active small,
.card-account .card__content:after,
.card_white .card__content:after {
  display: none
}

.card-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(257px, 1fr))
}

.card__img {
  display: block
}

.card__img img {
  width: 100%;
  height: 200px;
  border-radius: 24px 24px 0 0;
  object-fit: cover
}

.card__content {
  position: relative;
  display: grid;
  align-content: start;
  padding: 8px 0
}

.card__top,
.card__top-item {
  display: flex;
  align-items: center
}

.card__top {
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 17px
}

.card__top-item {
  gap: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #c0c6cc
}

.card__top-item svg {
  max-width: 15px;
  max-height: 15px;
  fill: #319273
}

.card__author {
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: #319273
}

.card__author,
.card__title {
  margin-bottom: 18px;
  font-weight: 600;
  transition: all .4s
}

.card__title a {
  transition: none
}

.card__text {
  margin-bottom: 18px;
  color: rgba(23, 34, 33, .6);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4
}

.card__date {
  max-width: 90%;
  font-weight: 500;
  color: #bac1c8
}

.card__buttons {
  position: absolute;
  right: 0;
  bottom: 0
}

.card-account {
  border-bottom-right-radius: 0;
  border-bottom-leftt-radius: 0
}

.card-account .card__title a:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 90%
}

.comments__top {
  gap: 20px
}

.comment-add,
.comments__top {
  display: grid;
  justify-items: start
}

.comment-add {
  width: 100%;
  gap: 10px
}

.comment-add textarea {
  width: 100%;
  padding: 20px;
  border: 1px solid #96a0aa;
  border-radius: 10px
}

.comment {
  padding-bottom: 20px
}

.comment:not(:last-child) {
  border-bottom: 1px solid #c0c6cc
}

.comment:not(:first-child) {
  padding-top: 20px
}

.comment .comment {
  margin-left: 40px
}

.comment .comment-add {
  margin-top: 20px
}

.comment__name {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-weight: 600
}

.comment__img {
  object-fit: cover;
  border-radius: 50%
}

.comment__text {
  line-height: 1.4;
  color: rgba(23, 34, 33, .6)
}

.comment__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px
}

.comment__left {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 12px;
  font-weight: 500;
  color: #96a0aa
}

.target-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.target__item {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 16px;
  align-items: center;
  padding-inline: 24px
}

.target__item-icon {
  max-width: 40px;
  max-height: 40px
}

.account-wrapper {
  display: grid;
  grid-template-columns: 24.3567753002% 1fr;
  gap: 20px;
  align-items: start
}

.account__left {
  padding: 30px 20px;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05);
  background: #fff;
  border-radius: 24px
}

.account__menu {
  display: grid;
  gap: 15px
}

.account__menu-item {
  position: relative;
  padding: 8px 14px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
  border-radius: 10px;
  background: #f0f4f8;
  font-weight: 500;
  transition: all .4s
}

.account__menu-item:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  width: 10px;
  height: 10px;
  background-color: #172221;
  -webkit-mask: url(../img/icons/curret.svg) center/contain no-repeat;
  mask: url(../img/icons/curret.svg) center/contain no-repeat;
  transition: all .4s;
  rotate: -90deg
}

.account__menu-item-icon,
.account__menu-item-icon span {
  position: relative;
  display: flex;
  align-items: center
}

.account__menu-item-icon img {
  transition: all .4s
}

.account__menu-item-icon span {
  position: absolute;
  right: -2px;
  top: -3px;
  justify-content: center;
  width: 13px;
  height: 13px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 50%;
  background: #eb5757
}

.account__menu-item.active,
.account__menu-item:hover {
  background: #319273;
  color: #fff
}

.account__menu-item.active:after,
.account__menu-item:hover:after {
  background: #fff;
  rotate: 0deg
}

.account__menu-item.active .account__menu-item-icon img,
.account__menu-item:hover .account__menu-item-icon img {
  filter: brightness(0) invert(1)
}

.account__bottom {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px solid #f0f4f8
}

.account__buttons {
  display: grid;
  gap: 15px;
  grid-template-columns: 100%
}

.account__buttons .button {
  width: 100%
}

.account__right {
  display: grid;
  gap: 20px;
  align-content: start;
  align-items: start
}

.account__title {
  display: flex;
  align-items: center;
  margin-bottom: 0
}

.account__title a {
  font-size: 16px;
  font-weight: 500
}

.account__author {
  display: grid;
  grid-template-columns: 91px 1fr;
  gap: 15px;
  align-items: center
}

.account__author-img {
  position: relative
}

.account__author-img img {
  width: 91px;
  height: 91px;
  border-radius: 50%;
  object-fit: cover
}

.account__author .edit {
  position: absolute;
  right: 2px;
  bottom: 6px
}

.account__author .edit img {
  width: 20px;
  height: 20px
}

.account__spollers {
  display: grid
}

.account__spoller {
  position: relative;
  width: 100%;
  padding-bottom: 18px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05)
}

.account__spoller:has(.active) .account__spoller-edit {
  opacity: 1;
  pointer-events: auto
}

.account__spoller-title {
  width: 100%;
  justify-content: space-between;
  align-items: center
}

.account__spoller-title:after {
  align-self: center
}

.account__spoller-edit {
  position: absolute;
  z-index: 3;
  right: 40px;
  top: 25px;
  transition: all .4s;
  order: -1
}

.account__spoller-edit:focus-visible svg {
  fill: #319273
}

.account__item-edit svg,
.account__spoller-edit svg {
  width: 10px;
  height: 10px
}

.account__spoller .account__spoller-edit {
  right: 70px;
  opacity: 0;
  pointer-events: none
}

.account__spoller .text-block {
  color: #172221
}

.account__item {
  position: relative;
  display: grid;
  justify-items: start;
  gap: 20px;
  padding-bottom: 30px;
  padding-top: 30px
}

.account__item-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 60px;
  flex-wrap: wrap;
}

.account__item-footer .dashed {
  margin-top: 0;
}

@media (max-width: 640px) {
  .account__item-footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .account__item-footer .dashed {
    justify-self: center;
    text-align: center;
  }
}

.account__item-title {
  width: 100%;
  justify-content: space-between;
  align-items: center
}

.account__item-subtitle {
  display: flex;
  align-items: center;
  column-gap: 15px;
  row-gap: 5px;
  flex-wrap: wrap
}

.account__item-subtitle small {
  font-size: 12px;
  font-weight: 300;
  color: #96a0aa
}

.account__item-edit {
  position: absolute;
  right: 25px;
  top: 35px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s
}

.account__contacts {
  display: grid;
  grid-template-columns: repeat(3, auto);
  width: 100%;
  max-width: 767px
}

.account__contact {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500
}

.account__contact .input-wrapper {
  display: grid;
  gap: 15px
}

.account__contact .input-wrapper .button-save {
  min-height: 38px;
  padding-block: 7px;
  border-radius: 10px
}

.account__contact .input-wrapper .reliable {
  position: absolute;
  left: calc(100% + 20px);
  bottom: 10px;
  display: flex;
  align-items: center;
  gap: 2px;
  white-space: nowrap;
  opacity: 0;
  transition: all .4s;
  pointer-events: none
}

.account__contact .input-wrapper .reliable.active {
  opacity: 1;
  pointer-events: auto
}

.account__contact .input-wrapper .reliable span {
  color: inherit;
  font-size: 14px
}

.account__contact .input-wrapper .reliable svg {
  flex: 0 0 13px;
  width: 13px;
  height: 13px;
  fill: currentColor;
  transition: none
}

.account__contact.active .input-wrapper,
.account__contact.active button,
.account__contact.active input {
  display: grid !important
}

.account__contact svg {
  margin-right: 4px;
  max-width: 20px;
  max-height: 20px;
  fill: #319273
}

.account__contact .edit-icon {
  width: 10px;
  height: 10px;
  fill: #172221
}

.account__contact [name=client_email] {
  margin-block: -8.5px
}

.account__contact [name=client_email][disabled] {
  padding-inline: 0;
  border-color: transparent
}

.account__contact input,
.account__contact label input {
  color: rgba(23, 34, 33, .6);
  border: 1px solid #c0c6cc;
  border-radius: 10px
}

.account__contact input {
  padding: 8.5px 15px;
  font-size: 16px;
  font-weight: 500;
  transition: all .4s
}

.account__contact label {
  position: relative;
  display: grid;
  grid-template-columns: 100%;
  gap: 7px;
  font-size: 14px
}

.account__contact label span {
  color: #000
}

.account__contact label input {
  padding-inline: 15px
}

.account__contact>span:last-of-type {
  color: rgba(23, 34, 33, .6)
}

.account__contact-button {
  display: flex;
  align-items: center
}

.account__contact-button-save svg {
  width: 14px;
  fill: #172221
}

.account-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: start;
  justify-content: start;
  width: 100%
}

.account-form>:not(.tags) {
  width: 100%
}

.account-form .input-item {
  grid-template-columns: 100%
}

.account .ads-form .option__search .search__input input,
.account-form .option__search .search__input input {
  min-width: auto
}

.account .option {
  width: 100%
}

.account .option__button {
  width: 100%;
  padding: 10px 12px;
  justify-content: space-between
}

.account .option__content {
  max-width: 100%
}

.account .option__checkboxes .checkbox__text {
  white-space: normal
}

.account .input-radios .checkbox__text {
  min-width: 111px;
  background: #f0f4f8;
  color: #c0c6cc;
  text-align: center
}

/* Sticky save bar для анкеты психолога — появляется снизу когда у
   пользователя есть несохранённые изменения. Триггерит ту же логику
   что и кнопка .second-button-submit внизу страницы. */
.profile-save-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  background: #fff;
  border-top: 1px solid #e0e6ed;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, .08);
  transform: translateY(100%);
  transition: transform .25s ease
}
.profile-save-bar:not([hidden]) {
  transform: translateY(0)
}
.profile-save-bar__msg {
  color: #172221;
  font-weight: 500;
  font-size: 15px
}
.profile-save-bar__actions {
  display: flex;
  align-items: center;
  gap: 12px
}
.profile-save-bar__hint {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #d0d7de;
  border-radius: 4px;
  background: #f6f8fa;
  color: #6e7781;
  font-size: 12px;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace
}
.profile-save-bar__btn {
  white-space: nowrap
}
.profile-save-bar.is-saving .profile-save-bar__btn {
  opacity: .6;
  pointer-events: none
}
@media (max-width: 600px) {
  .profile-save-bar {
    padding: 10px 16px
  }
  .profile-save-bar__hint {
    display: none  /* нет смысла на mobile */
  }
  .profile-save-bar__msg {
    font-size: 13px
  }
}

/* PSI-027: «Другое» внутри dropdown'а — флекс-обёртка с label и
   inline-input. JS переносит сюда existing input после рендера. */
.checkbox-other-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap
}
.checkbox-other-wrapper .checkbox {
  flex-shrink: 0
}
.checkbox-other-input {
  flex: 1;
  min-width: 180px;
  height: 32px;
  padding: 0 10px;
  border: 1px solid #d0d7de;
  border-radius: 8px;
  background: #fff;
  font-size: 14px;
  color: #172221;
  outline: none;
  transition: border-color .15s ease
}
.checkbox-other-input:focus {
  border-color: #319273
}
.checkbox-other-input::placeholder {
  color: #96a0aa;
  font-size: 13px
}

.account .input-radios .checkbox__input:checked~.checkbox__text,
.popup-save .popup__form .input-radios .checkbox__input:checked~.checkbox__text,
.popup-register--quiz .popup__form .input-radios .checkbox__input:checked~.checkbox__text {
  background: #319273;
  color: #fff
}

.account .checkbox__input:checked~.checkbox__round:before {
  background: #319273 url(../img/icons/check-white.svg) 50%/11px no-repeat
}

.account .checkbox-wrapper .checkbox__input:checked~.checkbox__text,
.account .checkbox__input:checked~.checkbox__text {
  color: #172221
}

.account .checkbox-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 237px
}

.account .checkbox-wrapper .checkbox {
  align-items: baseline
}

.account .checkbox-wrapper .checkbox:has([name=male]) {
  align-items: center
}

.account .checkbox-wrapper .checkbox__round:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #c0c6cc;
  background: 0 0
}

.account .checkbox-wrapper .checkbox__text {
  color: #c0c6cc
}

.account .checkbox-wrapper .checkbox__input:checked+.checkbox__round:before {
  background-size: 7px;
  border-color: #319273
}

.account .tags-selected {
  margin-top: 0
}

.account-video {
  display: grid;
  grid-template-columns: 1.8fr 1fr;
  gap: 32px;
  width: 100%
}

.account-video__item-title {
  margin-bottom: 10px;
  font-weight: 500
}

.account-video__item-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 15px
}

.account-video__item-row span {
  color: #319273;
  font-size: 20px;
  font-weight: 600
}

.account-video .input-file {
  max-height: 265px;
  overflow: hidden
}

.account-info {
  display: grid;
  grid-template-columns: min-content min-content;
  gap: 15px
}

.account-info__item {
  display: flex;
  align-items: center;
  column-gap: 6px;
  font-weight: 500
}

.account-info__item-full {
  grid-column: 1/-1
}

.account-info__item-col {
  grid-column: 1/-1;
  flex-wrap: wrap
}

.account-info__item-col .account-info__item-value {
  flex: 1 1 auto;
  width: 100%
}

.account-info__item:before {
  content: "";
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 3px;
  background: url(../img/icons/check.svg) 50%/contain no-repeat
}

.account-info__item-value {
  color: rgba(23, 34, 33, .6)
}

.account .text-block-2 {
  color: #172221
}

.account .text-block-2 ul {
  padding-left: 5px
}

.account .text-block-2 ul li {
  padding-left: 14px
}

.account .text-block-2 ul li:before {
  content: "•";
  top: 0;
  background: 0 0
}

.account-notify {
  display: grid;
  gap: 19px;
  width: 100%
}

.account-notify__item {
  position: relative;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 15px;
  align-items: start
}

.account-notify__item-title {
  font-size: 14px;
  font-weight: 500
}

.account-notify__item-title strong {
  font-weight: 700
}

.account-notify__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center
}

.account-notify__item.icon-check:before {
  background: #319273;
  -webkit-mask-image: url(../img/notify/check.svg);
  mask-image: url(../img/notify/check.svg)
}

.account-notify__item.icon-danger:before {
  background: #eb5757;
  -webkit-mask-image: url(../img/notify/danger.svg);
  mask-image: url(../img/notify/danger.svg)
}

.account-notify__item.icon-waiting:before {
  background: #f2994a;
  -webkit-mask-image: url(../img/notify/waiting.svg);
  mask-image: url(../img/notify/waiting.svg)
}

.account-notify__item.icon-feedback:before {
  background: #2f80ed;
  -webkit-mask-image: url(../img/notify/feedback.svg);
  mask-image: url(../img/notify/feedback.svg)
}

.account-notify__item.icon-like:before {
  background: #eb5757;
  -webkit-mask-image: url(../img/notify/like.svg);
  mask-image: url(../img/notify/like.svg)
}

.account-notify__item.icon-comment:before {
  background: #2f80ed;
  -webkit-mask-image: url(../img/notify/comment.svg);
  mask-image: url(../img/notify/comment.svg)
}

.account-notify__item.disabled {
  color: #c0c6cc
}

.account-notify__item.disabled:before {
  background: #c0c6cc
}

.account-pagination {
  margin-top: 10px
}

.account-news__form {
  display: grid;
  grid-template-columns: minmax(250px, 404px) 200px;
  column-gap: 20px;
  row-gap: 15px
}

.account-news__form .input-item-file .input-file {
  max-height: 130px;
  overflow: hidden
}

.account-news .editor textarea,
.account-profile .editor textarea {
  resize: vertical
}

.account-news .editor textarea::-webkit-resizer,
.account-profile .editor textarea::-webkit-resizer {
  background: url(../img/icons/resize.svg) 50%/contain no-repeat
}

.account-ads {
  display: grid;
  gap: 20px;
  grid-template-columns: 100%;
  width: 100%
}

.account-ads-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px
}

.account-ads__item {
  display: grid;
  grid-template-columns: 91px minmax(auto, 417px) 1fr;
  gap: 15px;
  align-items: start;
  padding: 30px 20px;
  background: #fff;
  border-radius: 24px
}

.account-ads__item-img img {
  width: 91px;
  height: 91px;
  object-fit: cover;
  border-radius: 50%
}

.account-ads__item-content {
  display: grid;
  align-content: start
}

.account-ads__item-title {
  margin-bottom: 17px;
  font-size: 18px;
  font-weight: 600
}

.account-ads__item-name {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  color: #319273
}

.account-ads__item-text {
  margin-bottom: 20px;
  color: rgba(23, 34, 33, .6)
}

.account-ads__item-price {
  margin-top: 15px
}

.account .tabs__header {
  margin-bottom: 0
}

.account .tabs__header-link {
  padding: 10px 20px;
  font-size: 16px
}

.account .ads-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px
}

.account .ads-form .editor {
  grid-column: 1/-1
}

.account .ads-form .item-small {
  grid-column: span 2
}

.account .ads-form input[type=time] {
  position: relative;
  overflow: hidden
}

.account .ads-form input[type=time]:not(:valid):before {
  content: "20:23";
  position: absolute;
  width: 100%;
  color: #c0c6cc;
  background: #f0f4f8;
  transition: all .2s
}

.account .ads-form input[type=time]:focus:before {
  opacity: 0
}

.account .ads-form__radios {
  display: flex;
  gap: 20px;
  align-items: center
}

.account .ads-form__radios .checkbox__text {
  padding: 10px 12px;
  background: #f0f4f8;
  border-radius: 10px;
  transition: all .4s
}

.account .ads-form__radios .checkbox__input:checked~.checkbox__text,
.promotion__block-checkboxes .checkbox__input:checked~.checkbox__text {
  background: #172221;
  color: #fff
}

.account .ads-form__content {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
  justify-items: start
}

.account-test__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3
}

.account-test .test {
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense
}

.account-test .test__item-title {
  font-size: 14px;
  font-weight: 500
}

.account-quiz {
  display: grid;
  justify-items: start;
  grid-template-columns: 100%
}

.account-quiz__title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 600
}

.price-group {
  display: contents
}

.instructions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  translate: 0 -50%;
  display: flex;
  align-items: center;
  gap: 8px
}

.instructions__link {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  max-width: 160px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3
}

.instructions__link:focus-visible span:nth-child(2) {
  text-decoration-color: #319273
}

.instructions__link span {
  padding: 1px 5px;
  background: #fff
}

.instructions__link span:first-child {
  border-radius: 5px 5px 0 0
}

.instructions__link span:nth-child(2) {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  color: #319273;
  border-radius: 5px 0 5px 5px;
  transition: all .4s
}

.instructions__close {
  display: flex;
  align-self: flex-start;
  translate: -50% 0;
  transition: all .4s
}

.instructions__close:focus-visible svg {
  fill: #2b7f64
}

.instructions__close svg {
  width: 8px;
  height: 8px;
  fill: #319273
}

.promotion {
  display: grid;
  grid-template-columns: 51.0932105869% 1fr
}

.promotion__block,
.promotion__left {
  display: grid;
  gap: 20px
}

.promotion__block {
  position: relative;
  align-content: start;
  justify-items: start;
  padding: 30px 20px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05);
  border-radius: 24px
}

.promotion__block .input {
  outline-width: 1px;
  height: 40px
}

.promotion__block .input-wrapper {
  align-items: center
}

.promotion__block-top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px
}

.promotion__block-title {
  max-width: 245px
}

.promotion__block-tooltip svg {
  width: 13px;
  height: 13px
}

.promotion__block .tooltip {
  display: grid;
  gap: 5px;
  padding: 12px;
  min-width: 253px;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05);
  background: #f0f4f8;
  border-radius: 8px;
  text-align: left;
  font-size: 12px
}

.promotion__block .tooltip:before {
  position: absolute;
  right: 100%;
  top: 50%;
  translate: 0 -50%;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  -moz-transform: scale(.9999);
  border-width: 10px 10px 10px 0;
  border-color: transparent #f0f4f8 transparent transparent
}

.promotion__block .tooltip__title {
  color: #172221
}

.promotion__block .tooltip__text {
  color: rgba(23, 34, 33, .6)
}

.promotion__block-right {
  display: flex;
  align-items: center;
  gap: 20px
}

.promotion__block-price {
  font-weight: 700;
  font-size: 18px;
  color: #319273
}

.promotion__block-summa {
  display: grid;
  gap: 10px
}

.promotion__block-checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.promotion__block-checkboxes .checkbox__text {
  padding: 10px 12px;
  background: #f0f4f8;
  border-radius: 10px;
  color: #c0c6cc;
  transition: all .4s
}

.promotion__block-checkboxes .checkbox__text_red {
  background: #eb5757;
  color: #fff
}

.promotion__block-checkboxes .checkbox__text_blue {
  background: #2f80ed;
  color: #fff
}

.promotion__block-checkboxes .checkbox__text_active {
  background: #319273;
  color: #fff
}

.promotion__block-checkboxes .checkbox__input:checked~.checkbox__text_red {
  background: #971212
}

.promotion__block-checkboxes .checkbox__input:checked~.checkbox__text_blue {
  background: #0a3979
}

.promotion__block-checkboxes .checkbox__input:checked~.checkbox__text_active {
  background: #0b1f19
}

.promotion__block .input-wrapper {
  grid-template-columns: 1fr 1fr
}

.promotion__block .col {
  width: 100%;
  position: relative
}

.promotion__block-more {
  justify-self: start;
  color: #c0c6cc;
  border-bottom: 1px dashed #c0c6cc
}

.promotion__block-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  width: 12px;
  height: 12px;
  background: url(../img/icons/close.svg) 50%/contain no-repeat;
  opacity: 0;
  transition: all .4s
}

.promotion__block-more.active {
  color: #319273;
  border-color: transparent
}

.promotion__block-more.active:after {
  opacity: 1
}

.promotion__block-discount {
  margin-bottom: 8px
}

.promotion__block-discount span {
  color: #c0c6cc;
  font-weight: 600
}

.promotion__block-discount span.active-text {
  color: #319273
}

.popup_gray .popup__title {
  font-weight: 600
}

.popup_gray .popup__subtitle {
  margin-bottom: 34px
}

.popup_gray .popup__buttons {
  display: flex;
  align-items: center;
  gap: 24px
}

.popup_gray .popup__content {
  grid-template-columns: repeat(auto-fill, minmax(max(40%, 200px), 1fr));
  text-align: center
}

.popup_gray .popup__scroll {
  display: grid;
  grid-template-columns: 100%;
  width: 989px;
  max-width: 100%;
  align-items: center;
  justify-items: center;
  max-height: 78dvh
}

.popup_gray .popup__title {
  text-align: center
}

.popup_gray .popup__close svg {
  fill: rgba(23, 34, 33, .4)
}

.popup_gray .popup__close:focus-visible svg {
  fill: #319273
}

.popup_gray.popup_small .popup__content {
  min-height: 270px
}

.popup-save-wrapper {
  max-width: 570px;
  width: 100%;
  margin-inline: auto
}

.popup-save .popup__header,
.popup-register--quiz .popup__header {
  justify-self: start;
  grid-template-columns: auto auto;
  justify-content: start
}

.popup-save .popup__header-link,
.popup-register--quiz .popup__header-link {
  color: rgba(23, 34, 33, .6)
}

.popup-save .popup__header-link.active,
.popup-register--quiz .popup__header-link.active {
  color: #172221
}

.popup-save .popup__form .input-radios .checkbox__text,
.popup-register--quiz .popup__form .input-radios .checkbox__text {
  background: rgba(217, 222, 227, .4);
  color: #96a0aa
}

.popup-save .popup__form .input-item,
.popup-register--quiz .popup__form .input-item {
  color: rgba(23, 34, 33, .6);
  font-family: Manrope;
  font-weight: 400;
  font-size: 14px
}

.popup-save .popup__form .input-item .input,
.popup-register--quiz .popup__form .input-item .input {
  color: #172221
}

.popup-save .popup__form .checkbox__input[name=save]:checked+.checkbox__round:before,
.popup-register--quiz .popup__form .checkbox__input[name=save]:checked+.checkbox__round:before {
  opacity: 1;
  background: #8fb1a4 url(../img/icons/check-white.svg) 50%/10px no-repeat
}

.popup-save .popup__form .checkbox__input[name=save]:checked+.checkbox__round:after,
.popup-register--quiz .popup__form .checkbox__input[name=save]:checked+.checkbox__round:after {
  display: none
}

.popup-save .popup__form .form__text,
.popup-register--quiz .popup__form .form__text {
  text-align: left;
  font-size: 10px;
  line-height: 1.5;
  color: rgba(23, 34, 33, .6)
}

.quiz {
  width: 100%;
  max-height: 90vh;
  padding-right: 9px;
  width: calc(100% + 9px);
  overflow-y: auto;
  overflow-x: hidden;
  padding-block: 40px
}

.quiz::-webkit-scrollbar {
  width: 4px
}

.quiz::-webkit-scrollbar-track-piece {
  background: #f0f4f8;
  border-radius: 4px
}

.quiz::-webkit-scrollbar-thumb {
  background: #3eb891;
  border-radius: 4px
}

.quiz__step-title {
  max-width: 680px;
  margin-bottom: 18px;
  margin-inline: auto;
  text-align: center;
  font-weight: 500
}

.quiz-wrapper {
  max-width: 815px;
  width: 100%;
  margin-inline: auto
}

.quiz-wrapper:has([data-href="#step-1"].active) .quiz__prev {
  display: none
}

.quiz-wrapper:has([data-href="#step-6"].active) .quiz__next span span:not(.last) {
  display: none
}

.quiz-wrapper:has([data-href="#step-6"].active) .quiz__next .last {
  display: block
}

.quiz-wrapper:not(:has(.active-tab input:invalid)) .quiz__header-item:has(.active)+.quiz__header-item {
  pointer-events: auto
}

.quiz-wrapper:has(.active-tab input:invalid) .quiz__next {
  background: #fff;
  color: #172221
}

.quiz__header {
  display: flex;
  margin-bottom: 16px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  max-width: 100%;
  padding-bottom: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #3eb891 #f0f4f8;
  scrollbar-width: thin;
  cursor: pointer
}

.quiz__header::-webkit-scrollbar {
  height: 4px
}

.quiz__header::-webkit-scrollbar-track-piece {
  background: #f0f4f8;
  border-radius: 4px
}

.quiz__header::-webkit-scrollbar-thumb {
  background: #3eb891;
  border-radius: 4px
}

.quiz__header-item {
  display: flex;
  flex: 1 1 auto
}

.quiz__header-item:not(:last-child) {
  border-right: 1px solid #d9dee3
}

.quiz__header-item:has(.active)~.quiz__header-item {
  pointer-events: none
}

.quiz__header-item.valid:not(:has(.active)) .quiz__header-link {
  background: rgba(49, 146, 115, .5);
  color: #fff
}

.quiz__header-item.valid:not(:has(.active)) .quiz__header-link:before {
  background: #fff;
  mask: url(../img/icons/check-2.svg) center/contain no-repeat;
  -webkit-mask: url(../img/icons/check-2.svg) center/contain no-repeat
}

.quiz__header-item.valid:not(:has(.active)):focus-visible .quiz__header-link {
  color: #fff
}

.quiz__header-link {
  padding: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: #c0c6cc;
  font-weight: 500;
  transition: all .4s
}

.quiz__header-link:not(.active):focus-visible {
  color: #172221
}

.quiz__header-link:before {
  content: "";
  width: 13px;
  height: 13px;
  flex-basis: 13px;
  flex-grow: 0;
  flex-shrink: 0;
  background: currentColor;
  mask: url(../img/icons/question.svg) center/contain no-repeat;
  -webkit-mask: url(../img/icons/question.svg) center/contain no-repeat
}

.quiz__header-link.active {
  background: #319273;
  color: #fff
}

.quiz__header-link.active:before {
  background: #fff;
  mask: url(../img/icons/check-2.svg) center/contain no-repeat;
  -webkit-mask: url(../img/icons/check-2.svg) center/contain no-repeat
}

.quiz__tab {
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .08);
  border-radius: 10px
}

.quiz__tab-top {
  display: grid;
  gap: 4px;
  justify-items: center;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #96a0aa
}

.quiz__tab-subtitle {
  font-size: 12px;
  color: #96a0aa
}

.quiz__form {
  display: grid;
  gap: 8px;
  min-height: 200px
}

.quiz__form-item {
  position: relative;
  display: grid;
  grid-template-columns: 26.9938650307% 1fr 26.9938650307%;
  align-items: start;
  overflow: hidden;
  transition: all .4s
}

.quiz__form-item:has(:checked) {
  background: #e5f6f1
}

.quiz__form-item:has(:checked) .quiz__form-label,
.quiz__form-item:has(:checked) .quiz__form-label span {
  border-radius: 0 !important
}

.quiz__form-item:has(:checked) .quiz__form-checkboxes .checkbox__round:before {
  box-sizing: border-box
}

.quiz__form-item:has(:checked) .quiz__form-checkboxes .checkbox:first-child:not(:has(:checked)) .checkbox__round:before,
.quiz__form-item:has(:checked) .quiz__form-checkboxes .checkbox:last-child:not(:has(:checked)) .checkbox__round:before {
  border-color: #319273
}

.quiz__form-item:has(:checked) .quiz__form-checkboxes .checkbox:nth-child(2):not(:has(:checked)) .checkbox__round:before,
.quiz__form-item:has(:checked) .quiz__form-checkboxes .checkbox:nth-last-child(2):not(:has(:checked)) .checkbox__round:before {
  border-color: #83beab
}

.quiz__form-item:has(:checked) .quiz__form-checkboxes .checkbox:nth-child(3):not(:has(:checked)) .checkbox__round:before,
.quiz__form-item:has(:checked) .quiz__form-checkboxes .checkbox:nth-last-child(3):not(:has(:checked)) .checkbox__round:before {
  border-color: #add3c7
}

.quiz__form-item:has(:checked) .quiz__form-checkboxes .checkbox:nth-child(4):not(:has(:checked)) .checkbox__round:before {
  border-color: #d0e9e1
}

.quiz__form-item .quiz__form-label {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px
}

.quiz__form-item .quiz__form-label:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 0;
  width: 99%;
  height: 100%;
  background: #e5f6f1;
  border-radius: 10px;
  border: 4px solid #fff;
  pointer-events: none;
  opacity: 0;
  transition: all .4s
}

.quiz__form-item:last-child .quiz__form-label {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.quiz__form-item:focus-visible .quiz__form-label span {
  background: #e5f6f1;
  position: relative;
  z-index: 2
}

.quiz__form-item:focus-visible .quiz__form-label:after {
  opacity: 1
}

.quiz__form-label {
  display: flex;
  justify-content: center;
  min-height: 100%;
  background: #fff;
  font-weight: 500;
  text-align: center
}

.quiz__form-label span {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 6px 12px;
  background: #f7f9fa;
  border-radius: 0 10px 10px 0
}

.quiz__form-label:last-child span {
  border-radius: 10px 0 0 10px
}

.quiz__form-checkboxes {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Галочки сливались — даём отступ между кружками. */
  gap: 8px
}

.quiz__form-checkboxes.error .checkbox__input:not(:checked)+span:before {
  border-color: #eb5757 !important;
  outline-color: #eb5757 !important
}

.quiz__form .checkbox {
  gap: 0
}

.quiz__form .checkbox__input:checked+span:before {
  background-image: url(../img/icons/check-4.svg);
  border-color: currentColor;
  background-size: max(12px, 30%);
  outline-color: #319273 !important
}

.quiz__form .checkbox:not(:checked)+span:before {
  border-color: #96a0aa
}

.quiz__form .checkbox__round:before {
  border-radius: 50%;
  background: 0 0;
  transition: border-color .3s, background-size .3s, background-color .3s, outline-color .3s;
  /* Двойная обводка (outline 2px + внутренняя граница) — кружки раньше сливались. */
  outline: 2px solid #96a0aa !important;
  border-color: transparent !important;
  margin: 2px
}

.quiz__form .checkbox:first-child .checkbox__round:before,
.quiz__form .checkbox:last-child .checkbox__round:before {
  color: #319273
}

.quiz__form .checkbox:nth-child(2) .checkbox__round:before,
.quiz__form .checkbox:nth-last-child(2) .checkbox__round:before {
  color: rgba(49, 146, 115, .6)
}

.quiz__form .checkbox:nth-child(3) .checkbox__round:before,
.quiz__form .checkbox:nth-last-child(3) .checkbox__round:before {
  color: rgba(49, 146, 115, .4)
}

.quiz__form .checkbox:nth-child(4) .checkbox__round:before {
  color: rgba(49, 146, 115, .14)
}

.quiz__form .checkbox:focus-visible .checkbox__input:not(:checked)+.checkbox__round:before {
  border-color: color-mix(in srgb, #000 10%, currentColor) !important;
  outline-color: color-mix(in srgb, #000 10%, currentColor) !important
}

.quiz__button,
.quiz__buttons {
  position: relative;
  display: flex
}

.quiz__buttons {
  z-index: 1;
  justify-content: space-between
}

.quiz__buttons:after {
  content: "";
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: -1;
  border-radius: 10px;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  background: #f1f6fb;
  opacity: 0;
  transition: all .4s
}

.quiz__button {
  padding: 10px 20px;
  align-items: center;
  gap: 15px;
  justify-content: center;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05);
  background: #fff;
  border-radius: 50px;
  font-weight: 500;
  transition: all .4s
}

.quiz__button:focus-visible {
  background: #28775e;
  color: #fff
}

.quiz__button svg {
  fill: none;
  stroke: currentColor;
  width: 12px;
  height: 12px
}

.quiz__button .last {
  display: none
}

.quiz__button .last:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%
}

.quiz__next,
.quiz__spoller {
  background: #319273;
  color: #fff
}

.quiz__next {
  margin-left: auto
}

.quiz__next svg {
  stroke: currentColor;
  transition: none
}

.quiz__prev svg {
  rotate: 180deg
}

.quiz__spoller {
  min-width: 33px;
  min-height: 24px;
  padding: 2px;
  border-radius: 50px;
  font-weight: 500;
  line-height: 1;
  vertical-align: middle
}

.quiz-info {
  display: none;
  position: relative;
  max-width: 815px;
  margin-inline: auto;
  margin-bottom: 18px;
  box-shadow: 0 0 15px 0 rgba(184, 184, 184, .08);
  background: #fff;
  border-radius: 10px
}

.quiz-info__item {
  margin-inline: auto;
  padding-block: 12px 35px;
  text-align: center
}

.quiz-info__item-title {
  margin-bottom: 10px
}

.quiz-info__item-text {
  font-size: 14px
}

.quiz-info-container:not(.swiper-initialized) {
  opacity: 0
}

.quiz-info__pagination {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: 12px
}

.quiz-info__arrow {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #96a0aa;
  background: #fff;
  border-radius: 5px;
  transition: all .4s
}

.quiz-info__arrow svg {
  width: 40%;
  height: 40%;
  fill: none;
  stroke: #96a0aa
}

.quiz-info__arrow:focus-visible {
  background: #319273;
  border-color: #319273
}

.quiz-info__arrow:focus-visible svg {
  stroke: #fff
}

.quiz-info__prev {
  left: 14px
}

.quiz-info__next {
  right: 14px
}

.quiz-info__close {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 3;
  display: flex
}

.quiz-info__close svg {
  width: 12px;
  height: 12px;
  fill: #d5d9dd
}

.help__item-close svg:focus-visible,
.quiz-info__close svg:focus-visible {
  fill: #319273
}

.popup__content-wrapper {
  position: relative
}

.popup-quiz .popup__content {
  padding: 0 !important;
  min-height: 380px;
  width: 990px
}

.help+.popup__content .quiz {
  position: relative;
  width: 100%
}

.help+.popup__content .quiz:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: calc(100% + 80px);
  height: max(100%, var(--quizHeight));
  background: rgba(0, 0, 0, .3);
  opacity: 0;
  transition: all .4s
}

.help+.popup__content .quiz__form {
  pointer-events: none
}

.help+.popup__content .quiz__form-checkboxes .checkbox__round:before {
  border-color: #7d878f
}

.help[data-step="3"]+.popup__content .quiz__buttons:after,
.help[data-step]+.popup__content .quiz:after {
  opacity: 1
}

.help[data-step]+.popup__content .quiz__form-item {
  overflow: visible
}

.help[data-step]+.popup__content .quiz__form-label {
  z-index: 0
}

.help[data-step]+.popup__content .quiz__form-checkboxes .checkbox__round:before {
  border-color: #96a0aa !important
}

.help[data-step="1"]+.popup__content .quiz__form-label {
  z-index: 3;
  padding: 8px;
  margin: -8px
}

.help[data-step="1"]+.popup__content .quiz__form-label span {
  border-radius: 10px;
  background: #e5f6f1
}

.help[data-step="1"]+.popup__content .quiz__form-item:not(:first-child) .quiz__form-label {
  border-radius: 0
}

.help[data-step="1"]+.popup__content .quiz__form-item:last-child .quiz__form-label {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px
}

.help[data-step="1"] .help__item:first-child {
  left: -66px;
  top: -86px
}

.help[data-step="2"]+.popup__content .quiz__form-item {
  overflow: clip visible
}

.help[data-step="2"]+.popup__content .quiz__form-item:first-child .quiz__form-label {
  z-index: 3
}

.help[data-step="2"]+.popup__content .quiz__form-item:first-child .quiz__form-label:after {
  opacity: 1
}

.help[data-step="2"]+.popup__content .quiz__form-item:first-child .quiz__form-label span {
  background: 0 0;
  transition: all .4s
}

.help[data-step="2"]+.popup__content .quiz__form-item:first-child .quiz__form-checkboxes {
  position: relative;
  z-index: 3
}

.help[data-step="2"]+.popup__content .quiz__form-item:first-child .quiz__form-checkboxes .checkbox__round:before {
  background: #e5f6f1;
  border-color: #319273
}

.help[data-step="2"]+.popup__content .quiz__form-label {
  background: 0 0
}

.help[data-step="2"] .help__item:nth-child(2) {
  right: -150px;
  bottom: 153px
}

.help[data-step="3"] .help__item:nth-child(3) {
  left: 50%;
  translate: -50% 0;
  bottom: -92px
}

.help[data-step="3"]+.popup__content .quiz__button {
  position: relative;
  z-index: 3;
  background: #319273 !important;
  color: #fff !important
}

.help[data-step="3"]+.popup__content .quiz__buttons {
  position: relative;
  z-index: 3
}

.help[data-step="3"]+.popup__content .quiz__next {
  background: #319273;
  color: #fff
}

.help[data-step="3"]+.popup__content .quiz__next svg {
  stroke: #fff
}

.help__item {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 10px;
  align-content: start;
  width: 263px;
  padding: 16px 16px 16px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 70px 0 rgba(38, 62, 54, .25);
  background: #fff;
  border-left: 7px solid #319273;
  overflow: hidden;
  opacity: 0;
  pointer-events: none
}

.help__item.active {
  transition: opacity .7s;
  opacity: 1;
  pointer-events: auto
}

.help__item-close {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: unset
}

.help__item-close svg {
  width: 45%;
  height: 45%;
  fill: rgba(150, 160, 170, .6)
}

.help__item-subtitle {
  font-size: 14px;
  color: #96a0aa
}

.help__item-title {
  text-transform: uppercase
}

.help__item-text {
  font-size: 14px;
  line-height: 1.45
}

.help__item-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 8px
}

.help__item-button {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #319273;
  transition: all .4s
}

.help__item-button:focus-visible {
  color: #246c55
}

.help__item-button svg {
  width: 8px;
  height: 8px;
  fill: none;
  stroke: currentColor
}

.help__item-prev {
  color: #96a0aa
}

.help__item-next {
  margin-left: auto
}

@media (min-width:431px) {
  .popup-test .popup__content {
    width: 1203px
  }
}

@media (min-width:576px) {
  .container {
    width: 520px;
    padding: 0
  }

  .show-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .mem {
    float: right
  }

  .about-creator .title-section br,
  .creator__title br {
    display: none
  }

  .feedback__item-content {
    padding-left: 60px
  }

  .author__item-name {
    margin-bottom: 8px
  }

  .account-info__item {
    white-space: nowrap
  }

  .promotion__block .tooltip {
    top: 50% !important;
    translate: 0 -50%;
    left: calc(100% + 10px) !important;
    bottom: auto !important
  }

  .popup-save .popup__header-link,
  .popup-register--quiz .popup__header-link {
    min-width: 178px
  }

  .quiz__button {
    min-width: 220px
  }
}

@media (min-width:576px) and (min-width:1200px) {
  .mem {
    margin-left: 24px;
    margin-bottom: 24px
  }
}

@media (min-width:768px) {
  .container {
    width: 720px
  }

  .show-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .faq__item-title:before {
    content: "?";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    flex-basis: 36px;
    height: 36px;
    flex-grow: 0;
    flex-shrink: 0;
    background: #319273;
    border-radius: 8px;
    font-weight: 800;
    font-size: 24px;
    color: #fff
  }

  .single-author__item {
    display: flex !important
  }

  .features__item_big {
    grid-column: span 2
  }

  .features__item_icon:after {
    content: "";
    position: absolute;
    right: clamp(10px, 2.4318869828px + 2.0181634712vw, 30px);
    bottom: 0;
    z-index: -1;
    width: clamp(45.6px, 34.0964682139px + 3.0676084763vw, 76px);
    height: clamp(59.4px, 44.415136226px + 3.9959636731vw, 99px);
    background: url(../img/icons/flower-2.svg) 50%/contain no-repeat
  }

  .card_white .card__content {
    padding: 20px;
    background: #fff
  }

  .account-news__form .input-item-file {
    grid-row: span 2
  }

  .quiz__form-item:has(:checked) .quiz__form-label span {
    background: #e5f6f1
  }

  .quiz-info__item {
    max-width: 80%
  }
}

@media (min-width:992px) {
  .container {
    width: 940px
  }

  .show-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .test__item-column-2 {
    grid-column: span 2
  }

  .test__item-column-2 .test__item-checkboxes {
    display: block;
    gap: 6px;
    columns: 2 150px
  }

  .test__item-column-2 .test__item-checkboxes .checkbox {
    margin-bottom: 6px
  }

  .popup-register .popup__content {
    min-height: clamp(400px, 320.5348133199px + 21.190716448vw, 610px)
  }

  .popup-test .popup__content {
    padding-right: 75px
  }

  .header__search .search__input input:focus-visible {
    border-color: #fff;
    outline: 0
  }

  .sub-menu-wrapper {
    position: absolute;
    top: calc(100% + 5px);
    z-index: -1;
    width: max-content;
    padding: 15px;
    margin-top: -5px;
    pointer-events: none;
    opacity: 0;
    transition: opacity .3s ease-in-out, margin .3s ease-in-out;
    box-sizing: content-box
  }

  .sub-menu-wrapper .sub-menu {
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1)
  }

  .sub-menu-wrapper li:hover {
    border-color: #f0f4f8
  }

  .sub-menu-wrapper li:hover>a {
    background: #f0f4f8;
    color: #172221 !important
  }

  li.menu-item-has-children.right .sub-menu-wrapper {
    right: 0;
    translate: 15px -15px;
    text-align: right
  }

  li.menu-item-has-children.right .sub-menu-wrapper a {
    flex-direction: row-reverse
  }

  li.menu-item-has-children.right .sub-menu-wrapper .sub-menu-wrapper {
    right: 100%;
    translate: 10px -15px
  }

  li.menu-item-has-children.right .sub-menu-wrapper .menu-item-arrow+a {
    padding: .625em .9375em .625em 1.875em
  }

  li.menu-item-has-children.right .top .sub-menu-wrapper {
    right: 0 !important;
    translate: 15px -10px
  }

  li.menu-item-has-children.left .sub-menu-wrapper {
    left: 0;
    translate: -15px -15px
  }

  li.menu-item-has-children.left .sub-menu-wrapper .sub-menu-wrapper {
    left: 100%;
    translate: -10px -15px
  }

  li.menu-item-has-children.left .sub-menu-wrapper .menu-item-arrow+a {
    padding: .625em 1.875em .625em .9375em
  }

  li.menu-item-has-children.left .top .sub-menu-wrapper {
    left: 0 !important;
    translate: -15px -10px
  }

  li.menu-item-has-children.left>.sub-menu-wrapper,
  li.menu-item-has-children.right>.sub-menu-wrapper {
    width: min(240px, 100vw)
  }

  li.menu-item-has-children.left .top,
  li.menu-item-has-children.right .top {
    position: relative
  }

  li.menu-item-has-children.left .top .sub-menu-wrapper,
  li.menu-item-has-children.right .top .sub-menu-wrapper {
    top: 100% !important
  }

  .header-wrapper {
    min-height: 141px
  }

  .header__info,
  .header__mobile-top {
    display: none
  }

  .header__bg {
    top: 45px
  }

  .footer__left {
    display: grid;
    gap: 30px;
    height: 100%
  }

  .footer__logo {
    margin-top: -10px
  }

  .offer__form {
    max-width: 434px
  }

  .about-bottom__right strong {
    max-width: 410px;
    display: block
  }

  .single-author__top {
    margin-bottom: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .step__item:not(:last-child) .step__item-title {
    position: relative
  }

  .account {
    margin-top: 30px
  }

  .account__left {
    position: sticky;
    left: 0;
    top: 151px
  }

  .account-form>:not(.tags) {
    max-width: 237px
  }

  .account-ads__item-right {
    align-self: end;
    justify-self: end
  }
}

@media (min-width:1200px) {
  .container {
    width: 1166px
  }

  .show-lg,
  .show-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .title {
    font-size: 24px
  }

  .title-section {
    margin-bottom: 40px
  }

  .title-page {
    font-size: 36px
  }

  .title-4 {
    font-size: 24px
  }

  .option__button-date .input-date .datepicker:after {
    right: 15px
  }

  .option__range {
    gap: 20px
  }

  .option__range input {
    min-width: 145px
  }

  .page-bg .main .header {
    margin-bottom: 80px
  }

  .section {
    padding-bottom: 40px;
    padding-top: 40px
  }

  .section-bg {
    padding-bottom: 80px;
    padding-top: 80px
  }

  .section-white-bottom {
    margin-bottom: -40px
  }

  .section-white-top {
    margin-top: -40px
  }

  .section-bottom {
    padding-bottom: 80px
  }

  .section-bottom-small {
    padding-bottom: 40px
  }

  .section-top {
    padding-top: 80px
  }

  .section-top-small {
    padding-top: 40px
  }

  .section-not-margin {
    margin: 0
  }

  .section-small:not(:first-child) {
    padding-top: 30px
  }

  .section-small:not(:last-child) {
    padding-bottom: 30px
  }

  .buttons {
    gap: 40px
  }

  .logo img {
    max-width: 155px
  }

  .profile__name {
    gap: 10px
  }

  .section-404-wrapper {
    gap: 40px
  }

  .section-404__title {
    font-size: 220px
  }

  .section-404__subtitle {
    font-size: 40px
  }

  .textarea {
    height: 84px
  }

  .input-date .datepicker:after {
    right: 5px
  }

  .input-radios-rating {
    margin-bottom: 10px
  }

  .mem,
  .mem-upload__file .input-file-text {
    font-size: 16px
  }

  .mem-upload {
    gap: 16px
  }

  .mem-upload__icon {
    width: 24px;
    height: 30px
  }

  .popup__content {
    padding-inline: 40px;
    border-radius: 24px
  }

  .popup__content:after {
    right: 30px;
    width: 76px;
    height: 99px
  }

  .popup__close {
    top: 28px;
    right: 36px
  }

  .popup__close svg {
    width: 16px;
    height: 16px
  }

  .popup-thank img {
    margin-bottom: 20px
  }

  .popup__header {
    gap: 40px
  }

  .popup-promotion__text {
    margin-bottom: 20px;
    font-size: 16px
  }

  .popup-promotion .popup__content {
    padding: 40px 60px
  }

  .popup-test-wrapper {
    gap: 28px
  }

  .popup-test__img {
    border-radius: 20px
  }

  .popup-test__content,
  .popup-test__left {
    gap: 18px
  }

  .popup-test__block {
    gap: 16px;
    padding: 20px;
    border-radius: 20px
  }

  .popup-test__block img {
    flex-basis: 40px;
    width: 40px;
    height: 40px
  }

  .popup-test__bottom {
    gap: 24px
  }

  .popup-price .popup__close {
    right: 30px;
    top: 30px
  }

  .option__search .search__input input {
    min-width: 363px
  }

  .tabs__header-link,
  .text-block h2 {
    font-size: 24px
  }

  .text-block h2:not(:last-child),
  .text-block h3:not(:last-child),
  .text-block h4:not(:last-child) {
    margin-bottom: 10px
  }

  .text-block ol:not(:first-of-type),
  .text-block ul:not(:first-of-type) {
    padding-top: 20px
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: 20px
  }

  .education-wrapper ul li:not(:last-child),
  .text-block ol li:not(:last-child),
  .text-block ul li:not(:last-child) {
    margin-bottom: 15px
  }

  .text-block blockquote {
    padding: 40px;
    font-size: 18px
  }

  .text-block table {
    padding: 20px 30px
  }

  .text-block table tbody {
    gap: 15px
  }

  .text-block iframe {
    border-radius: 24px
  }

  .select__body {
    font-size: 18px
  }

  .notification {
    width: 328px
  }

  .notification__item {
    font-size: 12px
  }

  .notification__item-icon {
    width: 13px;
    height: 13px
  }

  .notification__item-content {
    padding: 12px
  }

  .menu-item-arrow {
    flex-basis: 12px;
    width: 12px;
    height: 12px
  }

  .header__top {
    gap: 40px
  }

  .header__top-menu {
    gap: 31px
  }

  .header__search {
    margin-right: 130px
  }

  .header__bottom {
    gap: 55px
  }

  .header__menu {
    gap: 50px;
    font-size: 16px
  }

  .header-main {
    padding-block: 17px;
    padding-inline: 40px
  }

  .header-main-wrapper {
    min-height: 822px
  }

  .header__title {
    font-size: 22px
  }

  .footer__middle {
    gap: 142px
  }

  .footer__bottom {
    font-size: 12px
  }

  .footer .grid {
    gap: 25px
  }

  .algorithm-wrapper {
    gap: 22px
  }

  .algorithm__item_no-bg {
    padding-block: 20px
  }

  .teacher-wrapper {
    gap: 48px
  }

  .teacher__title {
    margin-bottom: 40px
  }

  .teacher__subtitle {
    font-size: 24px
  }

  .teacher__text {
    margin-bottom: 30px
  }

  .teacher__text p:not(:last-child) {
    margin-bottom: 32px
  }

  .teacher-creator .creator__right {
    padding-block: 60px
  }

  .teacher-creator .creator__title {
    margin-bottom: 17px
  }

  .teacher-creator .creator__subtitle {
    margin-bottom: 24px
  }

  .mentor__title {
    margin-bottom: 10px;
    font-size: 24px
  }

  .mentor__left {
    padding-top: 20px
  }

  .mentor__info {
    padding-block: 36px
  }

  .client__title {
    margin-bottom: 94px;
    font-size: 36px
  }

  .contact__top {
    column-gap: 104px
  }

  .creator__title {
    font-size: 24px
  }

  .creator-wrapper+.info-wrapper {
    margin-top: 50px
  }

  .creator__right {
    padding: 40px 47px 40px 40px
  }

  .offer__left {
    padding-left: 60px;
    padding-right: 50px
  }

  .offer__img_small {
    padding: 30px
  }

  .enter__left {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .questions__left {
    padding-right: 90px
  }

  .faq__header {
    margin-bottom: 25px
  }

  .feedback__item {
    padding-right: 30px
  }

  .feedback__item-top {
    margin-bottom: 7px
  }

  .about__title {
    font-size: 24px
  }

  .about__text blockquote {
    padding-block: 10px;
    padding-inline: 16px;
    margin-bottom: 15px
  }

  .about__right {
    gap: 44px;
    padding-top: 20px
  }

  .about__img {
    scale: 1.12
  }

  .about-creator__img img {
    max-height: 550px
  }

  .about-creator-wrapper {
    gap: 35px
  }

  .about-creator__right {
    gap: 52px
  }

  .about-creator__text {
    gap: 36px;
    margin-top: 60px
  }

  .about-creator__text img,
  .about-creator__text picture {
    height: 500px
  }

  .education__title {
    margin-bottom: 25px
  }

  .about-target__title {
    margin-bottom: 34px
  }

  .about-target__subtitle {
    margin-bottom: 40px
  }

  .about-target-wrapper {
    gap: 24px
  }

  .about-info-wrapper {
    column-gap: 36px
  }

  .about-info__blockquote {
    padding-block: 26px;
    padding-inline: 26px
  }

  .about-bottom-wrapper {
    gap: 40px
  }

  .about-bottom__left p:not(:last-child) {
    margin-bottom: 14px
  }

  .author__item {
    gap: 20px;
    padding-right: 30px
  }

  .author__item_big {
    row-gap: 15px
  }

  .author__item_big .author__item-left img,
  .catalog .author__item-left img {
    width: 125px;
    height: 125px
  }

  .author__item_big .author__item-text,
  .catalog .author__item-text {
    margin-bottom: 18px
  }

  .author__item-text {
    margin-bottom: 30px
  }

  .author__item-labels {
    margin-bottom: 17px
  }

  .author__item-icon {
    right: 25px;
    top: 25px
  }

  .catalog .author__item-labels {
    margin-bottom: 10px
  }

  .single-author-wrapper {
    gap: 40px;
    padding-left: 20px
  }

  .single-author__img img {
    width: 359px;
    height: 359px;
    flex-basis: 359px
  }

  .single-author__name {
    font-size: 24px
  }

  .single-author__rating {
    margin-bottom: 20px
  }

  .single-author__info {
    gap: 20px
  }

  .single-author__spoller {
    padding-left: 50px;
    padding-right: 22px
  }

  .single-author__spoller-title {
    font-size: 24px
  }

  .single-author__spoller-text ul li:not(:last-child) {
    margin-bottom: 12px
  }

  .history-wrapper,
  .history__header,
  .history__row {
    gap: 10px
  }

  .history__header {
    font-size: 16px
  }

  .history__row-date,
  .history__row-number {
    font-size: 12px
  }

  .history__row-price,
  .history__row-title {
    font-size: 14px
  }

  .vertising__item {
    padding-left: 40px;
    padding-bottom: 40px
  }

  .vertising__item-tag {
    font-size: 16px
  }

  .vertising__item-top {
    gap: 33px
  }

  .vertising__item-title {
    font-size: 24px
  }

  .vertising__item-label {
    font-size: 18px
  }

  .single-news-wrapper {
    gap: 68px
  }

  .single-news__top {
    margin-bottom: 13px
  }

  .single-news__top-right {
    column-gap: 38px
  }

  .single-news__author-name {
    font-size: 18px
  }

  .single-news__text {
    margin-bottom: 30px
  }

  .info-wrapper {
    padding: 70px 40px
  }

  .step__item:not(:last-child) .step__item-title:after {
    height: 16px
  }

  .rek-wrapper {
    gap: 70px
  }

  .rek__top {
    gap: 50px
  }

  .rek-price__title {
    font-size: 20px
  }

  .card_home .card__title {
    margin-bottom: 18px;
    font-size: 18px
  }

  .card-wrapper {
    gap: 20px
  }

  .account__contact .input-wrapper .reliable,
  .card__date {
    font-size: 14px
  }

  .comments__top {
    margin-bottom: 20px
  }

  .comment-add textarea {
    height: 120px
  }

  .comment__name {
    gap: 20px
  }

  .comment__img {
    width: 60px;
    height: 60px
  }

  .comment__content {
    padding-left: 75px
  }

  .comment__text {
    margin-bottom: 12px
  }

  .target__item {
    padding-block: 20px
  }

  .account__title {
    gap: 30px
  }

  .account__spollers {
    gap: 20px
  }

  .account__spoller {
    padding-inline: 40px;
    padding-top: 18px
  }

  .account__spoller-title {
    font-size: 24px
  }

  .account__spoller-title+* {
    margin-top: 30px
  }

  .account__item-title {
    font-size: 24px
  }

  .account__contacts {
    gap: 20px
  }

  .account__contact label {
    max-width: 174px
  }

  .account-form {
    column-gap: 40px;
    row-gap: 15px
  }

  .account-video {
    padding-right: 60px
  }

  .account-video__item .video-wrapper {
    margin-bottom: 27px
  }

  .account-info__item {
    row-gap: 15px
  }

  .account-ads__item {
    padding-right: 65px
  }

  .account-ads__item-price {
    margin-bottom: 30px
  }

  .account-test__title {
    margin-bottom: 25px
  }

  .account-quiz__subtitle {
    margin-bottom: 34px
  }

  .instructions__icon {
    width: 34px;
    height: 34px
  }

  .promotion {
    gap: 50px
  }

  .popup_gray .popup__title {
    font-size: 36px;
    margin-bottom: 14px
  }

  .popup_gray .popup__text {
    margin-bottom: 20px
  }

  .popup_gray .popup__close {
    right: 36px;
    top: 36px
  }

  .popup-save .popup__title,
  .popup-register--quiz .popup__title {
    margin-bottom: 50px;
    font-size: 26px
  }

  .quiz {
    padding-inline: 40px
  }

  .quiz__step-title {
    font-size: 26px
  }

  .quiz__header-link {
    font-size: 16px
  }

  .quiz__tab-top {
    padding-inline: 16px;
    padding-block: 16px
  }

  .quiz__tab-title {
    font-size: 20px
  }

  .quiz__form {
    padding-block: 20px
  }

  .quiz__form-item {
    gap: 22.5px
  }

  .quiz__form-label {
    font-size: 16px
  }

  .quiz__form-checkboxes {
    gap: 23px
  }

  .quiz__form .checkbox__round:before {
    border-width: 3px
  }

  .quiz__form .checkbox:first-child .checkbox__round:before,
  .quiz__form .checkbox:last-child .checkbox__round:before {
    width: 30px;
    height: 30px
  }

  .quiz__form .checkbox:nth-child(2) .checkbox__round:before,
  .quiz__form .checkbox:nth-last-child(2) .checkbox__round:before {
    width: 24px;
    height: 24px
  }

  .quiz__form .checkbox:nth-child(3) .checkbox__round:before,
  .quiz__form .checkbox:nth-last-child(3) .checkbox__round:before {
    width: 20px;
    height: 20px
  }

  .quiz__form .checkbox:nth-child(4) .checkbox__round:before {
    width: 16px;
    height: 16px
  }

  .quiz__buttons {
    margin-top: 20px
  }

  .quiz__button,
  .quiz__spoller {
    font-size: 16px
  }

  .help[data-step="2"]+.popup__content .quiz__form-item:first-child .quiz__form-checkboxes .checkbox__round:before {
    border-width: 3px
  }

  .help__item-title {
    font-size: 17px
  }
}

@media (max-width:1199px) {

  .hide-lg,
  .hide-xl {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .title {
    font-size: clamp(20px, 18.4863773966px + .4036326942vw, 24px)
  }

  .title-section {
    margin-bottom: clamp(30px, 26.2159434914px + 1.0090817356vw, 40px)
  }

  .title-page {
    font-size: clamp(24px, 19.4591321897px + 1.2108980827vw, 36px)
  }

  .title-4 {
    font-size: clamp(20px, 18.4863773966px + .4036326942vw, 24px)
  }

  .option__button-date .input-date .datepicker:after {
    right: clamp(10px, 8.1079717457px + .5045408678vw, 15px)
  }

  .option__range {
    gap: clamp(10px, 6.2159434914px + 1.0090817356vw, 20px)
  }

  .option__range input {
    min-width: clamp(100px, 82.9717457114px + 4.5408678103vw, 145px)
  }

  .option__info {
    width: calc(100vw - (100vw - 940px))
  }

  .page-bg .main .header {
    margin-bottom: clamp(30px, 11.0797174571px + 5.0454086781vw, 80px)
  }

  .section {
    padding-bottom: clamp(30px, 26.2159434914px + 1.0090817356vw, 40px);
    padding-top: clamp(30px, 26.2159434914px + 1.0090817356vw, 40px)
  }

  .section-bg {
    padding-bottom: clamp(60px, 52.4318869828px + 2.0181634712vw, 80px);
    padding-top: clamp(60px, 52.4318869828px + 2.0181634712vw, 80px)
  }

  .section-white-bottom {
    margin-bottom: clamp(-40px, -26.2159434914px + -1.0090817356vw, -30px)
  }

  .section-white-top {
    margin-top: clamp(-40px, -26.2159434914px + -1.0090817356vw, -30px)
  }

  .section-bottom {
    padding-bottom: clamp(60px, 52.4318869828px + 2.0181634712vw, 80px)
  }

  .section-bottom-small {
    padding-bottom: clamp(30px, 26.2159434914px + 1.0090817356vw, 40px)
  }

  .section-top {
    padding-top: clamp(60px, 52.4318869828px + 2.0181634712vw, 80px)
  }

  .section-top-small {
    padding-top: clamp(30px, 26.2159434914px + 1.0090817356vw, 40px)
  }

  .section-not-margin {
    margin: 0
  }

  .section-small:not(:first-child) {
    padding-top: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .section-small:not(:last-child) {
    padding-bottom: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .buttons {
    gap: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px)
  }

  .logo img {
    max-width: clamp(113px, 97.106962664px + 4.2381432896vw, 155px)
  }

  .profile__name {
    gap: clamp(6px, 4.4863773966px + .4036326942vw, 10px)
  }

  .section-404-wrapper {
    gap: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px)
  }

  .section-404__title {
    font-size: clamp(110px, 68.3753784057px + 11.0998990918vw, 220px)
  }

  .section-404__subtitle {
    font-size: clamp(22px, 15.1886982846px + 1.8163471241vw, 40px)
  }

  .textarea {
    height: clamp(84px, 147.4066599395px + -4.6417759839vw, 130px)
  }

  .input-date .datepicker:after {
    right: clamp(-5px, -8.7840565086px + 1.0090817356vw, 5px)
  }

  .input-radios-rating {
    margin-bottom: clamp(5px, 3.1079717457px + .5045408678vw, 10px)
  }

  .mem,
  .mem-upload__file .input-file-text {
    font-size: clamp(14px, 13.2431886983px + .2018163471vw, 16px)
  }

  .mem-upload {
    gap: clamp(12px, 10.4863773966px + .4036326942vw, 16px)
  }

  .mem-upload__icon {
    width: clamp(20px, 18.4863773966px + .4036326942vw, 24px);
    height: clamp(24px, 21.7295660949px + .6054490414vw, 30px)
  }

  .popup__content {
    padding-inline: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px);
    border-radius: clamp(16px, 12.9727547931px + .8072653885vw, 24px)
  }

  .popup__content:after {
    right: clamp(10px, 2.4318869828px + 2.0181634712vw, 30px);
    width: clamp(45.6px, 34.0964682139px + 3.0676084763vw, 76px);
    height: clamp(59.4px, 44.415136226px + 3.9959636731vw, 99px)
  }

  .popup__close {
    top: clamp(24px, 22.4863773966px + .4036326942vw, 28px);
    right: clamp(24px, 19.4591321897px + 1.2108980827vw, 36px)
  }

  .popup__close svg {
    width: clamp(14px, 13.2431886983px + .2018163471vw, 16px);
    height: clamp(14px, 13.2431886983px + .2018163471vw, 16px)
  }

  .popup-thank img {
    margin-bottom: clamp(15px, 13.1079717457px + .5045408678vw, 20px)
  }

  .popup__header {
    gap: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px)
  }

  .popup-promotion__text {
    margin-bottom: clamp(15px, 13.1079717457px + .5045408678vw, 20px);
    font-size: clamp(15px, 14.6215943491px + .1009081736vw, 16px)
  }

  .popup-promotion .popup__content {
    padding: clamp(30px, 26.2159434914px + 1.0090817356vw, 40px) clamp(20px, 4.8637739657px + 4.0363269425vw, 60px)
  }

  .popup-test-wrapper {
    gap: clamp(20px, 16.9727547931px + .8072653885vw, 28px)
  }

  .popup-test__img {
    border-radius: clamp(16px, 14.4863773966px + .4036326942vw, 20px)
  }

  .popup-test__content,
  .popup-test__left {
    gap: clamp(12px, 9.7295660949px + .6054490414vw, 18px)
  }

  .popup-test__block {
    gap: clamp(8px, 4.9727547931px + .8072653885vw, 16px);
    padding: clamp(16px, 14.4863773966px + .4036326942vw, 20px);
    border-radius: clamp(16px, 14.4863773966px + .4036326942vw, 20px)
  }

  .popup-test__block img {
    flex-basis: clamp(28px, 23.4591321897px + 1.2108980827vw, 40px);
    width: clamp(28px, 23.4591321897px + 1.2108980827vw, 40px);
    height: clamp(28px, 23.4591321897px + 1.2108980827vw, 40px)
  }

  .popup-test__bottom {
    gap: clamp(16px, 12.9727547931px + .8072653885vw, 24px)
  }

  .popup-price .popup__close {
    right: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px);
    top: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .option__search .search__input input {
    min-width: clamp(300px, 276.160443996px + 6.3572149344vw, 363px)
  }

  .tabs__header-link,
  .text-block h2 {
    font-size: clamp(20px, 18.4863773966px + .4036326942vw, 24px)
  }

  .text-block h2:not(:last-child),
  .text-block h3:not(:last-child),
  .text-block h4:not(:last-child) {
    margin-bottom: clamp(10px, 16.8920282543px + -.5045408678vw, 15px)
  }

  .text-block ol:not(:first-of-type),
  .text-block ul:not(:first-of-type) {
    padding-top: clamp(10px, 6.2159434914px + 1.0090817356vw, 20px)
  }

  .text-block ol:not(:last-child),
  .text-block ul:not(:last-child) {
    padding-bottom: clamp(10px, 6.2159434914px + 1.0090817356vw, 20px)
  }

  .text-block ol li:not(:last-child),
  .text-block ul li:not(:last-child) {
    margin-bottom: clamp(10px, 8.1079717457px + .5045408678vw, 15px)
  }

  .text-block blockquote {
    padding: clamp(15px, 5.5398587286px + 2.5227043391vw, 40px);
    font-size: clamp(15px, 13.8647830474px + .3027245207vw, 18px)
  }

  .text-block table {
    padding: clamp(15px, 13.1079717457px + .5045408678vw, 20px) clamp(15px, 9.3239152371px + 1.5136226034vw, 30px)
  }

  .text-block table tbody {
    gap: clamp(10px, 8.1079717457px + .5045408678vw, 15px)
  }

  .text-block iframe {
    border-radius: clamp(16px, 12.9727547931px + .8072653885vw, 24px)
  }

  .select__body {
    font-size: clamp(12.6px, 10.5566094854px + .5449041372vw, 18px)
  }

  .notification {
    width: clamp(300px, 289.404641776px + 2.8254288597vw, 328px)
  }

  .notification__item {
    font-size: clamp(11px, 10.6215943491px + .1009081736vw, 12px)
  }

  .notification__item-icon {
    width: clamp(13px, 13px + 0, 13px);
    height: clamp(13px, 13px + 0, 13px)
  }

  .notification__item-content {
    padding: clamp(8px, 6.4863773966px + .4036326942vw, 12px)
  }

  .menu-item-arrow {
    flex-basis: clamp(12px, 21.9245206862px + -.7265388496vw, 19.2px);
    width: clamp(12px, 21.9245206862px + -.7265388496vw, 19.2px);
    height: clamp(12px, 21.9245206862px + -.7265388496vw, 19.2px)
  }

  .header__top {
    gap: clamp(35px, 33.1079717457px + .5045408678vw, 40px)
  }

  .header__top-menu {
    gap: clamp(24px, 21.351160444px + .7063572149vw, 31px)
  }

  .header__bottom {
    gap: clamp(-65px, -110.4086781029px + 12.1089808274vw, 55px)
  }

  .header__menu {
    gap: clamp(-35px, -67.1644803229px + 8.5771947528vw, 50px);
    font-size: clamp(13px, 11.8647830474px + .3027245207vw, 16px)
  }

  .header-main {
    padding-block: clamp(17px, 21.1352169526px + -.3027245207vw, 20px);
    padding-inline: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px)
  }

  .header-main-wrapper {
    min-height: clamp(300px, 102.4722502523px + 52.6740665994vw, 822px)
  }

  .header__title {
    font-size: clamp(18px, 16.4863773966px + .4036326942vw, 22px)
  }

  .header__menu {
    justify-content: center
  }

  .footer__middle {
    gap: clamp(20px, -26.1654894046px + 12.3107971746vw, 142px)
  }

  .footer__bottom {
    font-size: clamp(12px, 14.7568113017px + -.2018163471vw, 14px)
  }

  .footer .grid {
    gap: clamp(15px, 11.2159434914px + 1.0090817356vw, 25px)
  }

  .algorithm-wrapper {
    gap: clamp(16px, 13.7295660949px + .6054490414vw, 22px)
  }

  .algorithm__item_no-bg {
    padding-block: clamp(5px, -.6760847629px + 1.5136226034vw, 20px)
  }

  .teacher-wrapper {
    gap: clamp(20px, 9.404641776px + 2.8254288597vw, 48px)
  }

  .teacher__title {
    margin-bottom: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px)
  }

  .teacher__subtitle {
    font-size: clamp(20px, 18.4863773966px + .4036326942vw, 24px)
  }

  .teacher__text {
    margin-bottom: clamp(10px, 2.4318869828px + 2.0181634712vw, 30px)
  }

  .teacher__text p:not(:last-child) {
    margin-bottom: clamp(23px, 19.5943491423px + .9081735621vw, 32px)
  }

  .teacher-creator .creator__right {
    padding-block: clamp(30px, 18.6478304743px + 3.0272452069vw, 60px)
  }

  .teacher-creator .creator__title {
    margin-bottom: clamp(12px, 10.1079717457px + .5045408678vw, 17px)
  }

  .teacher-creator .creator__subtitle {
    margin-bottom: clamp(20px, 18.4863773966px + .4036326942vw, 24px)
  }

  .mentor__title {
    margin-bottom: clamp(10px, 23.7840565086px + -1.0090817356vw, 20px);
    font-size: clamp(20px, 18.4863773966px + .4036326942vw, 24px)
  }

  .mentor__info {
    padding-block: clamp(24px, 19.4591321897px + 1.2108980827vw, 36px)
  }

  .client__title {
    margin-bottom: clamp(30px, 5.7820383451px + 6.458123108vw, 94px);
    font-size: clamp(24px, 19.4591321897px + 1.2108980827vw, 36px)
  }

  .contact__top {
    column-gap: clamp(-30px, -80.7063572149px + 13.5216952573vw, 104px)
  }

  .creator__title {
    font-size: clamp(18px, 15.7295660949px + .6054490414vw, 24px)
  }

  .creator-wrapper+.info-wrapper {
    margin-top: clamp(40px, 36.2159434914px + 1.0090817356vw, 50px)
  }

  .creator__right {
    padding: clamp(12px, 1.404641776px + 2.8254288597vw, 40px) clamp(20px, 9.7830474268px + 2.7245206862vw, 47px) clamp(12px, 1.404641776px + 2.8254288597vw, 40px) clamp(20px, 12.4318869828px + 2.0181634712vw, 40px)
  }

  .offer__left {
    padding-left: clamp(20px, 4.8637739657px + 4.0363269425vw, 60px);
    padding-right: clamp(20px, 8.6478304743px + 3.0272452069vw, 50px)
  }

  .offer__img_small {
    padding: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .enter__left {
    padding-top: clamp(30px, 18.6478304743px + 3.0272452069vw, 60px);
    padding-bottom: clamp(30px, 18.6478304743px + 3.0272452069vw, 60px)
  }

  .questions__left {
    padding-right: clamp(20px, -6.48839556px + 7.0635721493vw, 90px)
  }

  .faq__header {
    margin-bottom: clamp(25px, 31.8920282543px + -.5045408678vw, 30px)
  }

  .feedback__item {
    padding-right: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .feedback__item-top {
    margin-bottom: clamp(7px, 13.8920282543px + -.5045408678vw, 12px)
  }

  .about__title {
    font-size: clamp(20px, 18.4863773966px + .4036326942vw, 24px)
  }

  .about__text blockquote {
    padding-block: clamp(10px, 29.297679112px + -1.4127144299vw, 24px);
    padding-inline: clamp(16px, 21.5136226034px + -.4036326942vw, 20px);
    margin-bottom: clamp(15px, 35.6760847629px + -1.5136226034vw, 30px)
  }

  .about__right {
    gap: clamp(30px, 24.702320888px + 1.4127144299vw, 44px)
  }

  .about__img video {
    bottom: 29px
  }

  .about-wrapper {
    grid-template-columns: 1.4fr 1fr
  }

  .about-creator__img img {
    max-height: clamp(365px, 294.9949545913px + 18.668012109vw, 550px)
  }

  .about-creator-wrapper {
    gap: clamp(30px, 28.1079717457px + .5045408678vw, 35px)
  }

  .about-creator__right {
    gap: clamp(30px, 21.6750756811px + 2.2199798184vw, 52px)
  }

  .about-creator__text {
    gap: clamp(20px, 13.9455095863px + 1.614530777vw, 36px);
    margin-top: clamp(30px, 18.6478304743px + 3.0272452069vw, 60px)
  }

  .about-creator__text img,
  .about-creator__text picture {
    height: clamp(364px, 312.5368314834px + 13.7235116044vw, 500px)
  }

  .education__title {
    margin-bottom: clamp(25px, 31.8920282543px + -.5045408678vw, 30px)
  }

  .education-wrapper ul li:not(:last-child) {
    margin-bottom: clamp(15px, 17.7568113017px + -.2018163471vw, 17px)
  }

  .about-target__title {
    margin-bottom: clamp(20px, 14.702320888px + 1.4127144299vw, 34px)
  }

  .about-target__subtitle {
    margin-bottom: clamp(30px, 26.2159434914px + 1.0090817356vw, 40px)
  }

  .about-target-wrapper {
    gap: clamp(16px, 12.9727547931px + .8072653885vw, 24px)
  }

  .about-info-wrapper {
    column-gap: clamp(15px, 7.053481332px + 2.1190716448vw, 36px)
  }

  .about-info__blockquote {
    padding-block: clamp(16px, 12.2159434914px + 1.0090817356vw, 26px);
    padding-inline: clamp(26px, 31.5136226034px + -.4036326942vw, 30px)
  }

  .about-bottom-wrapper {
    gap: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px)
  }

  .about-bottom__left p:not(:last-child) {
    margin-bottom: clamp(14px, 22.2704339051px + -.6054490414vw, 20px)
  }

  .author__item {
    gap: clamp(13px, 10.351160444px + .7063572149vw, 20px);
    padding-right: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .author__item_big {
    row-gap: clamp(12px, 10.8647830474px + .3027245207vw, 15px)
  }

  .author__item_big .author__item-left img,
  .catalog .author__item-left img {
    width: clamp(91px, 78.1342078708px + 3.4308779011vw, 125px);
    height: clamp(91px, 78.1342078708px + 3.4308779011vw, 125px)
  }

  .author__item_big .author__item-text {
    margin-bottom: clamp(15px, 13.8647830474px + .3027245207vw, 18px)
  }

  .author__item-text {
    margin-bottom: clamp(25px, 23.1079717457px + .5045408678vw, 30px)
  }

  .author__item-labels {
    margin-bottom: clamp(17px, 21.1352169526px + -.3027245207vw, 20px)
  }

  .author__item-icon {
    right: clamp(20px, 18.1079717457px + .5045408678vw, 25px);
    top: clamp(20px, 18.1079717457px + .5045408678vw, 25px)
  }

  .catalog .author__item-text {
    margin-bottom: clamp(18px, 27.648839556px + -.7063572149vw, 25px)
  }

  .catalog .author__item-labels {
    margin-bottom: clamp(10px, 23.7840565086px + -1.0090817356vw, 20px)
  }

  .single-author-wrapper {
    gap: clamp(17px, 8.2966700303px + 2.3208879919vw, 40px)
  }

  .single-author__img img {
    width: clamp(91px, -10.4127144299px + 27.0433905146vw, 359px);
    height: clamp(91px, -10.4127144299px + 27.0433905146vw, 359px);
    flex-basis: clamp(91px, -10.4127144299px + 27.0433905146vw, 359px)
  }

  .single-author__name {
    font-size: clamp(18px, 15.7295660949px + .6054490414vw, 24px)
  }

  .single-author__rating {
    margin-bottom: clamp(10px, 6.2159434914px + 1.0090817356vw, 20px)
  }

  .single-author__info {
    gap: clamp(10px, 6.2159434914px + 1.0090817356vw, 20px)
  }

  .single-author__spoller {
    padding-left: clamp(12px, -2.3794147326px + 3.8345105954vw, 50px);
    padding-right: clamp(12px, 8.2159434914px + 1.0090817356vw, 22px)
  }

  .single-author__spoller-title {
    font-size: clamp(18px, 15.7295660949px + .6054490414vw, 24px)
  }

  .single-author__spoller-text ul li:not(:last-child) {
    margin-bottom: clamp(11px, 10.6215943491px + .1009081736vw, 12px)
  }

  .history-wrapper {
    gap: clamp(10px, 16.8920282543px + -.5045408678vw, 15px)
  }

  .history__header,
  .history__row {
    gap: clamp(5px, 3.1079717457px + .5045408678vw, 10px);
    grid-template-columns: 11% 17% 32.2055137845% 17% 8.7719298246% 55px
  }

  .history__header {
    font-size: clamp(12px, 10.4863773966px + .4036326942vw, 16px)
  }

  .history__row-date,
  .history__row-number {
    font-size: clamp(10px, 9.2431886983px + .2018163471vw, 12px)
  }

  .history__row-price,
  .history__row-title {
    font-size: clamp(11px, 9.8647830474px + .3027245207vw, 14px)
  }

  .vertising__item {
    padding-left: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px);
    padding-bottom: clamp(30px, 26.2159434914px + 1.0090817356vw, 40px)
  }

  .vertising__item-tag {
    font-size: clamp(14px, 13.2431886983px + .2018163471vw, 16px)
  }

  .vertising__item-top {
    gap: clamp(15px, 8.1886982846px + 1.8163471241vw, 33px);
    grid-template-columns: 1fr 47%
  }

  .vertising__item-title {
    font-size: clamp(18px, 15.7295660949px + .6054490414vw, 24px)
  }

  .vertising__item-label {
    font-size: clamp(16px, 15.2431886983px + .2018163471vw, 18px)
  }

  .single-news-wrapper {
    gap: clamp(60px, 56.9727547931px + .8072653885vw, 68px)
  }

  .single-news__top {
    margin-bottom: clamp(13px, 36.4328960646px + -1.7154389506vw, 30px)
  }

  .single-news__top-right {
    column-gap: clamp(15px, 6.2966700303px + 2.3208879919vw, 38px)
  }

  .single-news__author-name {
    font-size: clamp(16px, 15.2431886983px + .2018163471vw, 18px)
  }

  .single-news__text {
    margin-bottom: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .info-wrapper {
    padding: clamp(40px, 28.6478304743px + 3.0272452069vw, 70px) clamp(20px, 12.4318869828px + 2.0181634712vw, 40px) clamp(30px, 14.8637739657px + 4.0363269425vw, 70px)
  }

  .step__item:not(:last-child) .step__item-title:after {
    height: clamp(10px, 7.7295660949px + .6054490414vw, 16px)
  }

  .book-wrapper {
    grid-template-columns: 1fr 1fr
  }

  .rek__top {
    gap: clamp(20px, 8.6478304743px + 3.0272452069vw, 50px)
  }

  .rek-price__title {
    font-size: clamp(18px, 17.2431886983px + .2018163471vw, 20px)
  }

  .card_home .card__title {
    margin-bottom: clamp(10px, 6.9727547931px + .8072653885vw, 18px);
    font-size: clamp(16px, 15.2431886983px + .2018163471vw, 18px)
  }

  .card-wrapper {
    gap: clamp(20px, 33.7840565086px + -1.0090817356vw, 30px)
  }

  .account__contact .input-wrapper .reliable,
  .card__date {
    font-size: clamp(12px, 11.2431886983px + .2018163471vw, 14px)
  }

  .comments__top {
    margin-bottom: clamp(20px, 47.5681130172px + -2.0181634712vw, 40px)
  }

  .comment-add textarea {
    height: clamp(120px, 133.7840565086px + -1.0090817356vw, 130px)
  }

  .comment__name {
    gap: clamp(12px, 8.9727547931px + .8072653885vw, 20px)
  }

  .comment__img {
    width: clamp(36px, 26.9182643794px + 2.4217961655vw, 60px);
    height: clamp(36px, 26.9182643794px + 2.4217961655vw, 60px)
  }

  .comment__content {
    padding-left: clamp(51px, 41.9182643794px + 2.4217961655vw, 75px)
  }

  .comment__text {
    margin-bottom: clamp(12px, 23.0272452069px + -.8072653885vw, 20px)
  }

  .target__item {
    padding-block: clamp(20px, 33.7840565086px + -1.0090817356vw, 30px)
  }

  .account__title {
    gap: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .account__spollers {
    gap: clamp(6px, .702320888px + 1.4127144299vw, 20px)
  }

  .account__spoller {
    padding-inline: clamp(12px, 1.404641776px + 2.8254288597vw, 40px);
    padding-top: clamp(18px, 20.7568113017px + -.2018163471vw, 20px)
  }

  .account__spoller-title {
    font-size: clamp(18px, 15.7295660949px + .6054490414vw, 24px)
  }

  .account__spoller-title+* {
    margin-top: clamp(20px, 16.2159434914px + 1.0090817356vw, 30px)
  }

  .account__item-title {
    font-size: clamp(18px, 15.7295660949px + .6054490414vw, 24px)
  }

  .account__contacts {
    gap: clamp(13px, 10.351160444px + .7063572149vw, 20px);
    grid-template-columns: 1fr 1fr
  }

  .account .ads-form>span,
  .account__contacts>span {
    display: none
  }

  .account__contact label {
    max-width: clamp(150px, 140.9182643794px + 2.4217961655vw, 174px)
  }

  .account-form {
    column-gap: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px);
    row-gap: clamp(15px, 21.8920282543px + -.5045408678vw, 20px)
  }

  .account-video__item .video-wrapper {
    margin-bottom: clamp(20px, 17.351160444px + .7063572149vw, 27px)
  }

  .account-info__item {
    row-gap: clamp(6px, 2.5943491423px + .9081735621vw, 15px)
  }

  .account-ads__item-price {
    margin-bottom: clamp(25px, 23.1079717457px + .5045408678vw, 30px)
  }

  .account .ads-form {
    grid-template-columns: 1fr 1fr 1fr
  }

  .account .ads-form .editor {
    grid-column: 1/-1
  }

  .account-test__title {
    margin-bottom: clamp(10px, 4.3239152371px + 1.5136226034vw, 25px)
  }

  .account-quiz__subtitle {
    margin-bottom: clamp(14px, 6.4318869828px + 2.0181634712vw, 34px)
  }

  .instructions__icon {
    width: clamp(25px, 21.5943491423px + .9081735621vw, 34px);
    height: clamp(25px, 21.5943491423px + .9081735621vw, 34px)
  }

  .promotion {
    gap: clamp(20px, 8.6478304743px + 3.0272452069vw, 50px)
  }

  .popup_gray .popup__title {
    font-size: clamp(24px, 19.4591321897px + 1.2108980827vw, 36px);
    margin-bottom: clamp(12px, 11.2431886983px + .2018163471vw, 14px)
  }

  .popup_gray .popup__text {
    margin-bottom: clamp(20px, 40.6760847629px + -1.5136226034vw, 35px)
  }

  .popup_gray .popup__close {
    right: clamp(14px, 5.6750756811px + 2.2199798184vw, 36px);
    top: clamp(14px, 5.6750756811px + 2.2199798184vw, 36px)
  }

  .popup-save .popup__title,
  .popup-register--quiz .popup__title {
    margin-bottom: clamp(33px, 26.5671039354px + 1.7154389506vw, 50px);
    font-size: clamp(20px, 17.7295660949px + .6054490414vw, 26px)
  }

  .quiz {
    padding-inline: clamp(20px, 12.4318869828px + 2.0181634712vw, 40px)
  }

  .quiz__step-title {
    font-size: clamp(16px, 12.2159434914px + 1.0090817356vw, 26px)
  }

  .quiz__header-link {
    font-size: clamp(14px, 13.2431886983px + .2018163471vw, 16px)
  }

  .quiz__tab-top {
    padding-inline: clamp(16px, 35.297679112px + -1.4127144299vw, 30px);
    padding-block: clamp(6px, 2.2159434914px + 1.0090817356vw, 16px)
  }

  .quiz__tab-title {
    font-size: clamp(16px, 14.4863773966px + .4036326942vw, 20px)
  }

  .quiz__form {
    padding-block: clamp(10px, 6.2159434914px + 1.0090817356vw, 20px)
  }

  .quiz__form-item {
    gap: clamp(10px, 5.2699293643px + 1.2613521695vw, 22.5px)
  }

  .quiz__form-label {
    font-size: clamp(12px, 10.4863773966px + .4036326942vw, 16px)
  }

  .quiz__form-checkboxes {
    gap: clamp(18px, 16.1079717457px + .5045408678vw, 23px)
  }

  .quiz__form .checkbox__round:before {
    border-width: clamp(1px, .2431886983px + .2018163471vw, 3px)
  }

  .quiz__form .checkbox:first-child .checkbox__round:before,
  .quiz__form .checkbox:last-child .checkbox__round:before {
    width: clamp(24px, 21.7295660949px + .6054490414vw, 30px);
    height: clamp(24px, 21.7295660949px + .6054490414vw, 30px)
  }

  .quiz__form .checkbox:nth-child(2) .checkbox__round:before,
  .quiz__form .checkbox:nth-last-child(2) .checkbox__round:before {
    width: clamp(20px, 18.4863773966px + .4036326942vw, 24px);
    height: clamp(20px, 18.4863773966px + .4036326942vw, 24px)
  }

  .quiz__form .checkbox:nth-child(3) .checkbox__round:before,
  .quiz__form .checkbox:nth-last-child(3) .checkbox__round:before {
    width: clamp(16px, 14.4863773966px + .4036326942vw, 20px);
    height: clamp(16px, 14.4863773966px + .4036326942vw, 20px)
  }

  .quiz__form .checkbox:nth-child(4) .checkbox__round:before {
    width: clamp(12px, 10.4863773966px + .4036326942vw, 16px);
    height: clamp(12px, 10.4863773966px + .4036326942vw, 16px)
  }

  .quiz__buttons {
    margin-top: clamp(17px, 15.8647830474px + .3027245207vw, 20px)
  }

  .quiz__button,
  .quiz__spoller {
    font-size: clamp(14px, 13.2431886983px + .2018163471vw, 16px)
  }

  .help[data-step="2"]+.popup__content .quiz__form-item:first-child .quiz__form-checkboxes .checkbox__round:before {
    border-width: clamp(1.5px, .9323915237px + .1513622603vw, 3px)
  }

  .help__item-title {
    font-size: clamp(15px, 14.2431886983px + .2018163471vw, 17px)
  }
}

@media (max-width:991px) {
  .hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .option__info {
    width: calc(100vw - (100vw - 720px))
  }

  .test {
    grid-template-columns: 100%
  }

  .test__item-checkboxes {
    display: block;
    gap: 6px;
    columns: 2 150px
  }

  .test__item-checkboxes .checkbox {
    margin-bottom: 6px
  }

  .page-edit {
    margin-bottom: 40px
  }

  .page-bg .header-main-wrapper {
    padding-top: 94px
  }

  body:has(#account) .header__mobile-main,
  body:has(#account) .header__search/*,
  body:has(#client) .header__mobile-main,
  body:has(#client) .header__search*/ {
    display: none
  }

  body:has(#account) .header__mobile-title,
  body:has(#client) .header__mobile-title {
    display: block
  }

  body:has(#account) .menu-link_active,
  body:has(#client) .menu-link_active {
    order: 2
  }

  body:has(#account) .header__mobile-account,
  body:has(#client) .header__mobile-client {
    display: grid
  }

  .dropdown__icon svg {
    stroke: #172221
  }

  .profile__icon svg {
    stroke: #172221;
    stroke-width: 1px
  }

  .notify,
  .popup-test picture {
    display: none
  }

  .popup-test-wrapper {
    grid-template-columns: 100%
  }

  .menu-link {
    display: block
  }

  .header__search {
    flex: 1 1 auto
  }

  .header__search .search__input,
  li.menu-item-has-children {
    width: 100%
  }

  .header__search .search__button {
    position: absolute;
    right: 16px;
    top: 50%;
    translate: 0 -50%
  }

  .header__search .search svg {
    width: 16px;
    height: 17px;
    stroke-width: 2px
  }

  .header__search .search__input input {
    width: 100%;
    max-width: 100%;
    height: 52px;
    padding-left: 16px;
    padding-right: 36px;
    border-radius: 8px;
    border: 1px solid #c0c6cc;
    color: #172221
  }

  .header__search .search__input input::placeholder {
    color: #c0c6cc
  }

  .checkbox_single br,
  .header__mobile-account .account__menu-item:after,
  .header__mobile-client .account__menu-item:after,
  .header__search .search__content {
    display: none
  }

  .page>.crumbs-wrapper {
    margin-top: 94px
  }

  [data-tab-header]>:first-child {
    display: block
  }

  .sub-menu-wrapper .sub-menu {
    display: grid;
    gap: 15px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 18px
  }

  .sub-menu-wrapper.active {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto
  }

  .sub-menu-wrapper li {
    display: grid
  }

  .sub-menu-wrapper a {
    padding: 0
  }

  .menu-item-arrow {
    width: 20px;
    height: 20px;
    flex-basis: 20px
  }

  .header-wrapper {
    min-height: 94px
  }

  .header__mobile-title {
    font-size: 24px;
    font-weight: 600
  }

  .header__mobile-top {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between
  }

  .header__mobile-account,
  .header__mobile-client,
  .header__mobile-main,
  .header__mobile-top {
    width: 100%;
    max-width: 335px;
    margin-inline: auto
  }

  .header__mobile-account .account__menu,
  .header__mobile-client .account__menu {
    width: 100%;
    gap: 16px
  }

  .header__mobile-account .account__menu-item,
  .header__mobile-client .account__menu-item {
    font-size: 20px;
    font-weight: 500
  }

  .header__mobile-account .account__left,
  .header__mobile-client .account__left {
    display: grid;
    grid-template-columns: 100%;
    padding: 0;
    justify-items: center;
    width: 100%
  }

  .header__mobile-account .account__bottom,
  .header__mobile-client .account__bottom {
    padding-top: 0;
    margin-top: 30px;
    border: 0
  }

  .header__mobile-account .account__buttons .button,
  .header__mobile-client .account__buttons .button,
  .single-author__img picture {
    width: auto
  }

  .header__mobile-account .account__buttons .exit,
  .header__mobile-client .account__buttons .exit {
    margin-top: 10px;
    font-weight: 500;
    color: #f04b26;
    text-align: center
  }

  .header__mobile-main {
    display: grid;
    grid-template-columns: 100%;
    justify-items: start;
    align-content: start;
    gap: 28px
  }

  .header-main {
    bottom: 50px
  }

  .header-main-wrapper {
    padding-top: 94px
  }

  .header-main-wrapper:after {
    top: 0
  }

  .header__top-wrapper {
    padding: 0
  }

  .header__top-menu {
    grid-template-columns: 100%
  }

  .header__bottom {
    min-height: 70px
  }

  .header__bottom-wrapper {
    position: relative;
    padding: 12px 0;
    background: 0 0
  }

  .header__bottom-wrapper .container {
    position: static
  }

  .header__mobile {
    position: fixed;
    left: -100vw;
    top: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: 100%;
    justify-items: start;
    align-content: start;
    gap: 37px;
    width: 100vw;
    height: 100dvh;
    padding: 30px 20px 40px;
    overflow: auto;
    background: #fff;
    color: #000;
    opacity: 0;
    transition: all .4s
  }

  .header__mobile_active {
    left: 0;
    opacity: 1
  }

  .header__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%
  }

  .header__menu,
  .header__top-menu {
    display: grid;
    justify-content: start;
    gap: 18px;
    font-size: 20px;
    line-height: 1.25;
    font-family: Manrope;
    font-weight: 400
  }

  .header__nav {
    display: grid;
    gap: 24px;
    align-content: start
  }

  .header__menu,
  .header__nav {
    width: 100%;
    grid-template-columns: 100%
  }

  .header__profile svg {
    fill: #000
  }

  .header__catalog {
    width: 100%
  }

  .footer {
    background: #172221
  }

  .footer__middle {
    display: none
  }

  .footer__top {
    grid-template-columns: 100%;
    justify-content: center;
    justify-items: center;
    gap: 25px
  }

  .footer__bottom {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    text-align: center
  }

  .footer__bottom-wrapper {
    background: 0 0
  }

  .footer__links {
    gap: 15px
  }

  .footer__social {
    justify-content: center
  }

  .teacher-wrapper {
    grid-template-columns: 100%
  }

  .teacher__img {
    order: -1
  }

  .mentor-wrapper {
    grid-template-columns: 100%
  }

  .mentor__info {
    margin-bottom: 20px
  }

  .mentor__info span {
    max-width: 100%
  }

  .client__left {
    max-width: clamp(300px, 437.8405650858px + -10.0908173562vw, 400px)
  }

  .creator-wrapper,
  .offer-wrapper {
    grid-template-columns: 100%
  }

  .offer__img {
    order: -1
  }

  .offer__img img {
    height: clamp(310px, 287.2956609485px + 6.0544904137vw, 370px)
  }

  .offer__img_contain img {
    height: auto
  }

  .offer__img_small {
    padding: 35px 12px 0
  }

  .find-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .about-wrapper,
  .feedback-wrapper {
    grid-template-columns: 100%
  }

  .about__img video {
    bottom: 54px
  }

  .about__img {
    order: -1
  }

  .about-creator__img img {
    max-height: clamp(364px, 293.3831168831px + 18.8311688312vw, 480px)
  }

  .about-creator-wrapper,
  .about-creator__text {
    grid-template-columns: 100%
  }

  .about-creator__text {
    gap: 0
  }

  .about-features .features__logo {
    order: 5;
    grid-column: span 1
  }

  .about-target-wrapper {
    grid-template-columns: 100%
  }

  .about-target__item {
    min-height: 106px
  }

  .about-info__right img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
  }

  .about-info {
    padding-top: 0
  }

  .about-info-wrapper {
    grid-template-columns: 100%;
    gap: 30px
  }

  .about-info__left {
    margin-bottom: 30px
  }

  .about-bottom {
    padding-top: 0
  }

  .about-bottom-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0
  }

  .about-bottom-wrapper,
  .author-wrapper,
  .single-author-wrapper {
    grid-template-columns: 100%
  }

  .single-author-wrapper {
    justify-items: start
  }

  .single-author__img {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: clamp(15px, 5.8685064935px + 2.4350649351vw, 30px);
    justify-content: start;
    width: 100%
  }

  .news-wrapper {
    grid-template-columns: 1fr 1fr
  }

  .single-news-wrapper {
    grid-template-columns: 100%
  }

  .single-news__left {
    display: grid
  }

  .single-news__tags {
    order: 1
  }

  .single-news__bottom {
    order: 2
  }

  .single-news .comments {
    order: 3
  }

  .step__item:not(:last-child) .step__item-title:after {
    top: 100%;
    left: 50%;
    translate: -50% 0;
    width: 15px;
    height: 100%;
    background-image: url(../img/icons/arrow-mobile.svg);
    background-position: 50%
  }

  .step-wrapper {
    grid-template-columns: 100%;
    gap: 54px
  }

  .step__item {
    position: relative;
    align-items: start
  }

  .features-wrapper {
    grid-template-columns: 1fr 1fr
  }

  .account-test .test,
  .account-wrapper,
  .rek-wrapper,
  .target-wrapper {
    grid-template-columns: 100%
  }

  .account-form {
    grid-template-columns: 1fr 1fr
  }

  .account-form>span {
    display: none
  }

  .account-ads__item {
    grid-template-columns: 100%;
    justify-items: start
  }

  .account-ads__item-img {
    display: grid;
    grid-template-columns: 91px 1fr;
    align-items: center;
    gap: 15px
  }

  .account-ads__item-right {
    display: grid;
    width: 100%;
    grid-template-columns: 100%
  }

  .account-ads__item-price {
    justify-self: end
  }

  .quiz__header-link {
    display: flex !important
  }

  .quiz__form-item {
    grid-template-columns: 1fr 2fr 1fr
  }

  .help[data-step="1"] .help__item:first-child {
    left: 12px;
    top: 12px
  }

  .help[data-step="2"] .help__item:nth-child(2) {
    right: 12px;
    bottom: 12px
  }

  .help[data-step="3"] .help__item:nth-child(3) {
    left: 12px;
    bottom: 12px;
    translate: 0 0
  }
}

@media (max-width:767px) {
  .hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .popular-tags_scroll,
  .tags_scroll {
    flex-wrap: nowrap;
    white-space: nowrap;
    max-width: 100vw;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #3eb891 #f0f4f8;
    scrollbar-width: thin;
    cursor: pointer
  }

  .popular-tags_scroll::-webkit-scrollbar {
    display: none
  }

  .popular-tags_scroll::-webkit-scrollbar-track-piece {
    background: #f0f4f8;
    border-radius: 4px
  }

  .popular-tags_scroll::-webkit-scrollbar-thumb {
    background: #3eb891;
    border-radius: 4px
  }

  .tags_scroll::-webkit-scrollbar {
    display: none
  }

  .tags_scroll::-webkit-scrollbar-track-piece {
    background: #f0f4f8;
    border-radius: 4px
  }

  .tags_scroll::-webkit-scrollbar-thumb {
    background: #3eb891;
    border-radius: 4px
  }

  .option__info {
    width: calc(100vw - (100vw - 520px))
  }

  .page-edit {
    order: -1;
    margin-top: -20px
  }

  .page-bg .header-main-wrapper {
    padding-top: 74px
  }

  .page>.crumbs-wrapper {
    margin-top: 74px
  }

  .text-block table {
    max-width: 100%;
    padding-bottom: 9px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-color: #3eb891 #f0f4f8;
    scrollbar-width: thin;
    cursor: pointer
  }

  .text-block table::-webkit-scrollbar {
    height: 4px
  }

  .text-block table::-webkit-scrollbar-track-piece {
    background: #f0f4f8;
    border-radius: 4px
  }

  .text-block table::-webkit-scrollbar-thumb {
    background: #3eb891;
    border-radius: 4px
  }

  .text-block table tr {
    grid-template-columns: repeat(4, 150px)
  }

  .header-wrapper {
    min-height: 74px
  }

  .header-main {
    grid-template-columns: 100%;
    justify-items: start
  }

  .header-main-wrapper {
    padding-top: 74px;
    min-height: 600px
  }

  .header__bottom {
    min-height: 50px
  }

  .header__mobile {
    padding-top: 20px
  }

  .main-video .text-block p:has(+iframe) {
    margin-bottom: 30px
  }

  .footer {
    display: grid;
    grid-template-columns: 100%;
    gap: 25px;
    padding: 40px 0;
    background: #172221
  }

  .footer__top-wrapper {
    padding: 0
  }

  .footer__bottom {
    display: grid;
    grid-template-columns: 100%;
    justify-items: center;
    text-align: center
  }

  .footer__bottom-wrapper {
    padding: 0;
    background: 0 0
  }

  .footer .button {
    margin: 0 auto
  }

  .contact {
    margin-bottom: -20px
  }

  .contact__top {
    grid-template-columns: 100%
  }

  .faq__item-text {
    padding: 0 20px 20px
  }

  .find__item_last {
    order: 3
  }

  .find-wrapper {
    grid-template-columns: 100%
  }

  .find__item {
    min-height: 96px;
    align-content: center
  }

  .about__img video {
    bottom: 39px
  }

  .single-author__item {
    flex-wrap: wrap
  }

  .single-author__item .popular-tags {
    width: 100%
  }

  .history__item {
    padding: 0;
    background: 0 0;
    box-shadow: none
  }

  .history__row {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px
  }

  .history__row>:nth-child(2) {
    color: #c0c6cc
  }

  .history__row-date,
  .history__row-number {
    font-size: 12px
  }

  .history__row-date {
    margin-right: clamp(20px, -3.9158163265px + 6.3775510204vw, 45px);
    display: flex;
    gap: 10px;
    align-items: center;
    color: #172221
  }

  .history__row-date * {
    color: #c0c6cc
  }

  .history__row-price,
  .history__row-title {
    font-size: 14px
  }

  .history__row-title {
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 10px
  }

  .history__row-price {
    margin-left: auto;
    margin-right: 10px
  }

  .history__row-status {
    width: auto
  }

  .vertising__item-top {
    grid-template-columns: 100%
  }

  .vertising__item-img {
    display: none
  }

  .book-wrapper,
  .features-wrapper,
  .news-wrapper {
    grid-template-columns: 100%
  }

  .rek__left {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px
  }

  .rek__tags {
    margin-bottom: 0
  }

  .account-form,
  .account-video,
  .account__contacts {
    grid-template-columns: 100%
  }

  .account-pagination {
    width: 100%;
    justify-content: center
  }

  .account-news__form {
    width: 100%;
    grid-template-columns: 100%
  }

  .account-news__form .input-item-file {
    order: 2
  }

  .account-news__form .input-file {
    min-height: clamp(130px, 284.3814328961px + -11.301715439vw, 242px)
  }

  .account .ads-form,
  .promotion {
    grid-template-columns: 100%
  }

  .account .ads-form .input-group {
    margin-top: -10px
  }

  .quiz__form-checkboxes {
    padding-inline: 12px
  }

  .quiz-info__arrow {
    display: none
  }

  .quiz__form {
    max-width: 400px;
    gap: 0;
    margin-inline: auto
  }

  .quiz__form-item {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 8px;
    column-gap: 0;
    padding-bottom: 8px;
    overflow: hidden
  }

  .quiz__form-checkboxes {
    justify-content: space-between;
    grid-column: 1/-1;
    order: 1
  }

  .help[data-step="1"] .help__item:nth-child(0) {
    left: 0 !important
  }

  .help[data-step="1"]+.popup__content .quiz__form-label {
    background: 0 0
  }

  .help[data-step="2"] .help__item:nth-child(2) {
    bottom: 5%;
    right: 0 !important
  }

  .help[data-step="3"] .help__item:nth-child(3) {
    top: max(100px, 45%);
    bottom: auto !important
  }
}

@media (max-width:575px) {
  .hide-xs {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
    overflow: hidden
  }

  .option__tooltip .tooltip {
    left: auto !important;
    right: 0
  }

  .option__content {
    width: calc(100vw - 40px)
  }

  .option__content.right {
    left: auto
  }

  .option__info {
    width: calc(100vw - (100vw - 390px));
    position: fixed;
    inset: 0;
    z-index: 111;
    background: #fff
  }

  .test-wrapper {
    max-height: 100vh
  }

  .test__result {
    display: grid;
    gap: 10px
  }

  .test__item-checkboxes {
    display: grid;
    gap: 8px
  }

  .test__item-checkboxes .checkbox {
    margin-bottom: 0
  }

  .page-bg .header-main-wrapper {
    padding-top: 90.1px
  }

  .section:has(.buttons) {
    padding-top: 0
  }

  .buttons {
    flex-direction: column
  }

  .header-main br,
  .popup-test__bottom br,
  .popup-test__title br,
  .profile__name>span {
    display: none
  }

  .edit-buttons {
    order: 2
  }

  .form .submit {
    justify-self: center
  }

  .text-block:has(.mem) {
    display: grid;
    grid-template-columns: 100%;
    align-content: start
  }

  .text-block:has(.mem) .mem {
    order: 2;
    margin-top: 16px
  }

  .popup__form .input-radios {
    justify-content: center
  }

  .popup__dialog {
    width: 400px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0 auto
  }

  .pagination {
    flex-direction: column;
    align-items: center
  }

  .page>.crumbs-wrapper {
    margin-top: 90.1px
  }

  .notification {
    right: 0;
    max-height: 70vh
  }

  .header-wrapper {
    min-height: 90.1px
  }

  .header-main {
    width: calc(100% - 40px)
  }

  .header-main-wrapper {
    padding-top: 90.1px
  }

  .header-main-wrapper .container {
    width: 100%;
    max-width: 430px
  }

  .main-video .text-block p {
    max-width: 335px
  }

  .teacher__button {
    justify-self: center
  }

  .teacher__img img {
    object-fit: cover
  }

  .mentor__left {
    display: grid;
    grid-template-columns: 100%;
    justify-items: start
  }

  .mentor__button {
    justify-self: center
  }

  .creator__img img {
    width: 100%;
    object-position: top;
    max-height: 310px
  }

  .offer-wrapper {
    position: relative;
    z-index: 1
  }

  .offer-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 96%;
    z-index: -1;
    background: url(../img/offer/offer-bg-mobile.svg) right 6% bottom/contain no-repeat
  }

  .offer__left {
    background: 0 0;
    justify-items: center
  }

  .offer__left .title {
    margin: 0 auto
  }

  .offer__form .submit {
    justify-self: center
  }

  .offer-feedback .offer__title {
    text-align: center
  }

  .offer-feedback .input-radios {
    justify-content: center
  }

  .feedback__item-top {
    align-items: start
  }

  .feedback__item-right {
    display: grid;
    justify-items: end;
    margin-top: -3px
  }

  .about__title {
    line-height: 1.3
  }

  .about__img video {
    bottom: 28px
  }

  .education__title {
    text-align: center;
    font-size: 20px
  }

  .education-wrapper ul li:before {
    width: .9em;
    height: .9em
  }

  .about-target__title,
  .about__info span {
    line-height: 1.5
  }

  .about-info__button {
    justify-self: center
  }

  .author__item {
    grid-template-columns: 100%;
    justify-items: start
  }

  .author__item-left {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 13px
  }

  .single-news__top-right {
    width: 100%
  }

  .single-news__author-name {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
  }

  .single-news__bottom {
    flex-direction: column-reverse;
    align-items: flex-start
  }

  .info-wrapper:after {
    background: url(../img/bg/stars-2.svg) 50% 90%/contain no-repeat
  }

  .comment-add {
    justify-items: end
  }

  .account__title {
    display: grid
  }

  .account__spollers {
    padding: 20px;
    border-radius: 24px;
    box-shadow: 0 0 15px 0 rgba(184, 184, 184, .05);
    background: #fff
  }

  .account__spoller {
    background: #f5faff
  }

  .account__spoller .mem {
    background: #fff
  }

  .account__contact .input-wrapper .reliable {
    position: static
  }

  .account-video .input-file {
    min-height: 190px
  }

  .account-info {
    grid-template-columns: 100%
  }

  .account-info__item {
    flex-wrap: wrap
  }

  .promotion__block-tooltip {
    position: static
  }

  .promotion__block .tooltip {
    bottom: calc(100% - 25px) !important;
    width: 100vw;
    left: 0
  }

  .popup_gray .popup__dialog {
    width: 100%;
    padding: 15px 20px
  }

  .popup-save .popup__header,
  .popup-register--quiz .popup__header {
    max-width: 210px;
    margin-inline: auto
  }

  .popup-save .popup__header-link,
  .popup-register--quiz .popup__header-link {
    font-size: 16px
  }

  .quiz__step-title {
    max-width: 290px;
    font-weight: 600
  }

  .quiz {
    padding-inline: clamp(16px, -14px + 8vw, 32px)
  }

  .quiz__form {
    max-width: 100%
  }
}

@media (max-width:575px) and (max-width:1199px) {
  .teacher__img img {
    height: clamp(395px, 410.1624621594px + -1.1099899092vw, 406px)
  }
}

@media (max-width:430px) {
  .container-full {
    margin-inline: -20px
  }

  .popular-tags_scroll,
  .tags_scroll {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px
  }

  .option__info {
    width: calc(100% - 40px)
  }

  .popup-promotion .popup__content {
    width: 100vw;
    max-height: 90vh
  }

  .popup-register .popup__content {
    align-items: start
  }

  .popup__content {
    max-width: none;
    width: 100vw;
    min-height: 100dvh;
    border-radius: 0
  }

  .popup__content-wrapper {
    display: contents
  }

  .about__img video {
    bottom: clamp(24px, -3.2727272727px + 7.2727272727vw, 28px)
  }

  .about__info {
    width: 100vw
  }

  .about-creator__text img,
  .about-creator__text picture,
  .about__text blockquote {
    margin-inline: -20px;
    width: 100vw
  }

  .promotion__block-top {
    display: grid;
    grid-template-columns: 100%
  }

  .popup_gray .popup__content {
    padding: 24px 10px 20px;
    width: 100%;
    border-radius: 24px;
    min-height: auto
  }

  .popup-price .popup__content {
    border-radius: 20px;
    min-height: auto
  }
}

@media (min-width:576px) and (max-width:1199px) {
  .mem {
    margin-left: clamp(16px, 12.9727547931px + .8072653885vw, 24px);
    margin-bottom: clamp(16px, 12.9727547931px + .8072653885vw, 24px)
  }
}

@media (max-width:575px) and (min-width:1200px) {
  .teacher__img img {
    height: 395px
  }
}

@media (max-width:1199px) or (min-width:1200px) {
  .about__text blockquote {
    font-size: 16px
  }

  .info-wrapper_small {
    padding-block: 40px
  }
}

@media (max-width:991px) and (min-width:768px) {
  .features__logo {
    grid-column: span 2
  }
}

@media (min-width:992px) and (max-width:991px) {
  .account__left {
    top: 94px
  }
}

@media (min-width:992px) and (max-width:767px) {
  .account__left {
    top: 74px
  }
}

@media (min-width:992px) and (max-width:575px) {
  .account__left {
    top: 90.1px
  }
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:.001dpcm) {
  input {
    -webkit-appearance: none;
    appearance: none;
    font-size: 16px
  }
}

@media (any-hover:hover) {

  .hover-active:hover,
  .item-icon:hover {
    color: #319273
  }

  .underline:hover:before {
    background: #319273
  }

  a.dashed:hover,
  button.dashed:hover {
    color: #172221;
    border-color: #172221;
    border-bottom-style: solid
  }

  .box[class*=__item]:hover {
    translate: 0 -6px
  }

  button.item-icon:hover {
    color: #172221
  }

  button.item-icon:hover .share-icon {
    fill: #172221
  }

  .editor__button svg:hover,
  .item-icon:hover svg,
  .profile__icon svg:hover,
  button.item-icon:hover .like-icon {
    fill: #319273
  }

  .datepicker__cal td:hover div,
  .popular-tags a:hover {
    background: #319273;
    color: #fff
  }

  .tag.active:hover,
  .tag_black:hover,
  .tags-selected .tag:hover .close {
    background: #172221
  }

  .tag_gray:hover {
    background: #f0f4f8
  }

  .checkbox-text .tag:hover {
    background: #f7f9fa
  }

  .datepicker__next:hover,
  .datepicker__prev:hover,
  .text-block button:hover strong {
    color: #319273
  }

  .button_active:hover {
    background: #58a78f
  }

  .button_black:hover {
    background: #2c403f
  }

  .button_border:hover {
    background: #fff;
    color: #319273
  }

  .button_gray:hover {
    background: #d8e2ed
  }

  .algorithm__item:hover:before,
  .button_border.button_active:hover,
  .button_graydark:hover {
    background: #319273;
    color: #fff
  }

  .button-link:hover {
    color: #319273;
    border-color: #319273
  }

  .dropdown__item:hover {
    background: #f0f4f8
  }

  .remove:hover {
    background: #eb5757
  }

  .remove:hover svg {
    fill: #fff
  }

  .account__spoller-edit:hover svg,
  .edit-buttons svg:hover,
  .popup__close svg:hover,
  .tooltip__close svg:hover {
    fill: #319273
  }

  .password__icon:hover {
    filter: brightness(50%)
  }

  .pagination__items li a:hover {
    color: #fff
  }

  .pagination__items li a:hover:after {
    background: #319273;
    border-color: #319273
  }

  .header__search .search__button svg:hover {
    stroke: #319273
  }

  .crumbs li:not(:last-child):hover,
  .faq__header-link:not(.active):hover {
    color: #172221
  }

  .select__option:hover {
    background: var(--active);
    color: #fff
  }

  .contact__item a:hover,
  .footer__bottom a:hover,
  .footer__menu li:hover,
  .header__menu li:hover>a,
  .header__top-menu li:hover,
  .single-author__contact a:hover {
    color: #319273
  }

  .find__item:hover .find__item-icon {
    scale: 1.1
  }

  .comment__left button:hover,
  .feedback__item:hover .feedback__item-link {
    color: #172221
  }

  .about-creator__item:hover:before,
  .education-wrapper ul li:hover:before {
    scale: 1.15
  }

  .author__item:hover {
    translate: 0 -4px
  }

  .vertising__item_red .vertising__item-title:hover {
    color: #ef7777
  }

  .vertising__item_green .vertising__item-title:hover {
    color: #3aad88
  }

  .vertising__item_blue .vertising__item-title:hover {
    color: #5094f0
  }

  .vertising__item-title:hover,
  .vertising__item_darkgray .vertising__item-title:hover {
    color: #319273
  }

  .news__item:hover {
    translate: 0 -6px
  }

  .single-news__author:hover {
    color: #319273
  }

  .step__item:hover:before {
    scale: 1.1
  }

  .book__item:hover {
    translate: 0 -6px
  }

  .book__item-button:hover {
    color: #319273
  }

  .features__item:hover .features__item-icon {
    scale: 1.15
  }

  .features__logo:hover img {
    scale: 1.05
  }

  .card:hover {
    translate: 0 -6px
  }

  .card:hover .card__content:after {
    content: "";
    translate: 0 -5px;
    border-left-color: #319273
  }

  .card__author:hover,
  .card__title:hover,
  .rek-author__top:hover .ad-author__name,
  .rek__contact a:hover {
    color: #319273
  }

  .account__item.box:hover {
    translate: 0 0
  }

  .account__contact .edit-icon:hover,
  .account__item-edit:hover svg,
  .popup_gray .popup__close:hover svg {
    fill: #319273
  }

  .instructions__link:hover span:nth-child(2) {
    text-decoration-color: #319273
  }

  .instructions__close:hover svg {
    fill: #2b7f64
  }

  .quiz__header-item.valid:not(:has(.active)):hover .quiz__header-link {
    color: #fff
  }

  .quiz__header-link:not(.active):hover {
    color: #172221
  }

  .quiz__form-item:hover .quiz__form-label span {
    background: #e5f6f1;
    position: relative;
    z-index: 2
  }

  .quiz__form-item:hover .quiz__form-label:after {
    opacity: 1
  }

  .quiz__form .checkbox:hover .checkbox__input:not(:checked)+.checkbox__round:before {
    border-color: color-mix(in srgb, #000 10%, currentColor) !important;
    outline-color: color-mix(in srgb, #000 10%, currentColor) !important
  }

  .quiz__button:hover {
    background: #28775e;
    color: #fff
  }

  .quiz-info__arrow:hover {
    background: #319273;
    border-color: #319273
  }

  .quiz-info__arrow:hover svg {
    stroke: #fff
  }

  .help__item-close svg:hover,
  .quiz-info__close svg:hover {
    fill: #319273
  }

  .help__item-button:hover {
    color: #246c55
  }
}