@import url("animation.ss");
.container {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 15px;
  margin: 0 auto;
}

.nav {
  position: sticky;
  top: 0;
  padding: 40px 0 10px;
  left: 0;
  background: #fff;
  z-index: 5;
}
.nav .container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav__logo {
  margin: 0 auto 0 0;
  max-width: 207px;
}
.nav__logo img {
  width: 100%;
}
.nav ul {
  margin: 0 33px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav ul li {
  margin: 0 44px 0 0;
  min-width: 92px;
}
.nav ul li:last-child {
  margin: 0;
}
.nav ul li a {
  display: block;
  text-align: center;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #212121;
  position: relative;
  padding: 0 0 16px;
}
.nav ul li a::before {
  content: "";
  display: block;
  width: 100%;
  bottom: 0;
  position: absolute;
  left: 0;
  border-radius: 2px;
  height: 2px;
  background: #68C5C0;
  transition: all 0.3s;
}
.nav ul li a:hover::before {
  height: 4px;
  border-radius: 4px;
}
.nav ul li.active a::before {
  height: 4px;
  border-radius: 4px;
}
.nav__search {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #68C5C0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.nav__search:hover {
  background: #389B96;
}
.nav__search img {
  width: 24px;
  height: 24px;
}
.nav__button {
  background: #68C5C0;
  border-radius: 8px;
  padding: 4px 20px;
  border: none;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin: 0 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.nav__button::before {
  content: "";
  display: block;
  width: 26px;
  height: 40px;
  margin: 0 8px 0 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/nav_button.svg") center no-repeat;
  background-size: contain;
}
.nav__button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #9168C4;
  border-radius: 100%;
  z-index: -1;
}
.nav__button:hover::after {
  animation: nav-button-hover 1.0s linear;
  width: 500px;
  height: 500px;
  animation-direction: normal;
}
.nav__button.move {
  background: #9168C4;
}
.nav__button.move::before {
  animation: nav-button-move 2s ease-out;
}
.nav__pers {
  margin: 0 18px 0 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #68C5C0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.nav__pers:hover {
  background: #389B96;
}
.nav__pers img {
  width: 24px;
  height: 24px;
}
.nav__language {
  min-width: 25px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #212121;
  display: block;
}

.btn__violet {
  display: block;
  max-width: 180px;
  width: 100%;
  padding: 9px;
  border: none;
  background: #9168C4;
  border-radius: 4px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s;
}
.btn__violet:hover {
  background: #7958A3;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.btn__violet:active {
  background: #644987;
}
.btn__wht {
  display: block;
  max-width: 180px;
  width: 100%;
  padding: 9px;
  border: 1px solid #9168C4;
  background: transparent;
  border-radius: 4px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9168C4;
  transition: all 0.3s;
}
.btn__wht:hover {
  background: rgba(216, 203, 239, 0.2);
}
.btn__wht[disabled] {
  border: 1.5px solid #C9C8D3;
  color: #8A8894;
  background-color: #fff;
}

.header {
  padding: 28px 0 0;
  position: relative;
  overflow: hidden;
}
.header__slide {
  display: none;
  grid-template-columns: 1fr 550px;
  gap: 24px;
  align-items: center;
  min-height: 550px;
}
.header__slide_active {
  display: grid;
}
.header__slide_img {
  padding: 26px;
  margin: 0 auto;
  width: 100%;
  max-height: 550px;
}
.header__slide_img img {
  width: 100%;
  margin: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 498px;
}
.header__slide_circle {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/img_circle.svg") center no-repeat;
  background-size: 100% 100%;
}
.header__slide_circle img {
  border-radius: 100%;
}
.header__slide_hex {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/img_hex.svg") center no-repeat;
  background-size: 100% 100%;
}
.header__slide_show .header__slide_wrapper {
  animation: info-show 1s ease-out;
}
.header__slide_show .header__slide_img {
  animation: wrapper-show 1s ease-out;
}
.header__slide_show .header__slide_img img {
  animation: img-show 1s ease-out;
}
.header__slide_delite .header__slide_wrapper {
  animation: info-del 1s ease-out;
  opacity: 0;
}
.header__slide_delite .header__slide_img {
  animation: wrapper-del 1s ease-out;
  transform: scale(0.2);
}
.header__slide_delite .header__slide_img img {
  opacity: 0;
  animation: img-del 1s ease-out;
}
.header__name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  color: #212121;
}
.header__text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #8A8894;
  margin: 40px 0 0;
}
.header .btn__violet {
  margin: 40px 0 0;
}
.header__dots {
  margin: 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20px;
}
.header__dots span {
  display: block;
  margin: 0 12px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #C9C8D3;
  transition: all 1s;
}
.header__dots span.active {
  background: #68C5C0;
  width: 20px;
  height: 20px;
}
.header__slider {
  position: relative;
  z-index: 1;
}
.header__molecule {
  position: absolute;
  z-index: -1;
  transition: all 0.3s;
  width: 81%;
}
.header__molecule_first {
  top: -76.5%;
  right: -46.4%;
  transform: rotate(0);
  animation: first 2s ease-out;
}
.header__molecule_second {
  transform: rotate(180deg);
  top: -11%;
  right: -17%;
  animation: second 2s ease-out;
}
.header__molecule_therd {
  transform: rotate(148deg);
  top: -22.5%;
  right: -67%;
  animation: therd 2s ease-out;
}
.header__molecule_four {
  transform: rotate(-143deg);
  top: -124.5%;
  right: -63%;
  animation: therd 2.5s ease-out;
}

.run-line {
  padding: 138px 0 0;
  position: relative;
  overflow: hidden;
}
.run-line .container {
  position: relative;
}
.run-line__first, .run-line__second, .run-line__therd {
  display: inline-block;
  position: relative;
}
.run-line__first p, .run-line__second p, .run-line__therd p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 110px;
  line-height: 1;
  text-transform: uppercase;
  transition: all 0.3s;
}
.run-line__first p {
  color: rgb(147, 212, 208);
  opacity: 0.2;
}
.run-line__second p {
  -webkit-text-stroke: 3px #68C5C0;
  -webkit-text-fill-color: transparent;
}
.run-line__therd p {
  color: rgb(189, 162, 235);
  opacity: 0.6;
}
.run-line__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.run-line__wrapper:hover .run-line__first {
  right: 27% !important;
  transition: all 2s;
}
.run-line__wrapper:hover .run-line__first p {
  color: #9168C4;
}
.run-line__wrapper:hover .run-line__second {
  transition: all 2s;
  right: 0 !important;
}
.run-line__wrapper:hover .run-line__second p {
  -webkit-text-stroke: 3px #BDA2EB;
}
.run-line__wrapper:hover .run-line__therd {
  transition: all 2s;
  right: 31% !important;
}
.run-line__wrapper:hover .run-line__therd p {
  color: #93D4D0;
}

.resurse {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.resurse__wrapper {
  max-width: 770px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 47px;
  align-items: center;
}
.resurse__img {
  position: relative;
  z-index: 1;
}
.resurse__pic {
  width: 100%;
  border-radius: 100%;
}
.resurse__molecule {
  position: absolute;
  top: 58%;
  transform: translateY(-50%) rotate(-37deg);
  height: 300%;
  right: 22%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right bottom;
     object-position: right bottom;
  width: 391%;
}
.resurse__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.resurse__name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin: 15px 0 0;
}
.resurse__subname {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
  margin: 8px 0 0;
}
.resurse .btn__wht {
  max-width: 285px;
  margin: 40px 0 0;
}

