@font-face {
  font-family: 'Inter';
  src: url('../../theme/fonts/Inter-Regular.woff2') format('woff2'), url('../../theme/fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Inter';
  src: url('../../theme/fonts/Inter-SemiBold.woff2') format('woff2'), url('../../theme/fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: url('../../theme/fonts/Montserrat-Bold.woff2') format('woff2'), url('../../theme/fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: url('../../theme/fonts/Montserrat-Medium.woff2') format('woff2'), url('../../theme/fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: url('../../theme/fonts/Montserrat-Regular.woff2') format('woff2'), url('../../theme/fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'Montserrat';
  src: url('../../theme/fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../../theme/fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal
}

:root {
  --font-family: "Montserrat", sans-serif;
  --third-family: "Inter", sans-serif
}

body {
  overflow-x: hidden;
  min-width: 360px;
  margin: 0
}

.wrapper {
  width: 1300px;
  margin: 0 auto
}

.nav-menu-container {
  background: #121212
}

.nav-menu-block {
  display: flex;
  justify-content: space-between;
  padding: 15px 0
}

.nav-menu-emblem {
  background-image: url("../../theme/public/logo.png");
  width: 76px;
  height: 59px
}

.nav-menu-links {
  display: flex;
  align-items: center;
  gap: 95px
}

.nav-menu-links a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 155%;
  color: #f2f2ef;
  text-decoration: none
}

.nav-menu-links a:hover {
  transform: scale(1.1)
}

.nav-menu-links a:active {
  transform: scale(0.95)
}

.nav-menu-burger {
  display: flex;
  align-items: center
}

.nav-menu-burger-image {
  cursor: pointer;
  border: none;
  background: none
}

.nav-menu-burger-image:hover {
  transform: scale(1.1)
}

.nav-menu-burger-image:active {
  transform: scale(0.95)
}

.title-container {
  background-image: url("../../theme/public/title-background.svg");
  background-repeat: no-repeat;
  background-size: cover
}

.title-block {
  padding: 110px 0 125px 0;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.title-block-button {
  cursor: pointer;
  max-width: max-content;
  border-radius: 8px;
  padding: 24px 48px 30px 48px;
  background: linear-gradient(196deg, #f3e597 0%, #966e2c 47.8%, #bc9f58 66.98%, #e4d185 89.1%, #f3e597 100%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  color: #533d19;
  border: none
}

.title-block-button:hover,
.who-we-block-left-button:hover,
.button-back-money:hover {
  box-shadow: 0 0 15px rgba(243, 229, 151, 0.7)
}

.title-block-button:active,
.who-we-block-left-button:active,
.button-back-money:active {
  box-shadow: 0 0 10px rgba(243, 229, 151, 1);
  transform: scale(0.95)
}

.title-top {
  width: 50%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 64px;
  color: #121212;
  text-transform: uppercase
}

.title-top-description {
  width: 55%;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  color: #121212;
  margin-bottom: 44px
}

.emblem-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 50px
}

.emblem-block {
  width: 45%;
  display: flex;
  gap: 15px
}

.emblem-block-text {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  color: #5c5138
}

.current {
  font-weight: 500
}

.emblem-block-text-bottom {
  width: 40%;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  color: #5c5138
}

.statistics-container-image {
  max-height: 600px;
  position: absolute
}

.lawyer-image {
  max-height: 1500px;
  position: absolute;
  top: 900px;
  right: 0
}

.statistics-container {
  padding-top: 90px;
  padding-bottom: 125px;
  position: relative
}

.statistics-block {
  display: flex;
  justify-content: center;
  gap: 190px
}

.statistics-block-text {
  display: flex;
  flex-direction: column
}

.statistics-block-text-top {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 148px;
  text-transform: uppercase;
  text-align: center;
  color: #beaa7e
}

.statistics-block-text-center {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  color: #121212
}

.statistics-block-text-bottom {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 32px;
  text-align: center;
  color: #121212
}

.statistics-title {
  margin-top: 125px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.statistics-title-center {
  margin-top: 30px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px
}

.statistics-title-center-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 52px;
  text-transform: uppercase;
  color: #121212
}

.statistics-title-center-text-white {
  color: #fff
}

.statistics-title-bottom {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  color: #5c5138;
  width: 48%
}

.statistics-title-bottom-white {
  color: #f2f2ef
}

.who-we-block {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
  gap: 110px
}

.who-we-block-left {
  display: flex;
  flex-direction: column;
  max-width: 565px
}

.who-we-block-left-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 40px;
  color: #121212
}

.who-we-block-left-description {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  color: #5c5138
}

.who-we-block-left-description-bottom {
  margin-top: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #5c5138
}

.underline {
  text-decoration: underline;
  text-decoration-skip-ink: none
}

.who-we-block-left-button {
  max-width: max-content;
  border: none;
  cursor: pointer;
  margin-top: 33px;
  border-radius: 8px;
  padding: 10px 32px 14px 32px;
  background: linear-gradient(196deg, #f3e597 0%, #966e2c 47.8%, #bc9f58 66.98%, #e4d185 89.1%, #f3e597 100%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 217%;
  color: #533d19
}

.who-we-block-right {
  display: flex;
  flex-direction: column;
  gap: 12px
}

.who-we-block-right-block {
  border-radius: 8px;
  padding: 24px 50px;
  background: #f2f2ef;
  display: flex;
  align-items: center;
  gap: 28px
}

.who-we-block-right-block-title {
  font-family: var(--font-family);
  font-weight: 600;
  color: #beaa7e;
  min-width: 130px;
  line-height: 1.1
}

.big {
  font-size: 64px
}

.small {
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #beaa7e
}

.letter-spacing {
  letter-spacing: 0.08em
}

.nowrap {
  white-space: nowrap
}

.who-we-block-right-block-description {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  text-transform: uppercase;
  color: #5c5138
}

.chief-lawyer-block {
  margin-top: 95px;
  margin-bottom: 175px;
  display: flex;
  gap: 25px;
  position: relative
}

.chief-lawyer-block img {
  position: relative;
  z-index: 2;
  max-width: 575px;
  align-self: center;
}

.chief-lawyer-block-right {
  margin-top: 105px;
  border-radius: 10px;
  padding: 32px 36px 55px 40px;
  background: #121212;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2
}

.chief-lawyer-title {
  margin-top: 25px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 24px;
  line-height: 96%;
  color: #fff;
  position: relative
}

.chief-lawyer-description {
  margin-top: 25px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 96%;
  color: #fff
}

.chief-lawyer-name {
  border-radius: 10px;
  width: 433px;
  height: 400px;
  background: #f2f2ef;
  position: absolute;
  top: 80px;
  left: 200px;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-left: 48px;
  padding-bottom: 24px
}

.chief-lawyer-name-top {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 79%;
  text-transform: uppercase;
  color: #000
}

.chief-lawyer-name-center {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 79%;
  color: #000
}

.chief-lawyer-name-bottom {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  color: #121212;
  opacity: 0.6
}

.practice {
  font-weight: 300
}

.fraud-schemes-block {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px
}

.fraud-card {
  box-sizing: border-box;
  flex: 1 1 calc((100% - 40px) / 3);
  background: #beaa7e;
  border-radius: 8px;
  padding: 0 37px 24px 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between
}

.fraud-card-number {
  background-image: url("../../theme/public/vector.svg");
  background-repeat: no-repeat;
  width: 48px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center
}

.fraud-card-number span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-left: 3px
}

.fraud-card-title {
  margin-top: 25px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  width: 84%
}

.fraud-card-description {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #f2f2ef
}

.fraud-card-description-bottom {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #f2f2ef
}

.button-back-money {
  cursor: pointer;
  margin-top: 70px;
  border-radius: 8px;
  padding: 12px 24px 14px 24px;
  background: #beaa7e;
  border: 2px solid #775a19;
  font-family: var(--third-family);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 8px
}

.leave-request-container {
  background: #121212
}

.leave-request-container-background {
  background: #5c5138
}

.leave-request-block {
  padding: 64px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column
}

.leave-request-logo {
  background-image: url("../../theme/public/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 124px;
  height: 96px
}

.leave-request-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 48px;
  text-align: center;
  color: #f2f2ef;
  margin-top: 48px;
  margin-bottom: 32px;
  width: 75%
}

.leave-request-description {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #beaa7e;
  margin-top: 14px;
  margin-bottom: 48px;
  width: 43%
}

.step-by-step-container {
  background-image: url("../../theme/public/step-background.svg");
  background-repeat: no-repeat;
  background-size: contain
}

.step-by-step-block {
  padding-bottom: 124px;
  display: flex;
  flex-direction: column;
  gap: 48px
}

.step-by-step-row {
  display: flex;
  justify-content: space-around
}

.step-by-step-element {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  max-width: 20%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease
}

.step-by-step-element.visible {
  opacity: 1;
  transform: translateY(0)
}

.step-top {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 128px;
  text-transform: uppercase;
  text-align: center;
  color: #121212;
  opacity: 0.2
}

.step-center {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
  color: #121212
}

.step-bottom {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #beaa7e
}

.profit-container {
  position: relative;
  background-image: url("../../theme/public/profit-background.png");
  background-size: cover;
  background-repeat: no-repeat
}

.profit-image {
  position: absolute;
  top: 200px;
  left: 0
}

.profit-block {
  display: flex;
  flex-direction: column;
  padding: 84px 0
}

.profit-block-title {
  margin-top: 0;
  margin-bottom: 64px
}

.profit-list-item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center
}

.profit-list-item {
  opacity: 0;
  transform: rotate(-30deg) scale(0.9);
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity
}

.profit-list-item.visible {
  opacity: 1;
  transform: rotate(0deg) scale(1)
}

.profit-list-item-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 422px
}

.profit-list-item-center-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-right: 30px
}

