.customContentBlock {
  margin-bottom: 120px;
}

.customContentBlock .section-block {
  margin-top: 0;
}

.body-reg-20 {
  font-size: 20px;
  line-height: 30px;
}

.flexContainer2 {
  display: flex;
  gap: 32px;
  margin-bottom: 32px;
}

.customContentBlock h2,
.customContentBlock .h2 {
  font-size: 68px;
  font-weight: 700;
  line-height: 84px;
}

.customContentBlock .h2 {
  margin-bottom: 12px;
}

.customContentBlock h2 .yellow-colored {
  color: rgba(242, 96, 22, 1);
}

.customContentBlock h2 {
  position: relative;
  z-index: 5;
  margin-bottom: 6px;
}

.blockDescription {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 32px;
  position: relative;
  z-index: 5;
}

.blockDescription_second {
  margin-bottom: 24px;
}

.blockDescription.--mb24 {
  margin-bottom: 24px;
}

.customContentBlock .section-wrapper {
  padding: 62px 0;
  position: relative;
}

.customContentBlock .section-wrapper.--t80 {
  padding: 80px 0 0 0;
}

.customContentBlock .section-wrapper.--t82 {
  padding: 82px 0 0 0;
}

.customContentBlock .cardCustom {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow: none;
  position: relative;
  z-index: 5;
  padding: 32px;
  border-radius: 20px;
  background-color: #ffffff;
  flex-grow: 1;
  flex-basis: 0;
}

.customCases .customCasesItem:not(:last-child) {
  padding-bottom: 42px;
  margin-bottom: 42px;
  border-bottom: 1px solid rgba(244, 245, 247, 1);
}

.customCases .customCasesItem:nth-child(even) .customCasesItem__flexContainer {
  flex-direction: row-reverse;
}

.customCases
  .customCasesItem:nth-child(even)
  .customCasesItem__textContent
  .customCasesItem__caseLink {
  justify-content: flex-end;
}

.customCasesItem__flexContainer {
  display: flex;
  align-items: flex-start;
  gap: 42px;
}

.customCasesItem__imageBox {
  flex: 0 0 480px;
}

.customCasesItem__textContent {
  flex: 1;
}

.customCasesItem__imageBox img {
  max-width: 100%;
  height: auto;
}

.customCasesItem__bigNums {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  color: rgba(255, 135, 74, 1);
  display: inline-block;
  margin-right: 8px;
}

.customCasesItem__staticStr {
  color: rgba(42, 42, 54, 1);
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
}

.customCasesItem__textContent h3 {
  margin: 0;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  color: rgba(42, 42, 54, 1);
}

.customCasesItem__descriptionText {
  padding: 12px 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(42, 42, 54, 1);
}

.customCasesItem__descriptionBlock
  p.customCasesItem__descriptionText:not(:last-child) {
  border-bottom: 1px solid rgba(254, 206, 181, 1);
}

.customCasesItem .customCasesItem__caseLink {
  color: rgba(242, 96, 22, 1);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.customCasesItem__caseLink svg {
  fill: #f26016;
  display: inline-block;
  margin-top: 3px;
}

.customCasesItem__caseLink span {
  font-size: 24px;
}

.customCasesItem__resultText {
  padding: 32px;
  background-color: rgba(244, 245, 247, 1);
  color: rgba(42, 42, 54, 1);
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 32px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}

.customCasesItem__resultText span {
  color: rgba(182, 182, 194, 1);
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
  margin-right: 24px;
}

.custom_list li {
  padding-left: 30px;
  color: rgba(42, 42, 54, 1);
  position: relative;
}

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

.custom_list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: rgba(255, 135, 74, 1);
  border-radius: 100%;
  position: absolute;
  left: 8px;
  top: 14px;
}

.additional_points {
  margin-top: 32px;
}

.additional_points p {
  display: flex;
  align-items: flex-start;
}

.additional_points p:not(:last-child) {
  margin-bottom: 24px;
}

.additional_points p img {
  display: inline-block;
  margin-right: 12px;
  margin-left: -5px;
}

.customTextBlock {
  margin-top: 42px;
  border-radius: 20px;
}

.customTextBlock.--p24 {
  padding: 24px;
}

.customTextBlock.--p48 {
  padding: 48px;
}

.--bg-dark-radial {
  background: radial-gradient(
    75.51% 75.51% at 50% -24.55%,
    #3e3e62 0%,
    #2a2a36 100%
  );
}

.customTextBlock.--bg-dark-radial {
  color: #fff;
}

.customTextBlock.--mt62 {
  margin-top: 62px;
}

.customTextBlock.--bg-dark-radial .blockDescription {
  color: rgba(244, 245, 247, 1);
  margin-top: 32px;
  margin-bottom: 0;
}

.customTextBlock__paragraphList {
  margin-top: 16px;
  margin-bottom: 32px;
}

