.decos {
  z-index: 1;
  opacity: 1;
  z-index: 0;
}

.deco {
  position: absolute;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

.deco__1 {
  aspect-ratio: 322/88;
  width: 322px;
  border-radius: 130px;
  background: linear-gradient(89deg, rgba(255, 255, 255, 0) 1.24%, rgba(255, 255, 255, 0.7) 98.91%);
  right: -39%;
  top: 11%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media (min-width: 768px) {
  .deco__1 {
    width: 500px;
    right: -27%;
    top: 13%;
  }
}

@media (min-width: 1280px) {
  .deco__1 {
    width: 743px;
    right: -8.791667%;
    top: 5.025974%;
  }
}

@media (min-width: 1560px) {
  .deco__1 {
    right: -22%;
    top: 0;
  }
}

@media (min-width: 1920px) {
  .deco__1 {
    right: -8.791667%;
    top: 5.025974%;
  }
}

.deco__2 {
  aspect-ratio: 322/25;
  width: 322px;
  border-radius: 130px;
  background: linear-gradient(89deg, rgba(255, 255, 255, 0.7) 1.24%, rgba(255, 255, 255, 0) 98.91%);
  left: -49%;
  bottom: 28.5%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media (min-width: 768px) {
  .deco__2 {
    width: 500px;
    left: -32%;
    bottom: 27.5%;
  }
}

@media (min-width: 1280px) {
  .deco__2 {
    width: 743px;
    left: -23.5%;
    bottom: -3.9%;
  }
}

@media (min-width: 1560px) {
  .deco__2 {
    left: -30%;
    bottom: 0%;
  }
}

@media (min-width: 1920px) {
  .deco__2 {
    width: 743px;
    left: -23.5%;
    bottom: -3.9%;
  }
}

.deco__3 {
  aspect-ratio: 322/59;
  width: 322px;
  border-radius: 130px;
  background: linear-gradient(89deg, rgba(255, 255, 255, 0.7) 1.24%, rgba(255, 255, 255, 0) 98.91%);
  left: -17.5%;
  bottom: 26%;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

@media (min-width: 768px) {
  .deco__3 {
    width: 500px;
    left: -12%;
    bottom: 21.5%;
  }
}

@media (min-width: 1280px) {
  .deco__3 {
    width: 743px;
    left: -1.8%;
    bottom: 2%;
  }
}

@media (min-width: 1560px) {
  .deco__3 {
    left: -10%;
    bottom: 0;
  }
}

@media (min-width: 1920px) {
  .deco__3 {
    left: -3.5%;
    bottom: -3.9%;
  }
}

.section-support {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #515D7B;
  padding: 80px 0 0;
}

@media (min-width: 1280px) {
  .section-support {
    padding: 130px 0 0;
  }
}

.section-support .wrap__inner {
  z-index: 1;
}

.section-support .section__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 1280px) {
  .section-support .section__heading {
    gap: 10px;
    margin-bottom: 30px;
  }
}

.section-support .section__title {
  color: #fff;
  font-size: 31px;
}

@media (min-width: 1280px) {
  .section-support .section__title {
    font-size: 44px;
    line-height: 140%;
    /* 61.6px */
  }
}

.section-support .section__title .text-secondary {
  color: #F3ACB4;
}

.section-support .section__thirdtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 1280px) {
  .section-support .section__thirdtitle {
    font-size: 24px;
    line-height: 125%;
  }
}

.section-support__imgbox {
  margin: 0 -20px;
}

@media (min-width: 1280px) {
  .section-support__imgbox {
    max-width: 800px;
    margin: 0 auto;
  }
}

.section-support:after {
  bottom: initial;
  top: -1px;
}

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

@keyframes down {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.section-function {
  padding-bottom: 100px;
}

@media (min-width: 1280px) {
  .section-function {
    padding-bottom: 180px;
  }
}

.section-function__imgbox {
  margin: 0 auto 65px;
  position: relative;
  text-align: center;
}

@media (min-width: 1280px) {
  .section-function__imgbox {
    width: 67.91%;
    margin: 0 auto -10px;
  }
}

@media (min-width: 1560px) {
  .section-function__imgbox {
    width: 67.7%;
  }
}

.section-function__img {
  max-width: 247px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1280px) {
  .section-function__img {
    max-width: 400px;
  }
}

@media (min-width: 1280px) {
  .section-function__imgbox:after {
    content: "";
    display: block;
    width: 100%;
    height: 163px;
    border: 2px dashed #D7000F;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: none;
    position: absolute;
    z-index: 0;
    top: calc(50% - 14px);
    left: 0;
  }
}

@media (min-width: 1280px) {
  .section-function__btnbox .btn {
    font-size: 22px;
  }
}

.functionlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin: 0 0 50px;
}

@media (min-width: 1280px) {
  .functionlist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    gap: 100px;
  }
}

.functionlist__item {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  max-width: 390px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .functionlist__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(33.3333333%);
            flex: 0 1 calc(33.3333333%);
    border-radius: 0;
    padding: 0;
    gap: 50px;
    background: transparent;
  }
}

