/**
* Page detecteur
**/
html body .detector-page h1 strong,
html body .detector-page h2 strong {
  font-weight: 900;
}

.section-detect,
.section-solution {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

/**
* section top header
**/
.detector-page .content-header {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000;
  max-height: 90%;
  overflow: hidden;
}

.detector-page .description-header {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.67;
  /* overflow-y: auto; */
}

.detector-page .description-header p {
  margin-bottom: 0;
  font-size: 16px;
  color: #000;
}

.detector-page .content-header .btns-wrapper .btn.red-btn {
  padding: 12.34px 52.1px;
  font-weight: 900;
  background-image: none;
}

.detector-page .content-header .descriptionShowMore.open+.btns-wrapper .btn svg {
  transform: rotate(-90deg);
}

.detector-page .content-header .btns-wrapper svg {
  transform: rotate(90deg);
  margin-left: 12px;
}

@media (min-width: 992px) {
  .detector-page .description-header {
    margin: 28px 0;
    font-size: 22px;
  }

  .detector-page .content-header {
    width: 724px;
    padding: 40px 50px 30px;
    transform: translate3d(-22%, -50%, 0);
  }
}

@media (max-width: 991.98px) {
  .detector-page .content-header .btns-wrapper .btn.red-btn {
    padding: 4.83px 20px;
    width: auto;
    font-weight: 700;
  }

  .detector-page .content-header .btns-wrapper svg {
    margin-left: 8px;
    height: 10px;
  }
}

/**
* Section detect plus
**/
.section-detect {
  margin-bottom: 6px;
}

.detect-wrapper {
  max-width: 1204px;
  margin: auto;
  display: flex;
  gap: 5.15%;
  align-content: center;
}

.section-detect h2.h2 {
  margin-bottom: 28px;
  color: rgba(54, 54, 54, 1);
}

.section-detect .img-container {
  flex-shrink: 0;
  max-width: 571px;
  align-items: center;
  justify-content: center;
}

.section-detect .img-wrapper {
  padding: 16px;
  margin-bottom: 16px;
  background-color: rgba(0, 156, 166, 0.04);
  border-radius: 10px;
}

.section-detect .img-wrapper img {
  width: 100%;
}

.section-detect .content-detect {
  padding-left: 24px;
}

.section-detect .description-wrapper,
.section-detect .description-wrapper p {
  margin-bottom: 28px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.53;
}

.section-detect .btn {
  padding: 12.35px 50px;
}

.section-detect .btn svg {
  margin-left: 12.22px;
}

.characteristic-wrapper {
  font-size: 18px;
  font-weight: 500;
}

.characteristic-wrapper ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
}

.characteristic-wrapper li {
  padding-left: 22px;
  margin-bottom: 5px;
  background-image: url('../images/check-icon.png');
  background-position: left top 8px;
  background-repeat: no-repeat;
}

.characteristic-wrapper a {
  text-decoration: underline;
}