.profit-list-item-circle {
  background-image: url("../../theme/public/background-ellipse.svg");
  background-size: cover;
  width: 394px;
  height: 394px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px
}

.profit-list-item-circle-top {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 128px;
  text-transform: uppercase;
  text-align: center;
  color: #fff
}

.profit-list-item-circle-bottom {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #beaa7e;
  max-width: 250px
}

.reviews-container {
  background: #121212;
  padding-bottom: 125px
}

.reviews-block {
  display: flex;
  flex-direction: column
}

.reviews-block-title {
  margin-top: 124px;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  gap: 48px
}

.reviews-block-left-line {
  width: 7%;
  height: 2px;
  background: #beaa7e
}

.reviews-block-right-line {
  flex: 1;
  height: 2px;
  background: #beaa7e
}

.reviews-block-title-text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 52px;
  text-transform: uppercase;
  color: #fff
}

.reviews-swiper {
  width: 100%
}

.swiper-wrapper {
  display: flex;
  padding-top: 40px
}

.swiper-slide {
  flex-shrink: 0;
  border-radius: 8px;
  width: auto;
  position: relative
}

.review-card {
  background: #f0f0f0;
  border-radius: 15px;
  height: 100%;
  box-sizing: border-box
}

.reviews-pagination {
  margin-top: 20px;
  text-align: center
}

