@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

@keyframes marquee {
  0% {
    transform: translateX(0)
  }

  to {
    transform: translateX(-33.3333%)
  }
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

a,
a:hover,
a:link,
a:visited {
  text-decoration: none
}

.match-item__text>strong,
aside,
footer,
header,
legend,
main,
nav,
section {
  display: block
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit
}

ul,
ul li {
  list-style: none
}

img {
  vertical-align: top
}

img,
svg {
  max-width: 100%;
  height: auto
}

address {
  font-style: normal
}

input,
select,
textarea {
  background-color: transparent
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit
}

input::-ms-clear {
  display: none
}

button,
input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: 0 0;
  cursor: pointer
}

button:active,
button:focus,
input:active,
input:focus {
  outline: 0
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

label {
  cursor: pointer
}

body,
html {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scrollbar-gutter: stable
}

body {
  position: relative;
  background-color: var(--page-bg);
  color: var(--color-white);
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 1.2
}

body.lock {
  overflow: hidden
}

section {
  overflow-x: clip
}

.none {
  display: none !important
}

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

.no-scroll {
  overflow-y: hidden
}

:root {
  --page-bg: #1D1D1D;
  --font-main: 'Montserrat', sans-serif;
  --color-white: #ffffff;
  --color-green: #1AD2AE;
  --color-green-dark: #1D8E78;
  --color-green-light: #1BE8C0;
  --color-lightgray: #AFAEAE;
  --color-gray: #37363C;
  --color-gray-2: #29282D;
  --color-dark: #1E1E1E;
  --container-padding: 16px;
  --transition-default: 0.3s all
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  box-sizing: border-box
}

.container>* {
  padding-inline: 16px
}

.title {
  margin-bottom: 16px;
  font-family: var(--font-main);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase
}

.btn,
.text,
.title {
  text-align: center
}

.text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-lightgray)
}

.btn {
  padding: 24px;
  display: block;
  font-size: 24px;
  font-weight: 700;
  background: var(--color-green);
  color: var(--color-dark);
  border-radius: 64px;
  transition: var(--transition-default)
}

.btn--white {
  background: var(--color-white)
}

.header {
  margin-top: 60px;
  overflow-x: clip
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.header__logo {
  flex-shrink: 0
}

.header .nav__list {
  padding: 8px 10px;
  background: #292929;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  gap: 16px
}

.header .nav__link {
  display: block;
  padding: 18px;
  border-radius: 26px;
  color: var(--color-white);
  transition: var(--transition-default)
}

.header__btn>span {
  position: relative;
  padding-left: 40px;
  color: var(--color-white);
  font-weight: 600;
  font-size: 18px
}

.header__btn>span::before {
  content: url(../img/icon-msg-send.svg);
  position: absolute;
  top: 0;
  left: 0
}

.switch-lang,
.switch-lang-wrapper {
  position: relative
}

.switch-lang {
  width: 78px;
  height: 26px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  cursor: pointer
}

.switch-lang-list,
.switch-lang-list__items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch
}

.switch-lang-list {
  position: absolute;
  left: -10px;
  top: 50px;
  z-index: 5;
  width: 160px;
  background: #292929;
  flex-direction: column;
  align-items: stretch;
  border-radius: 10px;
  overflow: hidden;
  display: none
}

.switch-lang-list.active {
  display: flex
}

.switch-lang-list__items {
  flex-direction: row;
  align-items: center;
  gap: .5em;
  color: #fff;
  text-decoration: none;
  padding: 10px
}

.switch-lang-list__items img {
  width: 20px
}

.hero {
  padding-top: 102px;
  padding-bottom: 80px;
  background: url(../img/bg-hero.png) no-repeat bottom center/auto
}

.hero__title.title {
  position: relative;
  font-weight: 800;
  font-size: 204px;
  line-height: 1;
  z-index: -1
}

.hero__subtitle {
  margin-top: 88px;
  padding-inline: 24px;
  display: flex;
  justify-content: space-between
}

.hero__subtitle p {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--page-bg);
  text-shadow: -1px -1px 0 var(--color-green), 1px -1px 0 var(--color-green), -1px 1px 0 var(--color-green), 1px 1px 0 var(--color-green)
}

.hero__subtitle p:first-child {
  text-align: right
}

.hero__buttons {
  margin-top: 260px;
  display: flex;
  justify-content: space-between
}

