/* start reset */

.page-end-to-end {
  background-color: #F0F8FF;
}

.page-end-to-end * {
  color: #211F25;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-end-to-end img {
  width: 100%;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1:not(.noto-font),
h2:not(.noto-font),
h3:not(.noto-font),
h4:not(.noto-font),
h5:not(.noto-font),
h6:not(.noto-font) {
  padding: 0;
  margin: 0;
  font-weight: inherit;
}

/* end reset */

.container {
  display: block;
  position: relative;
  width: 1390px;
  padding: 0;
  margin: 0 auto;
  height: 100%;
}

.header-container {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  position: initial;
}

.container-three-col {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 58px;
}

.font-title {
  font-family: "GTSectraDisplaySuper", sans-serif;
  line-height: 110%;
}

.font-700 {
  font-weight: 700;
}

.font-300 {
  font-weight: 300;
}

.font-500 {
  font-weight: 500 !important;
}

.font-600 {
  font-weight: 600 !important;
}

.text-white {
  color: #F0F8FF !important;
}

.text-64 {
  font-size: 64px;
}

.text-48 {
  font-size: 48px;
}

.text-32 {
  font-size: 32px;
}

.text-24 {
  font-size: 24px;
}

.text-18 {
  font-size: 18px;
}

.text-16 {
  font-size: 16px;
}

.text-center {
  text-align: center;
}

.text-green {
  color: #03C5A1;
}

.text-blue {
  color: #5622DA;
}

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

.pb-110 {
  padding-bottom: 110px;
}

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

.mb-110 {
  margin-bottom: 110px;
}

.hero {
  background-image: url(../templates/flexible/images/hero-bg.png);
  background-size: cover;

  min-height: 100vh;
  height: auto;
  display: flex;
  justify-content: center;
}

.hero__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.hero-2 .hero__inner {
  padding: 60px 0;
}

.hero__left {
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero-form {
  margin-top: 32px;
  padding: 24px;
  border: 1px solid #F0F8FF;
  border-radius: 24px;
}

.hero__row {
  display: flex;
  align-items: center;
}

.hero__item {
  padding: 0 32px;
  border-right: 2px solid #5622DA;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

.hero__item:last-child {
  border-right: none;
}

.hero__icon {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
}

.hero__item:first-child {
  padding-left: 0;
}

.hero-form__title {
  margin-bottom: 16px;
}

.hero-form__row {
  display: grid;
  grid-template-columns: 5fr 3fr;
  gap: 32px;
}

.end-input__wrap {
  width: 100%;
}


.end-btn {
  border-radius: 6px;
  background: #5622DA;
  padding: 16px 32px;

  font-size: 18px;
  color: #F0F8FF;
  font-weight: 700;

  border: none !important;
  box-shadow: none !important;
  cursor: pointer;

}

.hero-right__item {
  border-radius: 24px;
  background: #211F25;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 4px;
}

.hero-right__item:first-child {
  margin-bottom: 32px;
}

.hero-right-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.hero-right-list__item {
  width: 30%;
}

.hero-right__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}

.end-numbers-list__inner {
  padding: 40px 40px;
  border-radius: 24px;
  background: #211F25;
  display: flex;
}

.end-numbers-list__item {
  flex: 1;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;

  border-right: 2px solid #03C5A1;
}

.end-numbers-list__item:last-child {
  border-right: none;
}

.end-numbers-list__number {
  display: flex;
  align-items: flex-start;
  justify-content: start;
  line-height: 1;
}

.end-numbers-list__small {
  line-height: 1;
  font-weight: 300;
  font-size: 40px;
}

h2.end-figure-list__title {
  margin-bottom: 38px;
}

h2.end-numbers-list-white__top {
  font-size: 31px;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;

}

.end-figure-list__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}

.end-figure-list__item {
  border-radius: 24px;
  background: #F0F8FF;
  box-shadow: 8px 8px 32px 0 rgba(86, 34, 218, 0.15);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

img.end-figure-list__img {
  width: 60%;
}


.end-cta__inner {
  background-size: cover;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  border-radius: 24px;

  background-image: url(../templates/flexible/images/end-cta-bg.png);
}

.end-cta-2 .end-cta__inner {
  background-image: url(../templates/flexible/images/end-cta-bg-2.png);
}

.end-cta__btn {
  margin-top: 20px;
}

.end-base-list__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 24px;
  background: #F0F8FF;
  box-shadow: 8px 8px 32px 0 rgba(86, 34, 218, 0.15);
  margin-bottom: 4px;
}


.end-base-list__row {
  display: flex;
  align-items: center;
  gap: 16px;
}

img.end-base-list__img {
  width: 24px;
  height: 24px;
}

.end-base-list__col {
  display: flex;
  flex-direction: column;
  gap: 16px;

  margin-bottom: 16px;
}

.end-base-list__col:last-child {
  margin: 0;
}

.end-cta__text {
  line-height: 146%;
  letter-spacing: -0.09px;
}

/* .end-cta-2 .end-cta__title { */
/* font-size: 32px; */
/* font-weight: 700; */
/* font-family: "Noto Sans", sans-serif; */
/* } */
/*  */
/* .end-cta-2 .end-cta__btn { */
/* margin-top: 0; */
/* } */
/*  */
/* .end-cta-2 .end-cta__text { */
/* width: 60%; */
/* } */


.end-base-slider__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
}