.reviews-pagination .swiper-pagination-bullet {
  width: 23px;
  height: 2px;
  display: inline-block;
  margin: 0 4px;
  background: #ccc;
  transition: background 0.3s ease;
  border-radius: 2px
}

.reviews-pagination .swiper-pagination-bullet-active {
  background: #f2f2ef
}

.comment-image {
  background-image: url("../../theme/public/comment1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.comment-image2 {
  background-image: url("../../theme/public/comment2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.comment-image3 {
  background-image: url("../../theme/public/comment3.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.comment-image4 {
  background-image: url("../../theme/public/comment4.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.comment-image5 {
  background-image: url("../../theme/public/comment5.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px
}

.comment-text-container {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10px 20px 25px 15px
}

.comment-link {
  background-image: url("../../theme/public/dialog.svg");
  width: 114px;
  height: 80px;
  position: absolute;
  top: -20px;
  right: 10px
}

.comment-name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 155%;
  text-transform: uppercase;
  color: #121212
}

.comment-age {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  text-transform: lowercase;
  color: #121212;
  opacity: 0.4
}

.comment-sum {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  color: #121212;
  opacity: 0.8
}

.comment-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 156%;
  color: #121212;
  margin-top: 10px
}

.comment-rate-block {
  display: flex;
  justify-content: space-between;
  margin-top: 15px
}

.comment-rate {
  background-image: url("../../theme/public/rate.svg");
  width: 97px;
  height: 16px
}

.comment-button {
  border: none;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  line-height: 157%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #121212;
  opacity: 0.6;
  cursor: pointer
}

.comment-button:hover,
.comment-link:hover,
.comment-more-button:hover,
.request-button:hover,
.footer-block-left-phone-number:hover,
.footer-block-left-messenger-button:hover {
  transform: scale(1.03)
}

.comment-button:active,
.comment-link:active,
.comment-more-button:active,
.request-button:active,
.footer-block-left-phone-number:active,
.footer-block-left-messenger-button:active {
  transform: scale(0.95)
}

.comment-more-block {
  background: #f2f2ef;
  padding: 100px 10px 90px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 60px
}

.comment-more-image {
  background-image: url("../../theme/public/comment6.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 337px;
  height: 231px
}

.comment-more-button {
  cursor: pointer;
  border: none;
  padding: 10px 45px;
  border-radius: 5px;
  background: #cfa14b;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  text-transform: uppercase;
  text-align: center;
  color: #fff
}

.stages-of-work-image {
  position: relative;
  overflow: visible;
  background-image: url("../../theme/public/step1.svg");
  height: 190px;
  border-radius: 8px
}

.stages2-of-work-image {
  position: relative;
  background-image: url("../../theme/public/step2.svg");
  height: 190px;
  border-radius: 8px
}

.stages3-of-work-image {
  position: relative;
  background-image: url("../../theme/public/step3.svg");
  height: 190px;
  border-radius: 8px;
  margin-left: -3px
}

.stages4-of-work-image {
  position: relative;
  background-image: url("../../theme/public/step4.svg");
  height: 190px;
  border-radius: 8px
}

.stages-of-work-step {
  position: absolute;
  left: 30px;
  top: -100px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 143px;
  line-height: 155%;
  color: #f2f2ef
}

.stages-of-work-container {
  border-radius: 10px;
  background: #f2f2ef;
  padding: 25px 25px 50px 30px;
  display: flex;
  flex-direction: column;
  min-height: 220px
}

.form-container {
  background: #f2f2ef
}

.form-block {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
  gap: 40px
}

.form-block-left {
  background-image: url("../../theme/public/form-block-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 90px;
  border-radius: 10px
}

.form-block-right {
  max-width: 560px
}

.modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  width: 80%;
  max-width: 500px;
  text-align: center
}

.modal-message {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #828282
}

.form-text-block {
  display: flex;
  flex-direction: column
}

.form-text-block-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 19px;
  line-height: 153%;
  text-transform: uppercase;
  color: #121212
}

.form-text-block-title-yellow {
  color: #cfa14b
}

.form-text-block-description {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 156%;
  color: #121212
}

.form-text-block-footer {
  margin-top: 40px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 156%;
  text-transform: uppercase;
  color: #121212
}

.form-text-block-footer-small {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 158%;
  text-transform: lowercase;
  color: #121212
}

.input-block {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 20px
}

.request-button-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px
}

.request-button {
  max-width: max-content;
  padding: 10px 75px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: linear-gradient(188deg, #f3e597 0%, #f3e597 25.56%, #efdf93 29.75%, #e4cf88 35.14%, #d1b575 41.16%, #bf9c63 45.74%, #966e2c 68.88%, #966e2c 100%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  color: #533d19
}

.request-button-text {
  width: 150px;
  text-align: center;
  margin-top: 5px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 8px;
  line-height: 150%;
  color: #121212;
  opacity: 0.6
}

.request-button-text-link {
  color: #121212
}

.input-container {
  border-radius: 10px;
  background: #fff;
  padding: 15px 20px
}

.form-input,
.form-input::placeholder {
  border: none;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #121212;
  opacity: 0.5
}

.form-input:focus {
  outline: none
}

.faq-container {
  background: #fff
}

.faq-block {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 70px 70px 150px 70px
}

.faq-block-title {
  max-width: max-content;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 119%;
  text-transform: uppercase;
  color: #121212;
  border-bottom: 1px solid #121212;
}

.list-questions {
  display: flex;
  gap: 45px;
  margin-top: 30px
}

.faq-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 50px
}

.faq-question {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 135%;
  text-transform: uppercase;
  color: #121212;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer
}

.faq-question>span {
  max-width: calc(100% - 45px)
}

.faq-icon {
  width: 24px;
  height: 24px;
  background-image: url('../../theme/public/plus.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease
}

.faq-item.active .faq-icon {
  transform: rotate(45deg)
}

.faq-answer {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  line-height: 155%;
  color: #414141;
  margin-top: 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0
}

.faq-item.active .faq-answer {
  max-height: 500px;
  opacity: 1
}

.footer-container {
  background: #121212
}

.footer-block {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 40px 70px 15px 65px
}

.google-map {
  border: none;
  border-radius: 10px;
  width: 760px;
  height: 349px;
  display: block
}

.footer-block-left {
  width: 35%
}

.footer-block-left-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  line-height: 156%;
  text-transform: uppercase;
  color: #f2f2ef
}

.footer-block-left-address {
  margin-top: 40px;
  display: flex;
  gap: 25px
}

.footer-block-left-address-text {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: #f2f2ef
}

.address-text-thin {
  font-weight: 300
}

.footer-block-left-phone-number {
  cursor: pointer;
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 155%;
  text-align: center;
  color: #f2f2ef;
  border: 1px solid #f2f2ef;
  border-radius: 5px;
  padding: 10px 55px;
  background: none;
  text-decoration: none;
  display: inline-block
}

.footer-block-left-messenger {
  margin-top: 25px;
  display: flex;
  gap: 40px
}

.footer-block-left-messenger-button {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 156%;
  color: #f2f2ef;
  text-decoration: none
}

.footer-block-left-mail {
  display: block;
  margin-top: 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 157%;
  color: #fff
}

.privacy-policy-block {
  margin-top: 30px;
  display: flex;
  gap: 15px
}

.privacy-policy-text {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 11px;
  line-height: 155%;
  color: #f2f2ef;
  opacity: 0.75;
  text-decoration: none
}

.footer-block-left-bottom {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 30px
}

.footer-block-left-bottom-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 158%;
  color: #f2f2ef;
  opacity: 0.4
}

@media (min-width:1025px) and (max-width:1400px) {
  .wrapper {
    width: 960px
  }

  .title-top {
    width: 100%
  }

  .title-top-description {
    width: 70%
  }

  .emblem-block-text-bottom {
    width: 55%
  }

  .statistics-block {
    gap: 60px
  }

  .chief-lawyer-name {
    top: 150px
  }

  .statistics-title-bottom {
    width: 90%
  }

  .who-we-block {
    gap: 30px
  }

  .line {
    width: 150px;
    height: 3px
  }

  .leave-request-description {
    width: 70%
  }

  .step-by-step-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    place-items: center
  }

  .step-by-step-element {
    max-width: 80%
  }

  .profit-image {
    top: 140px
  }

  .profit-list-item-text {
    font-size: 20px
  }

  .comment-text-container {
    justify-content: space-between;
    min-height: 290px
  }

  .comment-more-block {
    min-height: 395px
  }

  .comment-more-image {
    width: 100%
  }

  .stages-of-work-container {
    min-height: 300px
  }

  .faq-column {
    justify-content: space-between
  }

  .footer-block {
    flex-direction: column
  }

  .footer-block-left {
    width: 100%
  }

  .request-button-block {
    width: auto
  }

  .footer-block-right {
    width: 100%
  }

  .google-map {
    width: 100%
  }
}