.hero__buttons>.btn {
  padding-block: 48px;
  flex-basis: 406px
}

.about {
  padding-top: 90px;
  border-top-left-radius: 64px;
  border-top-right-radius: 64px;
  background: var(--color-gray-2)
}

.about .container {
  position: relative;
  padding-bottom: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px
}

.about .container::before {
  content: url(../img/bg-1.png);
  position: absolute;
  bottom: 0;
  right: -165px;
  z-index: 2
}

.about .title {
  max-width: 1086px;
  margin-bottom: 24px
}

.about .text {
  max-width: 830px;
  text-align: center
}

.about__note {
  position: relative;
  margin-top: 24px;
  max-width: 830px;
  border-radius: 16px;
  padding-inline: 0
}

.about__note-text {
  position: relative;
  padding: 36px 104px;
  background: var(--color-dark);
  border-radius: inherit;
  text-align: center;
  color: #afaeae;
  z-index: 2
}

.about__note::before {
  content: "";
  width: 100%;
  height: 100%;
  top: -4px;
  left: 0;
  border-radius: inherit;
  z-index: 1
}

.marquee {
  position: relative
}

.about__note::before,
.marquee-item {
  position: absolute;
  background: var(--color-green)
}

.marquee-item {
  top: 50%;
  left: -2.5%;
  padding: 40px;
  width: 105%;
  margin-inline: auto;
  overflow: hidden
}

.marquee-item:nth-child(1) {
  z-index: 2;
  transform: rotate(2deg)
}

.marquee-item:nth-child(2) {
  background: var(--color-green-dark);
  z-index: 1;
  transform: rotate(-5.5deg)
}

.marquee-item:nth-child(1) .marquee-item__text.marquee-animation {
  will-change: transform;
  animation: marquee 20s linear infinite
}

.marquee-item:nth-child(2) .marquee-item__text.marquee-animation {
  will-change: transform;
  animation: marquee 20s linear infinite reverse
}

.marquee-item__text {
  --marquee-text-gap: 84px;
  display: inline-flex;
  white-space: nowrap;
  gap: var(--marquee-text-gap);
  min-width: max-content;
  font-size: 30px;
  font-weight: 700;
  color: var(--color-dark);
  text-transform: uppercase;
  will-change: transform
}

.marquee-item__text span {
  --icon-width: 23px;
  position: relative;
  margin-right: 0 !important
}

.marquee-item__text span::after {
  content: "V";
  position: absolute;
  top: 50%;
  right: calc(-1*var(--marquee-text-gap)/2 - var(--icon-width)/2);
  transform: translateY(-50%);
  font-weight: 800;
  color: #1b6f5f
}

.working {
  padding-top: 250px;
  background: var(--color-gray-2)
}

.working .container {
  position: relative
}

.working .container::before {
  content: url(../img/bg-2.png);
  position: absolute;
  top: 80px;
  left: -470px
}

.working-wrapper {
  margin-top: 62px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 62px
}

.working-card {
  padding: 74px 42px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  border-radius: 16px;
  background: var(--color-gray)
}

.working-card__num {
  width: 136px;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50%;
  border: 6px solid var(--color-green);
  font-size: 64px;
  font-weight: 800;
  color: var(--color-green)
}

.action__form .form>fieldset label,
.working-card__title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-white)
}

.working-card__list {
  display: flex;
  flex-direction: column;
  gap: 16px
}

.working-card__item {
  position: relative;
  padding-left: 36px;
  font-size: 22px;
  color: var(--color-lightgray)
}

.working-card__item::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 16px;
  left: 0;
  top: 50%;
  background: url(../img/icon-check.svg) no-repeat center/cover;
  transform: translateY(-50%)
}

.working-card--large {
  padding-inline: 26px;
  grid-column: 2/-1;
  gap: 68px
}

.working-card--large .working-card__top {
  display: flex;
  align-items: center;
  gap: 56px
}

.working-card--large .working-card__descr {
  display: flex;
  flex-direction: column;
  gap: 8px
}

.working-card--large .working-card__text {
  color: var(--color-lightgray)
}

.working-card--large .working-card__list {
  flex-direction: row
}

.working-card--large .working-card__item {
  padding: 24px 16px;
  background: var(--color-green);
  border-radius: 20px;
  color: var(--color-white);
  text-align: center;
}

.working-card--large .working-card__item::before {
  content: none
}