.trend__like {
  position: absolute;
  top: 36px;
  right: 34px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9168C4;
}
.trend__science {
  position: absolute;
  top: 100px;
  right: 34px;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9168C4;
}
.trend__img {
  position: relative;
  padding: 24px;
}
.trend__pic {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trend__wrapper {
  display: grid;
  grid-template-columns: 385px 1fr;
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
}
.trend__hex {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/trend_hex.svg") center no-repeat;
  background-size: 100% 100%;
}
.trend__circle {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/trend_circle.svg") center no-repeat;
  background-size: 100% 100%;
}
.trend__name {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trend__name p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #9168C4;
}
.trend__name p + p {
  color: #68C5C0;
}
.trend h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
  margin: 40px 0 0;
}
.trend__text {
  margin: 23px 0 auto;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.trend__btn {
  margin: 23px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.trend .container {
  display: grid;
  grid-template-columns: 100%;
  gap: 120px;
}
.trend__date {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}

.stability {
  padding: 185px 0 100px;
  position: relative;
  overflow: hidden;
}
.stability__wrapper {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 100px;
  position: relative;
  align-items: start;
}
.stability__img {
  position: relative;
  z-index: 1;
}
.stability__img_pic {
  width: 100%;
  overflow: hidden;
}
.stability__img_pic img {
  width: 100%;
}
.stability__img_molecule {
  width: 277%;
  position: absolute;
  top: -29%;
  right: -78%;
  z-index: -1;
}
.stability__info {
  padding: 200px 0 0;
}
.stability__info h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #212121;
  max-width: 510px;
}
.stability__text {
  margin: 32px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #8A8894;
  max-width: 385px;
}
.stability__btn {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  max-width: 384px;
}
.stability__bg {
  position: relative;
  width: 234px;
  position: absolute;
  bottom: 24px;
  left: 100%;
  z-index: 1;
}
.stability__bg_molecule {
  transform: rotate(117.5deg);
  position: absolute;
  width: 400%;
  top: -209%;
  z-index: -1;
  left: 37%;
}
.stability__bg_img {
  border-radius: 100%;
  width: 100%;
}

.footer {
  background: #68C5C0;
  padding: 30px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer .container {
  position: relative;
}
.footer__logo {
  max-width: 202px;
}
.footer__logo img {
  width: 100%;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: minmax(1px, 384px) minmax(1px, 524px);
  gap: 50px;
  justify-content: space-between;
  margin: 36px 0 0;
}
.footer__img {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 26px;
  align-items: center;
}
.footer__img img {
  width: 100%;
}
.footer__img p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.footer__contact {
  margin: 29px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}
.footer__contact p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #D5ECEB;
}
.footer__contact a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.footer__info ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.footer__info ul a {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.footer__search {
  margin: 40px 0 0;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #93D4D0;
  border-radius: 6px;
  z-index: 1;
}
.footer__search input {
  width: 100%;
  padding: 11px 20px 11px 58px;
  background: transparent;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid transparent;
}
.footer__search input::-moz-placeholder {
  color: #8A8894;
}
.footer__search input::placeholder {
  color: #8A8894;
}
.footer__search input:hover {
  background: #EDF7F6;
}
.footer__search input:focus {
  border: 1px solid #68C5C0;
  background: #FAF9FB;
}
.footer__search a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.footer__row {
  margin: 76px 0 0;
  display: grid;
  grid-template-columns: minmax(1px, 384px) minmax(1px, 524px);
  gap: 50px;
  justify-content: space-between;
  border-top: 2px solid #FFFFFF;
  padding: 40px 0 0;
  position: relative;
}
.footer__row p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}
.footer__row p + p {
  font-family: "Ubuntu";
  text-transform: uppercase;
}
.footer__bg_left {
  position: absolute;
  top: 100px;
  left: 0;
  width: 294px;
  z-index: -1;
}
.footer__bg_right {
  position: absolute;
  top: 0;
  right: 0;
  width: 350px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .nav {
    padding: 40px 0 10px;
  }
  .nav ul, .nav__button, .nav__search, .nav__pers {
    display: none;
  }
  .header__slide {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .header__slide_img {
    max-height: 450px;
    height: calc(100vw - 86px);
    max-width: 450px;
    width: calc(100vw - 86px);
    margin: 0 0 0 auto;
  }
  .header__slide_img img {
    height: 100%;
    width: 100%;
  }
  .header__slide_wrapper {
    order: 3;
  }
  .header__molecule {
    width: 805px;
  }
  .header__molecule_first {
    top: -405px;
    right: -461px;
  }
  .header__molecule_second {
    top: -79px;
    right: -168px;
  }
  .header__molecule_therd {
    top: -118px;
    right: -665px;
  }
  .header__molecule_four {
    top: -600px;
    right: -621px;
  }
  .trend__wrapper {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .trend__pic {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .stability__wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .stability__img {
    width: 80vw;
    max-width: 500px;
  }
  .stability__info {
    padding: 20px;
    max-width: calc(100% - 285px);
  }
  .stability__bg {
    right: 30px;
    left: auto;
  }
  .footer__wrapper {
    grid-template-columns: 100%;
    gap: 50px;
  }
  .footer__img {
    max-width: 385px;
  }
  .run-line div p {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  .header__dots {
    margin: 36px 0 0 auto;
    justify-content: flex-end;
  }
  .run-line div p {
    font-size: 40px;
  }
  .resurse__wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .resurse__img {
    max-width: 43%;
    margin: 0 auto;
  }
  .resurse__info p {
    text-align: center;
  }
  .resurse__info .btn__wht {
    margin: 24px auto 0;
  }
  .resurse__text {
    max-width: 60%;
    margin: 0 auto;
  }
  .trend .container {
    gap: 40px;
  }
  .trend__wrapper {
    grid-template-columns: 100%;
    gap: 30px;
  }
  .trend__img {
    padding: 14px;
    order: -1;
  }
  .trend__btn {
    justify-content: start;
    grid-template-columns: 180px 180px;
  }
  .stability__info {
    max-width: 100%;
  }
  .stability__bg {
    position: relative;
    margin: 30px auto 0;
    max-width: 80vw;
    width: 500px;
  }
  .btn__violet {
    padding: 12px 0;
    font-size: 12px;
    line-height: 15px;
    max-width: 175px;
  }
  .btn__wht {
    padding: 12px 0;
    font-size: 12px;
    line-height: 15px;
    max-width: 146px;
  }
  .footer__row {
    grid-template-columns: 100%;
    gap: 18px;
    border-top: none;
  }
  .footer__row p {
    text-align: center;
  }
  .footer__row::before {
    content: "";
    display: block;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
    height: 2px;
    background: #FFFFFF;
    position: absolute;
  }
}
@media (max-width: 425px) {
  .run-line div p {
    font-size: 30px;
  }
  .header {
    padding: 0;
  }
  .header__name {
    font-size: 24px;
    line-height: 30px;
  }
  .header__text {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .header .btn__violet {
    margin: 24px 0 0;
  }
  .header__slide {
    min-height: auto;
    gap: 24px;
  }
  .header__slide_img {
    padding: 12px;
  }
  .header__molecule {
    width: 94vw;
  }
  .header__molecule_first {
    top: -35vw;
    right: -46vw;
  }
  .header__molecule_second {
    top: 9vw;
    right: -8vw;
  }
  .header__molecule_therd {
    top: 3vw;
    right: -73vw;
  }
  .header__molecule_four {
    top: -62vw;
    right: -67vw;
  }
  .run-line {
    padding: 30px 0 0;
  }
  .footer__info ul {
    grid-template-columns: 100%;
  }
  .footer__bg_right, .footer__bg_left {
    display: none;
  }
  .footer__logo {
    max-width: 186px;
  }
  .footer__img {
    grid-template-columns: 51px 1fr;
    gap: 14px;
  }
  .footer__img p {
    font-size: 14px;
    line-height: 22px;
  }
  .trend__btn {
    display: grid;
    grid-template-columns: 100%;
    gap: 32px;
    justify-items: center;
  }
  .stability__info h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .stability__text {
    font-size: 16px;
    line-height: 22px;
  }
  .stability__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.mob-sidebar {
  display: none;
}

@media (max-width: 1024px) {
  .footer {
    padding: 0 0 79px;
  }
  .mob-sidebar {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    background: #9168C4;
    padding: 0 0 21px;
  }
  .mob-sidebar ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    align-items: center;
  }
  .mob-sidebar p {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
  }
  .mob-sidebar__img {
    position: relative;
    max-width: 82px;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .mob-sidebar__img span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    border-radius: 100%;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    transition: all 0.3s;
  }
  .mob-sidebar__img img {
    display: block;
    width: 100%;
  }
  .mob-sidebar__img::before {
    content: "";
    display: block;
    width: 82px;
    height: 67px;
    background: url("https://www.resilience.help/wp-content/uploads/2023/03/sidebar_bg.svg") center no-repeat;
    background-size: 100% 100%;
    background-position: 100% 100%;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    z-index: -1;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.4));
    opacity: 0;
    transition: all 0.3s;
  }
  .mob-sidebar a {
    display: block;
    position: relative;
  }
  .mob-sidebar a.active .mob-sidebar__img {
    transform: translateY(-20px);
  }
  .mob-sidebar a.active .mob-sidebar__img span {
    background: #68C5C0;
  }
  .mob-sidebar a.active .mob-sidebar__img::before {
    opacity: 1;
  }
}
@media (max-width: 425px) {
  .mob-sidebar .container {
    padding: 0 10px;
  }
}
.about-project {
  padding: 20px 0 87px;
}
.about-project__wrapper {
  display: grid;
  grid-template-columns: 588fr 612fr;
}
.about-project__info {
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
}
.about-project__breadcrumbs {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #505D68;
  margin: 0 0 auto;
}
.about-project__breadcrumbs a {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 auto;
  transition: all 0.3s;
  color: #505D68;
}
.about-project__breadcrumbs a:hover {
  color: #9168C4;
  text-decoration-line: underline;
}
.about-project h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #212121;
  margin: 40px 0 0;
}
.about-project__text {
  margin: 40px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #8A8894;
}
.about-project__img {
  position: relative;
  padding: 16px 78px 0 126px;
  z-index: 1;
}
.about-project__hex {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}
.about-project__pic {
  border-radius: 20px;
  width: 100%;
}

.project-pers {
  padding: 40px 0 96px;
}
.project-pers__wrapper {
  margin: 0 auto;
  max-width: 995px;
  display: grid;
  grid-template-columns: 385px 1fr;
  gap: 58px;
  align-items: center;
}
.project-pers__pic {
  position: relative;
  padding: 44px 0 44px 56px;
  z-index: 1;
}
.project-pers__img {
  width: 100%;
  border-radius: 100%;
}
.project-pers__hex {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
}
.project-pers__text {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #212121;
}
.project-pers__name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin: 24px 0 0;
}
.project-pers__har {
  margin: 16px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}

.realized {
  background: #68C5C0;
  padding: 60px 0 50px;
}
.realized__wrapper {
  max-width: 995px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(1px, 384px) minmax(1px, 384px);
  justify-content: space-between;
}
.realized__item {
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
  height: 100%;
}
.realized__item img {
  display: block;
  margin: auto auto 0;
  width: 100%;
  max-width: 196px;
  position: absolute;
}
.realized__item p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
}
.realized__img {
  position: relative;
  height: 262px;
}
.realized__img_one img {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.realized__img_two img:nth-child(1) {
  top: 0;
  left: 0;
}
.realized__img_two img:nth-child(2) {
  bottom: 0;
  right: 0;
}

.result {
  padding: 96px 0 90px;
}
.result__title {
  display: flex;
  justify-content: center;
}
.result__title h2 {
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #212121;
  z-index: 1;
}
.result__title h2::before {
  content: "";
  display: block;
  width: 80px;
  height: 88px;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -48px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/result_title.svg") center no-repeat;
  background-size: contain;
}
.result__wrapper {
  max-width: 1000px;
  display: grid;
  grid-template-columns: 400px 384px;
  justify-content: space-between;
  margin: 66px auto 0;
  align-items: start;
  row-gap: 65px;
}
.result__pie {
  position: relative;
}
.result__pie_circle {
  fill: none;
  stroke: #68C5C0;
  stroke-width: 12;
  stroke-dasharray: 0 1156;
}
.result__pie_bg {
  fill: none;
  stroke: #C9C8D3;
  stroke-width: 4;
}
.result__pie_info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.result__pie_name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 87px;
  line-height: 64px;
  text-align: center;
  color: #93D4D0;
}
.result__pie_text {
  margin: 28px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #505D68;
}
.result__pie.active .result__pie_circle {
  stroke-dasharray: 1086 1156;
  animation: circle 2s ease-out;
}
.result__focus {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 26px;
  padding: 150px 0 0;
}
.result__focus_chart {
  height: 295px;
  position: relative;
  width: 100%;
  background: #68C5C0;
  border-radius: 20px;
}
.result__focus_chart span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 20px;
  background: #C9C8D3;
  height: 100%;
  transition: all 0.3s;
}
.result__focus_chart::before {
  content: "";
  display: block;
  width: 282px;
  height: 12px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/result_focus.svg") center no-repeat;
  background-size: cover;
}
.result__focus.active .result__focus_chart span {
  height: 72%;
  animation: focus 2s ease-out;
}
.result__focus_name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 87px;
  line-height: 64px;
  text-align: center;
  color: #93D4D0;
}
.result__focus_name sup {
  font-size: 32px;
}
.result__focus_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #505D68;
}
.result__focus_info {
  position: relative;
  margin: 20px 0 0;
}
.result__focus_info::before {
  content: "";
  display: block;
  width: 170px;
  height: 60px;
  bottom: 100%;
  right: 175px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/result_focus_arrow.svg") center no-repeat;
  background-size: contain;
  position: absolute;
}
.result__stress {
  position: relative;
  max-width: 486px;
  grid-column: 1/3;
  margin: 0 auto;
  width: 100%;
}
.result__stress_name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 87px;
  line-height: 64px;
  text-align: center;
  color: #93D4D0;
}
.result__stress_name sup {
  font-size: 32px;
}
.result__stress_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #505D68;
}
.result__stress_info {
  max-width: 280px;
  position: relative;
}
.result__stress_info::before {
  content: "";
  display: block;
  width: 210px;
  height: 132px;
  position: absolute;
  left: 100%;
  bottom: -34px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/result_stress_arrow.svg") center no-repeat;
  background-size: contain;
}
.result__stress_block {
  position: relative;
}
.result__stress_block::before {
  content: "";
  display: block;
  width: 140%;
  height: 12px;
  position: absolute;
  top: 100%;
  left: -20%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/result_stress_bg.svg") center no-repeat;
  background-size: cover;
}
.result__stress_chart {
  margin: 36px 0 0;
  width: 100%;
  height: 78px;
  position: relative;
  overflow: hidden;
  background: #D8CBEF;
  border-radius: 20px;
}
.result__stress_chart span {
  background: #D8CBEF;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #68C5C0;
  border-radius: 0 20px 20px 0px;
  transition: all 0.3s;
}
.result__stress.active .result__stress_chart span {
  width: 2.8%;
  animation: stress 2s ease-out;
}

.trening-slider {
  padding: 60px 0;
  background: rgba(201, 200, 211, 0.1019607843);
}
.trening-slider__slide {
  display: grid !important;
  grid-template-columns: 485px 1fr;
  gap: 23px;
}
.trening-slider__img {
  padding: 20px;
  position: relative;
  z-index: 1;
}
.trening-slider__img_img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.trening-slider__img_hex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: 100% 100%;
     object-fit: 100% 100%;
}
.trening-slider__info {
  padding: 20px 0;
}
.trening-slider__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #8A8894;
}
.trening-slider__name {
  margin: 8px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.trening-slider__har {
  margin: 16px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.trening-slider__wrapper {
  max-width: 995px;
  margin: 0 auto;
}
.trening-slider__nav {
  margin: 32px 0 0;
  max-width: 485px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trening-slider .slick-arrow {
  width: 32px;
  height: 32px;
  border: none;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/trening_arrow.svg") center no-repeat;
  background-size: contain;
  font-size: 0;
  order: 2;
}
.trening-slider .slick-prev {
  order: -1;
  transform: rotate(180deg);
}
.trening-slider .slick-dots {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trening-slider .slick-dots li {
  margin: 0 20px 0 0;
}
.trening-slider .slick-dots li:last-child {
  margin: 0;
}
.trening-slider .slick-dots li button {
  border: none;
  width: 16px;
  height: 16px;
  font-size: 0;
  border-radius: 100%;
  background: #C9C8D3;
  transition: all 0.3s;
}
.trening-slider .slick-dots li button:hover {
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  background: #7958A3;
}
.trening-slider .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: #68C5C0;
}

.page-title {
  display: flex;
  justify-content: center;
}
.page-title h2 {
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #212121;
  z-index: 1;
}
.page-title h2::before {
  content: "";
  display: block;
  width: 80px;
  height: 88px;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -48px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/result_title.svg") center no-repeat;
  background-size: contain;
}
.page-title h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
  position: relative;
  z-index: 1;
}
.page-title h1::before {
  content: "";
  display: block;
  width: 80px;
  height: 88px;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -48px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/result_title.svg") center no-repeat;
  background-size: contain;
}
.page-title h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #212121;
  position: relative;
  z-index: 1;
}
.page-title h3::before {
  content: "";
  display: block;
  width: 57px;
  height: 64px;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/result_title.svg") center no-repeat;
  background-size: contain;
}

.about-team {
  padding: 105px 0;
}
.about-team__wrapper {
  margin: 50px auto 0;
  max-width: 995px;
  display: grid;
  grid-template-columns: minmax(1px, 230px) minmax(1px, 230px) minmax(1px, 230px);
  justify-content: space-between;
}
.about-team__img {
  position: relative;
  z-index: 1;
}
.about-team__img img {
  width: calc(100% - 30px);
  border-radius: 100%;
}
.about-team__img::before {
  content: "";
  display: block;
  width: 100px;
  height: 90px;
  position: absolute;
  top: 0;
  right: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/about-team_hex.svg") top right no-repeat;
  background-size: contain;
  z-index: -1;
}
.about-team__name {
  margin: 32px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #212121;
}
.about-team__text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #8A8894;
  margin: 16px 0 0;
}

.about-trening {
  padding: 128px 0 100px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/about-trening.jpg") center no-repeat;
  background-size: auto;
}
.about-trening p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #FFFFFF;
  max-width: 792px;
  margin: 0 auto;
}

.activity-report {
  padding: 65px 0 0;
}
.activity-report__wrapper {
  margin: 85px auto 0;
  max-width: 792px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  align-items: end;
}
.activity-report__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #C9C8D3;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 100%;
}
.activity-report__item {
  min-height: 49px;
  border-left: 1px dashed #C9C8D3;
  transition: all 0.3s;
  position: relative;
}
.activity-report__item .btn__wht {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 40px);
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.activity-report__item::before {
  content: "";
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 6px;
  background: #68C5C0;
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
}
.activity-report__item.active {
  min-height: 106px;
  border-left: 1px dashed #93D4D0;
}
.activity-report__item.active svg path {
  fill: #93D4D0;
}
.activity-report__item.active::before {
  opacity: 1;
}
.activity-report__item.active .btn__wht {
  opacity: 1;
}
.activity-report__info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transform: translateY(-50%);
}
.activity-report__info p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
  margin: 0 0 0 5px;
}
.activity-report__info svg path {
  transition: all 0.3s;
}
.activity-report__footer {
  margin: 20px auto 0;
  display: flex;
  max-width: 792px;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0 0 0 35px;
}
.activity-report__footer p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: right;
  color: #D5ECEB;
}

.stability__about {
  max-width: 282px;
  display: block;
}
.stability__about button {
  max-width: 100%;
}