.end-base-slider__title {
  max-width: 415px;
}

.end-base-slider__nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.end-base-slider__arrow {
  height: 26px;
  cursor: pointer;
}

.end-base-slider__arrow img {
  width: auto;
  height: 100%;
}

.end-base-slider__pagination {
  display: flex;
  align-items: center;
  gap: 8px;
}

.end-base-slider__pagination .swiper-pagination-bullet {
  height: 2px;
  width: 12px;
  background-color: #211F25;
  margin: 0;
  padding: 0;
  opacity: 1;
  transition: all 0.4s;
}

.end-base-slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #5622DA;
}

.end-base-slider-item {
  border-radius: 24px;
  background: #211F25;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.end-base-slider-item__top {
  display: flex;
  align-items: center;
  gap: 24px;
}

.end-base-slider .swiper-slide {
  height: auto;
}

.end-base-slider .swiper-slide .end-base-slider-item {
  opacity: 0.5;
  transition: all 0.4s;
}

.end-base-slider .swiper-slide.swiper-slide-prev .end-base-slider-item,
.end-base-slider .swiper-slide.swiper-slide-active .end-base-slider-item,
.end-base-slider .swiper-slide.swiper-slide-next .end-base-slider-item {
  opacity: 1;
}

.end-base-slider .swiper,
.end-base-slider .container {
  overflow: visible;
}

.end-base-slider {
  overflow: hidden;
}

.end-base-slider-2 .swiper-slide {
  height: auto;
}

.end-base-slider-2-item {
  position: relative;
  display: block;
  border-radius: 24px;
  overflow: hidden;
  height: 100%;

  transition: all 0.4s;
}

.end-base-slider-2-item__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.end-base-slider-2-item__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 42px 80px;
  width: 60%;
  z-index: 2;
  position: relative;
}

.end-base-slider-2-item__row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.end-base-slider-2-item__label {
  border-radius: 32px;
  background: #9874F4;
  text-transform: uppercase;
  padding: 8px 24px;
}


.end-base-slider .swiper-slide .end-base-slider-item {
  opacity: 0.5;
  transition: all 0.4s;
}

.end-base-slider-2 .swiper-slide.swiper-slide-prev .end-base-slider-2-item,
.end-base-slider-2 .swiper-slide.swiper-slide-next .end-base-slider-2-item {
  opacity: 0.5;
}

.end-icons-list__col {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.end-icons-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;

  border-radius: 24px;
  background: #F0F8FF;
  box-shadow: 8px 8px 32px 0 rgba(86, 34, 218, 0.15);
}

.end-icons-list__icon {
  width: 48px;
  height: 48px;
}

.end-numbers-list-white__bottom {
  margin-top: 36px;
  display: flex;
  align-items: center;
  border-radius: 24px;
  padding: 40px 0;
  background: #F0F8FF;
  box-shadow: 8px 8px 32px 0 rgba(86, 34, 218, 0.15);
}

.end-numbers-list-white__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-right: 1px solid rgba(86, 34, 218, 0.25);

}

.end-numbers-list-white__item:last-child {
  border-right: none;
}

.end-numbers-list-white__number {
  line-height: 100%;
  font-family: "Noto Sans", sans-serif;
}

.end-base-slider__title-mobile {
  display: none !important;
}

.end-base-slider__inner {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

span.wpcf7-spinner {
  position: absolute;
}

.container.container-padding-left {
  width: 100%;
}

.section-testimonials__title {
  margin-bottom: 36px !important;
}

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #211f2563;
  display: flex;
  justify-content: center;
  align-items: center;

  z-index: -100;
  pointer-events: none;
  opacity: 0;

  transition: all 0.4s;
}