.match {
  padding-top: 90px;
  padding-bottom: 140px;
  background: var(--color-gray-2)
}

.match .container {
  position: relative
}

.match .container::before {
  content: url(../img/bg-3.png);
  position: absolute;
  top: 138px;
  right: -476px
}

.match-wrapper {
  margin-top: 90px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 76px;
  column-gap: 24px;
  justify-content: space-between
}

.match-item,
.match-item__icon {
  display: flex;
  align-items: center
}

.match-item {
  gap: 16px
}

.match-item__icon {
  width: 87px;
  height: 87px;
  justify-content: center;
  flex-shrink: 0;
  background: var(--color-green);
  border-radius: 50%
}

.match-item__text {
  color: var(--color-white)
}

.start {
  position: relative;
  background: var(--color-green)
}

.start__content {
  position: relative;
  padding-top: 52px;
  padding-bottom: 52px;
  max-width: 664px;
  z-index: 1
}

.start__content .title {
  text-align: left
}

.start-list {
  margin-top: 42px;
  display: flex;
  flex-direction: column;
  gap: 18px
}

.start-item {
  padding: 24px 68px 24px 28px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--color-green-light);
  border-radius: 20px;
  color: var(--color-white)
}

.start-item--mark {
  background: var(--color-gray);
  color: var(--color-green)
}

.start-item__num {
  font-size: 54px;
  line-height: 1;
  font-weight: 700
}

.start-item__text {
  font-size: 22px
}

.start-item__text>strong {
  display: block;
  font-size: 24px
}

.start__picture {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;
  overflow: hidden;
  z-index: 0
}

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

.advantages {
  padding-top: 90px;
  background: var(--color-gray-2)
}

.advantages-wrapper {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  column-gap: 108px;
  row-gap: 84px
}

.advantage-card {
  padding: 58px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: var(--color-gray);
  border-radius: 20px
}

.advantage-card__icon {
  width: 189px;
  height: 189px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--color-gray-2)
}

.advantage-card__text {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center
}

.vacancies {
  padding-top: 90px;
  padding-bottom: 90px;
  background: var(--color-gray-2)
}

.vacancies .container {
  position: relative
}

.vacancies .container::before {
  content: url(../img/bg-4.png);
  position: absolute;
  top: -235px;
  left: -430px
}

.vacancies-list {
  margin-top: 84px;
  display: flex;
  flex-direction: column;
  gap: 32px
}

.vacancy-item {
  cursor: pointer
}

.vacancy-item.active .vacancy-item__more::after {
  transform: translateY(-50%) rotate(180deg)
}

.vacancy-item__top {
  padding: 32px 64px 68px 28px;
  display: flex;
  align-items: center;
  gap: 32px;
  background: var(--color-gray);
  border-radius: 20px
}

.vacancy-item__icon {
  width: 82px;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #414047;
  border-radius: 50%;
  flex-shrink: 0
}

.vacancy-item__text {
  display: flex;
  flex-direction: column;
  gap: 24px
}

.vacancy-item__text>p:first-child {
  font-size: 24px
}

.vacancy-item__text>p:last-child {
  color: var(--color-lightgray)
}

.vacancy-item__more {
  position: relative;
  padding-right: 32px;
  margin-left: auto;
  font-weight: 500;
  font-size: 20px;
  color: var(--color-green)
}

.vacancy-item__more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 19px;
  height: 10px;
  background: url(../img/icon-arrow.svg) no-repeat center/cover;
  transform: translateY(-50%);
  transition: var(--transition-default);
  transform-origin: center
}

.vacancy-item__descr {
  position: relative;
  margin-top: -26px;
  padding: 32px 32px 32px 144px;
  background: #414047;
  border-radius: 20px
}

.vacancy-item__descr>p {
  margin-bottom: 20px;
  font-size: 22px
}

.vacancy-item__descr>ul {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.vacancy-item__descr>.btn {
  font-size: 22px;
  padding-inline: 72px
}

.faq {
  padding-top: 90px
}

.faq-wrapper {
  margin-top: 62px;
  display: flex;
  gap: 94px
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  flex-basis: 50%;
  flex-shrink: 0
}

.faq-item {
  padding: 32px 18px 32px 32px;
  border-radius: 20px;
  background: var(--color-gray);
  cursor: pointer
}

.faq-item.active .faq-item__btn::before {
  height: 0
}

.faq-item__btn {
  padding-right: 28px;
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase
}

.faq-item__btn::after,
.faq-item__btn::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 12px;
  width: 11px;
  height: 3px;
  background: var(--color-green)
}

