h1 {
  margin-bottom: 50px;
}

.statement {
  margin-bottom: 150px;
}

.statement-form {
  width: 100%;
  max-width: 1250px;
  margin: auto;
}

.statement-top {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.statement-bottom {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.statement-middle {
  padding: 50px 128px;
  background-color: #f6f6f6;
}

.statement-top {
  border-bottom: 2px solid #d9d9d9;
  background-color: #f6f6f6;
}

.statement__notification {
  margin-bottom: 30px;
}

.statement__notification p + p {
  margin-top: 14px;
}

.statement-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #efefef;
  padding: 40px 128px;
}

.statement-tabs__list.desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #efefef;
  border-radius: 15px 15px 0 0;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}

.statement-tabs__list.desktop a.active + a:not(.active) {
  border-left-color: transparent;
}

.statement-tabs__list.desktop a + a {
  border-left: 1px solid #d9d9d9;
}

.statement-tabs__list.desktop a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  padding: 12px 24px;
  margin-top: -1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.statement-tabs__list.desktop a:not(.active):first-child {
  border-top-left-radius: 15px;
}

.statement-tabs__list.desktop a:not(.active):last-child {
  border-top-right-radius: 15px;
}

.statement-tabs__list.desktop a:last-child {
  margin-right: -2px;
}

.statement-tabs__list.desktop a:first-child {
  margin-left: -1px;
}

.statement-tabs__list.desktop a.active {
  background-color: #ffffff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
}

.statement-tabs__list.desktop a.active::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #ffffff;
}

.statement-tabs__list.desktop a.active .icon {
  fill: #333333;
  color: #ff8200;
}

.statement-tabs__list.desktop a.active span {
  font-weight: 700;
  color: #333333;
}

.statement-tabs__list.desktop a .icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  margin-right: 15px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  fill: #777777;
  color: #777777;
}

.statement-tabs__list.desktop a span {
  font-size: 14px;
  line-height: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #777777;
}

.statement-tabs__list.mobile {
  display: none;
}

.statement-tabs__main {
  border: 1px solid #d9d9d9;
  border-radius: 0px 0px 15px 15px;
  background-color: #ffffff;
  padding: 40px 30px;
}

.statement-final {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-bottom: 25px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px;
}

.statement-final .h4 {
  text-align: center;
}

.statement-final__company-name {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  font-weight: 700;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.statement-final__title {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-bottom: 25px;
}

.statement-final .area p,
.statement-final .area span {
  font-size: 14px;
  line-height: 20px;
}

.statement-final .area span {
  font-weight: 600;
}

.statement-final .area .flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 5px;
}

.statement-final .area-form__fields-item > div + div {
  margin-top: 10px;
}

.statement-final__bottom-text {
  margin-top: 30px;
}

.statement-final__bottom-text p {
  font-size: 12px;
  line-height: 16px;
  color: #777777;
}

.dot-leaders__item + .dot-leaders__item {
  margin-top: 15px;
}

.dot-leaders__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dot-leaders__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: calc(40% - 5px);
}

.dot-leaders__item-title p {
  font-size: 14px;
  line-height: 20px;
  color: #777777;
  margin-right: 10px;
  max-width: 90%;
}

.dot-leaders__item-title div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 5px;
  border-bottom: 1px dashed #bfbfbf;
}

.dot-leaders__item-text {
  width: calc(60% - 5px);
}

.dot-leaders__item-text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #333333;
}

@media (min-width: 1024px) {
  .statement-tabs a:hover {
    text-decoration: none;
  }

  .statement-tabs a:hover .icon {
    fill: #333333;
    color: #ff8200;
  }

  .statement-tabs a:hover span {
    color: #333333;
  }
}

@media screen and (max-width: 1199px) {
  .statement-middle,
  .statement-bottom {
    padding: 50px;
  }

  .statement-tabs__list.desktop a {
    padding: 10px;
  }

  .statement-tabs__list.desktop a .icon {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .statement {
    margin-bottom: 100px;
  }

  .statement-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .statement-middle {
    padding: 30px;
  }

  .statement-bottom {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 30px;
  }

  .statement .container {
    padding: 0;
  }

  .statement-tabs__list.desktop .icon {
    display: none;
  }

  .statement-tabs__list.desktop span {
    max-width: 120px;
  }

  .statement.money-refund .check-copy,
  .statement.claim .check-copy,
  .statement.free-form .check-copy {
    -ms-grid-row: 3;
        grid-row-start: 3;
  }

  .statement-final {
    padding: 30px;
  }

  .statement-final .h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .dot-leaders__item-title,
  .dot-leaders__item-text {
    width: calc(50% - 5px);
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .statement-top {
    border: none;
  }

  .statement-middle {
    padding: 0 15px 30px;
  }

  .statement-bottom {
    padding: 25px 15px;
  }

  .statement__notification {
    margin-bottom: 20px;
  }

  .statement__notification p + p {
    margin-top: 10px;
  }

  .statement-tabs__list.desktop {
    display: none;
  }

  .statement-tabs__list.mobile {
    display: block;
  }

  .statement-tabs__list.mobile .field input {
    font-weight: 700;
  }

  .statement-tabs__list.mobile .field .prepend-icon {
    top: 9px;
    left: 13px;
  }

  .statement-tabs__list.mobile .field .prepend-icon svg {
    fill: #333333;
    color: #ff8200;
    width: 30px;
    height: 30px;
  }

  .statement-tabs__main {
    margin-top: 25px;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .statement-final {
    border-radius: 15px;
    padding: 25px 15px;
  }

  .statement-final__title {
    margin-bottom: 20px;
  }

  .statement-final__company-name {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin-bottom: 20px;
  }

  .statement-final .area + .area {
    margin-top: 15px;
  }

  .statement-final .area .area-form__fields {
    row-gap: 15px;
  }

  .statement-final .area .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2px;
  }

  .statement-final .area .flex p {
    margin-right: 2px;
  }

  .statement-final .area .flex .flex {
    display: inline;
  }

  .statement-final .area .flex .flex p,
  .statement-final .area .flex .flex span {
    display: inline;
  }

  .dot-leaders__item + .dot-leaders__item {
    margin-top: 10px;
  }

  .dot-leaders__item {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }

  .dot-leaders__item-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .dot-leaders__item-title p {
    max-width: 100%;
    margin-right: 0;
  }

  .dot-leaders__item-title div {
    display: none;
  }

  .dot-leaders__item-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media screen and (max-width: 574px) {
  .statement {
    margin-bottom: 70px;
  }
}