.text-blur {
  padding: 0 0 62px;
}
.text-blur .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.text-blur .container:hover .text-blur__first, .text-blur .container:hover .text-blur__second, .text-blur .container:hover .text-blur__therd {
  filter: blur(0px);
}
.text-blur p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 135px;
  line-height: 100%;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.text-blur__first {
  margin: 0 auto 0 0;
  color: #93D4D0;
  filter: blur(15px);
  transition: all 0.3s;
}
.text-blur__second {
  margin: 0 7% 0 auto;
  filter: blur(15px);
  transition: all 0.3s;
  -webkit-text-stroke: 3px #9168C4;
  -webkit-text-fill-color: transparent;
}
.text-blur__therd {
  margin: -15px 0 0 auto;
  color: #BDA2EB;
  filter: blur(15px);
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .text-blur p {
    font-size: 80px;
  }
  .about-project {
    position: relative;
    overflow: hidden;
    padding: 0;
  }
  .about-project__wrapper {
    grid-template-columns: 100%;
    gap: 16px;
  }
  .about-project__img {
    order: -1;
    margin: 0 0 0 auto;
    width: 68vw;
    height: 75vw;
    padding: 0;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
  }
  .about-project__breadcrumbs {
    display: none;
  }
  .about-project h1 {
    margin: 0;
  }
  .about-project__info {
    padding: 0;
  }
  .about-project__hex {
    width: 100%;
    top: -17px;
    left: -49px;
    bottom: -15px;
    height: calc(100% + 32px);
    width: auto;
  }
  .about-project__pic {
    max-height: 75vw;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .project-pers {
    position: relative;
    overflow: hidden;
  }
  .project-pers__wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }
  .project-pers__pic {
    padding: 0;
  }
  .project-pers__hex {
    top: -22px;
    bottom: -22px;
    left: -29px;
    width: auto;
    display: block;
    height: calc(100% + 44px);
  }
  .result__wrapper {
    grid-template-columns: 100%;
    gap: 60px;
  }
  .result__stress {
    grid-column: auto;
  }
  .result__pie {
    max-width: 400px;
    width: 70%;
    margin: 0 auto;
  }
  .result__focus {
    padding: 0;
    margin: 0 0 0 auto;
    max-width: 384px;
    width: 74%;
  }
  .result__stress {
    width: 77%;
    margin: 0 auto;
  }
  .trening-slider__slide {
    grid-template-columns: 100%;
    gap: 16px;
  }
  .trening-slider__img {
    max-width: 500px;
    margin: 0 auto;
  }
  .trening-slider__info {
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .trening-slider__info p {
    text-align: center;
  }
  .trening-slider__nav {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .text-blur p {
    font-size: 60px;
  }
  .realized {
    padding: 40px 0;
  }
  .realized__wrapper {
    grid-template-columns: 100%;
    gap: 32px;
  }
  .realized__item {
    grid-template-rows: auto;
    max-width: 320px;
  }
  .realized__item img {
    width: 52%;
  }
  .realized__item p {
    font-size: 16px;
    line-height: 22px;
  }
  .realized__item:nth-child(1) {
    margin: 0 auto 0 0;
  }
  .realized__item:nth-child(2) {
    margin: 0 0 0 auto;
  }
  .realized__img_one {
    height: auto;
  }
  .realized__img_one img {
    position: relative;
    transform: none;
    left: auto;
  }
  .realized__img_two {
    height: 223px;
  }
  .result__stress_block {
    max-width: 70%;
    margin: 22px 0 0 auto;
  }
  .result__stress_chart {
    max-width: 100%;
  }
  .result__stress_info::before {
    content: none;
  }
  .result__focus_info::before {
    content: none;
  }
  .about-team .page-title {
    justify-content: flex-end;
  }
  .about-team__wrapper {
    grid-template-columns: 100%;
    gap: 60px;
  }
  .about-team__item {
    max-width: 230px;
    margin: 0 auto;
  }
  .about-trening {
    background: url("https://www.resilience.help/wp-content/uploads/2023/03/about-trening_bg.jpg") center no-repeat;
    background-size: cover;
    background-position: center 40%;
  }
  .page-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .activity-report .container {
    display: grid;
    grid-template-columns: 100%;
  }
  .activity-report__footer {
    order: -1;
    margin: 20px auto 0;
    max-width: 291px;
    width: 100%;
  }
  .activity-report .page-title {
    order: -2;
  }
  .activity-report__wrapper {
    margin: 40px auto 0;
    max-width: 291px;
    width: 100%;
    grid-template-columns: 100%;
    justify-items: start;
  }
  .activity-report__wrapper::before {
    width: 6px;
    height: 100%;
    bottom: 0;
    right: 100%;
    left: 0;
    top: auto;
  }
  .activity-report__item {
    min-height: 60px;
    min-width: 20px;
    border-left: none !important;
    border-top: 1px dashed #C9C8D3;
    width: 20px;
    position: relative;
  }
  .activity-report__item::before {
    width: 12px;
    height: 100%;
    bottom: 0;
    top: auto;
    left: 0;
    right: 100%;
  }
  .activity-report__item.active {
    min-height: 180px;
    min-width: 126px;
    border-top: 1px dashed #93D4D0;
  }
  .activity-report__item .btn__wht {
    top: 78px;
    transform: none;
  }
  .activity-report__info {
    position: absolute;
    left: 100%;
    top: 0;
  }
  .activity-report__info p {
    white-space: nowrap;
  }
}
@media (max-width: 425px) {
  .text-blur p {
    font-size: 40px;
  }
  .about-project h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .about-project__text {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .project-pers__text {
    font-size: 16px;
    line-height: 22px;
  }
  .project-pers__name {
    margin: 16px 0 0;
    font-size: 14px;
    line-height: 20px;
  }
  .project-pers__har {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 22px;
  }
  .result {
    position: relative;
    overflow: hidden;
  }
  .result__focus {
    width: 100%;
  }
  .result__focus_name {
    font-size: 64px;
    line-height: 64px;
  }
  .result__pie {
    width: 79%;
  }
  .result__pie_name {
    font-size: 64px;
    line-height: 64px;
  }
  .result__pie_text {
    font-size: 14px;
    line-height: 22px;
    margin: 8px 0 0;
  }
  .result__stress_name {
    font-size: 64px;
    line-height: 64px;
  }
  .about-trening {
    padding: 350px 0;
  }
  .about-trening p {
    font-size: 24px;
    line-height: 30px;
  }
}
.page-breadcrumbs {
  padding: 60px 0 0;
}
.page-breadcrumbs p {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #505D68;
}
.page-breadcrumbs a {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 auto;
  transition: all 0.3s;
  color: #505D68;
}
.page-breadcrumbs a:hover {
  color: #9168C4;
  text-decoration-line: underline;
}

.trend-header {
  padding: 60px 0;
}
.trend-header .container {
  gap: 64px;
}
.trend-header__btn {
  margin: 0 auto;
}

.psih {
  padding: 48px 0 65px;
  background: rgba(216, 203, 239, 0.2);
}
.psih .page-title h2 {
  max-width: 524px;
}
.psih__nav {
  margin: 32px 0 0 auto;
  max-width: 52%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.psih .slick-arrow {
  width: 32px;
  height: 32px;
  border: none;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/trening_arrow.svg") center no-repeat;
  background-size: contain;
  font-size: 0;
  order: 2;
}
.psih .slick-prev {
  order: -1;
  transform: rotate(180deg);
}
.psih .slick-dots {
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.psih .slick-dots li {
  margin: 0 20px 0 0;
}
.psih .slick-dots li:last-child {
  margin: 0;
}
.psih .slick-dots li button {
  border: none;
  width: 16px;
  height: 16px;
  font-size: 0;
  border-radius: 100%;
  background: #C9C8D3;
  transition: all 0.3s;
}
.psih .slick-dots li button:hover {
  filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
  background: #7958A3;
}
.psih .slick-dots li.slick-active button {
  width: 20px;
  height: 20px;
  background: #68C5C0;
}
.psih__slide {
  display: grid !important;
  grid-template-columns: 1fr 52%;
  gap: 48px;
  align-items: center;
}
.psih__wrapper {
  max-width: 900px;
  margin: 52px auto 0;
}
.psih__img {
  padding: 9% 0 9% 25%;
  position: relative;
  z-index: 1;
}
.psih__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/about-training_hex.svg") left no-repeat;
  background-size: contain;
  z-index: -1;
}
.psih__img img {
  border-radius: 100%;
  width: 100%;
}
.psih__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.psih__name {
  margin: 32px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.psih__har {
  margin: 16px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}

.goal {
  padding: 20px 0 80px;
}
.goal .page-title {
  padding: 0 0 0 48px;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}
.goal .page-title h2 {
  max-width: 705px;
  font-size: 24px;
  line-height: 32px;
}
.goal__wrapper {
  max-width: 1000px;
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
.goal__item {
  position: relative;
}
.goal__item p {
  padding: 8px 15px;
  border: 1px solid #C9C8D3;
  border-radius: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8A8894;
  transition: all 0.3s;
}
.goal__item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.goal__item input:hover + p {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.goal__item input:active + p {
  background: #FAF9FB;
  border: 1px solid #C9C8D3;
}
.goal__item input:checked + p {
  background: #EDF7F6;
}
.goal__link {
  max-width: 1000px;
  margin: 64px auto 0;
  display: grid;
  grid-template-columns: minmax(1px, 180px) minmax(1px, 180px);
  gap: 24px;
  row-gap: 40px;
}
.goal__link .btn__violet {
  padding: 12px;
  font-size: 12px;
  line-height: 15px;
}
.goal__btn {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 9px 8px;
  background: #68C5C0;
  border-radius: 4px;
  border: none;
  transition: all 0.3s;
}
.goal__btn:hover {
  background: #389B96;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.goal__btn::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 4px 0 0;
}
.goal__check::before {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/check.svg") center no-repeat;
  background-size: contain;
}
.goal__clear::before {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/clear.svg") center no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .page-breadcrumbs {
    display: none;
  }
  .psih {
    padding: 30px 0;
  }
  .psih__slider {
    margin: 47px 0 0;
  }
  .psih .page-title h2 {
    max-width: 260px;
  }
  .psih__slide {
    grid-template-columns: 100%;
    gap: 32px;
  }
  .psih__img {
    max-width: 350px;
    width: 64%;
    margin: 0 auto;
  }
  .psih__info {
    max-width: 400px;
    margin: 0 auto;
  }
  .psih__info p {
    text-align: center;
  }
  .psih__nav {
    max-width: 100%;
    justify-content: center;
  }
  .goal__link .btn__violet {
    max-width: 180px;
  }
}
@media (max-width: 425px) {
  .goal__link {
    gap: 8px;
    row-gap: 40px;
  }
}
.about-training {
  padding: 20px 0 105px;
  position: relative;
  overflow: hidden;
}
.about-training__wrapper {
  display: grid;
  grid-template-columns: 588fr 611fr;
  align-items: start;
}
.about-training__info {
  padding: 40px 0 0;
}
.about-training__breadcrumbs {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #505D68;
}
.about-training__breadcrumbs a {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 auto;
  transition: all 0.3s;
  color: #505D68;
}
.about-training__breadcrumbs a:hover {
  color: #9168C4;
  text-decoration-line: underline;
}
.about-training h1 {
  margin: 64px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #212121;
}
.about-training__text {
  margin: 64px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #8A8894;
}
.about-training .btn__violet {
  margin: 57px 0 0;
}
.about-training__pic {
  padding: 16px 75px 0 24px;
  position: relative;
  z-index: 1;
}
.about-training__img {
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-training__hex {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.about-training__footer {
  margin: 111px auto 0;
  max-width: 710px;
  padding: 0 0 0 100px;
  position: relative;
  z-index: 1;
}
.about-training__footer p {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #212121;
}
.about-training__footer::before {
  content: "";
  display: block;
  width: 263px;
  height: 248px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/about-training_hex.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}

.psih__margin {
  margin: 0 auto;
}

.expected-result {
  padding: 70px 0 0;
}
.expected-result .page-title {
  justify-content: flex-start;
  padding: 0 0 0 48px;
  max-width: 900px;
  margin: 0 auto;
}
.expected-result__wrapper {
  max-width: 702px;
  margin: 45px auto 0;
}
.expected-result__title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.expected-result ul {
  margin: 26px 0 0;
}
.expected-result li {
  display: grid;
  grid-template-columns: 27px 1fr;
}
.expected-result li p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.expected-result li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px auto 0;
  background: #505D68;
  border-radius: 100%;
}

.har__wrapper {
  max-width: 995px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 60px;
}
.har__sert {
  grid-row: 1/3;
}
.har__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 21px;
  position: relative;
}
.har__title h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
  position: relative;
  z-index: 1;
}
.har__title h3::before {
  content: "";
  display: block;
  width: 77px;
  height: 84px;
  position: absolute;
  left: -21px;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/about-training_hex.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
.har__block {
  margin: 21px 0 0;
  padding: 0 0 0 100px;
}
.har__block a {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #93D4D0;
  display: block;
}
.har__sert p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #505D68;
  margin: 25px 0 0;
}
.har__sert p:nth-child(1) {
  margin: 0;
}
.har__volume h3 {
  font-size: 27px;
  line-height: 40px;
}
.har__volume p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #505D68;
}
.har__program p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.har__program a {
  margin: 25px 0 0;
}
.har__start {
  margin: 48px auto 0;
  max-width: 995px;
  display: grid;
  grid-template-columns: minmax(1px, 384px) minmax(1px, 484px);
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}
.har__start_item {
  padding: 54px 0 0 78px;
  position: relative;
  z-index: 1;
}
.har__start_item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 166px;
  height: 160px;
  top: 0;
  left: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/hex_violet.svg") center no-repeat;
  background-size: contain;
}
.har__start_info {
  background: #68C5C0;
  border-radius: 20px;
  padding: 24px;
}
.har__start_info ul {
  margin: 16px 0 0;
}
.har__start_info li {
  display: grid;
  grid-template-columns: 27px 1fr;
}
.har__start_info li p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.har__start_info li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px auto 0;
  background: #fff;
  border-radius: 100%;
}
.har__start_name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
}
.har__start_text {
  margin: 16px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
}

.themes {
  padding: 120px 0 100px;
}
.themes .page-title {
  justify-content: flex-start;
  padding: 0 0 0 48px;
  max-width: 995px;
  margin: 0 auto;
}
.themes__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  align-items: start;
  margin: 52px 0 0;
}
.themes__item {
  padding: 16px;
  background: #FAF9FB;
  border-radius: 20px;
  display: block;
  transition: all 0.3s;
}
.themes__item:hover {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.themes__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.themes__header p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.themes__header p + p {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  color: #68C5C0;
}
.themes__name {
  margin: 32px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
}
.themes__text {
  margin: 16px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #8A8894;
}

@media (max-width: 1024px) {
  .about-training {
    padding: 0 0 40px;
  }
  .about-training__wrapper {
    grid-template-columns: 100%;
    gap: 16px;
  }
  .about-training__pic {
    order: -1;
    padding: 16px;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
  .about-training__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px;
    -o-object-position: top;
       object-position: top;
  }
  .about-training__hex {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-position: top;
       object-position: top;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about-training h1 {
    margin: 0;
  }
  .about-training__breadcrumbs {
    display: none;
  }
  .about-training__info {
    padding: 0;
  }
  .har__wrapper {
    grid-template-columns: 100%;
    gap: 60px;
  }
  .har__sert {
    grid-row: auto;
  }
  .har__start {
    grid-template-columns: 1fr 1fr;
  }
  .themes__wrapper {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .har__start {
    grid-template-columns: 100%;
  }
  .about-training__footer {
    padding: 0 0 0 48px;
  }
  .about-training__footer::before {
    left: -40px;
  }
}
@media (max-width: 425px) {
  .har__block {
    padding: 0;
  }
  .har__start_item {
    padding: 54px 0 0 37px;
  }
  .har__start_item::before {
    left: -41px;
  }
}
@media (max-width: 340px) {
  .mob-sidebar__img::before {
    width: 78px;
  }
}
.choise-resource {
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.choise-resource__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
}
.choise-resource__item {
  border-radius: 20px;
  min-height: 696px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.choise-resource__item::before, .choise-resource__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  z-index: -2;
}
.choise-resource__violet {
  background: #BDA2EB;
  padding: 46px 64px 37px;
}
.choise-resource__violet .choise-resource__title {
  margin: 0 auto;
}
.choise-resource__violet::before {
  background: #644987;
  transform: rotate(-4.38deg);
  top: -1%;
  left: -7%;
  z-index: -2;
}
.choise-resource__violet::after {
  z-index: -1;
  background: #7958A3;
  transform: rotate(3.56deg);
  top: -1%;
  left: -7%;
}
.choise-resource__blue {
  background: #93D4D0;
  padding: 41px 47px 58px 89px;
}
.choise-resource__blue .choise-resource__title {
  margin: auto 0 0;
}
.choise-resource__blue::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #47AFAA;
  top: -1%;
  right: -2%;
  z-index: -2;
  transform: rotate(-5.82deg);
}
.choise-resource__blue::after {
  z-index: -1;
  background: #389B96;
  transform: rotate(4.21deg);
  top: -0.5%;
  right: -4%;
}
.choise-resource__title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
  max-width: 320px;
}
.choise-resource__pictures {
  margin: auto 0 0;
  max-width: 35%;
  position: relative;
}
.choise-resource__pictures p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: right;
  color: #D8CBEF;
}
.choise-resource__pictures img {
  display: block;
  position: absolute;
  width: 187%;
}
.choise-resource__left {
  bottom: 106%;
  transform: rotate(-3.31deg);
  left: -34%;
}
.choise-resource__right {
  transform: rotate(8.45deg);
  bottom: -9%;
  left: 118%;
}
.choise-resource__info {
  max-width: 67%;
  margin: 0 0 0 auto;
  transform: rotate(4.18deg);
}
.choise-resource__info img {
  width: 100%;
}
.choise-resource__info p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #D5ECEB;
  margin: 5px 0 0;
}
.choise-resource__subtitle {
  margin: 32px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #FFFFFF;
}