.characteristic-wrapper a:hover {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .detect-wrapper {
    gap: 24px;
  }

  .section-detect .img-container {
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  .section-detect .img-wrapper {
    margin-bottom: 16px;
  }

  .section-detect .content-detect {
    padding-left: 0;
  }

  .section-detect h2.h2,
  .section-detect .description-wrapper p {
    text-align: center;
  }

  .section-detect .btn-wrapper {
    text-align: center;
  }

  .section-detect .btn {
    width: auto;
    min-width: 150px;
    margin: 0 auto 15px;
    padding: 4.83px 30px;
  }

  .section-detect .btn svg {
    margin-left: 8px;
  }
}

@media (max-width: 767.98px) {

  .section-detect .description-wrapper p,
  .characteristic-wrapper li {
    font-size: 14px;
  }
}

/**
* section products
**/
.detector-page .section-products {
  padding-top: 55px;
  margin-top: 0;
}

.detector-page .section-products .tag-product,
.detector-page .section-products .title-product {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 7px 16px;
  background-color: rgba(0, 38, 153, 1);
  border-radius: 10px 10px 10px 0;
  font-family: 'daxlinepro';
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

.detector-page .section-products .tag-product {
  padding: 6px 10px;
  background-color: rgba(0, 156, 166, 0.62);
  box-shadow: 0px -4px 21px 0px rgba(0, 0, 0, 0.12);
  border-radius: 10px 0 10px 10px;
  font-size: 16px;
  line-height: 16px;
}

.detector-page .section-products .content-product {
  position: relative;
}

.detector-page .section-products .price-product {
  font-family: 'DaxlinePro';
  font-size: 19px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.detector-page .section-products .price-product strong {
  font-size: 37px;
  font-weight: 900;
}

.detector-page .section-products .price-credit-product {
  margin-bottom: 10px;
  font-family: 'DaxlinePro';
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  gap: 5px;
}

.detector-page .section-products .btn-wrapper {
  margin-top: auto;
}

.section-products ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
}

.section-products li {
  padding-left: 22px;
  margin-bottom: 5px;
  background-image: url('../images/check-icon.png');
  background-position: left top 8px;
  background-repeat: no-repeat;
  font-family: 'DaxlinePro';
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .detector-page .section-products .tag-product {
    left: 0;
    right: auto;
    border-radius: 10px 10px 0 10px;
    font-size: 14px;
    line-height: 14px;
  }
}

@media (max-width: 767.98px) {
  .detector-page .section-products .price-product {
    font-size: 24px;
  }

  .section-products li {
    font-size: 12px;
    background-position: left top 4px;
  }
}

/**
* section ous solutions
**/
.section-solution h2.h2 {
  display: inline-block;
  background-color: rgba(234, 242, 252, 1);
  padding: 16.62px 25px 15px 25px;
  margin: 0 auto 50px;
  border-radius: 10px 10px 10px 0;
  color: rgba(0, 38, 153, 1);
}

.content-solution {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1196px;
  margin: auto;
}

.section-solution .img-wrapper {
  flex: 0 0 calc(100% - 598px);
  max-width: calc(100% - 598px);
}

.section-solution .img-wrapper img {
  width: 100%;
}

.steps-solution {
  flex: 1 0 598px;
}

@media (max-width: 1200px) {
  .section-solution .img-wrapper {
    flex: 0 0 calc(100% - 520px);
    max-width: calc(100% - 520px);
  }

  .steps-solution {
    margin-left: -45px;
  }
}

.item-solution {
  position: relative;
  height: 134.5px;
  max-width: 404px;
  margin-bottom: 8px;
}

.item-solution.step-1::before {
  content: "";
  position: absolute;
  top: 57px;
  left: -50px;
  display: block;
  width: 93px;
  height: 100px;
  background-image: url('../images/arrow-step1.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.item-solution.step-2 {
  margin-left: 99px;
}

.item-solution.step-2::before {
  content: "";
  position: absolute;
  top: 57px;
  left: -63px;
  display: block;
  width: 81px;
  height: 116px;
  background-image: url('../images/arrow-step2.png');
  background-position: left top;
  background-repeat: no-repeat;
}

.item-solution.step-3 {
  margin-left: 180px;
}

.step-key {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50px;
  background-color: rgba(234, 242, 252, 1);
  position: absolute;
  left: -60px;
  top: 6px;
  font-family: 'DaxlinePro';
  font-size: 30px;
  font-weight: 900;
  color: rgba(0, 38, 153, 1);
  text-align: center;
}

.step-title {
  font-family: 'DaxlinePro';
  font-size: 20px;
  font-weight: 900;
  line-height: 1.53;
  color: rgba(0, 38, 153, 1);
}

.step-description p {
  font-family: 'DaxlinePro';
  font-size: 17px;
  font-weight: 500;
  line-height: 1.529;
  color: rgba(54, 54, 54, 1);
}


@media (max-width: 991.98px) {
  .section-solution .img-wrapper {
    display: none;
  }

  .content-solution {
    width: 440px;
    margin: 0 auto;
  }

  .steps-solution {
    flex: 1 0 349px;
    width: 349px;
    margin: 0 auto;
  }

  .item-solution {
    max-width: calc(100% - 90px);
  }

  .item-solution.step-1 {
    margin-left: 50px;
    margin-bottom: 14px;
    max-width: calc(100% - 60px);
  }

  .item-solution.step-1::before {
    top: 44px;
    left: -47px;
    width: 62px;
    height: 107px;
    background-image: url('../images/arrow-step1-mobile.png');
  }

  .item-solution.step-2 {
    margin-left: 90px;
    height: 108px;
  }

  .item-solution.step-2::before {
    top: 43px;
    left: -75px;
    width: 62px;
    height: 74px;
    background-image: url('../images/arrow-step2-mobile.png');
  }

  .item-solution.step-3 {
    margin-left: 45px;
    height: 108px;
  }

  .step-key {
    width: 37px;
    height: 37px;
    line-height: 35px;
    font-size: 25px;
    left: -45px;
  }

  .step-title {
    font-size: 16px;
  }

  .step-description p {
    font-size: 14px;
  }
}

/**
* section text theme 3
**/
.section-text-theme3 .container {
  position: relative;
}

.section-text-theme3 .container::before {
  content: "";
  position: absolute;
  top: 60px;
  left: -2000px;
  right: 514px;
  bottom: -20px;
  z-index: -1;
  border-radius: 10px 10px 0 0;
  background-color: rgba(234, 242, 252, 0.47);
  box-shadow: 0px -4px 16px 0px rgba(0, 0, 0, 0.07);
}

.section-text-theme3 h2.h2 {
  display: inline-block;
  padding: 16.74px 23px;
  margin: 0 auto 30px;
  background-color: rgba(0, 38, 153, 0.7);
  border-radius: 10px 10px 10px 0;
  color: #fff;
}

.section-text-theme3 .content-theme3 {
  max-width: 1196px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 38px;
}

.section-text-theme3 .img-wrapper {
  flex-shrink: 0;
  max-width: 461px;
}

.section-text-theme3 .img-wrapper img {
  width: 100%;
  height: auto;
}

.section-text-theme3 .description-wrapper {
  flex-shrink: 0;
  max-width: 682px;
  padding: 15px 20px;
  background-color: rgba(0, 156, 166, 0.1);
  border-radius: 10px 10px 0 10px;
  font-family: 'DaxlinePro';
  text-align: left;
}

.section-text-theme3 .description-wrapper p {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  color: #000;
}

.section-text-theme3 .description-wrapper a {
  font-weight: 700;
}


/** bloc reverse*/
.section-text-theme3.bloc-reverse .container::before {
  top: 20px;
  left: 336px;
  right: -2000px;
  border-radius: 10px 0 0 10px;
}

.section-text-theme3.bloc-reverse h2.h2 {
  padding: 16.74px 50px;
  border-radius: 10px 10px 0 10px;
}

.section-text-theme3.bloc-reverse .content-theme3 {
  flex-direction: row-reverse;
}

.section-text-theme3.bloc-reverse .description-wrapper {
  max-width: 715px;
  padding: 45px 30px 30px;
  border-radius: 10px 10px 10px 0;
}

@media (max-width: 1200px) {
  .section-text-theme3 .content-theme3 {
    gap: 24px;
  }

  .section-text-theme3 .img-wrapper,
  .section-text-theme3.bloc-reverse .img-wrapper,
  .section-text-theme3 .description-wrapper,
  .section-text-theme3.bloc-reverse .description-wrapper {
    max-width: 50%;
  }

  .section-text-theme3 .description-wrapper,
  .section-text-theme3.bloc-reverse .description-wrapper {
    padding: 15px;
  }

  .section-text-theme3.bloc-reverse .container::before {
    left: 200px;
  }

  .section-text-theme3 .container::before {
    right: 224px;
  }
}

@media (max-width: 991.98px) {
  .section-text-theme3 .container {
    text-align: right;
  }

  .section-text-theme3.bloc-reverse .container {
    text-align: left;
  }

  .section-text-theme3 .container::before {
    display: none;
  }

  .section-text-theme3 h2.h2 {
    padding: 11px;
    margin: 0 0 30px 30px;
    border-radius: 10px 10px 0 10px;
    text-align: center;
  }

  .section-text-theme3.bloc-reverse h2.h2 {
    padding: 13px;
    margin: 0 30px 30px 0;
    border-radius: 10px 10px 10px 0;
  }

  .section-text-theme3 .content-theme3,
  .section-text-theme3.bloc-reverse .content-theme3 {
    flex-direction: column;
  }

  .section-text-theme3 .content-theme3 {
    gap: 16px;
  }

  .section-text-theme3 .img-wrapper,
  .section-text-theme3.bloc-reverse .img-wrapper,
  .section-text-theme3 .description-wrapper,
  .section-text-theme3.bloc-reverse .description-wrapper {
    max-width: none;
  }

  .section-text-theme3 .img-wrapper {
    position: relative;
  }

  .section-text-theme3 .img-wrapper::before {
    content: "";
    position: absolute;
    top: -60px;
    left: -1000px;
    right: -1000px;
    bottom: 0;
    z-index: -1;
    background-color: rgba(234, 242, 252, 0.47);
  }

  .section-text-theme3 .description-wrapper,
  .section-text-theme3.bloc-reverse .description-wrapper {
    padding: 0;
    background-color: #fff;
  }
}

/**
* Section contact steps
**/
.section-contact-steps {
  background-color: rgba(234, 242, 252, 1);
}

.section-contact-steps h2.h2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

.section-contact-steps .contact-steps {
  max-width: 1193px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  /* align-content: stretch; */
  align-items: flex-start;
  gap: 27px;
}

.section-contact-steps .contact-item {
  flex: 1;
}

.section-contact-steps .contact-item .img-wrapper {
  height: 216px;
  margin-bottom: 20px;
  display: flex;
}

.section-contact-steps .contact-item .img-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.section-contact-steps .contact-step-content {
  padding: 30px 16px 16px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  font-family: 'DaxlinePro';
  text-align: center;
}

.section-contact-steps .contact-step-number {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-left: -18px;
  background-color: rgba(209, 54, 65, 1);
  border-radius: 100%;
  position: absolute;
  top: -18px;
  left: auto;
  right: auto;
  text-align: center;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
}

.section-contact-steps .contact-item:first-child .contact-step-number,
.section-contact-steps .contact-item:nth-child(2) .contact-step-number {
  font-size: 24px;
}

.section-contact-steps .contact-step-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 900;
}

.section-contact-steps .contact-step-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  text-align: center;
  line-height: 1.67;
}

.section-contact-steps .contact-step-description.descriptionShowMore.open {
  -webkit-line-clamp: unset !important;
}

.section-contact-steps .contact-step-description p {
  margin-bottom: 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.67;
}

.section-contact-steps .read-more-btn.showMoreBtn {
  padding: 0 16px 0 0;
  margin: 0 auto !important;
  background-color: #fff;
  background-image: url('../images/down-blue.png');
  background-position: right center;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0, 38, 153, 1);
}