.functionlist__infobox {
  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;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

@media (min-width: 1280px) {
  .functionlist__infobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}

.functionlist__imgbox {
  margin: 0 auto;
}

.functionlist__title {
  color: #D7000F;
  font-size: 30px;
  font-weight: 700;
  line-height: 146.667%;
}

@media (min-width: 1280px) {
  .functionlist__title {
    font-size: 36px;
    line-height: 140%;
    /* 50.4px */
  }
}

.functionlist__desc {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 166.667%;
}

@media (min-width: 1280px) {
  .functionlist__desc {
    font-size: 20px;
    line-height: 140%;
  }
}

.salebox {
  padding: 15px 15px 15px 80px;
  margin-top: 30px;
  gap: 5px;
  border-radius: 24px;
  background: #F0F0F0;
  position: relative;
}

@media (min-width: 1280px) {
  .salebox {
    padding: 15px 15px 15px 90px;
  }
}

.salebox__tag {
  width: 95px;
  aspect-ratio: 95/94;
  position: absolute;
  left: -30px;
  top: -20px;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background: url("../images/index/tag_circle.svg?t=20250430v1") center center no-repeat;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}

@media (min-width: 1280px) {
  .salebox__tag {
    width: 106px;
    top: -10px;
  }
}

.salebox__tag-discount-inner {
  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-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transform: rotate(-10deg) translate(-2px, -4px);
          transform: rotate(-10deg) translate(-2px, -4px);
  line-height: 1;
}

.salebox__tag-title {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 122%;
}

@media (min-width: 1280px) {
  .salebox__tag-title {
    font-size: 18px;
  }
}

.salebox__infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.salebox__title {
  color: #D7000F;
  font-size: 20px;
  font-weight: 500;
  line-height: 38px;
  /* 190% */
}

@media (min-width: 1280px) {
  .salebox__title {
    font-size: 24px;
  }
}

.salebox__tips {
  color: #8B8B8B;
  font-size: 18px;
  font-weight: 400;
  line-height: 15px;
  /* 83.333% */
  letter-spacing: 0.9px;
  margin-left: -10px;
}

.section-case {
  background: #F8f8f8 url("../images/index/ray.svg?t=20250430v1") center top repeat-y;
  background-size: contain;
}

@media (min-width: 1280px) {
  .section-case {
    background-repeat: repeat-x;
    background-size: 960px;
  }
}

.caselist {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .caselist {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.caselist__item {
  width: 100%;
  max-width: 480px;
  position: relative;
}

.caselist__item .badge-sale {
  width: 96px;
  height: 96px;
  position: absolute;
  right: -10px;
  top: -15px;
  z-index: 5;
}

@media (min-width: 768px) {
  .caselist__item .badge-sale {
    right: -20px;
    top: -20px;
  }
}

.caselist__inner {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  position: relative;
  border-radius: 15px;
}

.caselist__tag-discount {
  width: 113px;
  aspect-ratio: 113/114;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  background: url("../images/index/tag_sale.png?t=20250430v1") center center no-repeat;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
}

.caselist__tag-discount-inner {
  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-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-transform: rotate(45deg) translateY(-28px);
          transform: rotate(45deg) translateY(-28px);
  line-height: 1;
}

.caselist__tag-discount-field {
  font-size: 20px;
}

.caselist__tag-discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 3px 0 0;
}

.caselist__tag-discount-num {
  font-size: 24px;
  font-family: Rubik;
}

.caselist__tag-discount-unit {
  font-size: 18px;
  font-family: Rubik;
}

.caselist__tag-discount-sale {
  font-size: 16px;
  margin-left: 5px;
}

.caselist__heading {
  color: #fff;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px;
  padding: 30px 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 197px;
  position: relative;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

@media (min-width: 1280px) {
  .caselist__heading {
    padding: 35px 40px;
  }
}

.caselist__item--normal .caselist__heading {
  background: url("../images/index/star.svg?t=20250430v1"), linear-gradient(259deg, #B2B8C8 1.09%, #515D7B 100%);
  background-position: 101% 101%, 0 0;
  background-size: 50px 54px, cover;
  background-repeat: no-repeat, repeat;
}

.caselist__item--push .caselist__heading {
  background: url("../images/index/star.svg?t=20250430v1"), linear-gradient(259deg, #FCEAEC -17.28%, #D7000F 100%);
  background-position: 101% 101%, 0 0;
  background-size: 50px 54px, cover;
  background-repeat: no-repeat, repeat;
}

.caselist__item--platinum .caselist__heading {
  background: url("../images/index/star.svg?t=20250430v1"), linear-gradient(259deg, #dddddd 1.09%, #888888 100%);
  background-position: 101% 101%, 0 0;
  background-size: 50px 54px, cover;
  background-repeat: no-repeat, repeat;
}

.collapse--open > .caselist__heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 1280px) {
  .caselist__item--free .caselist__heading {
    aspect-ratio: 320/169;
    min-height: 169px;
  }
}

.caselist__heading-tips {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.caselist__collapse-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 15px;
  gap: 5px;
  border-radius: 50px;
  border: 1px solid #D7000F;
  background: #fff;
  color: #D7000F;
  top: initial;
  right: initial;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}

@media (min-width: 1280px) {
  .caselist__collapse-btn {
    display: none;
  }
}

.collapse--open .caselist__collapse-btn {
  display: none;
}

.caselist__collapse-btn:focus, .caselist__collapse-btn:active {
  color: #fff;
  background: #111;
  border-color: #111;
}

@media (min-width: 1280px) {
  .caselist__collapse-btn:hover {
    color: #fff;
    background: #111;
    border-color: #111;
  }
}

.caselist__collapse-btn-icon {
  position: static;
  color: #D7000F;
  margin-top: 0;
  font-weight: bold;
}

.caselist__collapse-btn:hover .caselist__collapse-btn-icon {
  color: #fff;
}

.caselist__titlebox {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.caselist__item--free .caselist__titlebox {
  border-bottom-color: rgba(119, 119, 119, 0.6);
}

.caselist__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

.caselist__pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1;
}

.caselist__price {
  font-family: Rubik;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.caselist__pricebox-unit {
  font-size: 28px;
  font-weight: 700;
  margin: 0 5px 4px 0;
}

.caselist__pricebox-price {
  font-size: 36px;
  font-weight: 700;
}

.caselist__pricebox-year {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px 5px;
}

.caselist__price-original {
  color: rgba(255, 255, 255, 0.7);
  font-family: Rubik;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: -10px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.caselist__infobox {
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background: #fff;
  padding: 30px 20px 30px;
}

@media (min-width: 1280px) {
  .caselist__infobox {
    padding: 30px 40px 40px;
  }
}

.collapse--open > .caselist__infobox {
  padding: 30px 40px 40px;
}

.caselist__subtitle {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  margin-bottom: 20px;
}

.caselist__listgroup {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.caselist__item--free .caselist__listgroup {
  border-bottom: none;
}

@media (min-width: 1280px) {
  .caselist__listgroup1 {
    height: 189px;
  }
}

@media (min-width: 1280px) {
  .caselist__listgroup2 {
    height: 99px;
  }
}

@media (min-width: 1280px) {
  .caselist__listgroup3 {
    height: 76px;
  }
}

.caselist__tips {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}

@media (min-width: 1280px) {
  .caselist__tips {
    height: 16px;
  }
}

@media (min-width: 1280px) {
  .caselist .listtext--check2 > .listtext__item {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .caselist .listtext--check2 > .listtext__item::before {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 1280px) {
  .listtext--check2 > .listtext__item {
    font-size: 16px;
  }
}

.pointlist {
  margin: 0;
  padding: 0 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

@media (min-width: 1560px) {
  .pointlist {
    padding: 0 62px;
  }
}

.pointlist__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  /* 150% */
  margin: 0 0 5px;
}

@media (min-width: 1280px) {
  .pointlist__title {
    margin-bottom: 10px;
  }
}

.pointlist .listtext__item {
  margin-bottom: 10px;
  font-size: 18px;
}

.caselist__item:nth-child(1) .pointlist .listtext--dot > .listtext__item::before,
.caselist__item:nth-child(3) .pointlist .listtext--dot > .listtext__item::before {
  background: #F4828A;
}

.section-iso {
  padding: 70px 0;
}

@media (min-width: 1280px) {
  .section-iso {
    padding: 100px 0 150px;
  }
}

.section-iso .section__thirdtitle {
  color: #D7000F;
}

.isolist {
  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;
  gap: 20px;
}

@media (min-width: 768px) {
  .isolist {
    gap: 80px;
  }
}

.isolist__item {
  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;
  width: 120px;
  height: 120px;
  padding: 30px 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 15px;
  border: 1px solid #CCC;
  background: #fff;
}

@media (min-width: 768px) {
  .isolist__item {
    width: 190px;
    height: 190px;
    padding: 15px 20px;
  }
}

.feedbacklist__item {
  padding-bottom: 10px;
}

.feedbacklist__inner {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: #fff;
  gap: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.16);
  max-width: 800px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .feedbacklist__inner {
    border-radius: 30px;
    padding: 30px;
  }
}

.feedbacklist__imgbox {
  width: 190px;
  height: 146px;
  overflow: hidden;
  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;
}

.feedbacklist__infobox {
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  text-align: center;
}

.feedbacklist__desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  /* 144.444% */
  position: relative;
  max-width: 670px;
  margin: 0 auto;
}

@media (min-width: 1280px) {
  .feedbacklist__desc {
    font-size: 20px;
  }
}

.feedbacklist__desc:before, .feedbacklist__desc:after {
  content: '"';
  display: inline;
}

.feedbacklist__title {
  color: #555;
  font-weight: 500;
  line-height: 25px;
  /* 156.25% */
}

.owl-carousel.owl-drag .owl-item {
  opacity: 0.3;
}

.owl-carousel.owl-drag .owl-item.active {
  opacity: 1;
}

@media (min-width: 1280px) {
  .section-contact {
    background: #D7000F;
  }
}

@media (min-width: 1280px) {
  .section-contact__box {
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.16);
    padding: 60px 109px;
  }
}

.section-contact .section__heading {
  margin-bottom: 50px;
}

.section-contact .section__title {
  color: #D7000F;
}

.section-contact .section__thirdtitle {
  color: #111;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

@media (min-width: 1280px) {
  .section-contact .section__thirdtitle {
    text-align: center;
    /* text_20_medium */
    font-weight: 500;
    line-height: 32px;
    /* 160% */
  }
}
