html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:root {
  --font-main: "Anonymous Pro", monospace;
  --font-secondary: "Rubik Mono One", monospace;
  --text-main: #414246;
  --color-main: #FA2C85;
  --color-secondary: #F9E656;
  --color-tertiary: #5EBEC5;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: var(--font-main);
  font-size: 32px;
  line-height: 36px;
  font-style: normal;
  font-weight: 400;
  color: var(--text-main);
  scroll-behavior: smooth;
}
@media (max-width: 1439px) {
  html,
  body {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1279px) {
  html,
  body {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 379px) {
  html,
  body {
    font-size: 11px;
    line-height: 11px;
  }
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 16px 32px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-radius: 50px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.4s ease;
}
@media (max-width: 1439px) {
  .button {
    padding: 16px 24px;
  }
}
@media (max-width: 1279px) {
  .button {
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .button {
    padding: 12px;
  }
}
@media (max-width: 379px) {
  .button {
    padding: 10px;
  }
}
.button:hover {
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.25), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transform: scale(1.05);
}
.button_primary {
  background-color: var(--color-main);
}
.button_secondary {
  color: var(--text-main);
  background-color: var(--color-secondary);
}
.button_tertiary {
  color: #fff;
  background-color: var(--color-tertiary);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

.container {
  width: 100%;
  max-width: 1430px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 1439px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1279px) {
  .container {
    max-width: 880px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 480px;
  }
}
@media (max-width: 379px) {
  .container {
    padding: 0 10px;
  }
}

.page {
  overflow-x: hidden;
}

.title {
  font-family: var(--font-secondary);
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: var(--text-main);
}
@media (max-width: 1439px) {
  .title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 1279px) {
  .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 379px) {
  .title {
    font-size: 13px;
    line-height: 13px;
  }
}

.header {
  min-height: 251px;
}
@media (max-width: 1279px) {
  .header {
    min-height: 140px;
  }
}
@media (max-width: 767px) {
  .header {
    min-height: 69px;
  }
}
@media (max-width: 379px) {
  .header {
    min-height: 54px;
  }
}
.header__container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}
@media (max-width: 1279px) {
  .header__container {
    gap: 64px;
  }
}
@media (max-width: 767px) {
  .header__container {
    justify-content: space-between;
    gap: 32px;
  }
}
@media (max-width: 379px) {
  .header__container {
    gap: 24px;
  }
}

.nav__list {
  display: flex;
  flex: 1;
  gap: 72px;
  width: 100%;
  max-width: 856px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1279px) {
  .nav__list {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .nav__list {
    gap: 24px;
  }
}
@media (max-width: 379px) {
  .nav__list {
    gap: 16px;
  }
}
.nav__button {
  font-size: 43px;
  line-height: 46px;
  font-weight: 700;
  color: var(--text-main);
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (max-width: 1279px) {
  .nav__button {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .nav__button {
    font-size: 14px;
  }
}
@media (max-width: 379px) {
  .nav__button {
    font-size: 13px;
  }
}
.nav__button:hover, .nav__button:focus {
  opacity: 0.8;
}

.logo__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 251px;
  height: 251px;
  transform: translateY(-16px);
}
@media (max-width: 1279px) {
  .logo__link {
    width: 140px;
    height: 140px;
    transform: translateY(-8px);
  }
}
@media (max-width: 767px) {
  .logo__link {
    width: 69px;
    height: 69px;
    transform: translateY(-4px);
  }
}
@media (max-width: 379px) {
  .logo__link {
    width: 54px;
    height: 54px;
    transform: translateY(-2px);
  }
}
.logo__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.intro {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 1279px) {
  .intro {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 379px) {
  .intro {
    padding-bottom: 20px;
  }
}
.intro__container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  min-height: 700px;
  padding-right: 420px;
  padding-left: 120px;
  background-image: url("../../images/pm/star-white.png"), url("../../images/pm/star-white.png"), url("../../images/pm/star-white.png"), url("../../images/pm/intro-rect.png");
  background-image: url("../../images/pm/star-white.webp"), url("../../images/pm/star-white.webp"), url("../../images/pm/star-white.webp"), url("../../images/pm/intro-rect.webp");
  background-repeat: no-repeat;
  background-position: bottom 100px left 60%, top 167px left 48%, top 75px left 53%, center;
  background-size: 84px, 58px, 96px, contain;
}
@media (max-width: 1279px) {
  .intro__container {
    min-height: 400px;
    padding-right: 100px;
    padding-left: 60px;
    background-position: bottom 40px left 67%, top 77px left 52%, top 35px left 60%, center;
    background-size: 62px, 38px, 64px, contain;
  }
}
@media (max-width: 767px) {
  .intro__container {
    min-height: 185px;
    padding-right: 0;
    padding-left: 20px;
    background-position: bottom 20px left 57%, top 30px left 48%, top 5px left 55%, left center;
    background-size: 29px, 17px, 26px, contain;
  }
}
.intro__container::before {
  content: "";
  position: absolute;
  top: -190px;
  right: -30%;
  width: 1097px;
  height: 1097px;
  background-image: url("../../images/pm/intro-girl.png");
  background-image: url("../../images/pm/intro-girl.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .intro__container::before {
    right: -40%;
  }
}
@media (max-width: 1279px) {
  .intro__container::before {
    top: -100px;
    right: initial;
    left: 470px;
    width: 650px;
    height: 650px;
  }
}
@media (max-width: 767px) {
  .intro__container::before {
    top: -60px;
    left: 210px;
    width: 307px;
    height: 307px;
  }
}
@media (max-width: 379px) {
  .intro__container::before {
    left: 200px;
    width: 280px;
    height: 280px;
  }
}
.intro__container::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 350px;
  height: 350px;
  background-image: url("../../images/pm/spiral.png");
  background-image: url("../../images/pm/spiral.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
  pointer-events: none;
}
@media (max-width: 1279px) {
  .intro__container::after {
    bottom: -90px;
    left: 20px;
    width: 210px;
    height: 210px;
  }
}
@media (max-width: 767px) {
  .intro__container::after {
    bottom: -20px;
    width: 87px;
    height: 87px;
  }
}
.intro__header {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .intro__header {
    max-width: 60%;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .intro__header {
    max-width: initial;
    margin-bottom: 8px;
  }
}
.intro__title {
  margin: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1439px) {
  .intro__title {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (max-width: 1279px) {
  .intro__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .intro__title {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (max-width: 379px) {
  .intro__title {
    font-size: 13px;
    line-height: 13px;
  }
}
.intro__content {
  position: relative;
}
.intro__vacancy {
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 68px;
  line-height: 76px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1439px) {
  .intro__vacancy {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (max-width: 1279px) {
  .intro__vacancy {
    font-size: 42px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .intro__vacancy {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 379px) {
  .intro__vacancy {
    font-size: 17px;
    line-height: 17px;
  }
}
.intro__vacancy span {
  display: block;
}

.gallery {
  padding: 32px 0 110px;
}
@media (max-width: 1279px) {
  .gallery {
    padding-top: 10px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding-bottom: 30px;
  }
}
.gallery__header {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .gallery__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .gallery__header {
    margin-bottom: 16px;
  }
}
.gallery__title {
  margin: 0;
  text-align: center;
}
.gallery__subtitle {
  margin: 0;
  font-weight: 400;
  text-align: center;
  color: var(--text-main);
}
@media (max-width: 767px) {
  .gallery__subtitle {
    max-width: 230px;
    margin: 0 auto;
  }
}
.gallery__content {
  position: relative;
}
.gallery__content::before {
  content: "";
  position: absolute;
  top: -50px;
  right: 130px;
  z-index: 1;
  width: 99px;
  height: 99px;
  background-image: url("../../images/pm/star.png");
  background-image: url("../../images/pm/star.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1279px) {
  .gallery__content::before {
    top: -35px;
    width: 74px;
    height: 74px;
  }
}
@media (max-width: 767px) {
  .gallery__content::before {
    top: -25px;
    right: 65px;
    width: 41px;
    height: 41px;
  }
}
.gallery__content::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 310px;
  z-index: 1;
  width: 61px;
  height: 61px;
  background-image: url("../../images/pm/star.png");
  background-image: url("../../images/pm/star.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1279px) {
  .gallery__content::after {
    display: none;
    top: 30px;
    right: 210px;
    width: 46px;
    height: 46px;
  }
}
@media (max-width: 767px) {
  .gallery__content::after {
    top: 0;
    right: 95px;
    width: 30px;
    height: 30px;
  }
}
.gallery__list {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.gallery__item {
  position: relative;
  background-color: #f1f1f1;
  border-radius: 15px;
}
.gallery__item:nth-child(1) .gallery__item-text {
  max-width: 170px;
}
@media (max-width: 767px) {
  .gallery__item:nth-child(1) .gallery__item-text {
    max-width: 60px;
  }
}
@media (max-width: 379px) {
  .gallery__item:nth-child(1) .gallery__item-text {
    max-width: 55px;
  }
}
.gallery__item:nth-child(3) .gallery__item-text {
  max-width: 160px;
}
@media (max-width: 767px) {
  .gallery__item:nth-child(3) .gallery__item-text {
    max-width: 60px;
  }
}
@media (max-width: 379px) {
  .gallery__item:nth-child(3) .gallery__item-text {
    max-width: 55px;
  }
}
.gallery__item:nth-child(4) .gallery__item-text {
  max-width: 130px;
}
@media (max-width: 767px) {
  .gallery__item:nth-child(4) .gallery__item-text {
    max-width: 60px;
  }
}
@media (max-width: 379px) {
  .gallery__item:nth-child(4) .gallery__item-text {
    max-width: 55px;
  }
}
@media (max-width: 767px) {
  .gallery__item_tech .gallery__item-text {
    max-width: 50px;
  }
}
.gallery__item-text {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  max-width: 220px;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  text-align: center;
  color: var(--text-main);
}
@media (max-width: 1439px) {
  .gallery__item-text {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1279px) {
  .gallery__item-text {
    max-width: 100px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .gallery__item-text {
    right: 7px;
    bottom: 7px;
    max-width: 60px;
    font-size: 12px;
    line-height: 12px;
  }
}
@media (max-width: 379px) {
  .gallery__item-text {
    right: 5px;
    bottom: 5px;
    max-width: 55px;
    font-size: 11px;
    line-height: 11px;
  }
}
.gallery .slick-track {
  display: flex;
  gap: 30px;
}
@media (max-width: 1279px) {
  .gallery .slick-track {
    margin-left: -126px;
  }
}
@media (max-width: 767px) {
  .gallery .slick-track {
    margin-left: -56px;
    gap: 16px;
  }
}
@media (max-width: 379px) {
  .gallery .slick-track {
    gap: 8px;
  }
}

.results {
  position: relative;
  padding: 100px 0;
  background-color: #5EBEC5;
}
@media (max-width: 1279px) {
  .results {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .results {
    padding: 30px 0;
  }
}
.results::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 52%;
  z-index: 1;
  width: 135px;
  height: 135px;
  background-image: url("../../images/pm/star.png");
  background-image: url("../../images/pm/star.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1279px) {
  .results::before {
    bottom: 30px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .results::before {
    top: 63px;
    bottom: initial;
    left: 56%;
    width: 34px;
    height: 34px;
  }
}
.results::after {
  content: "";
  position: absolute;
  bottom: 117px;
  left: 49%;
  z-index: 1;
  width: 70px;
  height: 70px;
  background-image: url("../../images/pm/star.png");
  background-image: url("../../images/pm/star.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1279px) {
  .results::after {
    bottom: 100px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .results::after {
    top: 61px;
    bottom: initial;
    left: 63%;
    width: 18px;
    height: 18px;
  }
}
.results__header {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .results__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .results__header {
    margin-bottom: 8px;
  }
}
.results__list {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1279px) {
  .results__list {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .results__list {
    flex-wrap: wrap;
    gap: 6px;
    max-width: 300px;
  }
}
.results__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1279px) {
  .results__item {
    height: 48px;
  }
}
@media (max-width: 767px) {
  .results__item {
    max-width: 100px;
    height: 20px;
    border-radius: 3px;
  }
}
.results__item:nth-child(1) {
  min-width: 320px;
}
@media (max-width: 1279px) {
  .results__item:nth-child(1) {
    min-width: 190px;
  }
}
@media (max-width: 767px) {
  .results__item:nth-child(1) {
    order: 1;
    min-width: 100px;
  }
}
.results__item:nth-child(2) {
  padding: 0 25px;
}
@media (max-width: 1279px) {
  .results__item:nth-child(2) {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .results__item:nth-child(2) {
    order: 3;
    max-width: 45px;
    padding: 0 8px;
  }
}
.results__item:nth-child(2) img {
  height: 26px;
}
@media (max-width: 767px) {
  .results__item:nth-child(2) img {
    height: 10px;
  }
}
.results__item:nth-child(3) {
  min-width: 330px;
}
@media (max-width: 1279px) {
  .results__item:nth-child(3) {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .results__item:nth-child(3) {
    order: 4;
    min-width: 100px;
    max-width: 65px;
    margin-righ: auto;
  }
}
.results__item:nth-child(4) {
  padding: 0 25px;
}
@media (max-width: 1279px) {
  .results__item:nth-child(4) {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .results__item:nth-child(4) {
    order: 2;
    max-width: 65px;
    padding: 0 8px;
  }
}
.results__item:nth-child(4) img {
  height: 27px;
}
@media (max-width: 767px) {
  .results__item:nth-child(4) img {
    height: 10px;
  }
}
.results__item:nth-child(5) {
  padding: 0 25px;
}
@media (max-width: 1279px) {
  .results__item:nth-child(5) {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .results__item:nth-child(5) {
    order: 5;
    padding: 0 8px;
  }
}
.results__item:nth-child(5) img {
  height: 30px;
}
@media (max-width: 767px) {
  .results__item:nth-child(5) img {
    height: 10px;
  }
}
.results__item img {
  display: block;
  width: 100%;
  height: 63px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .results__item img {
    height: 20px;
  }
}
.results__content {
  position: relative;
  padding: 80px 35% 110px 130px;
  background-color: #fff;
  border-radius: 0px 92px 92px 92px;
}
@media (max-width: 1279px) {
  .results__content {
    padding: 50px 300px 75px 45px;
  }
}
@media (max-width: 767px) {
  .results__content {
    padding: 16px;
    border-radius: 0 24px 24px 24px;
  }
}
.results__content::before {
  content: "";
  position: absolute;
  top: -60px;
  right: 0;
  width: 45%;
  max-width: 625px;
  height: 625px;
  background-image: url("../../images/pm/results-img.png");
  background-image: url("../../images/pm/results-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1279px) {
  .results__content::before {
    top: -130px;
    right: -40px;
    width: 55%;
  }
}
@media (max-width: 767px) {
  .results__content::before {
    top: -25px;
    right: -10px;
    width: 184px;
    height: 184px;
  }
}
@media (max-width: 379px) {
  .results__content::before {
    right: -30px;
  }
}
.results__content::after {
  content: "";
  position: absolute;
  right: -217px;
  bottom: -217px;
  width: 45%;
  max-width: 247px;
  height: 247px;
  background-image: url("../../images/pm/circle.png");
  background-image: url("../../images/pm/circle.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1279px) {
  .results__content::after {
    right: 0;
    bottom: -130px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .results__content::after {
    top: -105px;
    right: 3%;
    bottom: initial;
    width: 74px;
    height: 74px;
  }
}
.results__title {
  margin: 0;
  margin-bottom: 16px;
  color: var(--text-main);
}
@media (max-width: 767px) {
  .results__title {
    max-width: 150px;
    margin-bottom: 8px;
  }
}
@media (max-width: 379px) {
  .results__title {
    max-width: 130px;
  }
}
.results__text {
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .results__text {
    max-width: 200px;
    margin-bottom: 8px;
  }
}
@media (max-width: 379px) {
  .results__text {
    max-width: 150px;
  }
}
.results__text p {
  margin: 0;
  font-weight: 400;
  color: var(--text-main);
}
.results__text p:not(:last-child) {
  margin-bottom: 8px;
}
.results__info {
  margin: 0;
  font-weight: 700;
  color: var(--text-main);
}
@media (max-width: 767px) {
  .results__info br {
    display: none;
  }
}

.features {
  padding: 85px 0 30px;
}
@media (max-width: 1279px) {
  .features {
    padding: 65px 0 30px;
  }
}
@media (max-width: 767px) {
  .features {
    padding: 20px 0 0;
  }
}
.features__container {
  position: relative;
  padding-right: 90px;
}
@media (max-width: 1679px) {
  .features__container {
    padding-right: 15px;
  }
}
.features__container::before {
  content: "";
  position: absolute;
  top: -110px;
  left: -130px;
  width: 340px;
  height: 340px;
  background-color: #FEF5E0;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .features__container::before {
    left: 0;
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1279px) {
  .features__container::before {
    top: 110px;
    left: 0;
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .features__container::before {
    top: 100px;
    left: -10px;
    width: 75px;
    height: 75px;
  }
}
.features__container::after {
  content: "";
  position: absolute;
  top: -90px;
  left: -360px;
  width: 1104px;
  height: 1240px;
  background-image: url("../../images/pm/features-man.png");
  background-image: url("../../images/pm/features-man.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1679px) {
  .features__container::after {
    left: -300px;
  }
}
@media (max-width: 1439px) {
  .features__container::after {
    left: -240px;
    width: 1000px;
    height: 1100px;
  }
}
@media (max-width: 1279px) {
  .features__container::after {
    top: 160px;
    left: -100px;
    width: 500px;
    height: 750px;
  }
}
@media (max-width: 767px) {
  .features__container::after {
    top: 100px;
    left: -80px;
    width: 351px;
    height: 423px;
  }
}
.features__header {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .features__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .features__header {
    margin-bottom: 16px;
  }
}
.features__title {
  margin: 0;
  text-align: right;
}
@media (max-width: 1279px) {
  .features__title {
    max-width: 85%;
    margin-left: auto;
  }
  .features__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .features__title {
    max-width: 100%;
    margin-left: initial;
  }
}
.features__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 20px;
  margin: 0;
  margin-bottom: 54px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1279px) {
  .features__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .features__list {
    gap: 10px;
    max-width: 350px;
    margin-bottom: 10px;
    margin-left: auto;
  }
}
.features__item {
  padding: 32px 24px;
  background-color: #F1F1F1;
  border-radius: 32px;
}
@media (max-width: 1279px) {
  .features__item {
    padding: 16px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .features__item {
    padding: 6px;
    border-radius: 10px;
  }
}
.features__item:nth-child(1) {
  max-width: 530px;
}
@media (max-width: 1439px) {
  .features__item:nth-child(1) {
    width: 480px;
  }
}
@media (max-width: 1279px) {
  .features__item:nth-child(1) {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .features__item:nth-child(1) {
    width: 170px;
  }
}
.features__item:nth-child(2) {
  max-width: 520px;
}
@media (max-width: 1439px) {
  .features__item:nth-child(2) {
    width: 460px;
  }
}
@media (max-width: 1279px) {
  .features__item:nth-child(2) {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .features__item:nth-child(2) {
    width: 160px;
  }
}
.features__item:nth-child(3) {
  max-width: 568px;
}
@media (max-width: 1439px) {
  .features__item:nth-child(3) {
    width: 510px;
  }
}
@media (max-width: 1279px) {
  .features__item:nth-child(3) {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .features__item:nth-child(3) {
    width: 184px;
  }
}
.features__item:nth-child(4) {
  max-width: 473px;
}
@media (max-width: 1439px) {
  .features__item:nth-child(4) {
    width: 430px;
  }
}
@media (max-width: 1279px) {
  .features__item:nth-child(4) {
    width: 460px;
  }
}
@media (max-width: 767px) {
  .features__item:nth-child(4) {
    width: 190px;
  }
}
.features__item:nth-child(5) {
  max-width: 940px;
}
@media (max-width: 1439px) {
  .features__item:nth-child(5) {
    width: 850px;
  }
}
@media (max-width: 1279px) {
  .features__item:nth-child(5) {
    width: 520px;
  }
}
@media (max-width: 767px) {
  .features__item:nth-child(5) {
    width: 220px;
  }
}
.features__item:nth-child(6) {
  max-width: 480px;
}
@media (max-width: 1439px) {
  .features__item:nth-child(6) {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .features__item:nth-child(6) {
    width: 265px;
  }
}
@media (max-width: 379px) {
  .features__item:nth-child(6) {
    max-width: 210px;
  }
}
.features__item:nth-child(7) {
  max-width: 560px;
}
@media (max-width: 1439px) {
  .features__item:nth-child(7) {
    width: 490px;
  }
}
@media (max-width: 767px) {
  .features__item:nth-child(7) {
    width: 240px;
  }
}
@media (max-width: 379px) {
  .features__item:nth-child(7) {
    max-width: 200px;
  }
}
.features__item-title {
  margin: 0;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: right;
}
.features__item-text {
  margin: 0;
  font-weight: 400;
  text-align: right;
}
.features__action {
  display: flex;
  margin: 0 auto;
  transform: translateX(45px), scale(1.05);
}
@media (max-width: 767px) {
  .features__action {
    margin: initial;
    margin-left: auto;
    transform: scale(1.05);
  }
}

.goal {
  padding: 85px 0;
}
@media (max-width: 1279px) {
  .goal {
    padding: 40px 0 20px;
  }
}
.goal__header {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .goal__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .goal__header {
    margin-bottom: 16px;
  }
}
.goal__title {
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .goal__title {
    max-width: 200px;
    margin: 0 auto;
  }
}
.goal__subtitle {
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .goal__subtitle {
    max-width: 260px;
    margin: 0 auto;
  }
}

.goal-rect {
  position: relative;
}
.goal-rect::before, .goal-rect::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.goal-rect:nth-child(1) {
  width: 100%;
  max-width: 1270px;
  padding-top: 70px;
  padding-bottom: 270px;
  padding-left: 125px;
  background-image: url("../../images/pm/goal-rect-1.png");
  background-image: url("../../images/pm/goal-rect-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1279px) {
  .goal-rect:nth-child(1) {
    min-height: 450px;
    padding-left: 75px;
    background-position: center top;
  }
}
@media (max-width: 767px) {
  .goal-rect:nth-child(1) {
    min-height: 150px;
    padding-top: 25px;
    padding-left: 15px;
  }
}
.goal-rect:nth-child(1)::before {
  top: 52px;
  right: 76px;
  width: 130px;
  height: 130px;
  background-image: url("../../images/pm/star.png");
  background-image: url("../../images/pm/star.webp");
}
@media (max-width: 1279px) {
  .goal-rect:nth-child(1)::before {
    top: 52px;
    right: 76px;
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 767px) {
  .goal-rect:nth-child(1)::before {
    top: 105px;
    right: 36px;
    width: 41px;
    height: 41px;
  }
}
.goal-rect:nth-child(2) {
  width: 100%;
  max-width: 1060px;
  margin-top: -250px;
  margin-left: auto;
  padding-top: 140px;
  padding-right: 130px;
  padding-bottom: 160px;
  background-image: url("../../images/pm/goal-rect-2.png");
  background-image: url("../../images/pm/goal-rect-2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 767px) {
  .goal-rect:nth-child(2) {
    min-height: 143px;
    margin-left: auto;
    padding-top: 32px;
    padding-right: 21px;
    padding-bottom: initial;
    background-position: right center;
  }
}
.goal-rect:nth-child(2)::before {
  top: -8px;
  left: -156px;
  width: 256px;
  height: 256px;
  background-image: url("../../images/pm/waves.png");
  background-image: url("../../images/pm/waves.webp");
}
@media (max-width: 1279px) {
  .goal-rect:nth-child(2)::before {
    top: -30px;
    left: 270px;
    width: 186px;
    height: 186px;
  }
}
@media (max-width: 767px) {
  .goal-rect:nth-child(2)::before {
    top: initial;
    bottom: 0;
    left: 0;
    width: 66px;
    height: 66px;
  }
}
.goal-rect:nth-child(2)::after {
  bottom: 98px;
  left: 73px;
  width: 100px;
  height: 100px;
  background-image: url("../../images/pm/star.png");
  background-image: url("../../images/pm/star.webp");
}
@media (max-width: 767px) {
  .goal-rect:nth-child(2)::after {
    bottom: -20px;
    left: 120px;
    width: 28px;
    height: 28px;
  }
}
.goal-rect:nth-child(2) .goal-rect__title,
.goal-rect:nth-child(2) .goal-rect__item {
  text-align: right;
}
.goal-rect:nth-child(2) .goal-rect__list {
  align-items: end;
}
.goal-rect__title {
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
}
.goal-rect__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .goal-rect__list {
    gap: 4px;
  }
}
.goal-rect__item {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding-left: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .goal-rect__item {
    padding-left: 12px;
  }
}
.goal-rect__item::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .goal-rect__item::before {
    top: 3px;
    width: 5px;
    height: 5px;
  }
}

.terms {
  padding-top: 170px;
  padding-bottom: 200px;
}
@media (max-width: 1439px) {
  .terms {
    padding-top: 100px;
  }
}
@media (max-width: 1279px) {
  .terms {
    padding-top: 0;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .terms {
    padding-top: 10px;
    padding-bottom: 60px;
  }
}
.terms__container {
  position: relative;
  padding-right: 100px;
  padding-left: 600px;
}
@media (max-width: 1279px) {
  .terms__container {
    max-width: 700px;
    padding-right: 15px;
    padding-left: 200px;
  }
}
@media (max-width: 767px) {
  .terms__container {
    max-width: 370px;
    padding-left: 70px;
  }
}
.terms__container::before {
  content: "";
  position: absolute;
  top: -644px;
  right: 43%;
  width: 1604px;
  height: 1634px;
  background-image: url("../../images/pm/terms-girl.png");
  background-image: url("../../images/pm/terms-girl.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .terms__container::before {
    top: -440px;
    right: 37%;
    width: 1400px;
    height: 1410px;
  }
}
@media (max-width: 1279px) {
  .terms__container::before {
    top: -160px;
    right: 38%;
    width: 800px;
    height: 810px;
  }
}
@media (max-width: 767px) {
  .terms__container::before {
    top: -100px;
    right: 42%;
    z-index: 1;
    width: 449px;
    height: 448px;
  }
}
.terms__container::after {
  content: "";
  position: absolute;
  top: -320px;
  left: -70px;
  width: 248px;
  height: 248px;
  background-image: url("../../images/pm/circle-half.png");
  background-image: url("../../images/pm/circle-half.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .terms__container::after {
    top: -160px;
    left: 0;
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 1279px) {
  .terms__container::after {
    top: 0;
    left: 0;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .terms__container::after {
    display: none;
  }
}
.terms__header {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .terms__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .terms__header {
    margin-bottom: 16px;
  }
}
.terms__title {
  margin: 0;
  text-align: right;
}
.terms__content {
  position: relative;
}
.terms__content::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -3px;
  width: 136px;
  height: 136px;
  background-image: url("../../images/pm/star.png");
  background-image: url("../../images/pm/star.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .terms__content::before {
    top: -50px;
    left: 80px;
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 767px) {
  .terms__content::before {
    top: -230px;
    left: 200px;
    width: 24px;
    height: 24px;
  }
}
.terms__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 20px;
  margin: 0;
  margin-bottom: 54px;
  padding: 0;
  list-style: none;
}
@media (max-width: 1279px) {
  .terms__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .terms__list {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.terms__item {
  padding: 32px 24px;
  text-align: right;
  background-color: #F1F1F1;
  border-radius: 32px;
}
@media (max-width: 1279px) {
  .terms__item {
    padding: 16px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .terms__item {
    padding: 12px;
    border-radius: 10px;
  }
}
.terms__item:nth-child(1) {
  max-width: 360px;
}
@media (max-width: 1279px) {
  .terms__item:nth-child(1) {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .terms__item:nth-child(1) {
    max-width: 170px;
  }
}
.terms__item:nth-child(2) {
  max-width: 270px;
}
@media (max-width: 1279px) {
  .terms__item:nth-child(2) {
    max-width: 170px;
  }
}
@media (max-width: 767px) {
  .terms__item:nth-child(2) {
    max-width: 95px;
  }
}
.terms__item:nth-child(3) {
  max-width: 240px;
}
@media (max-width: 767px) {
  .terms__item:nth-child(3) {
    max-width: 85px;
  }
}
.terms__item:nth-child(4) {
  max-width: 330px;
}
@media (max-width: 767px) {
  .terms__item:nth-child(4) {
    max-width: 115px;
  }
}
.terms__action {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .terms__action {
    max-width: 170px;
  }
}

.stop {
  padding-top: 54px;
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .stop {
    padding-bottom: 75px;
  }
}
@media (max-width: 767px) {
  .stop {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.stop__container {
  position: relative;
  padding-right: 90px;
}
@media (max-width: 1439px) {
  .stop__container {
    padding-right: 15px;
  }
}
.stop__container::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -70px;
  width: 340px;
  height: 340px;
  background-color: #FEF5E0;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .stop__container::before {
    top: -80px;
    right: 0;
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 1279px) {
  .stop__container::before {
    top: 10px;
    right: 60px;
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 767px) {
  .stop__container::before {
    top: -10px;
    right: -20px;
    width: 86px;
    height: 86px;
  }
}
.stop__container::after {
  content: "";
  position: absolute;
  top: -330px;
  right: -180px;
  width: 350px;
  height: 350px;
  background-image: url("../../images/pm/spiral.png");
  background-image: url("../../images/pm/spiral.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .stop__container::after {
    top: -240px;
    right: 0;
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1279px) {
  .stop__container::after {
    top: -120px;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  .stop__container::after {
    top: -60px;
    width: 80px;
    height: 80px;
  }
}
.stop__header {
  position: relative;
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .stop__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .stop__header {
    margin-bottom: 16px;
  }
}
.stop__title {
  margin: 0;
  text-align: center;
}
.stop__content {
  position: relative;
  z-index: 1;
}
.stop__list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1279px) {
  .stop__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .stop__list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.stop__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 260px;
  padding: 32px 24px;
  text-align: center;
  background-color: #F1F1F1;
  border-radius: 32px;
}
@media (max-width: 1279px) {
  .stop__item {
    width: 160px;
    height: 160px;
    padding: 16px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .stop__item {
    width: 165px;
    height: 60px;
    padding: 12px;
    border-radius: 10px;
  }
}
@media (max-width: 379px) {
  .stop__item {
    width: 48%;
  }
}

.steps {
  padding-top: 92px;
  padding-bottom: 100px;
  background-color: var(--color-main);
}
@media (max-width: 1279px) {
  .steps {
    padding-top: 45px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .steps {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.steps__container {
  position: relative;
}
.steps__container::before {
  content: "";
  position: absolute;
  top: -370px;
  left: -120px;
  width: 542px;
  height: 714px;
  background-image: url("../../images/pm/steps-img.png");
  background-image: url("../../images/pm/steps-img.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .steps__container::before {
    top: -315px;
    left: -30px;
    width: 450px;
    height: 580px;
  }
}
@media (max-width: 1279px) {
  .steps__container::before {
    top: -240px;
    left: 0;
    width: 280px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  .steps__container::before {
    top: -70px;
    left: initial;
    right: 280px;
    width: 143px;
    height: 189px;
  }
}
@media (max-width: 379px) {
  .steps__container::before {
    right: 240px;
  }
}
@media (max-width: 767px) {
  .steps__container::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 40px;
    width: 35px;
    height: 35px;
    background-image: url("../../images/pm/star.png");
    background-image: url("../../images/pm/star.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
  }
}
.steps__title {
  text-align: center;
  color: #fff;
}
@media (max-width: 1279px) {
  .steps__title {
    text-align: right;
  }
}
.steps__content {
  position: relative;
}
.steps__content::before {
  content: "";
  position: absolute;
  top: 70px;
  right: 210px;
  width: 202px;
  height: 202px;
  background-image: url("../../images/pm/arrow-1.png");
  background-image: url("../../images/pm/arrow-1.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1439px) {
  .steps__content::before {
    top: 50px;
    right: 100px;
  }
}
@media (max-width: 1279px) {
  .steps__content::before {
    top: 120px;
    right: 220px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .steps__content::before {
    display: none;
  }
}
.steps__content::after {
  content: "";
  position: absolute;
  bottom: 130px;
  left: 70px;
  width: 159px;
  height: 159px;
  background-image: url("../../images/pm/arrow-2.png");
  background-image: url("../../images/pm/arrow-2.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .steps__content::after {
    bottom: 160px;
    left: 180px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .steps__content::after {
    display: none;
  }
}
.steps__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  margin-bottom: 40px;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .steps__list {
    gap: 10px;
    max-width: 360px;
    margin-bottom: 15px;
    margin-left: auto;
  }
}
.steps__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 32px;
}
@media (max-width: 1279px) {
  .steps__item {
    padding: 16px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .steps__item {
    padding: 12px;
    border-radius: 10px;
  }
}
.steps__item:nth-child(1) {
  order: 1;
  max-width: 340px;
  margin-left: 350px;
  border-top-left-radius: 0;
}
@media (max-width: 1279px) {
  .steps__item:nth-child(1) {
    margin-left: 240px;
  }
}
@media (max-width: 767px) {
  .steps__item:nth-child(1) {
    max-width: 120px;
    margin-left: auto;
    border-top-left-radius: 10px;
  }
}
.steps__item:nth-child(2) {
  order: 2;
  max-width: 317px;
  margin-right: auto;
}
@media (max-width: 767px) {
  .steps__item:nth-child(2) {
    max-width: 107px;
    margin-right: initial;
    margin-left: initial;
  }
}
.steps__item:nth-child(3) {
  order: 4;
  max-width: 419px;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .steps__item:nth-child(3) {
    order: 3;
    max-width: 320px;
    margin-right: 300px;
    margin-left: 140px;
  }
}
@media (max-width: 767px) {
  .steps__item:nth-child(3) {
    max-width: 150px;
    margin-right: initial;
    margin-left: auto;
  }
}
.steps__item:nth-child(4) {
  order: 3;
  max-width: 330px;
  margin-left: 180px;
}
@media (max-width: 1279px) {
  .steps__item:nth-child(4) {
    order: 4;
    max-width: 280px;
    margin-left: 90px;
  }
}
@media (max-width: 767px) {
  .steps__item:nth-child(4) {
    max-width: 120px;
    margin-left: initial;
  }
}
.steps__item:nth-child(5) {
  order: 5;
  max-width: 540px;
  margin-left: 280px;
}
@media (max-width: 767px) {
  .steps__item:nth-child(5) {
    max-width: 200px;
    margin-left: auto;
  }
}
@media (max-width: 379px) {
  .steps__item:nth-child(5) {
    max-width: 150px;
  }
}
.steps__item:nth-child(6) {
  order: 6;
  max-width: 350px;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .steps__item:nth-child(6) {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .steps__item:nth-child(6) {
    max-width: 130px;
    margin-right: initial;
    margin-left: initial;
  }
}
.steps__action {
  display: flex;
  min-width: 300px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .steps__action {
    min-width: 150px;
    margin: 0;
    margin-left: auto;
  }
}

.left {
  padding-top: 100px;
  padding-bottom: 96px;
}
@media (max-width: 1279px) {
  .left {
    padding-top: 50px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .left {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.left__header {
  margin-bottom: 32px;
}
@media (max-width: 1279px) {
  .left__header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .left__header {
    margin-bottom: 16px;
  }
}
.left__title {
  margin: 0;
  text-align: center;
}

.timer__list {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media (max-width: 1279px) {
  .timer__list {
    gap: 16px;
  }
}
.timer__block {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.timer__value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin: 0;
  margin-bottom: 8px;
  font-size: 96px;
  line-height: 1;
  font-weight: 700;
  background-color: #F1F1F1;
  border-radius: 32px;
}
@media (max-width: 1279px) {
  .timer__value {
    width: 160px;
    height: 160px;
    font-size: 64px;
    border-radius: 24px;
  }
}
@media (max-width: 767px) {
  .timer__value {
    width: 75px;
    height: 75px;
    font-size: 35px;
    border-radius: 10px;
  }
}
@media (max-width: 379px) {
  .timer__value {
    width: 60px;
    height: 60px;
  }
}

.footer {
  padding-bottom: 100px;
}
@media (max-width: 1279px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.footer__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  max-width: 1280px;
}
@media (max-width: 1279px) {
  .footer__container {
    justify-content: center;
  }
}
.footer__copyright {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .footer__copyright {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 379px) {
  .footer__copyright {
    font-size: 10px;
    line-height: 10px;
  }
}
.footer__link {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  color: var(--text-main);
  transition: color 0.3s ease;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 11px;
    line-height: 11px;
  }
}
@media (max-width: 379px) {
  .footer__link {
    font-size: 10px;
    line-height: 10px;
  }
}
.footer__link:hover {
  color: var(--color-main);
}

.action {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: 35px;
  overflow-y: hidden;
}
.action__container {
  position: relative;
  min-height: 800px;
  padding-left: 140px;
  background-image: url("../../images/pm/star.png"), url("../../images/pm/star.png"), url("../../images/pm/intro-rect.png");
  background-image: url("../../images/pm/star.webp"), url("../../images/pm/star.webp"), url("../../images/pm/intro-rect.webp");
  background-repeat: no-repeat;
  background-position: top 10px left 60%, top 90px left 53%, center;
  background-size: 136px, 74px, contain;
}
@media (max-width: 1279px) {
  .action__container {
    padding-top: 170px;
    padding-left: 100px;
    background-position: top 160px left 60%, top 210px left 53%, center;
    background-size: 72px, 52px, contain;
  }
}
@media (max-width: 767px) {
  .action__container {
    padding-top: initial;
    padding-left: 35px;
    background-image: url("../../images/pm/star.png"), url("../../images/pm/star.png"), url("../../images/pm/intro-rect-mobile.png");
    background-image: url("../../images/pm/star.webp"), url("../../images/pm/star.webp"), url("../../images/pm/intro-rect-mobile.webp");
    background-position: top -10px left 80%, top 20px left 67%, center top;
    background-size: 49px, 31px, contain;
  }
}
.action__container::before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 835px;
  height: 835px;
  background-image: url("../../images/pm/hand.png");
  background-image: url("../../images/pm/hand.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  border-radius: 40px;
}
@media (max-width: 1439px) {
  .action__container::before {
    right: -50px;
  }
}
@media (max-width: 1279px) {
  .action__container::before {
    top: 120px;
    right: -100px;
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .action__container::before {
    top: 120px;
    right: -80px;
    width: 400px;
    height: 600px;
  }
}
.action__container::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -70px;
  width: 210px;
  height: 210px;
  background-image: url("../../images/pm/circle.png");
  background-image: url("../../images/pm/circle.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .action__container::after {
    bottom: 150px;
    left: -50px;
    width: 140px;
    height: 140px;
  }
}
@media (max-width: 767px) {
  .action__container::after {
    top: 370px;
    bottom: initial;
    left: 10px;
    width: 100px;
    height: 100px;
  }
}
.action__logo {
  transform: translateY(50px);
}
@media (max-width: 1279px) {
  .action__logo {
    transform: translateY(20px);
  }
}
@media (max-width: 767px) {
  .action__logo {
    transform: translateY(10px);
  }
  .action__logo .logo__image {
    width: 100px;
    height: 100px;
    margin-left: 20px;
  }
}
@media (max-width: 379px) {
  .action__logo .logo__image {
    margin-left: 40px;
  }
}
.action__title {
  margin: 0;
  font-family: var(--font-secondary);
  font-size: 56px;
  line-height: 77px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1439px) {
  .action__title {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (max-width: 1279px) {
  .action__title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .action__title {
    margin-top: 20px;
    font-size: 20px;
  }
}
.action__text {
  max-width: 60%;
  margin: 0;
  margin-bottom: 70px;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 1439px) {
  .action__text {
    margin-bottom: 40px;
    font-size: 34px;
  }
}
@media (max-width: 1279px) {
  .action__text {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .action__text {
    max-width: 80%;
    font-size: 20px;
  }
}
.action__action {
  min-width: 400px;
}
@media (max-width: 1279px) {
  .action__action {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .action__action {
    min-width: 180px;
  }
}/*# sourceMappingURL=main.css.map */