.main-screen .main-screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-screen .main-screen__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 0 0.6em 0;
}
.main-screen .main-screen__body .socials {
  position: absolute;
  top: 0.35em;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-screen .main-screen__body .socials__link {
  font-size: 0;
}
.main-screen .main-screen__body .socials__link:not(:last-child) {
  margin: 0 0 32px 0;
}
.main-screen .main-screen__body:after {
  display: none;
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 51.328125%;
  height: 1px;
  background-color: #ffffff;
}
.main-screen .main-screen__background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.main-screen .main-screen__title, .main-screen .main-screen__subtitle, .main-screen .main-screen__comment {
  font-family: "Bahnschrift", Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.02em;
}
.main-screen .main-screen__title {
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.04;
}
.main-screen .main-screen__subtitle {
  font-weight: normal;
  font-size: 0.5em;
  line-height: 1.685;
}
.main-screen .main-screen__comment {
  position: absolute;
  top: calc(100% + 0.4em);
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-weight: normal;
  font-size: 0.25em;
  line-height: 1.685;
  white-space: nowrap;
}

.footer__links {
  margin-top: 10px;
}

.footer__links .item-link {
  font-size: 17px;
  line-height: 1.38889;
  color: #ffffff;
  display: inline-block;
  margin-right: 14px;
  opacity: 0.7;
}

.footer__links .item-link:hover {
  opacity: 1;
}

@media (max-width: 1350px) {
  .footer__links .item-link {
    font-size: 15px;
  }
}
@media (max-width: 1439px) {
  .team .team__title {
    padding: 0;
  }
  .why {
    padding: 100px 0 100px;
  }
  .why-numbers {
    padding: 85px 0 110px;
  }
}
@media (max-width: 600px) {
  .why {
    padding: 40px 0;
  }
  .why-numbers {
    padding: 40px 0 55px;
  }
}
.appeal-main-screen__container {
  padding-bottom: 20px;
  margin-left: 40px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 993px) {
  .appeal-main-screen__container {
    font-size: 50px;
    width: 668px;
  }
}

.feedback {
  overflow: hidden;
}
.feedback__title {
  margin-bottom: 40px;
}
@media (min-width: 601px) {
  .feedback__title {
    margin-bottom: 60px;
  }
}
.feedback__body {
  position: relative;
}
@media (max-width: 768px) {
  .feedback .feedback-slider.swiper {
    overflow: visible;
  }
}
.feedback .feedback-slide {
  padding: 1px;
}
.feedback .feedback-slide.swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .feedback .feedback-slide {
    padding-right: 16px;
  }
}
.feedback .feedback-slide__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #242424;
  padding: 28px;
}
@media (min-width: 426px) {
  .feedback .feedback-slide__body {
    padding: 40px;
  }
}
@media (min-width: 993px) {
  .feedback .feedback-slide__body {
    padding: 63px;
  }
}
.feedback .feedback-slide__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
  color: #242424;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