@media (max-width: 1024px) {
  .choise-resource__item {
    min-height: 500px;
  }
  .choise-resource__title {
    font-size: 24px;
    line-height: 30px;
  }
  .choise-resource__subtitle {
    font-size: 14px;
    line-height: 20px;
  }
  .choise-resource__pictures p {
    font-size: 14px;
    line-height: 20px;
  }
  .choise-resource__info p {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .choise-resource__wrapper {
    grid-template-columns: 100%;
    gap: 22px;
  }
  .choise-resource__item {
    min-height: auto;
    padding: 15px 15px 25px;
  }
  .choise-resource__violet .choise-resource__title {
    margin: 0;
    max-width: 100%;
  }
  .choise-resource__violet::before {
    right: -2%;
    left: auto;
  }
  .choise-resource__violet::after {
    left: -1%;
  }
  .choise-resource__blue .choise-resource__title {
    text-align: right;
    margin: 0;
    max-width: 100%;
  }
  .choise-resource__blue::before {
    right: -1%;
  }
  .choise-resource__blue::after {
    left: -3%;
    right: auto;
  }
  .choise-resource__pictures {
    margin: 127px 0 0;
    width: 100%;
    max-width: 100%;
  }
  .choise-resource__pictures img {
    max-width: 140px;
    width: 140px;
  }
  .choise-resource__pictures p {
    text-align: center;
  }
  .choise-resource__left {
    bottom: calc(100% + 10px);
    right: 130px;
    left: auto;
  }
  .choise-resource__right {
    right: 0;
    bottom: calc(100% + 15px);
    left: auto;
  }
  .choise-resource__info {
    transform: none;
    order: 2;
    margin: 108px 0 0;
    max-width: 100%;
    position: relative;
  }
  .choise-resource__info img {
    max-width: 140px;
    transform: rotate(4.18deg);
    position: absolute;
    bottom: calc(100% + 30px);
    left: 10px;
  }
  .choise-resource__subtitle {
    margin: 8px 0 0 auto;
    max-width: 140px;
    text-align: right;
  }
}
.all-resources {
  padding: 50px 0 100px;
}
.all-resources__container {
  display: grid;
  grid-template-columns: 1fr 282px;
  gap: 23px;
  align-items: start;
}
.all-resources__block .page-title {
  justify-content: flex-start;
  padding: 0 0 0 42px;
}
.all-resources__block .page-title h1::before {
  left: -42px;
}
.all-resources__tab {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 100%;
  max-height: 67px;
  transition: all 0.7s;
}
.all-resources__tab_item {
  position: relative;
}
.all-resources__tab_item p {
  padding: 8px 15px;
  border: 1px solid #C9C8D3;
  border-radius: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8A8894;
  transition: all 0.3s;
  white-space: nowrap;
  background: #FFFFFF;
}
.all-resources__tab_item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.all-resources__tab_item input:hover + p {
  background: #D5ECEB;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.all-resources__tab_item input:active + p {
  background: #93D4D0;
  border: 1px solid #C9C8D3;
  color: #505D68;
}
.all-resources__tab_item input:checked + p {
  background: #93D4D0;
  color: #505D68;
}
.all-resources__tab_btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 7px;
  right: 13px;
  cursor: pointer;
  transition: all 0.3s;
}
.all-resources__tab_btn svg {
  transform: rotate(90deg);
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.all-resources__tab_btn svg circle {
  fill: transparent;
  transition: all 0.3s;
}
.all-resources__tab_btn svg path {
  transition: all 0.3s;
  stroke: transparent;
}
.all-resources__tab_btn:hover svg circle {
  fill: #EDF7F6;
}
.all-resources__tab_btn:hover svg path {
  stroke: #68C5C0;
}
.all-resources__tab_btn:active svg circle {
  fill: #93D4D0;
}
.all-resources__tab_btn:active svg path {
  stroke: rgb(237, 247, 246);
  fill: rgb(237, 247, 246);
}
.all-resources__tab_wrapper {
  margin: 35px 0 0;
  position: relative;
  padding: 13px 57px 0 13px;
  background: #FAF9FB;
  border-radius: 10px;
  transition: all 0.3s;
}
.all-resources__tab_wrapper.active .all-resources__tab {
  max-height: 2000px;
  padding: 0 0 15px;
}
.all-resources__tab_wrapper.active .all-resources__tab_btn {
  top: calc(100% - 47px);
  transform: rotate(180deg);
}
.all-resources__tab_wrapper:hover {
  background: #EDF7F6;
}
.all-resources__tab_wrapper:hover .all-resources__tab_btn svg path {
  stroke: #68C5C0;
}
.all-resources__article {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 64px;
}
.all-resources__article_item {
  display: grid;
  grid-template-columns: 385fr 481fr;
  gap: 24px;
}
.all-resources__article_item .btn__violet {
  margin: 24px 0 0;
}
.all-resources__article_header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.all-resources__article_header p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.all-resources__article_name {
  margin: 48px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.all-resources__article_text {
  margin: 24px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.all-resources__article_img {
  position: relative;
  padding: 25px 14px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/trend_hex.svg") center no-repeat;
  background-size: contain;
}
.all-resources__article_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-resources__article_func {
  position: absolute;
  top: 46px;
  right: 26px;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}
.all-resources__article_func div {
  width: 50px;
  height: 50px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9168C4;
  border-radius: 100%;
  position: relative;
}
.all-resources__article_func div:hover span {
  opacity: 1;
  z-index: 2;
}
.all-resources__article_func span {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 10px);
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #212121;
  background: #EDF7F6;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s;
}
.all-resources__filter {
  display: grid;
  grid-template-columns: 100%;
}
.all-resources__filter .page-title {
  justify-content: flex-start;
  padding: 0 0 0 27px;
}
.all-resources__filter_wrapper {
  margin: 68px 0 0;
}
.all-resources__filter_wrapper:nth-child(1) {
  margin: 0;
}
.all-resources__filter_block {
  margin: 44px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  justify-items: start;
}
.all-resources__filter_item {
  position: relative;
}
.all-resources__filter_item p {
  padding: 8px 15px;
  border: 1px solid #C9C8D3;
  border-radius: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8A8894;
  transition: all 0.3s;
  white-space: nowrap;
}
.all-resources__filter_item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.all-resources__filter_item input:hover + p {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.all-resources__filter_item input:active + p {
  background: #FAF9FB;
  border: 1px solid #C9C8D3;
}
.all-resources__filter_item input:checked + p {
  background: #EDF7F6;
}
.all-resources__filter_text {
  margin: 53px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
.all-resources__filter_text p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.all-resources__filter_search {
  margin: 32px 0 0;
  position: relative;
  border-radius: 6px;
  z-index: 1;
}
.all-resources__filter_search input {
  width: 100%;
  padding: 11px 20px 11px 58px;
  background: transparent;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000;
  box-sizing: border-box;
  transition: all 0.3s;
  background: #FFFFFF;
  border: 1px solid #93D4D0;
  border-radius: 6px;
}
.all-resources__filter_search input::-moz-placeholder {
  color: #8A8894;
}
.all-resources__filter_search input::placeholder {
  color: #8A8894;
}
.all-resources__filter_search input:hover {
  background: #EDF7F6;
}
.all-resources__filter_search input:focus {
  border: 1px solid #68C5C0;
  background: #FAF9FB;
}
.all-resources__filter_search a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  z-index: 2;
}
.all-resources__filter_btn {
  display: none;
}
.all-resources__filter_link {
  display: none;
}
.all-resources__more {
  margin: 80px auto 0;
}

@media (max-width: 1024px) {
  .all-resources__article_item {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .all-resources__article_img {
    order: -1;
  }
}
@media (max-width: 768px) {
  .all-resources__container {
    grid-template-columns: 100%;
  }
  .all-resources__block .page-title {
    padding-right: 57px;
    position: relative;
  }
  .all-resources__filter {
    display: none;
  }
  .all-resources__filter_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #68C5C0;
    cursor: pointer;
  }
  .all-resources__filter.active {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 15px;
    background-color: #fff;
    z-index: 50;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
  }
  .all-resources__filter_link {
    margin: 40px 0 0;
    display: grid;
    grid-template-columns: minmax(1px, 180px) minmax(1px, 180px);
    gap: 8px;
    row-gap: 40px;
  }
  .all-resources__filter_link .btn__violet {
    max-width: 100%;
  }
  .all-resources__filter_green {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 9px 8px;
    background: #68C5C0;
    border-radius: 4px;
    border: none;
  }
  .all-resources__filter_green::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
  }
  .all-resources__filter_check::before {
    background: url("https://www.resilience.help/wp-content/uploads/2023/03/check.svg") center no-repeat;
    background-size: contain;
  }
  .all-resources__filter_clear::before {
    background: url("https://www.resilience.help/wp-content/uploads/2023/03/clear.svg") center no-repeat;
    background-size: contain;
  }
}
@media (max-width: 425px) {
  .all-resources__tab_item p {
    white-space: normal;
  }
  .all-resources__filter_link {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .all-resources__article_item .btn__violet {
    margin: 24px auto 0;
  }
  .all-resources__article_name {
    font-size: 18px;
    line-height: 24px;
  }
  .all-resources__article_text {
    font-size: 16px;
    line-height: 22px;
  }
}
.about-resources {
  padding: 16px 0 0;
}
.about-resources__container {
  max-width: 1100px;
  margin: 0 0 0 auto;
  display: grid;
  grid-template-columns: minmax(1px, 1fr) 284px;
  gap: 128px;
}
.about-resources__img {
  padding: 25px 22px;
  position: relative;
  z-index: 1;
}
.about-resources__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/trening_hex.svg") center no-repeat;
  background-size: contain;
}
.about-resources__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-resources__favourite {
  width: 32px;
  margin: 0 0 0 auto;
  display: block;
}
.about-resources h1 {
  margin: 16px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #212121;
}
.about-resources__info {
  margin: 43px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 35px;
  justify-items: start;
}
.about-resources__info h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #505D68;
}
.about-resources__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.about-resources__link {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #68C5C0;
  position: relative;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.about-resources__bold {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.about-resources__blue {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #68C5C0;
}
.about-resources__btn {
  max-width: 280px;
  width: 100%;
  background: #68C5C0;
  border-radius: 4px;
  padding: 9px;
  border: none;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all 0.3s;
}
.about-resources__btn:hover {
  background: #389B96;
}
.about-resources .page-title {
  justify-content: flex-start;
  padding: 0 0 0 24px;
}
.about-resources__check {
  margin: 130px 0 0;
}
.about-resources__check_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 44px 0 0;
}
.about-resources__check_wrapper p {
  padding: 8px 15px;
  border: 1px solid #C9C8D3;
  border-radius: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8A8894;
  transition: all 0.3s;
  white-space: nowrap;
  background: #EDF7F6;
}
.about-resources__filter_block {
  margin: 44px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 32px;
}
.about-resources__filter_img {
  max-width: 180px;
  padding: 0 24px 0 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-resources__filter_img img {
  width: 100%;
  border-radius: 100%;
}
.about-resources__filter_img::before {
  content: "";
  display: block;
  width: 78px;
  height: 71px;
  position: absolute;
  right: 0;
  top: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/hex_blue.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
.about-resources__filter_item p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #212121;
  margin: 32px 0 0;
}
.about-resources__filter_wrapper {
  margin: 60px 0 0;
}
.about-resources__filter_check {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  justify-items: start;
}
.about-resources__filter_check p {
  padding: 8px 15px;
  border: 1px solid #C9C8D3;
  border-radius: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8A8894;
  transition: all 0.3s;
  white-space: nowrap;
  background: #EDF7F6;
}

@media (max-width: 1024px) {
  .about-resources__container {
    gap: 70px;
  }
}
@media (max-width: 768px) {
  .about-resources__container {
    grid-template-columns: 100%;
  }
}
@media (max-width: 425px) {
  .about-resources h1 {
    font-size: 24px;
    line-height: 30px;
    margin: 24px 0 0;
    text-align: left;
  }
  .about-resources__info {
    margin: 16px 0 0;
    gap: 25px;
  }
  .about-resources__info h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .about-resources__btn {
    margin: 50px 0 0;
  }
  .about-resources__text {
    font-size: 16px;
    line-height: 22px;
  }
  .about-resources__link {
    font-size: 16px;
    line-height: 22px;
  }
}
.trend-blogs {
  padding: 90px 0 100px;
}
.trend-blogs .page-title {
  justify-content: flex-start;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 48px;
}
.trend-blogs .page-title h2 {
  margin: 0;
}
.trend-blogs .trend__wrapper {
  margin: 0;
}

.all-blogs {
  padding: 40px 0 0;
}
.all-blogs__block {
  position: relative;
  overflow: hidden;
}
.all-blogs__container {
  display: grid;
  grid-template-columns: 1fr 317px;
  gap: 24px;
}
.all-blogs__tab {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
}
.all-blogs__tab::before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 1px;
  height: 1px;
  background: #8A8894;
  position: absolute;
  top: 100%;
  left: 0;
}
.all-blogs__tab_item {
  display: block;
  margin: 0 30px 0 0;
  padding: 0 11px 10px;
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #8A8894;
  transition: all 0.3s;
}
.all-blogs__tab_item:last-child {
  margin: 0;
}
.all-blogs__tab_item::before {
  content: "";
  display: block;
  width: 100%;
  border-radius: 1px;
  height: 2px;
  background: #BDA2EB;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: all 0.3s;
}
.all-blogs__tab_item.active {
  font-weight: 500;
  color: #373737;
}
.all-blogs__tab_item.active::before {
  height: 4px;
  background: #68C5C0;
  border-radius: 2px;
  bottom: 0;
}
.all-blogs__article {
  margin: 85px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 64px;
  position: absolute;
  opacity: 0;
}
.all-blogs__article_active {
  position: relative;
  opacity: 1;
}
.all-blogs__article_item {
  display: grid;
  grid-template-columns: 384fr 486fr;
  gap: 24px;
  align-items: start;
}
.all-blogs__article_item .btn__violet {
  margin: 21px 0 0;
}
.all-blogs__article_header {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.all-blogs__article_name {
  margin: 40px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.all-blogs__article_text {
  margin: 24px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.all-blogs__article_img {
  position: relative;
  padding: 24px;
  z-index: 1;
}
.all-blogs__article_img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.all-blogs__article_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/bg_ellipse.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
.all-blogs__more {
  margin: 64px auto 0;
}
.all-blogs__filter .page-title {
  justify-content: flex-start;
  padding: 0 0 0 24px;
}
.all-blogs__filter_row {
  margin: 44px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}
.all-blogs__filter_item {
  position: relative;
}
.all-blogs__filter_item p {
  padding: 8px 15px;
  border: 1px solid #C9C8D3;
  border-radius: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8A8894;
  transition: all 0.3s;
  white-space: nowrap;
}
.all-blogs__filter_item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.all-blogs__filter_item input:hover + p {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.all-blogs__filter_item input:active + p {
  background: #FAF9FB;
  border: 1px solid #C9C8D3;
}
.all-blogs__filter_item input:checked + p {
  background: #EDF7F6;
}
.all-blogs__filter_check {
  margin: 68px 0 0;
}
.all-blogs__filter_block {
  margin: 44px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  justify-items: start;
}

@media (max-width: 1024px) {
  .all-blogs__filter {
    display: none;
  }
  .all-blogs__container {
    grid-template-columns: 100%;
  }
}
@media (max-width: 768px) {
  .all-blogs__article_item {
    grid-template-columns: 100%;
  }
  .all-blogs__article_img {
    order: -1;
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 425px) {
  .all-blogs__article_name {
    margin: 16px 0 0;
    font-size: 18px;
    line-height: 24px;
  }
  .all-blogs__article_header {
    font-size: 14px;
    line-height: 22px;
  }
  .all-blogs__article_text {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .all-blogs__article_item .btn__violet {
    margin: 24px auto 0;
  }
}
@media (max-width: 350px) {
  .all-blogs__tab_item {
    margin: 0 15px 0 0;
    font-size: 14px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 100;
  padding: 20px;
  display: none;
}
.modal__logo {
  position: absolute;
  top: 5px;
  left: 72px;
}
.modal__container {
  padding: 122px 40px 25px;
  z-index: 1;
}
.modal__overflow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
}
.modal__container {
  margin: auto;
  width: 100%;
  max-width: 672px;
  background: #FFFFFF;
  box-shadow: 0px 26px 80px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.modal__close {
  position: absolute;
  top: 9px;
  right: 16px;
  cursor: pointer;
  z-index: 5;
}
.modal__active {
  display: flex;
}

.modal-enter__container {
  padding: 122px 40px 25px;
}
.modal-enter__logo {
  position: absolute;
  top: 5px;
  left: 72px;
}
.modal-enter h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.modal-enter__info {
  max-width: 384px;
  margin: 0 auto;
}
.modal-enter__info p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #8A8894;
  margin: 12px 0 0;
}
.modal-enter__with {
  margin: 21px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}
.modal-enter__google {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 16px;
  background: #FFFFFF;
  border: 1px solid #9168C4;
  border-radius: 4px;
}
.modal-enter__google img {
  width: 20px;
}
.modal-enter__google p {
  margin: 0 0 0 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9168C4;
}
.modal-enter__wrapper {
  margin: 16px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 43px;
}
.modal-enter__input {
  z-index: 1;
  position: relative;
}
.modal-enter__input input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #93D4D0;
  border-radius: 6px;
  padding: 11px 16px 11px 58px;
  box-sizing: border-box;
  transition: all 0.3s;
}
.modal-enter__input input:focus {
  background: #FAF9FB;
}
.modal-enter__input img {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 30px;
  transform: translateY(-50%);
}
.modal-enter__input p {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #8A8894;
  margin: 0;
}
.modal-enter__input_error p {
  color: #C4686D;
}
.modal-enter__password {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #68C5C0;
}
.modal-enter__reg {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #9168C4;
}
.modal-enter__footer {
  margin: 48px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.modal-enter__footer a {
  font-style: italic;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #68C5C0;
}
.modal-enter__img {
  left: 3px;
  top: 108px;
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: 1;
}
.modal-enter__img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-enter__img::before {
  content: "";
  display: block;
  width: 302%;
  height: 207%;
  position: absolute;
  top: -54%;
  right: -5%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/enter_molecule.svg") center no-repeat;
  background-size: cover;
  -o-object-fit: right;
     object-fit: right;
  z-index: -1;
}

@media (max-width: 768px) {
  .modal__container {
    max-width: 375px;
  }
  .modal-enter__logo {
    left: 0;
    max-width: 179px;
    top: 82px;
  }
  .modal-enter__logo img {
    width: 100%;
  }
  .modal-enter__container {
    padding: 230px 15px 110px;
  }
  .modal-enter__img {
    left: auto;
    right: 85px;
  }
  .modal-enter__img::before {
    transform: rotate(180deg);
    left: -6%;
    right: auto;
    top: -52%;
  }
  .modal-enter h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-enter__info p {
    font-size: 16px;
    line-height: 22px;
  }
  .modal-enter__google {
    padding: 9px 15px;
  }
  .modal-enter__google p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 375px) {
  .modal-enter__img {
    right: 0;
  }
}
.modal-reg .btn__violet {
  margin: 62px 0 0;
}

.modal-conf__container {
  padding: 184px 16px 278px;
}
.modal-conf h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.modal-conf__info {
  max-width: 390px;
  margin: 0 auto;
}
.modal-conf__text {
  margin: 32px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #8A8894;
}
.modal-conf__link {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.modal-conf__link button {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.modal-conf__img {
  left: -24px;
  top: 258px;
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: 1;
  transform: rotate(-27.93deg);
  z-index: -1;
}
.modal-conf__img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-conf__img::before {
  content: "";
  display: block;
  width: 302%;
  height: 207%;
  position: absolute;
  top: -54%;
  right: -5%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/enter_molecule.svg") center no-repeat;
  background-size: cover;
  -o-object-position: right;
     object-position: right;
  z-index: -1;
}
.modal-conf__img_top {
  right: 78px;
  top: 77px;
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: 1;
  transform: rotate(-152.47deg);
  z-index: -1;
}
.modal-conf__img_top img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-conf__img_top::before {
  content: "";
  display: block;
  width: 302%;
  height: 207%;
  position: absolute;
  top: -54%;
  right: -5%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/enter_molecule_pink.svg") center no-repeat;
  background-size: cover;
  -o-object-position: right;
     object-position: right;
  z-index: -1;
}
.modal-conf__img_left {
  left: 58px;
  bottom: 27px;
  position: absolute;
  width: 168px;
  height: 168px;
  z-index: 1;
  transform: rotate(-27.93deg);
  z-index: -1;
}
.modal-conf__img_left img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-conf__img_left::before {
  content: "";
  display: block;
  width: 302%;
  height: 207%;
  position: absolute;
  top: -54%;
  right: -5%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/enter_molecule_pink.svg") center no-repeat;
  background-size: cover;
  -o-object-position: right;
     object-position: right;
  z-index: -1;
}
.modal-conf__img_bottom {
  position: absolute;
  z-index: -3;
  width: 377px;
  height: 360px;
  bottom: -100px;
  right: -84px;
  padding: 11px;
  -webkit-clip-path: polygon(25% 0%, 0% 50%, 25% 100%, 75% 100%, 100% 51%, 75% 0%);
          clip-path: polygon(25% 0%, 0% 50%, 25% 100%, 75% 100%, 100% 51%, 75% 0%);
}
.modal-conf__img_bottom div {
  -webkit-clip-path: polygon(25% 0%, 0% 50%, 25% 100%, 75% 100%, 100% 51%, 75% 0%);
          clip-path: polygon(25% 0%, 0% 50%, 25% 100%, 75% 100%, 100% 51%, 75% 0%);
  position: relative;
  overflow: hidden;
  height: 100%;
}
.modal-conf__img_bottom img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-conf__img_bottom::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #68C5C0;
  position: absolute;
  z-index: -1;
}

@media (max-width: 768px) {
  .modal-conf__container {
    padding: 230px 15px 461px;
  }
  .modal-conf__img {
    display: none;
  }
  .modal-conf__img_top {
    top: 108px;
    right: 35px;
  }
  .modal-conf__img_bottom {
    bottom: 30px;
    right: -105px;
  }
  .modal-conf__img_left {
    left: -35px;
    bottom: 254px;
  }
  .modal-conf h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-conf__text {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .modal-conf__link {
    margin: 38px 0 0;
    gap: 9px;
  }
}
@media (max-width: 375px) {
  .modal-conf__container {
    padding: 230px 15px 261px;
  }
  .modal-conf__img_left {
    bottom: 50px;
  }
  .modal-conf__img_bottom {
    display: none;
  }
  .modal-conf__link {
    grid-template-columns: 100%;
  }
}
.modal-order__info {
  max-width: 384px;
  margin: 0 auto;
}
.modal-order h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
}
.modal-order__subtitle {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #9168C4;
  margin: 23px 0 0;
}
.modal-order__text {
  margin: 27px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.modal-order .btn__violet {
  margin: 27px 0 0;
}
.modal-order__img {
  right: 0;
  bottom: 35px;
  position: absolute;
  width: 245px;
  height: 245px;
  z-index: -1;
  transform: rotate(-152.47deg);
}
.modal-order__img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-order__img::before {
  content: "";
  display: block;
  width: 302%;
  height: 207%;
  position: absolute;
  top: -54%;
  right: -5%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/enter_molecule.svg") center no-repeat;
  background-size: cover;
  -o-object-position: right;
     object-position: right;
  z-index: -1;
}
.modal-order__violet {
  margin: 45px 0 0;
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #9168C4;
  max-width: 231px;
}

@media (max-width: 768px) {
  .modal__logo {
    left: 0;
    max-width: 179px;
    top: 82px;
  }
  .modal__logo img {
    width: 100%;
  }
  .modal-order .modal__container {
    padding: 188px 15px 357px;
  }
  .modal-order__subtitle {
    margin: 20px 0 0;
  }
  .modal-order__text {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .modal-order .btn__violet {
    margin: 35px 0 0;
  }
  .modal-order__violet {
    display: none;
  }
}
.modal-request .modal__container {
  padding: 198px 15px 336px;
}
.modal-request__info {
  max-width: 384px;
  margin: 0 80px 0 auto;
}
.modal-request__img {
  left: 51px;
  top: 192px;
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: -1;
}
.modal-request__img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-request__img::before {
  content: "";
  display: block;
  width: 302%;
  height: 207%;
  position: absolute;
  top: -54%;
  right: -5%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/enter_molecule_yellow.svg") center no-repeat;
  background-size: cover;
  -o-object-position: right;
     object-position: right;
  z-index: -1;
}
.modal-request__title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.modal-request__link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin: 40px 0 0;
}
.modal-request__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .modal-request .modal__container {
    padding: 245px 15px 200px;
  }
  .modal-request__info {
    margin: 0;
  }
  .modal-request__img {
    transform: rotate(180deg);
    left: auto;
    right: 58px;
    top: 108px;
  }
  .modal-request__img img {
    transform: rotate(-180deg);
  }
  .modal-request__link {
    gap: 9px;
  }
  .modal-request__link button {
    max-width: 100%;
  }
}
.modal-delite__info {
  max-width: 384px;
  margin: 0 auto;
}
.modal-delite .modal__container {
  padding: 184px 15px 302px;
}
.modal-delite__title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.modal-delite__img {
  transform: rotate(-152.47deg);
  position: absolute;
  width: 333px;
  height: 228px;
  bottom: 3px;
  right: -79px;
}
.modal-delite__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-delite__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #8A8894;
  margin: 32px 0 0;
}
.modal-delite__link {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.modal-delite__link button {
  max-width: 100%;
}

@media (max-width: 768px) {
  .modal-delite .modal__container {
    padding: 184px 15px 157px;
  }
  .modal-delite__img {
    width: 272px;
    height: 186px;
    bottom: -62px;
    right: -83px;
  }
  .modal-delite__title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 375px) {
  .modal-delite__link {
    grid-template-columns: 100%;
  }
}
.modal-newsletter .modal__container {
  padding: 136px 15px 92px;
}
.modal-newsletter__img {
  transform: rotate(142.46deg);
  position: absolute;
  width: 333px;
  height: 228px;
  top: 98px;
  right: -152px;
}
.modal-newsletter__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-newsletter__form {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
}
.modal-newsletter__label {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  position: relative;
}
.modal-newsletter__label p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
.modal-newsletter__label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.modal-newsletter__label input:checked + div::before {
  opacity: 1;
}
.modal-newsletter__check {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
}
.modal-newsletter__check img {
  width: 100%;
  height: 100%;
}
.modal-newsletter__check::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/check_active.svg") center no-repeat;
  opacity: 0;
  transition: all 0.3s;
}
.modal-newsletter__input {
  position: relative;
}
.modal-newsletter__input p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8A8894;
  padding: 0 8px;
}
.modal-newsletter__input input {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #93D4D0;
  border-radius: 4px;
  margin: 4px 0 0;
  padding: 7px 7px 7px 61px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
  transition: all 0.3s;
}
.modal-newsletter__input input:focus {
  background: #FAF9FB;
}
.modal-newsletter__input::before {
  content: "Text";
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}

.modal-confirmation .modal__container {
  padding: 184px 15px 230px;
}
.modal-confirmation__info {
  max-width: 384px;
  margin: 0 auto;
}
.modal-confirmation__img {
  right: 96px;
  bottom: 111px;
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: -1;
  transform: rotate(-90deg);
}
.modal-confirmation__img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: rotate(90deg);
}
.modal-confirmation__img::before {
  content: "";
  display: block;
  width: 302%;
  height: 207%;
  position: absolute;
  top: -54%;
  right: -5%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/enter_molecule.svg") center no-repeat;
  background-size: cover;
  -o-object-position: right;
     object-position: right;
  z-index: -1;
}
.modal-confirmation__title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #212121;
}
.modal-confirmation .btn__wht {
  margin: 40px auto 0;
}
.modal-confirmation__text {
  margin: 30px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #8A8894;
}

@media (max-width: 768px) {
  .modal-confirmation__title {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-confirmation__img {
    bottom: 68px;
  }
}
.modal-catalog__container {
  max-width: 568px;
  padding: 72px 92px 98px;
}
.modal-catalog h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.modal-catalog p {
  margin: 32px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #8A8894;
}
.modal-catalog__link {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 24px;
}
.modal-catalog__item {
  top: 28px;
  right: 42px;
  transition: all 0.3s;
}
.modal-catalog__catalog {
  position: absolute;
  bottom: -45px;
  right: -43px;
  width: 220px;
  height: 240px;
}
.modal-catalog__catalog svg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-catalog__catalog svg:nth-child(1) {
  top: 0;
  right: 0;
}
.modal-catalog__catalog svg:nth-child(2) {
  top: 15px;
  right: 16px;
}
.modal-catalog__catalog svg:nth-child(4) {
  top: 49px;
  right: 57px;
}
.modal-catalog__catalog svg:nth-child(5) {
  top: 75px;
  right: 75px;
}
.modal-catalog.modal__active_del .modal-catalog__item {
  top: -5px;
  animation: top 1s ease-out;
}
.modal-catalog.modal__active_del .modal-catalog__item path {
  fill: #C4686D;
  animation: red 1s ease-out;
}
.modal-catalog.modal__active_create .modal-catalog__item {
  top: -5px;
  animation: top 1s ease-out;
}
.modal-catalog.modal__active_create .modal-catalog__item path {
  fill: #BDA2EB;
  animation: violet 1s ease-out;
}
.modal-catalog.modal-catalog__waite .modal-catalog__item {
  top: 28px;
  animation: bottom 1s ease-out;
}
.modal-catalog.modal-catalog__waite .modal-catalog__item path {
  fill: #4fafaa;
  animation: green 1s ease-out;
}
.modal-catalog.modal-catalog__del .modal-catalog__item {
  top: -30px;
  opacity: 0;
  animation: del 1s ease-out;
}

@media (max-width: 600px) {
  .modal-catalog__container {
    padding: 61px 15px 147px;
  }
  .modal-catalog h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-catalog p {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .modal-catalog__link {
    margin: 40px 0 0;
  }
  .modal-catalog__catalog {
    bottom: -88px;
  }
}
.account {
  padding: 118px 0 90px;
}
.account__container {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 24px;
  align-items: start;
}
.account__sidebar .account__footer_info {
  display: none;
}
.account__sidebar .page-title {
  justify-content: flex-start;
  padding: 0 0 0 24px;
}
.account__sidebar_label {
  position: relative;
}
.account__sidebar_label p {
  padding: 8px 15px;
  border: 1px solid #C9C8D3;
  border-radius: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8A8894;
  transition: all 0.3s;
}
.account__sidebar_label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.account__sidebar_label input:hover + p {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.account__sidebar_label input:active + p {
  background: #FAF9FB;
  border: 1px solid #C9C8D3;
}
.account__sidebar_label input:checked + p {
  background: #EDF7F6;
}
.account__sidebar_wrapper {
  margin: 43px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  justify-items: start;
}
.account__pers {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 24px;
  align-items: center;
}
.account__avatar img {
  width: 100%;
  border-radius: 100%;
}
.account__name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.account__email {
  margin: 8px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #A1AEB7;
}
.account__tab {
  margin: 24px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  border-bottom: 1px solid #8A8894;
}
.account__tab_link {
  width: 100%;
  max-width: 180px;
  margin: 0 24px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #8A8894;
  position: relative;
  padding: 0 0 11px;
  transition: all 0.3s;
  cursor: pointer;
}
.account__tab_link::before {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #BDA2EB;
  position: absolute;
  transition: all 0.3s;
  border-radius: 2px;
}
.account__tab_link:last-child {
  margin: 0;
}
.account__tab_link.active {
  color: #373737;
}
.account__tab_link.active::before {
  height: 4px;
  background: #68C5C0;
  width: 100%;
}
.account__footer {
  margin: 135px 0 0;
}
.account__footer_input {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
}
.account__footer_input img {
  width: 100%;
  height: 100%;
}
.account__footer_input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/check_active.svg") center no-repeat;
  opacity: 0;
  transition: all 0.3s;
}
.account__footer_check {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  position: relative;
}
.account__footer_check p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
.account__footer_check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.account__footer_check input:checked + div::before {
  opacity: 1;
}
.account__footer_btn {
  margin: 40px 0 0;
}
.account__footer_btn .btn__violet {
  max-width: 382px;
}
.account__footer_info {
  margin: 32px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #8A8894;
}
.account__footer_info p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.account__footer_info a {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #68C5C0;
}
.account__footer_link {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: minmax(1px, 180px) minmax(1px, 180px);
  gap: 22px;
}

.account-info {
  margin: 28px 0 0;
}
.account-info__wrapper {
  margin: 20px 0 0;
  border-top: 24px solid rgba(213, 236, 235, 0.2);
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.account-info__wrapper:nth-child(1) {
  margin: 0;
  padding: 0;
  border-top: none;
}
.account-info__name {
  padding: 0 4px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8A8894;
}
.account-info__text {
  margin: 12px 0 0;
  padding: 0 4px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
.account-info__item {
  max-width: 312px;
}
.account-info__item_left {
  grid-column: 1/2;
}
.account-info__item_left + .account-info__item {
  grid-column: 1/2;
}
.account-info__item_right {
  grid-column: 2/3;
}

@media (max-width: 1024px) {
  .account-info__wrapper {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .account-info__item {
    grid-column: auto !important;
  }
  .account__footer {
    margin: 50px 0 0;
  }
  .account__footer_info {
    display: none;
  }
  .account__sidebar .account__footer_info {
    display: block;
  }
}
@media (max-width: 768px) {
  .account__container {
    grid-template-columns: 100%;
    gap: 70px;
  }
  .account__tab_link {
    max-width: 110px;
  }
  .account__tab_link::before {
    width: 100%;
  }
  .account__name {
    font-size: 24px;
    line-height: 30px;
  }
  .account__text {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .account__footer_link {
    grid-template-columns: 100%;
  }
}
.account-edit {
  margin: 28px 0 0;
}
.account-edit__wrapper {
  margin: 20px 0 0;
  border-top: 24px solid rgba(213, 236, 235, 0.2);
  padding: 20px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.account-edit__wrapper:nth-child(1) {
  margin: 0;
  padding: 0;
  border-top: none;
}
.account-edit__item {
  max-width: 312px;
}
.account-edit__item_left {
  grid-column: 1/2;
}
.account-edit__item_right {
  grid-column: 2/3;
}
.account-edit__item input {
  box-sizing: border-box;
  width: 100%;
  padding: 7px;
  background: transparent;
  border: none;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  box-sizing: border-box;
  transition: all 0.3s;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  margin: 4px 0 0;
}
.account-edit__item input::-moz-placeholder {
  color: #8A8894;
}
.account-edit__item input::placeholder {
  color: #8A8894;
}
.account-edit__item input:hover {
  background: #EDF7F6;
  border: 1px solid #EDF7F6;
}
.account-edit__item input:focus {
  border: 1px solid #93D4D0;
  background: #fff;
}
.account-edit__name {
  padding: 0 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8A8894;
}
.account-edit__text {
  margin: 12px 0 0;
  padding: 0 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
.account-edit .nice-select {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  margin: 4px 0 0;
  padding: 7px;
  height: auto;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
  padding-right: 20px;
  transition: all 0.3s;
}
.account-edit .nice-select::after {
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
}
.account-edit .nice-select:hover {
  background: #EDF7F6;
  border: 1px solid #EDF7F6;
}
.account-edit .nice-select.open {
  border: 1px solid #93D4D0;
  color: #68C5C0;
}
.account-edit .nice-select .list {
  max-height: 200px;
  overflow-y: scroll;
  width: calc(100% + 2px);
  margin: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #93D4D0;
  border-radius: 0;
  border-top: none;
  top: calc(100% - 1px);
  left: -1px;
  z-index: 1;
}
.account-edit .nice-select .option {
  min-height: auto;
  padding: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
.account-edit .nice-select .option:hover {
  background: #EDF7F6;
}
.account-edit .nice-select .option.selected.focus {
  color: #68C5C0;
  background: #fff;
}

@media (max-width: 1024px) {
  .account-edit__wrapper {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .account-edit__item {
    grid-column: auto !important;
  }
}
.account-catalog {
  margin: 45px 0 0;
}
.account-catalog .page-title {
  justify-content: flex-start;
  padding: 0 0 0 24px;
}
.account-catalog__wrapper {
  margin: 55px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 46px;
}
.account-catalog__item {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 20px;
  border-bottom: 24px solid rgba(213, 236, 235, 0.2);
  align-items: center;
  transition: all 0.3s;
  padding: 8px;
}
.account-catalog__item:hover {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 24px solid #EDF7F6;
}
.account-catalog__row {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 10px;
  align-items: start;
}
.account-catalog__row p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.account-catalog__row img {
  width: 100%;
}
.account-catalog__name {
  margin: 20px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.account-catalog__text {
  margin: 24px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505D68;
}
.account-catalog__img {
  padding: 9px;
  position: relative;
  z-index: 1;
}
.account-catalog__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.account-catalog__img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/catalog_hex.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}

@media (max-width: 1024px) {
  .account-catalog__item {
    grid-template-columns: 1fr 190px;
  }
}
@media (max-width: 600px) {
  .account-catalog__item {
    grid-template-columns: 100%;
    gap: 24px;
  }
  .account-catalog__img {
    order: -1;
  }
}
.donate-finance {
  padding: 68px 0 30px;
  position: relative;
  overflow: hidden;
}
.donate-finance h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #212121;
}
.donate-finance__tab {
  margin: 36px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.donate-finance__tab_link {
  margin: 0 26px 0 0;
  width: 100%;
  max-width: 270px;
  display: block;
  position: relative;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #8A8894;
  padding: 0 0 14px;
  transition: all 0.3s;
}
.donate-finance__tab_link:last-child {
  margin: 0;
}
.donate-finance__tab_link::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background: #BDA2EB;
  transition: all 0.3s;
}
.donate-finance__tab_link.active {
  font-weight: 500;
  font-size: 24px;
  color: #373737;
}
.donate-finance__tab_link.active::before {
  height: 8px;
}
.donate-finance__tab_blue::before {
  background: #68C5C0;
}
.donate-finance__tab_violet::before {
  background: #BDA2EB;
}
.donate-finance__container {
  padding: 41px 0 140px;
  background: #EDF7F6;
  z-index: 1;
  position: relative;
  display: none;
}
.donate-finance__container_active {
  display: block;
}
.donate-finance__container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #EDF7F6;
  height: 100%;
  width: 100vw;
  z-index: -3;
}
.donate-finance__form {
  padding: 0 0 0 100px;
  max-width: 546px;
}
.donate-finance__form_text {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #505D68;
}
.donate-finance__input {
  margin: 28px 0 0;
  position: relative;
}
.donate-finance__input div {
  position: relative;
}
.donate-finance__input:nth-child(1) {
  margin: 0;
}
.donate-finance__input p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8A8894;
  padding: 0 0 0 18px;
}
.donate-finance__input input,
.donate-finance__input textarea {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin: 7px 0 0;
  background: #FFFFFF;
  border: 1px solid #93D4D0;
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.donate-finance__input input:focus,
.donate-finance__input textarea:focus {
  background: #FAF9FB;
}
.donate-finance__input input::-moz-placeholder, .donate-finance__input textarea::-moz-placeholder {
  color: #8A8894;
}
.donate-finance__input input::placeholder,
.donate-finance__input textarea::placeholder {
  color: #8A8894;
}
.donate-finance__input textarea {
  resize: none;
  height: 117px;
}
.donate-finance__input_email input {
  padding: 10px 15px 10px 57px;
}
.donate-finance__input_email div::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 16px;
  width: 30px;
  height: 30px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/mail.svg") center no-repeat;
  background-size: contain;
}
.donate-finance__error input {
  color: #C4686D;
  border: 1px solid #C4686D;
}
.donate-finance__error div + p {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #C4686D;
  margin: 3px 0 0;
}
.donate-finance__check {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: center;
  position: relative;
  margin: 74px 0 0;
}
.donate-finance__check p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
.donate-finance__check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.donate-finance__check input:checked + div::before {
  opacity: 1;
}
.donate-finance__checkbox {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 1;
}
.donate-finance__checkbox img {
  width: 100%;
  height: 100%;
}
.donate-finance__checkbox::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/check_active.svg") center no-repeat;
  opacity: 0;
  transition: all 0.3s;
}
.donate-finance__btn {
  margin: 35px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 28px;
}
.donate-finance__btn button {
  max-width: 282px;
}
.donate-finance__ask {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #373737;
  margin: 26px 0 0;
}
.donate-finance__ask a {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #68C5C0;
}
.donate-finance__bg {
  top: 0;
  right: -13%;
  position: absolute;
  z-index: -1;
  width: 62%;
  transform: translateY(-25%);
}
.donate-finance__bg::before {
  content: "";
  display: block;
  width: 178%;
  z-index: -1;
  height: 125%;
  top: -15%;
  left: -18%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/donate-finance_bg.svg") center no-repeat;
  background-size: contain;
  position: absolute;
}
.donate-finance__img {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/img_hex.svg") center no-repeat;
  background-size: contain;
  padding: 36px;
}
.donate-finance__img div {
  position: relative;
  overflow: hidden;
  border: inherit;
  border-radius: 20px;
}
.donate-finance__img div img {
  width: 100%;
}
.donate-finance__container_violet {
  background: transparent;
}
.donate-finance__container_violet::before {
  background: rgba(216, 203, 239, 0.1490196078);
}
.donate-finance__img_violet {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/img_hex_violet.svg") center no-repeat;
  background-size: contain;
}
.donate-finance__bg_violet::before {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/donate-finance_bg_violet.svg") center no-repeat;
  background-size: contain;
}

.ask {
  padding: 44px 0 200px;
}
.ask h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.ask__wrapper {
  margin: 44px 0 0;
  max-width: 900px;
}
.ask__button {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 15px;
  align-items: start;
  padding: 25px 0;
}
.ask__button p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #373737;
}
.ask__button svg {
  transition: all 0.3s;
  transform: rotate(90deg);
  width: 32px;
  height: 32px;
}
.ask__button svg circle {
  fill: transparent;
  transition: all 0.3s;
}
.ask__button svg path {
  transition: all 0.3s;
  stroke: transparent;
}
.ask__button:hover svg circle {
  fill: #EDF7F6;
}
.ask__button:hover svg path {
  stroke: #68C5C0;
}
.ask__button:active svg circle {
  fill: #93D4D0;
}
.ask__button:active svg path {
  stroke: rgb(237, 247, 246);
  fill: rgb(237, 247, 246);
}
.ask__info {
  padding: 0;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.3s;
}
.ask__info p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}
.ask__info a {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #68C5C0;
}
.ask__block {
  border-bottom: 1px solid #C9C8D3;
}
.ask__block.active .ask__info {
  padding: 0 0 24px 100px;
  max-height: 500px;
}
.ask__block.active .ask__button svg {
  transform: rotate(-90deg);
}

@media (max-width: 1200px) {
  .donate-finance__container {
    background: #fff;
    padding: 0;
  }
  .donate-finance__container::before {
    content: none;
  }
  .donate-finance__bg {
    position: relative;
    transform: translateX(18%);
    left: auto;
    top: auto;
    margin: 51px 0 0 auto;
    right: auto;
  }
  .donate-finance__form {
    padding: 24px 0 48px;
    position: relative;
    background: #EDF7F6;
    z-index: 1;
  }
  .donate-finance__form::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    left: -15px;
    top: 0;
    position: absolute;
    z-index: -1;
    background: #EDF7F6;
  }
  .donate-finance__form_violet {
    background: transparent;
  }
  .donate-finance__form_violet::before {
    background: rgba(216, 203, 239, 0.15);
  }
}
@media (max-width: 768px) {
  .donate-finance {
    padding: 25px 0 0;
  }
  .donate-finance h1 {
    font-family: "Ubuntu";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #212121;
  }
  .donate-finance__tab_link {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 22px;
    width: auto;
    margin: 0 18px 0 0;
  }
  .donate-finance__tab_link::before {
    height: 2px;
  }
  .donate-finance__tab_link.active {
    font-size: 16px;
    line-height: 22px;
  }
  .donate-finance__tab_link.active::before {
    height: 4px;
  }
  .donate-finance__form {
    margin: 0 auto;
  }
  .donate-finance__form::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .donate-finance__btn .btn__violet {
    margin: 0 auto;
  }
  .donate-finance__img {
    padding: 20px 17px 20px 24px;
  }
  .ask {
    padding: 70px 0 64px;
  }
  .ask__block.active .ask__info {
    padding: 0 0 24px;
  }
}
@media (max-width: 425px) {
  .donate-finance__bg {
    width: 112%;
  }
}
.donate-finance__save {
  margin: 52px 0 0;
  padding: 0 0 0 40px;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
.donate-finance__save_item {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 22px;
  align-items: start;
}
.donate-finance__save_item img {
  width: 100%;
}
.donate-finance__save_name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.donate-finance__save_text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.donate-finance__save + .donate-finance__ask {
  margin: 220px 0 0;
}

@media (max-width: 768px) {
  .donate-finance__save {
    padding: 0;
  }
  .donate-finance__save + .donate-finance__ask {
    margin: 25px 0 0;
  }
}
.modal-donate .modal__logo {
  top: 41px;
}
.modal-donate__container {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/modal-donate.jpg") center no-repeat;
  background-size: cover;
  z-index: 1;
  padding: 168px 40px 77px;
  position: relative;
}
.modal-donate__container::before {
  content: "";
  display: block;
  position: absolute;
  width: 125%;
  height: 113%;
  top: -10%;
  left: -18%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/hex_wht.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
.modal-donate__wrapper {
  max-width: 446px;
  margin: 0 auto;
}
.modal-donate__title {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.modal-donate__text {
  margin: 32px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #8A8894;
}
.modal-donate__bold {
  margin: 40px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #212121;
}
.modal-donate__input {
  margin: 40px 0 0;
  position: relative;
}
.modal-donate__input div {
  position: relative;
}
.modal-donate__input div::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 16px;
  width: 30px;
  height: 30px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/mail.svg") center no-repeat;
  background-size: contain;
}
.modal-donate__input p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #8A8894;
  padding: 0 0 0 18px;
}
.modal-donate__input input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin: 7px 0 0;
  background: #FFFFFF;
  border: 1px solid #93D4D0;
  border-radius: 6px;
  padding: 10px 15px 10px 57px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.modal-donate__input input:focus {
  background: #FAF9FB;
}
.modal-donate__input input::-moz-placeholder {
  color: #8A8894;
}
.modal-donate__input input::placeholder {
  color: #8A8894;
}
.modal-donate .btn__violet {
  margin: 56px 0 0;
  max-width: 282px;
}
.modal-donate__bg_top {
  position: absolute;
  transform: rotate(-107.16deg);
  top: -122px;
  left: -514px;
  width: 540px;
}
.modal-donate__bg_bottom {
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: calc(100% + 26px);
  width: 540px;
}
.modal-donate__bg_right {
  transform: rotate(87.71deg);
  position: absolute;
  top: -420px;
  left: calc(100% + 77px);
  width: 676px;
}

@media (max-width: 768px) {
  .modal-donate__container {
    padding: 230px 15px 160px;
  }
  .modal-donate__container::before {
    width: 200%;
    height: 92%;
    top: 22px;
    left: -31%;
  }
  .modal-donate .modal__logo {
    top: 82px;
  }
  .modal-donate__title {
    font-size: 24px;
    line-height: 30px;
  }
  .modal-donate__text {
    margin: 24px 0 0;
    font-size: 16px;
    line-height: 22px;
  }
  .modal-donate__bold {
    margin: 24px 0 0;
    font-size: 24px;
    line-height: 30px;
  }
  .modal-donate__input {
    margin: 40px 0 0;
  }
  .modal-donate .btn__violet {
    margin: 40px auto 0;
    max-width: 254px;
  }
}
.search {
  padding: 68px 0 90px;
}
.search__container {
  display: grid;
  grid-template-columns: 1fr 284px;
  gap: 24px;
  align-items: start;
}
.search h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #212121;
}
.search__search {
  max-width: 790px;
  margin: 32px 0 0 auto;
  position: relative;
}
.search__search input {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
  margin: 7px 0 0;
  background: #FFFFFF;
  border: 1px solid #93D4D0;
  border-radius: 6px;
  padding: 10px 15px 10px 57px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.3s;
}
.search__search input:focus {
  background: #FAF9FB;
}
.search__search input::-moz-placeholder {
  color: #8A8894;
}
.search__search input::placeholder {
  color: #8A8894;
}
.search__search::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 16px;
  width: 30px;
  height: 30px;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/search_gray.svg") center no-repeat;
  background-size: contain;
}
.search__tab {
  margin: 24px 0 0 auto;
  max-width: 790px;
  border-bottom: 1px solid #8A8894;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.search__tab_link {
  margin: 0 50px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #8A8894;
  padding: 0 0 10px;
  position: relative;
  display: block;
  width: 100%;
  max-width: 152px;
  text-align: center;
  cursor: pointer;
}
.search__tab_link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #BDA2EB;
}
.search__tab_link:last-child {
  margin: 0;
}
.search__tab_link.active {
  font-weight: 500;
  color: #373737;
}
.search__tab_link.active::before {
  height: 4px;
  background: #68C5C0;
}
.search__wrapper {
  margin: 84px 0 0;
  display: none;
  grid-template-columns: 100%;
  gap: 72px;
}
.search__wrapper_active {
  display: block;
}
.search .page-title {
  justify-content: flex-start;
  padding: 0 0 0 27px;
}
.search__block {
  margin: 36px 0 0 auto;
  max-width: 790px;
  display: block;
  padding: 8px;
  border-bottom: 24px solid rgba(213, 236, 235, 0.2);
  transition: all 0.3s;
}
.search__block + .search__block {
  margin: 6px 0 0 auto;
}
.search__block:hover {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
  border-bottom: 24px solid #EDF7F6;
}
.search__block_time {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 18px;
  align-items: start;
}
.search__block_time p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.search__block_time img {
  width: 100%;
}
.search__block_name {
  margin: 20px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.search__block_text {
  margin: 24px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505D68;
}
.search__block_text .bold {
  font-weight: 700;
  color: #68C5C0;
  text-transform: uppercase;
}
.search__block_text .color {
  text-transform: uppercase;
  color: #68C5C0;
}
.search__vol {
  margin: 0 0 0 auto;
  max-width: 790px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
  width: 100%;
}
.search__sidebar_wrapper {
  margin: 44px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 16px;
  justify-items: start;
}
.search__sidebar_item {
  position: relative;
}
.search__sidebar_item p {
  padding: 8px 15px;
  border: 1px solid #C9C8D3;
  border-radius: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #8A8894;
  transition: all 0.3s;
}
.search__sidebar_item input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.search__sidebar_item input:hover + p {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.search__sidebar_item input:active + p {
  background: #FAF9FB;
  border: 1px solid #C9C8D3;
}
.search__sidebar_item input:checked + p {
  background: #EDF7F6;
}
.search__pag {
  margin: 0 0 0 auto;
  max-width: 790px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.search__pag ul {
  margin: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.search__pag ul li {
  margin: 0 20px 0 0;
}
.search__pag ul li:last-child {
  margin: 0;
}
.search__pag ul a {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #C9C8D3;
  transition: all 0.3s;
}
.search__pag ul a:hover {
  background: #7958A3;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.search__pag ul a:active {
  background: #644987;
  box-shadow: none;
}
.search__pag ul a.active {
  background: #68C5C0;
  width: 20px;
  height: 20px;
}
.search__pag ul a.active p {
  font-weight: 700;
  color: #68C5C0;
}
.search__pag ul p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
  position: absolute;
  top: calc(100% + 16px);
  left: 50%;
  transform: translateX(-50%);
}
.search__pag_prev {
  transform: rotate(180deg);
}
.search__pag_arrow svg {
  transition: all 0.3s;
  width: 32px;
  height: 32px;
}
.search__pag_arrow svg circle {
  fill: transparent;
  transition: all 0.3s;
}
.search__pag_arrow svg path {
  transition: all 0.3s;
  stroke: transparent;
}
.search__pag_arrow:hover svg circle {
  fill: #EDF7F6;
}
.search__pag_arrow:hover svg path {
  stroke: #68C5C0;
}
.search__pag_arrow:active svg circle {
  fill: #93D4D0;
}
.search__pag_arrow:active svg path {
  stroke: rgb(237, 247, 246);
  fill: rgb(237, 247, 246);
}

@media (max-width: 768px) {
  .search__container {
    grid-template-columns: 100%;
    gap: 100px;
  }
}
@media (max-width: 425px) {
  .search__tab_link {
    margin: 0 25px 0 0;
    font-size: 14px;
  }
}
.error {
  padding: 76px 0 93px;
}
.error .container {
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/error_bg.svg") center no-repeat;
  background-size: contain;
}
.error h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 245px;
  line-height: 1;
  color: #C4686D;
}
.error__subtitle {
  margin: -100px 0 0 185px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  font-size: 180px;
  line-height: 1;
  color: #C0D9DB;
}
.error__info {
  margin: 20px 0 0 405px;
  max-width: 696px;
  display: grid;
  grid-template-columns: 100%;
  gap: 40px;
}
.error__info p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 125%;
  color: #505D68;
}
.error__info span {
  color: #68C5C0;
}

@media (max-width: 1024px) {
  .error .container {
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .error {
    background: url("https://www.resilience.help/wp-content/uploads/2023/03/error_bg.svg") center no-repeat;
    background-size: cover;
  }
  .error .container {
    background: transparent;
  }
  .error h1 {
    font-size: 120px;
  }
  .error__subtitle {
    font-size: 90px;
    margin: -50px 0 0 50px;
  }
  .error__info {
    margin: 20px 0 0 auto;
    gap: 25px;
    max-width: 400px;
  }
  .error__info p {
    font-size: 20px;
  }
}
.account__block {
  position: relative;
  overflow: hidden;
}
.account__wrapper {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.account__wrapper_active {
  position: relative;
  opacity: 1;
  z-index: 1;
}

.donate-finance__bg {
  pointer-events: none;
}

.blog {
  padding: 33px 0 0;
}
.blog__container {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 25px;
}
.blog__img {
  padding: 22px 24px 24px;
  position: relative;
  z-index: 1;
}
.blog__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/bg_circle.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
.blog__info {
  margin: 40px 0 0 auto;
}
.blog__info ul {
  max-width: 782px;
  margin: 26px 0 0 auto;
}
.blog__info li {
  display: grid;
  grid-template-columns: 27px 1fr;
}
.blog__info li p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
}
.blog__info li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 12px auto 0;
  background: #505D68;
  border-radius: 100%;
}
.blog__info h1 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #212121;
  max-width: 782px;
  margin: 0 0 0 auto;
}
.blog__info h3 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
  max-width: 782px;
  margin: 50px 0 0 auto;
}
.blog__info h2 {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #505D68;
  max-width: 782px;
  margin: 50px 0 0 auto;
}
.blog__date {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
  max-width: 782px;
  margin: 64px 0 0 auto;
}
.blog__text {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #505D68;
  max-width: 782px;
  margin: 25px 0 0 auto;
}
.blog__bold {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #505D68;
  max-width: 782px;
  margin: 25px 0 0 auto;
}
.blog__block {
  padding: 80px 0 60px 100px;
  position: relative;
}
.blog__block_text {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #212121;
  z-index: 1;
}
.blog__block::before {
  content: "";
  display: block;
  width: 263px;
  height: 248px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/blog-dop_blue.svg") center no-repeat;
  background-size: contain;
  z-index: -1;
}
.blog__sidebar .page-title {
  padding: 0 0 0 24px;
  justify-content: flex-start;
}
.blog__author_wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 32px;
  margin: 43px 0 0;
}
.blog__author_img {
  max-width: 180px;
  padding: 0 23px 0 0;
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.blog__author_img img {
  width: 100%;
  border-radius: 100%;
}
.blog__author_img::before {
  content: "";
  display: block;
  width: 78px;
  height: 70px;
  top: 0;
  right: 0;
  z-index: -1;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/hex_blue.svg") center no-repeat;
  background-size: contain;
  position: absolute;
}
.blog__author_name {
  margin: 32px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #212121;
}
.blog__author_har {
  margin: 16px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #8A8894;
}
.blog__goal {
  margin: 67px 0 0;
}
.blog__goal_wrapper {
  margin: 42px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 32px;
}
.blog__goal_item {
  background: #FAF9FB;
  border-radius: 20px;
  padding: 16px;
  transition: all 0.3s;
  display: block;
}
.blog__goal_item:hover {
  background: #EDF7F6;
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.25);
}
.blog__goal_header {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #8A8894;
}
.blog__goal_name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.blog__padding {
  padding: 33px 0;
}
.blog__collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px -205px 0 0;
}
.blog__collage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__dop {
  position: relative;
  margin: 40px 0 0;
  max-width: 782px;
  margin: 40px 0 0 auto;
}
.blog__dop img {
  width: 100%;
}
.blog__dop p {
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  max-width: 165px;
  color: #505D68;
  width: 100%;
}
.blog__block {
  max-width: 782px;
  margin: 0 0 0 auto;
}
.blog__dop-text {
  position: relative;
}
.blog__dop-text_info {
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  max-width: 165px;
  width: 100%;
}
.blog__dop-text_info p {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #505D68;
  width: 100%;
}
.blog__dop-text_info p + p {
  margin: 8px 0 0;
}
.blog__dop-autor {
  margin: 32px 0 0;
}
.blog__dop-autor_name {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #212121;
}
.blog__dop-autor_text {
  margin: 8px 0 0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #505D68;
}
.blog__dop-block {
  max-width: 987px;
  margin: 20px -205px 0 auto;
  display: grid;
  grid-template-columns: 384px 1fr;
  gap: 58px;
  align-items: center;
}
.blog__dop-block_img {
  padding: 44px 0 44px 56px;
  position: relative;
  z-index: 1;
}
.blog__dop-block_img img {
  width: 100%;
  border-radius: 100%;
}
.blog__dop-block_img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/bloc-dop_violet.svg") left center no-repeat;
  background-size: contain;
  z-index: -1;
}
.blog__dop-block_text {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #212121;
}
.blog__dop-procent {
  padding: 28px 0 33px;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  max-width: 782px;
  margin: 0 0 0 auto;
}
.blog__dop-procent_proc {
  padding: 43px 0 43px 74px;
  position: relative;
  z-index: 1;
}
.blog__dop-procent_proc::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/blog-dop_blue.svg") left center no-repeat;
  background-size: contain;
  z-index: -1;
}
.blog__dop-procent_proc p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 95px;
  line-height: 64px;
  color: #9168C4;
}
.blog__dop-procent_text {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #212121;
}
.blog__full {
  position: relative;
  margin: 40px -198px 0 auto;
  max-width: 987px;
}
.blog__full img {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1024px) {
  .blog__container {
    grid-template-columns: 100%;
    gap: 72px;
  }
  .blog__dop {
    max-width: 100%;
  }
  .blog__dop p {
    position: relative;
    margin: 20px 0 0;
    max-width: 100%;
    left: auto;
    top: auto;
  }
  .blog__info .blog__date,
  .blog__info .blog__text,
  .blog__info ul,
  .blog__info h3,
  .blog__info h2,
  .blog__info .blog__bold,
  .blog__info .blog__block,
  .blog__info h1 {
    max-width: 100%;
  }
  .blog__dop-block {
    max-width: 100%;
    margin: 20px 0 0;
  }
  .blog__dop-procent {
    max-width: 100%;
  }
  .blog__collage {
    margin: 40px 0 0;
  }
  .blog__dop-text_info {
    margin: 20px 0 0;
    position: relative;
    left: auto;
    top: auto;
    max-width: 100%;
  }
  .blog__full {
    margin: 40px 0 0;
    height: auto !important;
  }
  .blog__full img {
    position: relative;
    transform: none;
    left: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blog__collage {
    grid-template-columns: 100%;
  }
  .blog__dop-block {
    grid-template-columns: 100%;
    width: 100%;
  }
  .blog__dop-block_img {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    padding: 22px 0 22px 28px;
  }
  .blog__dop-procent {
    grid-template-columns: 180px 1fr;
  }
  .blog__dop-procent_proc {
    padding: 22px 0 22px 35px;
  }
  .blog__dop-procent_proc p {
    font-size: 50px;
  }
  .only_pc{
      display: none;
  }
}
@media (max-width: 425px) {
  .blog__block {
    left: -48px;
  }
  .blog__info h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .blog__dop-procent {
    grid-template-columns: 100%;
    gap: 15px;
  }
  .blog__dop-procent_proc {
    margin: 0 auto;
  }
}
.ask {
  display: none;
}

.donate-finance__ask + .ask {
  display: block;
}

@media (max-width: 500px) {
  .nav {
    position: relative;
  }
}
.nav-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: #68C5C0;
  z-index: 50;
  display: none;
}
.nav-mobile .container {
  padding: 0 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.nav-mobile__logo {
  background: #fff;
  padding: 6px 7px 10px;
  width: 40px;
}
.nav-mobile__logo img {
  width: 100%;
}
.nav-mobile p {
  margin: 0 0 0 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}

@media (max-width: 500px) {
  .nav-mobile {
    display: block;
    transform: translateY(-100%);
    transition: all 0.3s;
    top: 0;
  }
  .nav-mobile.active {
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */

.window-save {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  background: #68C5C0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2), 0px 50px 50px rgba(0, 0, 0, 0.2);
  transition: all 1.3s;
  opacity: 0;
  pointer-events: none;
}
.window-save.active {
  opacity: 1;
  pointer-events: auto;
}


.window-save {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  background: #68C5C0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2), 0px 50px 50px rgba(0, 0, 0, 0.2);
  transition: all 1.3s;
  opacity: 0;
  pointer-events: none;
}
.window-save.active {
  opacity: 1;
  pointer-events: auto;
}


.about-trening {
  background: #68C5C0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.about-trening__left {
  width: 677px;
  left: 14%;
  height: 451px;
  top: 7%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/img/trening_left.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.about-trening__left_first {
  position: absolute;
  width: 40%;
  top: 20.6%;
  left: 7%;
}
.about-trening__left_sec {
  position: absolute;
  width: 17%;
  top: 1.5%;
  left: 40.3%;
}
.about-trening__right {
  width: 678px;
  right: 11%;
  height: 448px;
  top: 7%;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/img/trening_right.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.about-trening__right_first {
  position: absolute;
  width: 40%;
  top: 20.6%;
  left: 53.2%;
}
.about-trening__right_sec {
  position: absolute;
  width: 17%;
  bottom: 1.5%;
  left: 42.3%;
}
.about-trening::before {
  content: "";
  display: block;
  height: 448px;
  width: 200px;
  position: absolute;
  top: 7%;
  right: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/trening_bg_2.svg") right no-repeat;
  background-size: contain;
  z-index: -1;
}
.about-trening::after {
  content: "";
  display: block;
  width: 448px;
  height: 678px;
  position: absolute;
  top: -20%;
  left: 0;
  background: url("https://www.resilience.help/wp-content/uploads/2023/03/trening_bg_1.svg") left no-repeat;
  background-size: contain;
  z-index: -1;
}

@media (max-width: 1600px) {
  .about-trening__left, .about-trening__right {
    width: 474px;
    height: 315px;
  }
  .about-trening::after {
    width: 315px;
    height: 474px;
    top: 0;
  }
  .about-trening::before {
    height: 315px;
    width: 140px;
  }
}
@media (max-width: 1100px) {
  .about-trening__left, .about-trening__right {
    width: 331px;
    height: 220px;
  }
  .about-trening::after {
    width: 220px;
    height: 331px;
    top: 0;
  }
  .about-trening::before {
    height: 220px;
    width: 98px;
  }
}
@media (max-width: 768px) {
  .about-trening__left {
    width: 683px;
    height: 456px;
    top: -44px;
    right: -340px;
    left: auto;
  }
  .about-trening__right {
    width: 678px;
    height: 448px;
    top: auto;
    left: -339px;
    right: auto;
    bottom: -24px;
  }
  .about-trening::after {
    content: none;
  }
  .about-trening::before {
    content: none;
  }
}
.activity-report__wrapper {
  min-height: 106px;
}/*# sourceMappingURL=style.css.map */



.fav-message__add, .fav-message__remove {
  position: fixed;
  /*bottom: 20px;*/
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  z-index: 20;
  background: #68C5C0;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding: 10px 25px;
  border-radius: 4px;
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2), 0px 50px 50px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
.fav-message__add.active, .fav-message__remove.active {
  opacity: 1;
  pointer-events: auto;
}

@media(max-width: 768px){
    .fav-message__add, .fav-message__remove{
        width: 300px;
        text-align: center;
    }
}


.form {
  padding: 150px 0;
}
.form h2 {
  color: #212121;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.form h1 {
  color: #644987;
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.form__title {
  position: relative;
  background: #F0EEF4;
  padding: 75px 90px 15px;
  overflow: hidden;
}
.form__title_num {
  position: absolute;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -30px;
  left: -30px;
  background: #bda2eb;
}
.form__title_num p {
  color: #000;
  text-align: center;
  font-family: Ubuntu;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
}
.form__subtitle {
  color: #212121;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 28px 0 0;
}
.form__wrapper {
  margin: 30px 0 0;
}
.form__pers {
  display: grid;
  grid-template-columns: minmax(auto, 305px) minmax(auto, 305px) minmax(auto, 305px);
  gap: 45px;
  justify-content: space-between;
}
.form__pers .nice-select {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #FFFFFF;
  margin: 4px 0 0;
  padding: 7px;
  height: auto;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
  padding-right: 20px;
  transition: all 0.3s;
}
.form__pers .nice-select::after {
  border-right: 2px solid #212121;
  border-bottom: 2px solid #212121;
}
.form__pers .nice-select:hover {
  background: #EDF7F6;
  border: 1px solid #EDF7F6;
}
.form__pers .nice-select.open {
  border: 1px solid #93D4D0;
  color: #68C5C0;
}
.form__pers .nice-select .list {
  max-height: 200px;
  overflow-y: scroll;
  width: calc(100% + 2px);
  margin: 0;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #93D4D0;
  border-radius: 0;
  border-top: none;
  top: calc(100% - 1px);
  left: -1px;
  z-index: 1;
}
.form__pers .nice-select .option {
  min-height: auto;
  padding: 8px;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
.form__pers .nice-select .option:hover {
  background: #EDF7F6;
}
.form__pers .nice-select .option.selected.focus {
  color: #68C5C0;
  background: #fff;
}
.form__pers .account-edit__item {
  width: 100%;
  max-width: 305px;
}
.form__radio {
  margin: 55px 0 0;
  border-top: 24px solid rgba(213, 236, 235, 0.2);
  padding: 45px 0 0;
}
.form__radio_point {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  position: relative;
}
.form__radio_point p {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #373737;
}
.form__radio_point input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.form__radio_point input:checked + div::before {
  opacity: 1;
}
.form__radio h2 {
  margin: 0 0 24px;
}
.form__radio h3 {
  color: #212121;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.form__radio_title {
  display: grid;
  grid-template-columns: 25px 1fr;
}
.form__radio_num {
  color: #212121;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.form__radio_subtitle {
  color: #212121;
  font-family: Ubuntu;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
}
.form__radio_wrapper {
  margin: 32px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 32px;
}
.form__test {
  margin: 55px 0 0;
  border-top: 24px solid rgba(213, 236, 235, 0.2);
  padding: 45px 0 0;
}
.form__test_subtitle {
  color: #212121;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin: 16px 0 0;
}
.form__test_subtitle span {
  font-weight: 700;
}
.form__test_wrapper {
  margin: 32px 0 0;
}
.form__test_row {
  padding: 25px 10px;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 150px) minmax(auto, 150px) minmax(auto, 150px) minmax(auto, 150px) minmax(auto, 150px);
}
.form__test_row-6{
  grid-template-columns: 1fr minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px);
}

.form__test_row-7{
   grid-template-columns: 1fr minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px) minmax(auto, 120px);
}
.form__test_row-4{
   grid-template-columns: 1fr minmax(auto, 170px) minmax(auto, 170px) minmax(auto, 170px) minmax(auto, 170px);
}

.form__test_row:nth-child(odd) {
  background: #EDF7F6;
}
.form__test_row:nth-child(1) {
  background: #D5ECEB;
}
.form__test_row:nth-child(1) p {
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #212121;
  text-align: center;
}
.form__test_row p {
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #212121;
}
.form__test_point {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form__test_point span {
  display: flex;
  justify-content: center;
  align-items: center;
/*  width: 22px;
  height: 22px;*/
  border-radius: 100%;
  border: 2px solid #505D68;
  transition: all 0.3s;
}
.form__test_point span::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: block;
  background: #9168C4;
  opacity: 0;
  transition: all 0.3s;
}
.form__test_point input {
  position: absolute;
 /* inset: 0;*/
  opacity: 0;
  z-index: 1;
}
.form__test_point input:checked + span {
  border: 2px solid #9168C4;
}
.form__test_point input:checked + span::before {
  opacity: 1;
}
.form .account__footer {
  margin: 30px 0 0;
}
.form__footer, .training__footer {
  margin: 36px 0 0 0px;
}
.form__footer p, .training__footer p{
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  color: #373737;
}
.form__footer a, .training__footer a {
  display: block;
  margin: 20px 0 0;
  font-family: Ubuntu;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  /*text-decoration-line: underline;*/
  color: #373737;
}

@media (max-width: 1024px) {
  .form {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .form h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .form h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .form__pers {
    grid-template-columns: minmax(auto, 305px) minmax(auto, 305px);
  }
  .form__title {
    padding: 75px 15px 15px 90px;
  }
  .form__test_row {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    row-gap: 20px;
  }
    .form__test_row.form__test_row-4{
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
  }
    .form__test_row.form__test_row-6{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 20px;
  }  
     .form__test_row.form__test_row-7{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    row-gap: 20px;
  } 
  .form__test_row p {
    grid-column: 1/6;
  }
  .form__test_row.form__test_row-4 p {
    grid-column: 1/5;
  }  
  .form__test_row.form__test_row-6 p {
    grid-column: 1/7;
  } 
  .form__test_row.form__test_row-7 p {
    grid-column: 1/8;
  }    
  .form__test_row:nth-child(1) p {
    grid-column: auto;
  }
  .form__test_row:nth-child(1) span {
    display: none;
  }
  .mobile-table-head p{
    -webkit-transform:rotate(270deg);
    -moz-transform:rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform:rotate(270deg);
    transform: rotate(270deg);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px!important;
    line-height: 16px!important;
  }
}
@media (max-width: 425px) {
  .form__footer, .training__footer {
    margin: 30px 0 0;
  }
  .form__pers {
    grid-template-columns: 100%;
  }
}
.account__tab_form {
  margin: 0 auto 0 0;
}

.account__text {
  position: relative;
}

.account__exit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
  color: #68C5C0;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

.account-pers {
  margin: 40px 0 0;
}
.account-pers h1 {
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  color: #212121;
}
.account-pers__wrapper {
  margin: 44px 0 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 27px;
  row-gap: 40px;
}
.account-pers__green {
  background: url("../img/form_green.png") left top no-repeat;
}
.account-pers__purple {
  background: url("../img/form_purple.png") left top no-repeat;
}
.account-pers__item {
  background-size: contain;
  height: 161px;
  max-width: 380px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.account-pers__num {
  position: absolute;
  top: 0;
  left: 9px;
  font-family: Ubuntu;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  color: #000;
}
.account-pers__done {
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  color: #47AFAA;
  text-align: right;
  padding: 5px 20px;
}
.account-pers__info {
  margin: auto 0 0;
  color: #373737;
  text-align: right;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  padding: 0 20px 18px;
}
.account-pers__does {
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: right;
  padding: 5px 20px;
  color: #9168C4;
}
.account-pers__unactive {
  pointer-events: none;
  background: url("../img/form_green.png") left top no-repeat;
  filter: grayscale(100%);
  opacity: 0.4;
}
.account-pers__unactive p {
  color: #818181;
}
.account-pers__inavail {
  color: #818181;
  text-align: right;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  padding: 5px 20px;
}
.account-pers__text {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
.account-pers__text p {
  color: #373737;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.account-pers__text a {
  color: #389B96;
  font-family: Ubuntu;
  font-size: 17px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}
.form__footer_logos, .training__footer_logos{
    display: flex;
    justify-content: center;
}
.form__footer_copyright, .training__footer_copyright{
    text-decoration: none;
}
.no-logged_form__title h1, .thankyou_form__title h1{
font-family: Ubuntu;
font-size: 32px;
font-weight: 700;
line-height: 40px;
letter-spacing: 0em;
text-align: left;
color: #212121;
margin-bottom: 30px;
}
.no-logged_form__text, .thankyou_form__text{
font-family: Inter;
font-size: 18px;
font-weight: 400;
line-height: 26px;
letter-spacing: 0em;
text-align: left;
color: #8A8894;
}
.no-logged_form__text .no-logged_form__enter{
font-family: Ubuntu;
font-size: 17px;
font-style: italic;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
color: #68C5C0;
}
@media (max-width: 1200px) {
  .account-pers__wrapper {
    grid-template-columns: 100%;
    justify-items: center;
  }
}
@media(max-width: 768px){
.form__footer_logos, .training__footer_logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0px;
}
}
@media (max-width: 600px) {
  .account__exit {
    transform: none;
    top: 100%;
  }
.servey__form .account-edit__item, .servey__form .form__pers .account-edit__item{
    max-width: 100%;
}
.form__pers.servey__form{
    display: flex;
    flex-direction: column;
}
}
@media(max-width: 400px){
    .form__pers.servey__form .nice-select{
        font-size: 14px;
    }
}