.customTextBlock__paragraphList p {
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.customTextBlock__paragraphList p:not(:last-child) {
  margin-bottom: 24px;
}

.customTextBlock__paragraphList p span {
  display: inline-block;
  margin-right: 32px;
}

.customTextBlock .btn {
  width: 100%;
  text-align: center;
  padding: 15px 16px;
}

.customTextBlock__title {
  margin-bottom: 12px;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  color: rgba(42, 42, 54, 1);
}

p.customTextBlock__title {
  margin-bottom: 12px;
}

.customTextBlock__title span {
  color: rgba(255, 135, 74, 1);
}

.customTextBlock__text {
  font-size: 20px;
  line-height: 32px;
  color: rgba(42, 42, 54, 1);
  margin-top: 12px;
}

.custom_list li,
.additional_points p,
.blockDescription_second {
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .flexContainer2 {
    flex-direction: column;
  }

  .customContentBlock {
    margin-bottom: 84px;
  }

  .customContentBlock h2,
  .customContentBlock .h2 {
    font-size: 58px;
    font-weight: 700;
    line-height: 76px;
  }

  .customContentBlock .h2 {
    margin-bottom: 6px;
  }

  .customCasesItem__flexContainer {
    flex-direction: column;
  }

  .customContentBlock .section-wrapper.--t80 {
    padding: 50px 0 0 0;
  }

  .customContentBlock .section-wrapper.--t72-md {
    padding-top: 72px;
  }

  .customCasesItem__textContent .customCasesItem__caseLink {
    margin-top: 36px;
    justify-content: flex-end;
  }

  .customCases
    .customCasesItem:nth-child(even)
    .customCasesItem__flexContainer {
    flex-direction: column;
  }

  .customCasesItem__imageBox {
    flex: 1;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .customCases .customCasesItem:not(:last-child) {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }

  .customCasesItem__resultText {
    flex-direction: column;
    align-items: flex-start;
  }

  .customCasesItem__resultText span {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .customCasesItem__textContent {
    max-width: 100%;
  }

  .customCasesItem__bigNums {
    font-size: 32px;
    line-height: 46px;
  }

  .customCasesItem__textContent h3 {
    font-size: 32px;
    line-height: 46px;
  }

  .customCasesItem__descriptionText {
    font-size: 16px;
    line-height: 24px;
  }

  .table_mobile_content .body-reg-16 {
    font-size: 20px;
    line-height: 32px;
  }

  .blockDescription {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .customTextBlock__paragraphList p {
    align-items: flex-start;
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 767px) {
  .customContentBlock .section-wrapper {
    padding: 42px 0;
  }

  .table_mobile_content .body-reg-16 {
    font-size: 16px;
    line-height: 24px;
  }

  .blockDescription {
    font-size: 16px;
    line-height: 24px;
  }

  .customCases .customCasesItem:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  /* .custom_list li {
    font-size: 16px;
    line-height: 100%;
  } */

  .customContentBlock {
    margin-bottom: 80px;
  }

  /* .additional_points p {
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
  }

  .additional_points p img {
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 6px;
  } */

  /* .customTextBlock__title {
    font-size: 20px;
    line-height: 30px;
  } */

  /* .customTextBlock__text {
    font-size: 16px;
    line-height: 24px;
  } */

  .customCasesItem__textContent .customCasesItem__caseLink {
    margin-top: 0;
  }

  .customCasesItem__flexContainer {
    gap: 18px;
  }
}

@media (max-width: 600px) {
  .customContentBlock .section-wrapper.--t62-sm {
    padding-top: 62px;
  }

  .blockDescription_second {
    font-size: 20px;
    line-height: 32px;
  }

  .customTextBlock__text,
  .custom_list li,
  .additional_points p {
    font-size: 16px;
    line-height: 24px;
  }

  .customContentBlock h2,
  .customContentBlock .h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .free-consultation-block.customTextBlock {
    padding: 32px 20px;
  }

  .free-consultation-block.customTextBlock h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .free-consultation-block.customTextBlock p.blockDescription {
    margin-top: 24px;
  }

  .custom_list li:not(:last-child) {
    margin-bottom: 16px;
  }

  .custom_list li::before {
    top: 8px;
  }

  .additional_points p img {
    width: 26px;
    height: 26px;
  }

  .customTextBlock.--mt40-sm {
    margin-top: 40px;
  }

  .customTextBlock__title {
    font-size: 24px;
    line-height: 34px;
  }

  .customCasesItem__textContent h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .customCasesItem__bigNums {
    font-size: 24px;
    line-height: 34px;
  }

  .customCasesItem__resultText {
    font-size: 18px;
    line-height: 26px;
  }

  .customCasesItem__resultText span {
    font-size: 18px;
    line-height: 26px;
  }

  .customTextBlock__paragraphList p {
    font-size: 20px;
    line-height: 30px;
    flex-direction: column;
  }

  .customTextBlock__paragraphList p span {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .customTextBlock .btn {
    padding: 12px 14px;
    font-size: 16px;
    line-height: 24px;
  }
}