@media (max-width:1024px) {
  .chief-lawyer-block img {
    max-width: 100%;
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .wrapper {
    width: 720px
  }

  .nav-menu-links {
    gap: 50px
  }

  .emblem-container {
    align-items: center;
    flex-direction: row;
    justify-content: space-around
  }

  .title-block {
    align-items: center;
    text-align: center
  }

  .title-top {
    width: 100%
  }

  .title-top-description {
    width: 70%
  }

  .emblem-block-text-bottom {
    width: 55%
  }

  .statistics-block {
    gap: 60px
  }

  .statistics-block-text-top {
    font-size: 120px
  }

  .chief-lawyer-name {
    top: 170px
  }

  .chief-lawyer-block {
    flex-direction: column
  }

  .statistics-container-image {
    max-height: 400px
  }

  .statistics-title-center-text {
    font-size: 40px
  }

  .statistics-title-bottom {
    width: 90%
  }

  .who-we-block {
    gap: 30px;
    flex-direction: column
  }

  .line {
    width: 100px;
    height: 3px
  }

  .fraud-schemes-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
  }

  .fraud-card {
    padding: 0 20px 24px 20px
  }

  .fraud-card-title {
    font-size: 24px
  }

  .leave-request-description {
    width: 70%
  }

  .leave-request-title {
    font-size: 40px;
    width: 90%
  }

  .profit-image {
    display: none
  }

  .step-by-step-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
    place-items: center
  }

  .step-by-step-element {
    max-width: 80%
  }

  .profit-image {
    top: 140px
  }

  .profit-list-item-text {
    font-size: 20px
  }

  .profit-list-item-circle {
    display: none
  }

  .profit-list-item-center-row {
    margin: 50px 0
  }

  .comment-text-container {
    justify-content: space-between;
    min-height: 290px
  }

  .reviews-block-title-text {
    font-size: 40px
  }

  .comment-more-block {
    min-height: 395px
  }

  .comment-more-image {
    width: 100%
  }

  .stages-of-work-container {
    min-height: 300px
  }

  .form-block {
    flex-direction: column
  }

  .faq-column {
    justify-content: space-between
  }

  .list-questions {
    flex-direction: column
  }

  .request-button-block {
    width: auto
  }

  .footer-block {
    flex-direction: column
  }

  .footer-block-left {
    width: 100%
  }

  .footer-block-right {
    width: 100%
  }

  .google-map {
    width: 100%
  }
}