.section-contact-steps .open+.read-more-btn.showMoreBtn {
  background-image: url('../images/up-blue.png');
}

@media (max-width: 1200px) {
  .section-contact-steps .contact-step-content {
    padding: 30px 8px 16px;
  }

  .section-contact-steps .contact-steps {
    gap: 10px;
    margin: 0 -15px;
  }
}

@media (max-width: 991.98px) {
  .section-contact-steps .contact-steps {
    flex-direction: column;
    gap: 20px;
    max-width: 60.6%;
    margin: 0 auto;
  }

  .section-contact-steps .contact-step-content {
    padding: 30px 16px 16px;
  }

  .section-contact-steps .contact-item {
    width: 100%;
  }

  .section-contact-steps .contact-item .img-wrapper {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .section-contact-steps .contact-step-title {
    font-size: 18px;
  }

  .section-contact-steps .contact-step-description {
    font-size: 16px;
  }
}

/**
* section text theme4
**/
.section-text-theme4 {
  position: relative;
}

.section-contact-steps+.section-text-theme4::before,
.section-products+.section-text-theme4::before,
.section-accordion:not(.white-bg)+.section-text-theme4::before {
  content: "";
  position: absolute;
  background-color: rgba(234, 242, 252, 1);
  left: 0;
  right: 0;
  top: -5px;
  height: 55px;
}

.section-text-theme4+.section-products.ph-55,
.section-text-theme4+.section-contact-steps,
.section-text-theme4+.section-theme3,
.section-theme3+.section-text-theme4,
.section-text-theme4+.section-accordion:not(.white-bg) {
  margin-top: 55px !important;
}

.section-text-theme4 .container {
  position: relative;
}

.section-text-theme4 .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 141px;
  right: -1000px;
  bottom: 45px;
  z-index: 1;
  background-color: rgba(0, 38, 153, 0.77);
  border-radius: 10px;
}