.modal.active {
  z-index: 100;
  pointer-events: all;
  opacity: 1;
}

.modal__inner {
  width: 60%;
  border-radius: 24px;
  overflow: hidden;
  color: #fff !important;
  background-image: url(../templates/flexible/images/popup-overlay.png);
  background-size: cover;
  min-height: 40%;
  padding: 40px;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-logo {
  width: 123px;
}

.header-logo img {
  width: 100%;
}

.open-mobile-dropdown {
  display: flex;
  flex-direction: column;
}

.open-mobile-dropdown {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  position: relative;
}

.line {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 75;
  stroke-width: 6;
  stroke-dashoffset: -134;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -90;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line {

  stroke: #5622DA;
}

.open-mobile-dropdown {
  display: none;
}

.mobile-dropdown {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100vw;
  background-color: #211F25;
  z-index: 2;
  transition: all 0.4s;
}

.mobile-dropdown * {
  color: #F0F8FF;
  text-align: center;
  font-size: 24px;
  font-size: 24px;
  font-weight: 600;
}

.mobile-dropdown .menu-item {
  padding: 16px;
}

.mobile-dropdown.active {
  left: 0;
}

.mobile-nav .nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mobile-nav .nav,
.mobile-nav,
.mobile-dropdown__inner {
  height: 100%;
}

.header-nav .nav>.menu-item>a {
  margin-left: 0;
}


/* FLEX FOOTER css */

footer.flexible-landing .footer-nav {
  display: none;
}

footer.flexible-landing .footer .reviews-list {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  max-width: 100%;
  gap: 40px;
}


footer.flexible-landing .footer-reviews-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

footer.flexible-landing .footer-reviews-item * {
  margin: 0;
}

footer.flexible-landing .footer-text p:last-child {
  display: none;
}

footer.flexible-landing .footer .reviews-list .list-item:not(:last-of-type) {
  height: auto;
}

footer.flexible-landing .footer .reviews-list .span-footer-logo {
  background-position: center;
}


/* не лезь, дальше бога нет*/

/*
  hbspt-flex-styles класс есть на блоках которые выводятся внутри page-flexible

  hero.php
  end-cta.php
  footer-form.php
*/

/* FLEX hbspt css */

.hbspt-flex-styles .hs-input::-webkit-input-placeholder,
.hbspt-flex-styles .end-input::-webkit-input-placeholder {
  color: #909599;
}

.hbspt-flex-styles .hs-input:focus-visible,
.hbspt-flex-styles .end-input:focus-visible {
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff;
}

.hbspt-flex-styles .hs-input,
.hbspt-flex-styles .end-input {
  width: 100%;
  background-color: transparent !important;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #56595C;
  color: #909599;
  font-size: 18px;
}

.hbspt-flex-styles .hs_submit.hs-submit {
  display: flex;
}

.hbspt-flex-styles .hs_submit .actions {
  position: relative;
  height: 58px;
  width: 50%;
  margin: 35px auto;
}


.hbspt-flex-styles .hbspt-form form label {
  display: none !important;
}


.hbspt-flex-styles .hbspt-form form .actions {
  width: 100% !important;
  margin: 0;
}

.modal.hbspt-flex-styles .hbspt-form form .actions {
  width: 50% !important;
  margin: 35px auto;
}

/* FOOTER-FLEX hbspt css */

section.section-get-a-quote-2 .hbspt-form form {
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-gap: 32px;
}

.hbspt-flex-styles .hbspt-form form .hs-submit {
  margin-top: 0;
}

.section-get-a-quote-2 {
  min-height: 595px;
}

section.section-get-a-quote-2 .hbspt-form form {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section-get-a-quote-2 .hs-form-field {
  width: 47%;
}

.section-get-a-quote-2 .hs_message.hs-message.hs-fieldtype-textarea.field.hs-form-field {
  width: 100%;
}


section.section-get-a-quote-2 .hbspt-form form .hs-submit {
  margin-top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

section.section-get-a-quote-2 .hbspt-form form .actions {
  width: 50% !important;
}

/* END FOOTER-FLEX hbspt css */
/* лезь, дальше бог есть*/

.hero-2__logos {
  display: flex;
}

.hero-2__logos-item {
  padding-right: 16px;
  padding-left: 16px;
  border-right: 2px solid #03C5A1;
}

.hero-2__logos-item:last-child {
  border-right: none;
}

.hero-2__logos-item:first-child {
  padding-left: 0;
}

.hero-2 {
  min-height: auto;
}

.hero-2 .hero__left {
  gap: 60px;
  justify-content: center;
}


.hero-2-item {
  padding: 16px 24px;
  border-radius: 24px;
  background-color: #211F25;
  box-shadow: 4px 4px 24px 0 rgba(33, 31, 37, 0.75);
  margin-bottom: 4px;
}

.hero-2-item__row {
  display: flex;
  align-items: center;
  gap: 16px;
}

.hero-2-item__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-2-item__number {
  color: #5622DA;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.hero-2-item__title {
  margin-bottom: 15px;
}

.hero-2-item__subtext {
  margin-top: 8px;
}

.technology-stack__wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 4px;
  margin-top: 36px;
}

.technology-stack__item:nth-child(1) {
  grid-area: 1 / 1 / 2 / 4;
}

.technology-stack__item:nth-child(2) {
  grid-area: 1 / 4 / 2 / 7;
}

.technology-stack__item:nth-child(3) {
  grid-area: 2 / 1 / 3 / 3;
}

.technology-stack__item:nth-child(4) {
  grid-area: 2 / 3 / 3 / 5;
}

.technology-stack__item:nth-child(5) {
  grid-area: 2 / 5 / 3 / 7;
}

.technology-stack__item {
  border-radius: 24px;
  border: 1px solid #211F25;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.technology-stack__content {
  display: flex;
  gap: 40px;
}

.technology-stack__list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.technology-stack__text {
  text-decoration: underline;
  line-height: 146%;
  letter-spacing: -0.08px;
}

.technology-stack__row img {
  width: auto;
  height: 30px;
}

.technology-stack__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.testing-process__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testing-process__item {
  border-radius: 24px;
  background: #F0F8FF;
  box-shadow: 8px 8px 32px 0 rgba(86, 34, 218, 0.15);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.testing-process__link {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testing-process__title {
  text-transform: uppercase;
}

.three-box-list__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}

.three-box-list__item {
  border-radius: 24px;
  background: #F0F8FF;
  box-shadow: 8px 8px 32px 0 rgba(86, 34, 218, 0.15);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.three-box-list__title {
  line-height: 110%;
}

.three-box-list__text {
  line-height: 146%;
  letter-spacing: -0.08px;
}

.section-clients-review h2,
.section-header h2 {
  margin-bottom: 32px;
}

.page-flexible .cta {
  padding-bottom: 0;
}

.hero-mobile {
  display: none;
}

@media screen and (max-width: 1440px) {
  .container {
    width: 100%;
    padding-right: 48px;
    padding-left: 48px;
  }
}

@media screen and (max-width: 1244px) {
  .header-nav .nav {
    gap: 0;
  }
}


@media screen and (max-width: 1044px) {

  .technology-stack__wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
  }

  .technology-stack__item {
    grid-area: auto !important;
  }

  .header-nav {
    display: none;
  }

  .open-mobile-dropdown {
    display: block;
  }

  .container {
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-64 {
    font-size: 52px;
  }

  .text-48 {
    font-size: 38px;
  }

  .text-32 {
    font-size: 28px;
  }

  .text-24 {
    font-size: 20px;
  }

  .text-18 {
    font-size: 18px;
  }

  .text-16 {
    font-size: 16px;
  }

  .hero-form__row {
    grid-template-columns: 1fr;
  }

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

  .hero__item {
    padding: 0;
    border-right: none;
  }

  .hero__icon {
    padding: 8px 0;
    height: auto;
    aspect-ratio: auto;
    border-bottom: 1px solid #5622DA;
  }

  .hero__icon:last-child {
    border-bottom: none;
  }


  .hero__inner {
    grid-template-columns: 3fr 2fr;
  }

  .hero__left {
    width: 90%
  }

  .end-numbers-list__item {
    flex: 33%;
    border: none;
  }

  .end-numbers-list__inner {
    flex-wrap: wrap;
    gap: 24px 0;
  }

  .end-base-slider-2-item__content {
    gap: 20px;
    padding: 24px;
    width: 100%;
  }

  .section-get-a-quote-2 .hs-form-field {
    width: 46%;
  }

  .three-box-list__list {
    grid-template-columns: repeat(2, 1fr);
  }

  h2 br,
  .h2 br {
    display: block;
  }
}

@media screen and (max-width: 800px) {

  .technology-stack__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  section .hbspt-form form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .technology-stack__content {
    display: flex;
    gap: 16px;
    flex-direction: column;
  }


  .section-get-a-quote-2 .hs-form-field {
    width: 100%;
  }


  .modal__inner {
    width: 90%;

    min-height: 40%;
    padding: 16px;
  }


  .text-64 {
    font-size: 42px !important;
  }

  .text-48 {
    font-size: 34px !important;
  }

  .text-32 {
    font-size: 26px !important;
  }

  .text-24 {
    font-size: 20px !important;
  }

  .text-18 {
    font-size: 18px !important;
  }

  .text-16 {
    font-size: 16px !important;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero__left {
    width: 100%;
  }

  .container-three-col {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .end-cta-2 .end-cta__text {
    width: 100%;
  }

  .end-numbers-list-white__bottom {
    flex-wrap: wrap;
    gap: 24px;
  }

  .end-numbers-list-white__item {
    flex: 33%;
    border: none;
  }

  .hero-mobile {
    display: flex;
  }


  .hero-desktop {
    display: none;
  }

  .hero-2__logos {
    margin-top: 60px;
  }

}

@media screen and (max-width: 600px) {
  .hero {
    background-size: 100% 170%;
    background-position: right;
  }

  .three-box-list__list {
    grid-template-columns: 1fr;
  }

  .pt-110 {
    padding-top: 60px;
  }

  .pb-110 {
    padding-bottom: 60px;
  }

  .mt-110 {
    margin-top: 60px;
  }

  .mb-110 {
    margin-bottom: 60px;
  }

  .end-figure-list__list {
    grid-template-columns: 1fr;
  }

  .hero__left {
    gap: 16px;
  }

  .hero-right-list__item {
    width: 48%;
  }

  .hero-right__item:first-child {
    padding: 40px;
  }

  .hero-right__item {
    padding: 20px 40px;
  }

  .end-numbers-list__item {
    border-bottom: 1px solid #03C5A1;
    padding: 40px 0;
    width: 75%;
    margin: 0 auto;
    flex: 100%;
  }

  .end-numbers-list__item:last-child {
    border-bottom: none;
  }

  .end-numbers-list__inner {
    flex-direction: column;
    gap: 0;
    padding: 0 24px;
  }

  .end-cta__inner {
    padding: 40px 24px;
  }

  .end-base-list__row {
    gap: 10px;
    align-items: flex-start;
  }

  /* .end-cta-2 .end-cta__title { */
  /* font-size: 26px; */
  /* } */

  .end-base-slider__title-desktop {
    display: none !important;
  }

  .end-base-slider__title-mobile {
    display: block !important;
  }

  img.end-base-slider-2-item__image {
    position: relative;
    height: 200px;
    margin-bottom: 32px;
    border-radius: 24px;
  }

  .end-base-slider-2-item__content {
    padding: 0;
  }

  .end-base-slider-2-item__content * {
    color: #211F25 !important;
  }

  .end-base-slider-2-item__title {
    font-size: 26px !important;
    font-weight: 700;
    line-height: 110%;
  }

  .end-base-slider-2-item__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .end-base-slider-2-item__label {
    border: 1px solid #9874F4;
    background-color: transparent;
    color: #9874F4 !important;
  }

  .end-base-slider-2-item {
    border-radius: 0;
  }

  .end-icons-list__item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 24px;
  }

  .end-numbers-list-white__bottom {
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .end-numbers-list-white__item {
    width: auto;
    flex: 100%;
    border-bottom: 1px solid rgba(86, 34, 218, 0.25);
    padding: 40px 0;
    margin: 0 24px;
  }

  .end-numbers-list-white__item:last-child {
    border: none;
  }

  .end-base-slider__top {
    order: 10;
    align-self: center;
  }

  .end-numbers-list-white__number {
    font-size: 54px !important;
  }

  .hero__row>div:nth-child(3)>div.hero__icon {
    border-bottom: none;
  }

  .end-numbers-list__small {
    line-height: 25px;
    font-weight: 300;
    font-size: 28px;
  }

  .end-base-slider .swiper,
  .end-base-slider .container {
    overflow: hidden;
  }

  section.section-get-a-quote-2 .hbspt-form form .actions {
    width: 100% !important;
  }

  section .hbspt-form form .actions {
    width: 100% !important;
    margin: 32px 0 0 0;
  }

  .hero-2 .hero__left {
    gap: 16px;
  }

  .hero-2__logos {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }

  .hero-2__logos-item {
    padding: 0 !important;
    border: none !important;
  }
}