.faq-item__btn::before {
  right: 12px;
  top: 8px;
  width: 3px;
  height: 11px
}

.faq-item__text {
  margin-top: 28px
}

.faq-img {
  align-self: flex-start
}

.cta-section {
  padding-top: 90px
}

.action,
.action__content {
  display: flex;
  border-radius: 20px
}

.action {
  background: var(--color-gray);
  padding-inline: 0;
  margin-inline: 16px
}

.action__content {
  padding: 32px;
  flex-basis: 50%;
  flex-direction: column;
  justify-content: center;
  background: var(--color-green)
}

.action__title.title {
  margin-bottom: 36px;
  font-size: 46px
}

.action__text {
  font-size: 26px;
  text-align: center
}

.action__links {
  margin-top: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px
}

.action__link {
  position: relative;
  padding-left: 60px;
  font-size: 26px;
  font-weight: 700;
  color: var(--color-white)
}

.action__link.mail::before,
.action__link.tg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.action__link.mail::before {
  width: 41px;
  height: 31px;
  background: url(../img/icon-mail.svg) no-repeat center/cover
}

.action__link.tg::before {
  width: 34px;
  height: 30px;
  background: url(../img/icon-tg.svg) no-repeat center/cover
}

.action__form {
  flex-basis: 50%;
  padding: 62px 80px
}

.action__form .form,
.action__form .form>fieldset {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.action__form .form>fieldset {
  gap: 18px
}

.action__form .form>fieldset input {
  padding: 30px 40px;
  background: var(--color-white);
  border-radius: 40px;
  font-size: 24px;
  color: var(--color-dark)
}

.action__form .form>fieldset input::placeholder {
  color: #bfbfbf
}

.action__form .form>.btn {
  margin-top: 24px
}

.footer {
  padding-top: 90px;
  padding-bottom: 52px
}

.footer .container {
  display: flex;
  justify-content: space-between
}

.footer__company {
  display: flex;
  flex-direction: column;
  gap: 32px
}

.footer__descr {
  font-size: 22px;
  line-height: 1;
  color: var(--color-lightgray)
}

.footer__pp {
  align-self: flex-end;
  display: flex;
  gap: 32px
}

.footer__pp a {
  font-size: 18px;
  line-height: 1;
  color: var(--color-green);
  text-decoration: none;
  transition: var(--transition-default)
}

.popup {
  display: none;
  position: fixed;
  padding: 16px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .3);
  backdrop-filter: blur(5px);
  z-index: 100;
  justify-content: center;
  align-items: center
}

.popup.active {
  display: flex
}

.popup .title {
  margin-bottom: 24px
}

.popup-wrapper {
  position: relative;
  padding: 56px 24px 24px;
  max-width: 800px;
  border-radius: 20px;
  background-color: var(--color-gray)
}

.popup.popup--send .popup-wrapper {
  max-width: 500px;
}

.popup-close {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 24px;
  right: 24px;
  background: url(../img/icon-cross.svg) no-repeat center/cover;
  cursor: pointer
}

.popup-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 50vh;
  overflow-y: scroll;
}

.popup-content h3 {
  font-size: 1.5em;
  font-weight: 500;
}

.popup-content ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media (max-width:1440px) {
  .container {
    max-width: 1024px
  }

  .header-wrapper {
    flex-wrap: wrap
  }

  .header .nav {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
    order: 4
  }

  .hero {
    padding-top: 48px;
    background-size: 680px auto
  }

  .hero__title.title {
    font-size: 120px
  }

  .hero__subtitle p {
    font-size: 28px
  }

  .about .container::before {
    scale: .6
  }

  .working-wrapper {
    gap: 32px
  }

  .working-card {
    padding: 48px 32px;
    gap: 24px
  }

  .working-card__title {
    font-size: 20px
  }

  .working-card__item {
    font-size: 18px
  }

  .working-card--large .working-card__item {
    text-align: center
  }

  .start__picture>img {
    left: 200px
  }

  .advantages-wrapper {
    gap: 48px
  }

  .advantage-card {
    padding: 36px 24px
  }

  .faq-wrapper {
    gap: 48px
  }

  .faq-list {
    flex-basis: 60%
  }

  .faq-img {
    width: 350px
  }

  .action__form {
    padding: 48px
  }
}