.section-text-theme4 .container::after {
  content: "";
  position: absolute;
  top: 45px;
  left: -2000px;
  right: 118px;
  bottom: 0;
  z-index: 0;
  background-color: rgba(0, 38, 153, 0.43);
  border-radius: 10px 0 10px;
}

.container-theme4 {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 20px;
  margin-left: 156px;
  margin-right: 112px;
  padding-top: 15px;
}

.container-theme4 .img-wrapper {
  flex: 0 0 374px;
  max-width: 374px;
  display: flex;
  align-items: flex-start;
}

.container-theme4 .img-wrapper img {
  width: 100%;
  height: auto;
}

.content-theme4 {
  padding: 60px 68px 60px 0;
  color: #fff;
}

.content-theme4 h2.h2 {
  margin-bottom: 1rem;
}

.description-theme4 p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 1280px) {
  .section-text-theme4 .container::before {
    left: 30px;
  }

  .section-text-theme4 .container::after {
    right: 30px;
  }

  .container-theme4 {
    margin-left: 40px;
    margin-right: 20px;
  }

  .content-theme4 {
    padding: 60px 0;
    color: #fff;
  }
}

@media (max-width: 991.98px) {
  .section-text-theme4 {
    padding: 35px 0 0;
  }

  .section-text-theme4+.section-products.ph-55,
  .section-text-theme4+.section-contact-steps,
  .section-text-theme4+.section-theme3,
  .section-theme3+.section-text-theme4,
  .section-text-theme4+.section-accordion:not(.white-bg) {
    margin-top: 35px !important;
  }

  .section-text-theme4 .container::after {
    top: 16px;
    right: 16px;
    border-radius: 10px;
  }

  .section-text-theme4 .container::before {
    left: 16px;
    bottom: 16px;
  }

  .container-theme4 {
    margin: 0 16px;
  }

  .content-theme4 {
    padding: 22px 0 32px;
  }

  .content-theme4 h2.h2 {
    margin-right: 100px;
  }

  .description-theme4 p {
    font-size: 16px;
  }

  .container-theme4 .img-wrapper {
    position: absolute;
    top: -45px;
    right: -14px;
    z-index: -1;
    width: 153px;
  }

  .container-theme4 .img-wrapper img {
    width: 100%;
    height: auto;
  }
}