@media (min-width:481px) and (max-width:767px) {
  .wrapper {
    width: 460px;
    padding: 0 10px
  }

  .nav-menu-links {
    gap: 20px;
    flex-direction: column
  }

  .nav-menu-block {
    align-items: center
  }

  .emblem-container {
    align-items: center;
    flex-direction: column;
    justify-content: space-around
  }

  .title-block-button {
    font-size: 25px
  }

  .title-block {
    align-items: center;
    text-align: center
  }

  .title-top {
    width: 100%;
    font-size: 40px
  }

  .title-top-description {
    width: 70%;
    font-size: 30px
  }

  .emblem-block {
    width: 85%
  }

  .emblem-block-text-bottom {
    width: 90%;
    font-size: 20px
  }

  .statistics-block {
    gap: 60px;
    flex-direction: column
  }

  .statistics-block-text-top {
    font-size: 100px
  }

  .statistics-block-text-center {
    margin-top: 0;
    font-size: 35px
  }

  .statistics-block-text-bottom {
    font-size: 26px
  }

  .chief-lawyer-name {
    top: 0;
    width: 300px;
    left: 100px
  }

  .chief-lawyer-block {
    flex-direction: column;
    margin-bottom: 50px
  }

  .statistics-title {
    margin-top: 50px
  }

  .statistics-container-image {
    max-height: 300px
  }

  .statistics-title-center-text {
    font-size: 26px
  }

  .statistics-title-bottom {
    width: 90%;
    font-size: 22px
  }

  .who-we-block {
    gap: 30px;
    flex-direction: column
  }

  .line {
    width: 45px;
    height: 3px
  }

  .lawyer-image {
    z-index: -1
  }

  .fraud-schemes-block {
    display: grid;
    grid-template-columns: 1fr
  }

  .fraud-card {
    padding: 0 20px 24px 20px
  }

  .fraud-card-title {
    font-size: 24px
  }

  .leave-request-description {
    width: 70%
  }

  .leave-request-title {
    font-size: 40px;
    width: 90%
  }

  .profit-image {
    display: none
  }

  .step-by-step-row {
    display: flex;
    gap: 30px 40px;
    flex-direction: column;
    align-items: center
  }

  .step-by-step-element {
    max-width: 80%
  }

  .profit-image {
    top: 140px
  }

  .profit-list-item-text {
    font-size: 20px
  }

  .profit-list-item-circle {
    display: none
  }

  .profit-list-item-center-row {
    margin: 50px 0;
    flex-direction: column;
    gap: 50px;
    padding-right: 0
  }

  .comment-text-container {
    justify-content: space-between;
    min-height: 290px
  }

  .reviews-block-title-text {
    font-size: 26px
  }

  .comment-more-block {
    min-height: 395px
  }

  .stages-of-work-container {
    min-height: 300px
  }

  .form-block-left {
    padding: 40px
  }

  .form-text-block-footer {
    width: 85%
  }

  .request-button-block {
    width: auto
  }

  .faq-block {
    padding: 30px 30px 70px 30px
  }

  .form-block {
    flex-direction: column
  }

  .faq-column {
    justify-content: space-between
  }

  .list-questions {
    flex-direction: column
  }

  .footer-block {
    flex-direction: column;
    padding: 20px 20px 15px 20px
  }

  .footer-block-left {
    width: 100%
  }

  .footer-block-right {
    width: 100%
  }

  .google-map {
    width: 100%
  }
}

