.ph-55 {
  padding: 55px 0;
}

.pt-55 {
  padding-top: 55px;
}

.mt-55 {
  margin-top: 55px;
}

@media (max-width: 767.98px) {
  .ph-55 {
    padding: 35px 0;
  }

  .pt-55 {
    padding-top: 35px;
  }

  .mt-55 {
    margin-top: 35px;
  }
}

html body .city-article h1,
html body .city-article h2,
.city-article .title-h2,
.detector-page .title-h2 {
  margin-bottom: 1.75rem;
  max-width: 892px;
  font-family: 'DaxlinePro';
  text-align: center;
  font-weight: 500;
}

.city-article .title-h2,
.detector-page .title-h2 {
  font-size: 2rem;
}

@media (max-width: 1200px) {
  .city-article .title-h2,
  .detector-page .title-h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

.city-article h2,
.city-article .title-h2,
.detector-page .title-h2 {
  margin-left: auto;
  margin-right: auto;
}

html body .city-article h1 strong,
html body .city-article h2 strong,
.city-article .title-h2 strong,
.detector-page .title-h2 strong {
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .city-article h1,
  .city-article h2,
  .city-article .title-h2,
  .detector-page .title-h2 {
    margin-bottom: 0.85rem;
    max-width: none;
  }
}

.city-article .btn,
.detector-page .btn {
  padding: 17.04px 28px;
  margin-bottom: 15px;
  background-color: rgba(0, 38, 153, 1);
  border: 1px solid rgba(0, 38, 153, 1);
  border-radius: 30px;
  color: #fff;
  font-family: 'DaxlinePro';
  font-size: 15px;
  font-weight: 700;
  line-height: 1.53em;
  text-transform: uppercase;
}

.btn.red-btn {
  background-color: rgba(209, 54, 65, 1);
  border-color: rgba(209, 54, 65, 1);
}

.btn.white-btn {
  background-color: #fff;
  border-color: rgba(0, 38, 153, 1);
  color: rgba(0, 38, 153, 1);
}

.btn.white-red-btn {
  background-color: #fff;
  border-color: rgba(209, 54, 65, 1);
  color: rgba(209, 54, 65, 1);
}

.btn.turquoise-btn {
  background-color: rgba(0, 156, 166, 1);
  border-color: rgba(0, 156, 166, 1);
}

.city-article .btn:hover,
.detector-page .btn:hover {
  background-color: #fff;
  color: rgba(0, 38, 153, 1);
}

.btn.red-btn:hover {
  background-color: #fff;
  color: rgba(209, 54, 65, 1);
}

.btn.white-btn:hover {
  background-color: rgba(0, 38, 153, 1);
  color: #fff;
}

.btn.white-red-btn:hover {
  background-color: rgba(209, 54, 65, 1);
  color: #fff;
}

.btn.turquoise-btn:hover {
  background-color: #fff;
  color: rgba(0, 156, 166, 1);
}

/* .btn.icon-next {
  padding-right: 50px;
  background-image: url('../images/next.png');
  background-position: right 30px center;
  background-repeat: no-repeat;
} */

/* .btn:hover,
.btn.red-btn:hover {
  color: #fff;
}

.btn.white-btn:hover {
  color: rgba(0, 38, 153, 1);
}

.btn.white-red-btn:hover {
  color: rgba(209, 54, 65, 1);
} */

.btn.read-more-btn {
  padding: 1px 24px;
  background-color: rgba(0, 64, 68, 1);
  border-color: rgba(0, 64, 68, 1);
  font-size: 19px;
  text-transform: none;
}

.btn.read-more-btn:hover {
  background-color: #fff;
  color: rgba(0, 64, 68, 1);
}

.btns-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

@media (max-width: 575.98px) {
  .btns-wrapper {
    max-width: 244px;
    gap: 0;
    margin: 0 auto;
  }

  .city-article .btn,
  .detector-page .btn {
    width: 100%;
    padding: 9.82px 10px;
    font-size: 12px;
  }

  .btn.read-more-btn {
    width: auto;
    padding: 2.4px 15px;
    font-size: 12px;
  }
}

.city-article .top_header_solution,
.section-number,
.section-video,
.section-theme1,
.section-theme2,
.section-price,
.section-theme3 {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.meta-open {
  z-index: 1;
}

/**
 * Top Header
 */
.city-article .top_header_solution {
  margin-bottom: 0;
}

.img_header img {
  width: 100%;
}

.content-header {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 640px;
  max-height: 100%;
  padding: 25px 20px 10px;
  background-color: rgba(0, 38, 153, 0.82);
  border-radius: 10px 10px 10px 0;
  color: #fff;
  text-align: center;
}

html body .content-header p {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

@media (max-width: 767.98px) {
  .content-header {
    left: 24px;
    right: 24px;
    transform: translate3d(0, -50%, 0);
    padding: 25px 24px 10px;
    width: auto;
  }

  .content-header h1 {
    font-size: 24px;
  }

  html body .content-header p {
    font-size: 16px
  }
}

/**
 * Section numbers
 */
.section-number .container {
  position: relative;
}

.section-number .container::before {
  content: '';
  position: absolute;
  top: -70px;
  left: 14%;
  display: block;
  width: 259px;
  height: 168px;
  background-image: url('../images/arrow-stast.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.description-number {
  padding: 0 90px;
  margin-bottom: 34px;
}

.description-number p {
  font-weight: 500;
  line-height: 1.53em;
  text-align: center;
  color: #000;
}

.number-list {
  max-width: 1028px;
  padding: 29px 0;
  margin: 0 auto;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-shadow: 10px 10px 37px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}

.number-list::after {
  content: '';
  position: absolute;
  bottom: -44px;
  right: -155px;
  z-index: -1;
  display: block;
  width: 381px;
  height: 247px;
  background-image: url('../images/arrow-stast.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.item-number {
  flex: 1;
  padding: 25px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.52em;
  text-align: center;
  position: relative;
}

.item-number::before {
  content: '';
  position: absolute;
  left: -0.5px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(237, 244, 252, 1);
}

.item-number:first-child::before {
  display: none;
}

.number-list .item-number:nth-child(2) {
  flex-direction: column-reverse;
}

.title-number {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.stat-number {
  font-size: 32px;
  font-weight: 900;
  color: rgba(209, 54, 65, 1);
}

@media (max-width: 991.98px) {
  .description-number {
    padding: 0;
  }

  .item-number {
    padding: 20px;
  }
}

@media (max-width: 767.98px) {
  .description-number p {
    font-size: 14px;
  }

  .number-list {
    max-width: 349px;
    flex-direction: column;
    background-color: transparent;
  }


  .number-list::after {
    bottom: 45%;
    right: 10px;
    width: 162px;
    height: 135px;
  }

  .item-number {
    padding: 20px 70px;
    flex-direction: column-reverse;
  }

  .item-number::before {
    left: 88px;
    top: -0.5px;
    width: 173px;
    height: 1px;
  }
}

/**
 * Section video
 */
.section-video {
  background-color: rgba(237, 244, 252, 1);
}

.section-video .title-h2 {
  max-width: 780px
}

.content-video {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.video-wrapper {
  display: block;
}

.video-responsive {
  display: block;
  position: relative;
  width: 568px;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 13px;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.text-video {
  width: 39%;
}

@media (min-width: 1400px) {
  .text-video {
    margin-left: 55px;
  }
}

.description-video {
  padding: 25px 25px 9px 25px;
  margin-bottom: 10px;
  background-color: rgba(0, 38, 153, 0.67);
  border-radius: 10px 10px 0px 10px;
}

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

.suffix-video {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-align: right;
}

@media (max-width: 991.98px) {
  .content-video {
    flex-direction: column;
  }

  .video-wrapper,
  .video-responsive,
  .text-video {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .description-video p {
    font-size: 18px;
  }

  .suffix-video {
    font-size: 16px;
  }
}

/**
 * Section theme1
 */
.section-theme1 h2 {
  display: inline-block;
  padding: 13px 40px;
  line-height: 1.53em;
  background-color: rgba(234, 242, 252, 0.47);
  border-radius: 10px 10px 0 10px;
}

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

.section-theme1 .btn.read-more-btn {
  padding: 4px 41px 4px 30px;
  margin-top: 18px;
  border-color: rgba(36, 55, 62, 1);
  background-color: rgba(36, 55, 62, 1);
  background-image: url('../images/down.png');
  background-position: right 24px center;
  background-repeat: no-repeat;
  font-size: 15px;
  text-transform: uppercase;
}

.section-theme1 .btn.read-more-btn:hover {
  border-color: rgba(36, 55, 62, 1);
  background-color: rgba(36, 55, 62, 1);
  color: #fff;
}

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

.description-theme1 {
  padding: 30px 22px;
  background-color: rgba(0, 156, 166, 0.05);
  border-radius: 10px 10px 0;
}

.descriptionShowMore {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.descriptionShowMore.open {
  -webkit-line-clamp: unset !important;
}

.showMoreBtn {
  margin-top: 10px;
  text-transform: uppercase;
  padding-right: 50px;
  background-image: url('../images/down.png');
  background-position: right 30px center;
  background-repeat: no-repeat;
}

.open+.showMoreBtn {
  background-image: url('../images/up.png');
}

.description-theme1 p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(54, 54, 54, 1);
}

.content-theme1 .img-wrapper {
  flex-shrink: 0;
  max-width: 507px;
}

.content-theme1 .img-wrapper img {
  width: 100%;
}

@media (max-width: 1200px) {
  .content-theme1 .img-wrapper {
    max-width: 50%;
  }
}

@media (max-width: 991.98px) {
  .section-theme1 h2 {
    padding: 20px 30px;
  }

  .content-theme1 {
    flex-direction: column-reverse;
  }

  .content-theme1 .img-wrapper {
    max-width: none;
    width: 100%;
    transform: scaleX(-1);
  }

  .description-theme1,
  .description-theme1 p {
    text-align: center;
  }

  .section-theme1 .btn.read-more-btn {
    padding: 5px 26px 5px 14px;
    margin-left: auto;
    margin-bottom: auto;
    background-size: 9px;
    background-position: right 10px center;
    font-size: 12px;
  }
}

/**
 * Section theme2
 */
.content-theme2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
  max-width: 1198px;
  margin: auto;
}

.img-wrapper-theme2 {
  flex-shrink: 0;
  max-width: 474px;
  border-radius: 10px 10px 10px 0;
  overflow: hidden;
}

.img-wrapper-theme2 img {
  width: 100%;
}

.contenu-theme2 {
  max-width: 595px;
}

.contenu-theme2 .btns-wrapper {
  justify-content: flex-start;
}

html body .city-article .contenu-theme2 h2 {
  text-align: left
}

.description-theme2 p {
  color: rgba(33, 33, 33, 1);
}

@media (max-width: 1200px) {
  .img-wrapper-theme2 {
    max-width: 42%;
  }
}

@media (max-width: 991.98px) {
  .content-theme2 {
    flex-direction: column;
  }

  .img-wrapper-theme2 {
    max-width: none;
    width: 100%;
    border-radius: 10px;
  }

  .contenu-theme2 {
    max-width: none;
  }

  html body .city-article .section-theme2 h2,
  .description-theme2 p {
    text-align: center;
  }
}

/**
 * Section price
 */
.section-price {
  padding-bottom: 55px;
}

.section-price .contenu-price {
  padding: 55px 0 20px;
  background-color: rgba(234, 242, 252, 0.57);
}

html body .city-article .section-price h2 {
  max-width: 690px;
}

.description-price {
  max-width: 1190px;
  margin: auto
}

.description-price p {
  color: rgba(33, 32, 32, 1);
  text-align: center;
}

.price-container {
  position: relative;
}

.price-container::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 165px;
  background-color: rgba(234, 242, 252, 0.57);
}

.price-wrapper {
  width: 100%;
  max-width: 601px;
  padding: 24px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 10px 10px 37px 0px rgba(0, 0, 0, 0.09);
}

.preffix-price,
.suffix-price {
  font-family: 'Roboto', Arial;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: rgba(54, 54, 54, 1);
}

.suffix-price {
  font-size: 13px;
  text-align: center;
}

.content-price {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.push-price {
  width: 236px;
  padding: 0 6px;
  margin: 25px 0 15px;
  text-align: center;
}

.push-price .label {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-bottom: 5px;
  font-family: 'Inter', Arial;
  font-size: 35px;
  font-weight: 800;
  line-height: 1.21em;
  color: #000;
}

.push-price .info {
  width: 224px;
  margin-bottom: 20px;
  font-family: 'Inter';
  font-size: 18px;
  line-height: 1.21em;
  color: rgba(54, 54, 54, 1);
}

.push-price .btn {
  width: 100%;
  padding: 11.04px 10px;
  font-family: 'Segoe UI', Arial;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  pointer-events: none;
}

.content-price .text {
  padding-top: 26px;
  font-family: 'Roboto';
  font-size: 20px;
  font-weight: 600;
  line-height: 42px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .description-price p {
    font-size: 14px;
  }

  .price-wrapper {
    max-width: 283px;
  }

  .price-container::before {
    height: 244px;
  }

  .content-price {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-bottom: 15px;
  }

  .preffix-price,
  .suffix-price {
    font-size: 18px;
  }

  .preffix-price {
    margin-bottom: 16px;
  }

  .suffix-price {
    font-size: 13px;
    text-align: center;
  }

  .push-price {
    margin: 0;
  }

  .push-price .label {
    font-size: 33px;
  }

  .push-price .info {
    margin-bottom: 16px;
  }

  .push-price .btn {
    padding: 7.04px 10px;
  }

  .content-price .text {
    padding-top: 0;
    margin-bottom: 10px;
    line-height: 28px;
  }
}

@media (max-width: 575.98px) {
  .section-price {
    padding-bottom: 35px;
  }
}

/**
 * Section products
 */
.section-products {
  position: relative;
  padding-top: 215px;
  margin-top: -160px;
  background-color: rgba(234, 242, 252, 1);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.06);
}

.product-list {
  max-width: 1110px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.push-product {
  width: 481px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
}

.img-product-wrapper {
  position: relative;
}

.img-product-wrapper img {
  width: 100%;
}

.tag-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;
  color: #fff;
}

.content-product {
  height: 100%;
  padding: 23px 23px 10px;
  display: flex;
  flex-direction: column;
}

.title-product.title-h2 {
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
}

.title-product.title-h2 sup {
  top: -0.2em;
  font-size: 30px;
  font-weight: 500;
}

html body .section-products .description-product p {
  margin-bottom: 0;
}

.push-product .btn-wrapper {
  padding: 10px 23px 8px;
  text-align: center;
}

.push-product .btn-wrapper .btn {
  padding: 4.28px 50px;
  font-family: 'DaxlinePro';
  font-size: 19px;
}

.city-article .push-product .btn-wrapper .btn {
  padding: 5.8px 26.5px;
  font-family: 'DaxlinePro';
  font-size: 19px;
}

.push-product .btn-wrapper .btn svg {
  margin-left: 13.93px;
}

.city-article .push-product .btn-wrapper .btn svg {
  margin-left: 8px;
}

.info-product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.info-product .info-prix {
  font-family: 'DaxlinePro';
  font-size: 13px;
  font-weight: 500;
}

.info-product .info-prix .price {
  color: rgba(127, 127, 127, 1);
}

.info-product .info-prix .credit {
  color: rgba(54, 54, 54, 1);
}

.info-product .icon-product {
  float: right;
}

@media (max-width: 991.98px) {
  .product-list {
    flex-direction: column;
    align-items: center;
  }

  .push-product {
    width: 100%;
    max-width: 481px;
  }

  .push-product .btn-wrapper .btn {
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .section-products {
    padding-top: 200px;
    margin-top: -145px;
  }

  .tag-product {
    font-size: 16px;
  }

  .push-product .btn-wrapper .btn {
    padding: 7.75px 41px;
    font-size: 12px;
  }

  .city-article .push-product .btn-wrapper .btn {
    padding: 5.84px 38.62px;
    font-size: 12px;
  }

  .push-product .btn-wrapper .btn svg {
    margin-left: 6px;
    height: 10px;
  }
}

/**
 * Section theme3
 */
.section-theme3 {
  position: relative;
}

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

.section-theme3 .container {
  display: flex;
  justify-content: flex-end;
}

.credit-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.content-credit {
  max-width: 618px;
  padding: 42px 42px 27px;
  background-color: rgba(0, 154, 151, 0.72);
  border-radius: 10px;
  color: #fff;
  z-index: 10;
}

.content-credit .title-h2 {
  margin-bottom: 15px;
  text-align: left;
  font-weight: 700;
}

.description-credit {
  margin-bottom: 8px;
}

.content-credit .description-credit p {
  font-weight: 700;
  color: #fff;
  line-height: 1.4em;
}

.section-theme3 .btn {
  padding: 5.8px 30px;
}

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

@media (max-width: 991.98px) {
  .section-theme3 .container {
    flex-direction: column;
  }

  .credit-wrapper {
    position: relative;
    transform: none;
  }

  .section-theme3 .img-wrapper {
    margin-left: 24px;
    border-radius: 20px;
    overflow: hidden;
  }

  .content-credit {
    max-width: none;
    padding: 15px 18px 5px;
    margin-top: -100px;
    margin-right: 27px;
    margin-bottom: 24px;
    background-color: rgba(0, 156, 166, 0.82);
    border-radius: 10px 0 10px 10px;
  }

  .content-credit .title-h2 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .content-credit .description-credit p {
    font-size: 14px;
    line-height: 1.6em;
  }

  .section-theme3 .btn {
    padding: 2.34px 12px;
  }

  .section-theme3 .btn svg {
    margin-left: 4px;
    height: 10px;
  }
}

/**
 * Section contact
 */
.section-contact {
  position: relative;
  padding-top: 215px;
  margin-top: -160px;
}

.contact-wrapper {
  max-width: 1196px;
  margin: 0 auto 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.content-contact {
  max-width: 422px;
  text-align: left;
}

.section-contact .title-h2 {
  max-width: none;
  padding: 10.5px 32.7px;
  background-color: rgba(234, 242, 252, 0.67);
  display: inline-block;
  margin: 0 0 20px 10px;
  border-radius: 10px 10px 10px 0;
  text-align: left;
  color: rgba(0, 38, 153, 1);
}

.description-contact p {
  margin: 0 10px 25px;
  color: rgba(24, 28, 58, 1);
  font-size: 17px;
  font-weight: 700;
}

.description-contact strong {
  color: rgba(0, 38, 153, 1);
}

.section-contact .img-contact {
  flex-shrink: 0;
  max-width: 422px;
  position: relative;
}

.section-contact .img-contact img {
  width: 100%;
}

.section-contact .img-contact::after {
  content: "";
  position: absolute;
  top: 62px;
  bottom: 12px;
  left: -5000px;
  right: -5000px;
  z-index: -2;
  display: block;
  background-color: rgba(237, 244, 252, 1);
}

.forms-wrapper {
  max-width: 520px;
  padding: 40px 90px 35px 55px;
  background-color: rgba(0, 38, 153, 0.55);
  border-radius: 10px 10px 0;
  position: relative;
}

.forms-wrapper::before {
  content: "";
  display: block;
  width: 100%;
  background-color: rgba(0, 38, 153, 0.55);
  border-radius: 10px 10px 0;
  position: absolute;
  z-index: -1;
  left: -20px;
  top: 16px;
  bottom: -10px;
}

.section-contact .forms-wrapper label {
  font-weight: 500;
  color: #fff;
}

.section-contact .forms-wrapper label.form-required {
  position: relative;
}

.section-contact .forms-wrapper label.form-required::after {
  content: "*";
  margin-left: 4px;
}

.section-contact .forms-wrapper input {
  padding: 11px 12px;
  height: 50px;
  border-radius: 10px;
}

.section-contact .forms-wrapper textarea {
  height: 50px;
  border-radius: 10px;
}

.section-contact .forms-wrapper .captcha {
  padding: 0;
  margin-top: 30px;
}

.section-contact .forms-wrapper .iconcaptcha-widget.iconcaptcha-init .iconcaptcha-modal__body-title {
  white-space: normal;
  top: 13px;
}

.section-contact .forms-wrapper input[type="submit"] {
  width: 221px;
  padding: 7px 12px !important;
  height: 43px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.24);
  font-size: 19px;
  color: rgba(0, 38, 153, 1);
}

@media (max-width: 1200px) {
  .forms-wrapper {
    padding: 40px 50px 35px 30px;
  }
}

@media (max-width: 991.98px) {
  .content-contact {
    text-align: center;
  }

  .section-contact .title-h2 {
    margin: 0 auto 20px;
    border-radius: 10px 10px 0 10px;
  }

  .description-contact p {
    text-align: center;
  }

  .description-contact strong {
    color: rgba(24, 28, 58, 1);
  }

  .section-contact .img-contact::after {
    top: 55px;
    bottom: 47px;
  }

  .img-contact img {
    width: 100%;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .forms-wrapper {
    padding: 30px 50px 30px 30px;
    margin: 0 5px 0 20px;
    border-radius: 10px 10px 10px 0;
  }

  .forms-wrapper::before {
    border-radius: 10px 10px 10px 0;
    bottom: 10px;
    top: -15px;
    left: -15px;
  }

  .section-contact .forms-wrapper label {
    font-size: 14px
  }

  .section-contact .forms-wrapper input {
    height: 35px;
  }

  .section-contact .forms-wrapper input[type="submit"] {
    height: 27px;
    font-size: 12px;
    width: 155px;
    padding: 2px !important;
  }
}

@media (max-width: 767.98px) {
  .section-contact {
    padding-top: 200px;
    margin-top: -145px;
  }

  .content-contact {
    max-width: 289px;
  }

  .section-contact .title-h2 {
    padding: 10.5px 38px;
  }

  .description-contact p {
    margin: 0 0 15px;
    font-size: 14px;
  }

  .section-contact::before {
    height: 126px;
    top: 396px;
  }
}
