.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;
  }
}
.accounting-main-screen__container {
  padding-bottom: 20px;
  margin-left: 40px;
  margin-right: 20px;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 993px) {
  .accounting-main-screen__container {
    font-size: 50px;
  }
}

.will-main-screen__comment {
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1440px) {
  .will-main-screen__comment {
    font-size: 24px;
  }
}

.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;
  }
}

.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;
  }
}

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

.alimony-pre__title {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 140%;
  text-transform: uppercase;
  color: #242424;
}
@media screen and (min-width: 993px) {
  .alimony-pre__title {
    font-size: 21px;
  }
}

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

@media screen and (max-width: 992px) {
  .alimony-info__about {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 993px) {
  .alimony-info__about {
    width: 55%;
    margin-right: 25px;
  }
}

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

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

.alimony-info__pic {
  display: block;
  width: 100%;
  height: auto;
}

.how-to-get__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) {
  .how-to-get__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

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

.how-to-get__item:not(:last-child) {
  margin-bottom: 10px;
}

.how-to-get__num {
  margin-bottom: 20px;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #4c519e;
}

.how-to-get__subject {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  color: #242424;
}

.how-to-get__text {
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  color: #242424;
}

.options {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.options__item:not(:last-child) {
  margin-bottom: 20px;
}

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

.option__variant {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.option__variant:not(:last-child) {
  margin-bottom: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

.why-do__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) {
  .why-do__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

@media screen and (min-width: 993px) {
  .why-do__01 {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.why-do__right-col {
  gap: 24px;
}

@media screen and (min-width: 993px) {
  .why-do__rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
  }
}

.why-do__num {
  padding: 20px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 993px) {
  .why-do__num {
    width: 50%;
    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) {
  .why-do__num:not(:last-child) {
    margin-bottom: 10px;
  }
}

.why-do__subject {
  margin-bottom: 10px;
  font-family: Gilroy;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #4c519e;
}

.why-do__text {
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  text-align: center;
  color: #242424;
}

.text-to {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.process {
  margin-top: 40px;
  margin-bottom: 60px;
}

.process__list {
  margin-top: 20px;
  margin-bottom: 40px;
}

.process__item {
  position: relative;
  padding-left: 20px;
  font-size: 17px;
  line-height: 140%;
  color: #242424;
}

.process__item:not(:last-child) {
  padding-bottom: 10px;
}

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

.process__resume {
  padding-top: 30px;
  border-top: 1px solid #242424;
}
@media screen and (min-width: 993px) {
  .process__resume {
    width: 737px;
  }
}

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

.process__text:not(:last-child) {
  margin-bottom: 15px;
}/*# sourceMappingURL=alimony.css.map */