@media (max-width:1024px) {
  .container {
    max-width: 768px
  }

  .title {
    font-size: 32px
  }

  .hero .container {
    display: flex;
    flex-direction: column
  }

  .hero__title.title {
    margin-top: 48px;
    font-size: 96px;
    order: 2
  }

  .hero__subtitle {
    margin-top: 0;
    flex-direction: column;
    order: 1
  }

  .hero__subtitle p {
    text-align: center;
    font-size: 34px
  }

  .hero__subtitle p:first-child {
    margin-top: 32px;
    text-align: center
  }

  .hero__buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    order: 3
  }

  .hero__buttons>.btn {
    flex-basis: auto;
    width: 406px
  }

  .about .container::before {
    bottom: unset;
    top: -100px;
    right: -215px;
    scale: .4
  }

  .about__note-text {
    padding: 36px 72px
  }

  .marquee-item {
    padding: 24px 40px
  }

  .marquee-item__text {
    font-size: 24px
  }

  .marquee-item__text span {
    --icon-width: 19px
  }

  .working-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto)
  }

  .working-card--large {
    grid-column: 1/-1;
    gap: 32px
  }

  .working-card--large .working-card__top {
    gap: 24px
  }

  .match-wrapper {
    margin-top: 48px;
    row-gap: 48px
  }

  .start__content {
    max-width: 100%
  }

  .start__picture>img {
    display: none
  }

  .advantages-wrapper {
    grid-template-columns: repeat(2, 1fr)
  }

  .vacancies-list {
    margin-top: 48px
  }

  .vacancy-item__top {
    flex-wrap: wrap
  }

  .vacancy-item__more {
    margin-left: 0
  }

  .vacancy-item__descr {
    padding-left: 28px
  }

  .faq-list {
    flex-basis: 100%
  }

  .faq-img {
    display: none
  }

  .action {
    flex-direction: column
  }

  .action__links {
    margin-top: 48px
  }

  .action__form {
    padding: 32px
  }

  .action__form .form {
    gap: 16px
  }

  .action__form .form>fieldset {
    gap: 12px
  }

  .action__form .form>fieldset input {
    padding: 16px 24px;
    font-size: 20px
  }

  .footer .container {
    flex-direction: column;
    align-items: center;
    gap: 16px
  }

  .footer__pp {
    align-self: center
  }
}

@media (max-width:768px) {
  .container {
    max-width: 480px
  }

  .about .container::before,
  .header .nav,
  .header__btn {
    display: none
  }

  .switch-lang-list {
    left: unset;
    right: -10px
  }

  .hero {
    padding-bottom: 112px;
    background-size: 919px auto;
    background-position: bottom -106px center
  }

  .hero__title.title {
    font-size: 66px
  }

  .hero__buttons {
    margin-top: 416px
  }

  .about {
    margin-top: -64px
  }

  .about .container {
    padding-bottom: 48px
  }

  .about__note-text {
    padding: 24px 36px
  }

  .marquee-item {
    padding: 24px
  }

  .marquee-item:nth-child(2) {
    top: 20px
  }

  .marquee-item__text {
    font-size: 14px;
    --marquee-text-gap: 32px
  }

  .marquee-item__text span {
    --icon-width: 11px
  }

  .working {
    padding-top: 150px
  }

  .working-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: auto
  }

  .working-card--large .working-card__top {
    flex-direction: column
  }

  .working-card--large .working-card__text,
  .working-card--large .working-card__title {
    text-align: center
  }

  .working-card--large .working-card__list {
    flex-direction: column
  }

  .match-wrapper {
    grid-template-columns: auto;
    row-gap: 32px
  }

  .advantages-wrapper {
    margin-top: 48px;
    gap: 24px
  }

  .advantage-card {
    padding: 20px
  }

  .advantage-card__icon {
    width: 102px;
    height: 102px
  }

  .advantage-card__icon img {
    width: 50%
  }

  .advantage-card__text {
    font-size: 20px
  }

  .popup .title {
    font-size: 24px
  }
}

@media (hover:hover) and (pointer:fine) {
  .btn:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, .5)
  }

  .header .nav__link:hover {
    background: var(--color-green)
  }

  .footer__pp a:hover {
    color: var(--color-white)
  }
}

.input-error {
    border: 1px solid red;
}
.error {
    color: red;
    font-size: 12px;
}