/**
* section accordion
**/
.section-accordion {
  background-color: rgba(234, 242, 252, 1);
}

.section-accordion.white-bg {
  background-color: #fff;
}

.section-accordion .title-wrapper {
  display: inline-block;
  padding: 21px 34px;
  margin: 0 0 0 196px;
  background-color: rgba(234, 242, 252, 1);
}

.section-accordion .title-wrapper p{
  font-family: 'DaxlinePro-Medium';
  font-weight: 500;
  line-height: 1.2;
  color: #212529;
  font-size: 2rem;
}

.section-accordion .accordion-content {
  max-width: 1214px;
  margin: 0 auto;
}

.section-accordion .accordion-content .img-wrapper {
  position: relative;
  z-index: 1;
  flex: 0 0 409px;
  max-width: 409px;
}

.section-accordion .accordion-content .img-wrapper img {
  width: 100%;
  height: auto;
}

.section-accordion .title-wrapper+.accordion-content {
  max-width: 1160px;
  margin: -16px auto 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.section-accordion .accordion-list {
  flex: auto;
  padding: 40px 0;
  position: relative;
}

.section-accordion .img-wrapper+.accordion-list {
  padding: 47px 70px 72px 13px;
  /* margin-bottom: 80px; */
  margin-top: 60px;
}

.section-accordion .accordion-list::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -165px;
  z-index: 0;
  background-color: rgba(234, 242, 252, 1);
  border-radius: 10px 10px 0;
}

.section-accordion .accordion-item {
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  background-color: #fff;
  box-shadow: 0px 6px 7px 0px rgba(0, 0, 0, 0.09);
}

.section-accordion .accordion-list .field__item .accordion-item {
  border-radius: 10px 10px 10px 0;
}