@media (min-width: 601px) {
  .feedback .feedback-slide__text {
    margin-top: 28px;
    font-size: 18px;
    line-height: 140%;
  }
}
.feedback .feedback-slide__footer {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-top: 1px solid #242424;
  margin-top: 20px;
  padding-top: 20px;
}
@media (min-width: 601px) {
  .feedback .feedback-slide__footer {
    margin-top: 28px;
    padding-top: 28px;
  }
}
@media (min-width: 993px) {
  .feedback .client-feedback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.feedback .client-feedback__avatar {
  margin-bottom: 10px;
  width: 52px;
  height: 52px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  border-radius: 50%;
}
@media (min-width: 601px) {
  .feedback .client-feedback__avatar {
    margin-right: 21px;
  }
}
@media (min-width: 993px) {
  .feedback .client-feedback__avatar {
    margin-bottom: 0;
  }
}
.feedback .client-feedback__info {
  color: #242424;
  font-size: 15px;
  line-height: 140%;
}
@media (min-width: 601px) {
  .feedback .client-feedback__info {
    font-size: 18px;
  }
}
.feedback .client-feedback__name {
  font-weight: 700;
}
.feedback .client-feedback__status {
  font-weight: 500;
}

@media (min-width: 769px) {
  .feedback .g-slider__pagination {
    display: none;
  }
}
.feedback .g-slider__btn-prev, .feedback .g-slider__btn-next {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #141414;
  color: #141414;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  cursor: pointer;
}
.feedback .g-slider__btn-prev svg, .feedback .g-slider__btn-next svg {
  width: 16px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (min-width: 993px) {
  .feedback .g-slider__btn-prev, .feedback .g-slider__btn-next {
    width: 60px;
    height: 60px;
  }
  .feedback .g-slider__btn-prev svg, .feedback .g-slider__btn-next svg {
    width: 24px;
  }
}
@media (any-hover: hover) {
  .feedback .g-slider__btn-prev:hover, .feedback .g-slider__btn-next:hover {
    background-color: hsl(179, 49%, 85%);
  }
}
.feedback .g-slider__btn-prev {
  left: -16px;
}
.feedback .g-slider__btn-prev svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.feedback .g-slider__btn-next {
  right: -16px;
}
@media (min-width: 993px) {
  .feedback .g-slider__btn-prev {
    left: -30px;
  }
  .feedback .g-slider__btn-next {
    right: -30px;
  }
}

.listing {
  position: relative;
  padding-left: 20px;
}

.listing::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #69cccb;
}

.team {
  margin-bottom: 60px;
}
@media screen and (min-width: 993px) {
  .team {
    margin-bottom: 100px;
  }
}

.feedback {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (min-width: 993px) {
  .feedback {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.page-appeal__pre {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (min-width: 993px) {
  .page-appeal__pre {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.appeal__pre {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  text-transform: uppercase;
  color: #242424;
}
@media screen and (min-width: 993px) {
  .appeal__pre {
    font-size: 21px;
  }
}

.appeal__pre:not(:last-child) {
  margin-bottom: 10px;
}

.appeal-detail {
  margin-bottom: 40px;
}

.appeal-detail__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #242424;
}
@media screen and (min-width: 993px) {
  .appeal-detail__title {
    margin-bottom: 40px;
  }
}

.appeal-detail__item {
  padding: 20px;
  background-color: #f4f4f4;
}

.appeal-detail__item:not(:last-child) {
  margin-bottom: 10px;
}

.appeal-deatail__subject {
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.appeal-detail__text {
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.detail__list {
  margin-top: 10px;
}

.detail__item {
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.detail__item:not(:last-child) {
  margin-bottom: 10px;
}

.appeal-detail__pic {
  display: block;
  width: 100%;
  height: auto;
}

.appeal-detail__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .appeal-detail__wrapper {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 993px) {
  .appeal-detail__wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 993px) {
  .appeal-detail__info {
    width: 50%;
    margin-right: 25px;
  }
}

@media screen and (max-width: 992px) {
  .appeal-detail__photo {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 993px) {
  .appeal-detail__photo {
    width: 50%;
  }
}

.appeal-detail__note .appeal-detail__text:not(:last-child) {
  margin-bottom: 10px;
}

.types {
  margin-bottom: 60px;
}

.types__title {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
}

.types__list {
  margin-bottom: 30px;
}
@media screen and (min-width: 993px) {
  .types__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.types__item {
  padding: 20px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 993px) {
  .types__item {
    width: 31%;
  }
}

.types__item:not(:last-child) {
  margin-bottom: 10px;
}

.types__num {
  margin-bottom: 10px;
  display: block;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #4c519e;
}

.type__title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.types-trauma__item {
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.types-trauma__item:not(:last-child) {
  margin-bottom: 10px;
}

.types__details {
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.attention {
  margin-bottom: 60px;
}

.attention__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #242424;
}

@media screen and (min-width: 993px) {
  .attention__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.attention__pic {
  display: block;
  width: 100%;
  height: auto;
}

.attention__photo {
  margin-bottom: 25px;
}
@media screen and (min-width: 993px) {
  .attention__photo {
    width: 50%;
  }
}

@media screen and (min-width: 993px) {
  .attention__info {
    width: 50%;
    margin-left: 25px;
  }
}

.attention__item {
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.attention__item:not(:last-child) {
  margin-bottom: 10px;
}

.how-can {
  margin-bottom: 60px;
}

.how-can__title {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  text-transform: uppercase;
  color: #4c519e;
}
@media screen and (min-width: 993px) {
  .how-can__title {
    margin-bottom: 60px;
    font-size: 60px;
  }
}

.how-can__object {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #242424;
}

@media screen and (min-width: 993px) {
  .how-can__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1%;
  }
}

.how-can__item {
  background-color: #f4f4f4;
  padding: 20px;
}
@media screen and (min-width: 993px) {
  .how-can__item {
    width: 19%;
  }
}

@media screen and (max-width: 992px) {
  .how-can__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.how-can__num {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #4c519e;
}

.how-can__text {
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.process {
  margin-bottom: 60px;
}

.process__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 21px;
  line-height: 140%;
  text-transform: uppercase;
  color: #242424;
}

@media screen and (min-width: 993px) {
  .process__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

@media screen and (min-width: 993px) {
  .process__item {
    width: 33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .process__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.processing__list {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #f4f4f4;
}

.processing__item {
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.processing__item:not(:last-child) {
  margin-bottom: 10px;
}/*# sourceMappingURL=appeal.css.map */