@media (max-width:480px) {
  .wrapper {
    width: calc(100% - 30px);
    padding: 0 15px
  }

  .nav-menu-links {
    gap: 20px;
    flex-direction: column
  }

  .nav-menu-block {
    align-items: center
  }

  .emblem-container {
    align-items: center;
    flex-direction: column;
    justify-content: space-around
  }

  .title-block-button {
    font-size: 24px;
    padding: 20px 40px 20px 40px
  }

  .title-block {
    align-items: center;
    text-align: center;
    padding: 50px 0 70px 0
  }

  .title-top {
    width: 100%;
    font-size: 30px
  }

  .title-top-description {
    width: 100%;
    font-size: 25px
  }

  .emblem-block {
    width: 100%;
    flex-direction: column;
    align-items: center
  }

  .emblem-block-text-bottom {
    width: 90%;
    font-size: 20px
  }

  .emblem-block-text {
    font-size: 22px
  }

  .statistics-block {
    gap: 60px;
    flex-direction: column
  }

  .statistics-block-text-top {
    font-size: 90px
  }

  .statistics-block-text-center {
    margin-top: 0;
    font-size: 30px
  }

  .statistics-block-text-bottom {
    font-size: 22px
  }

  .who-we-block-left-description {
    font-size: 20px
  }

  .who-we-block-left-description-bottom {
    font-size: 20px
  }

  .who-we-block-left-button {
    max-width: none;
    width: 100%
  }

  .who-we-block-right-block {
    flex-direction: column
  }

  .step-top {
    font-size: 100px
  }

  .reviews-block-title {
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center
  }

  .profit-block {
    padding: 50px 0
  }

  .reviews-container {
    padding-bottom: 50px
  }

  .reviews-block-left-line {
    display: none
  }

  .reviews-block-right-line {
    display: none
  }

  .who-we-block-right-block-description {
    text-align: center;
    font-size: 20px
  }

  .chief-lawyer-name {
    top: 180px;
    width: calc(100% - 48px);
    height: 200px;
    left: 0
  }

  .chief-lawyer-name-top {
    font-size: 20px
  }

  .chief-lawyer-block-right {
    margin-top: 150px
  }

  .chief-lawyer-title {
    font-size: 20px
  }

  .chief-lawyer-description {
    font-size: 18px
  }

  .chief-lawyer-block {
    flex-direction: column;
    margin-bottom: 50px
  }

  .statistics-title {
    margin-top: 50px
  }

  .statistics-container-image {
    max-height: 200px
  }

  .statistics-title-center-text {
    font-size: 26px
  }

  .statistics-title-bottom {
    width: 90%;
    font-size: 22px
  }

  .who-we-block {
    gap: 30px;
    flex-direction: column
  }

  .line {
    display: none
  }

  .lawyer-image {
    z-index: -1
  }

  .fraud-schemes-block {
    display: grid;
    grid-template-columns: 1fr
  }

  .fraud-card {
    padding: 0 20px 24px 20px
  }

  .fraud-card-title {
    font-size: 24px
  }

  .leave-request-description {
    width: 100%;
    font-size: 22px
  }

  .leave-request-title {
    font-size: 28px;
    width: 100%
  }

  .profit-image {
    display: none
  }

  .step-by-step-row {
    display: flex;
    gap: 30px 40px;
    flex-direction: column;
    align-items: center
  }

  .step-by-step-element {
    max-width: 80%
  }

  .profit-image {
    top: 140px
  }

  .profit-list-item-text {
    font-size: 20px
  }

  .profit-list-item-circle {
    display: none
  }

  .profit-list-item-center-row {
    margin: 50px 0;
    flex-direction: column;
    gap: 50px;
    padding-right: 0
  }

  .comment-text-container {
    justify-content: space-between;
    min-height: 290px
  }

  .reviews-block-title-text {
    font-size: 26px
  }

  .comment-more-block {
    min-height: 395px
  }

  .stages-of-work-container {
    min-height: 300px
  }

  .form-block-left {
    display: none
  }

  .form-text-block-footer {
    width: 100%
  }

  .request-button {
    width: 100%;
    max-width: none
  }

  .faq-block-title {
    font-size: 24px
  }

  .request-button-block {
    width: auto
  }

  .faq-block {
    padding: 30px 10px 70px 10px
  }

  .faq-question {
    font-size: 18px
  }

  .form-block {
    flex-direction: column
  }

  .faq-column {
    justify-content: space-between;
    gap: 30px
  }

  .list-questions {
    flex-direction: column
  }

  .footer-block {
    flex-direction: column;
    padding: 50px 0
  }

  .footer-block-left {
    width: 100%
  }

  .footer-block-right {
    width: 100%
  }

  .footer-block-left-phone-number {
    width: 100%;
    padding: 10px 0
  }

  .footer-block-left-messenger {
    justify-content: space-between
  }

  .privacy-policy-block {
    flex-direction: column
  }

  .google-map {
    width: 100%
  }
}