.section-accordion.white-bg .accordion-list .field__item:nth-child(2n+1) .accordion-item {
  border-radius: 10px 10px 0 10px;
}

.section-accordion .accordion-list .field__item:last-child .accordion-item {
  margin-bottom: 0;
}

.section-accordion .accordion-list h3.h3 {
  margin: 0;
  color: rgba(0, 38, 153, 1);
}

.section-accordion .accordion-title {
  padding: 18.21px 90px 18.21px 25px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.section-accordion .accordion-title::after,
.section-accordion .accordion-title::before {
  content: '';
  position: absolute;
  background-color: rgba(209, 54, 65, 1);
  border-radius: 4px;
  transition: transform 0.3s ease;
}

.section-accordion .accordion-title::after {
  width: 30px;
  height: 4px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.section-accordion .accordion-title::before {
  width: 4px;
  height: 30px;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
}

.section-accordion .accordion-item.open .accordion-title::before {
  transform: translateY(-50%) rotate(90deg);
}

.section-accordion .accordion-description {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  font-family: 'DaxlinePro';
  font-size: 18px;
  font-weight: 500;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.section-accordion .accordion-description p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}

@media (min-width: 992px) {
  .section-accordion .accordion-item.open .accordion-description {
    max-height: 1000px;
    padding: 3px 25px 18px;
  }
}

/* .section-accordion .accordion-item.open .accordion-title::before {
  transform: translateY(-50%) rotate(90deg);
}

.section-accordion .accordion-description {
  display: none;
  padding: 3px 25px 18px;
  font-family: 'DaxlinePro';
  font-size: 18px;
  font-weight: 500;
}

.section-accordion .accordion-description.open {
  display: block;
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  0% {
    max-height: 0;
    opacity: 0;
  }
  100% {
    max-height: 1000px;
    opacity: 1;
  }
} */

@media (max-width: 1200px) {
  .section-accordion .title-wrapper  {
    margin-left: 50px;
  }

  .section-accordion .accordion-content .img-wrapper {
    flex: 0 0 350px;
  }

  .section-accordion .img-wrapper+.accordion-list {
    padding: 30px 30px 50px 0;
    margin-top: 50px;
  }

  .section-accordion .accordion-list::before {
    left: -125px;
  }
}

@media (max-width: 991.98px) {
  .section-accordion .title-wrapper {
    padding: 8px 6px;
    margin-left: 0;
    text-align: center;
  }

  .section-accordion .title-wrapper p{
    font-size: calc(1.325rem + 0.9vw);
  }

  .section-accordion .title-wrapper+.accordion-content {
    margin-top: 6px;
    gap: 0;
  }

  .section-accordion .accordion-content .img-wrapper {
    flex: 0 0 123px;
  }

  .section-accordion .img-wrapper+.accordion-list {
    padding: 25px 0;
    margin-top: 30px;
    margin-left: -16px;
  }

  .section-accordion .accordion-list {
    padding: 24px 0;
  }

  .section-accordion .accordion-list::before {
    left: -75px;
    right: -1000px;
  }

  .section-accordion .accordion-item {
    margin-bottom: 25px;
  }

  .section-accordion .accordion-title {
    padding: 10px 25px 6px 10px;
  }

  .section-accordion .accordion-list h3.h3 {
    font-size: 16px;
  }

  .section-accordion .accordion-title::after,
  .section-accordion .accordion-title::before {
    border-radius: 2px;
  }

  .section-accordion .accordion-title::before {
    width: 2px;
    height: 14px;
    right: 12px;
  }

  .section-accordion .accordion-title::after {
    width: 14px;
    height: 2px;
    right: 6px;
  }

  .section-accordion .accordion-description {
    padding: 0 10px;
  }

  .section-accordion .accordion-item.open .accordion-description {
    max-height: 1000px;
    padding: 0 10px 10px;
  }

  .section-accordion .accordion-description p {
    font-size: 14px;
  }
}

/**
* section advantage
**/
.advantage-wrapper {
  padding: 88px 33px 80px 25px;
  max-width: 1215px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.advantage-wrapper .img-wrapper {
  flex: 0 0 557px;
  max-width: 557px;
}

.advantage-wrapper .img-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.advantage-wrapper .img-wrapper::before {
  content: "";
  position: absolute;
  top: 28px;
  right: 0;
  bottom: 28px;
  left: 0;
  z-index: -1;
  background-color: rgba(0, 38, 153, 0.23);
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.advantage-content {
  padding-right: 30px;
  color: #fff;
}

.advantage-content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  left: 26.9%;
  z-index: -1;
  background-color: rgba(0, 38, 153, 0.82);
  box-shadow: 0px 4px 21px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.advantage-wrapper h2.h2 {
  padding-left: 12px;
  margin-bottom: 35px;
}

.advantage-description ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: 'DaxlinePro';
  font-size: 18px;
  font-weight: 500;
}

.advantage-description ul li {
  padding-left: 40px;
  margin-bottom: 8px;
  color: #fff;
  background-image: url('../images/check2-icon.png');
  background-position: left top 2px;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .advantage-wrapper .img-wrapper {
    flex: 0 0 412px;
    max-width: 557px;
  }

  .advantage-wrapper {
    gap: 20px;
  }

  .advantage-wrapper h2.h2 {
    padding: 0;
    margin-bottom: 0.5rem;
  }

  .advantage-content {
    padding-right: 0;
  }

  .advantage-content::before {
    right: 16px;
  }

  .advantage-description ul li {
    padding-left: 28px;
    background-size: 20px;
    background-position: left top 3px;
  }
}

@media (max-width: 991.98px) {
  .advantage-wrapper {
    flex-direction: column;
    padding: 16px 20px;
  }

  .advantage-wrapper .img-wrapper {
    flex: auto;
    max-width: 87.5%;
  }

  .advantage-wrapper .img-wrapper::before {
    top: 0;
    bottom: 16px;
    left: 10px;
    border-radius: 0 10px 10px;
  }

  .advantage-content::before {
    top: 50px;
    left: 0;
    border-radius: 0 10px 10px;
  }

  .advantage-wrapper h2.h2 {
    max-width: 80%;
    margin: 0 auto 16px;
    font-size: 17px;
    text-align: center;
  }

  .advantage-description ul li {
    font-size: 14px;
    line-height: 22px;
    background-position: left top 1px;
  }
}

/**
 * Section theme3 (blue)
 */
/*.detector-page .section-theme3 {*/
/*  margin-top: 0;*/
/*}*/

.section-theme3.theme-blue .content-credit {
  background-color: rgba(0, 38, 153, 0.8);
}

.section-theme3.theme-blue .read-more-btn {
  background-color: rgba(0, 38, 153, 1);
  border: 1px solid rgba(0, 38, 153, 1);
}

.section-theme3.theme-blue .read-more-btn:hover {
  background-color: #fff;
  color: rgba(0, 38, 153, 1);
}

@media (max-width: 991.98px) {
  .section-theme3.theme-blue .img-wrapper {
    margin-right: 24px;
    margin-left: 0;
  }

  .section-theme3.theme-blue .content-credit {
    max-width: none;
    margin-top: -108px;
    margin-left: 27px;
    margin-right: 0;
    background-color: rgba(0, 38, 153, 0.8);
    border-radius: 0 10px 10px 10px;
    z-index: 10;
  }
}

.section-accessories {
  margin: 2rem 0 1rem;
}

.section-accessories .title-block {
  display: block;
  margin-bottom: 48px;
  font-family: "DaxlinePro";
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  color: #454545;
}

.section-accessories .accessory-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.section-accessories .accessory-list .separator {
  font-family: "DaxlinePro-bold";
  font-size: 40px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-accessories .accessory-item {
  flex-shrink: 1;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.section-accessories .accessory-title a {
  margin-bottom: 20px;
  font-family: "DaxlinePro-bold";
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #000000;
}

.section-accessories .accessory-img a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  margin-bottom: 20px;
}

.section-accessories .accessory-img a img {
  max-width: 100%;
  width: auto;
  height: 100%;
}

.section-accessories .accessory-desc p {
  font-family: 'DaxlinePro';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}

.section-accessories .accessory-link {
  margin: auto;
}

@media (max-width: 991.98px) {
  .section-accessories .title-block {
    margin-bottom: 30px;
  }

  .section-accessories .accessory-list {
    flex-direction: column;
    align-items: center;
  }
}
