* {
  padding: 0;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
}
html, body {
    overflow-x: hidden !important;
}
input,
textarea {
  outline: none;
}

main {
  overflow: hidden;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.header__top {
  background-color: #181D27;
  padding: 18px 0;
}

.header__top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__icon-box {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header__icon-box {
  color: #F5F5F5;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.header__contacts {
  display: flex;
  align-items: center;
  gap: 26px;
}

.header__tel {
  color: #F5F5F5;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.header_main {
  padding: 26.5px 0;
}

.header__main-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: block;
  width: 100%;
  max-width: 248px;
}

.header__logo img {
  width: 100%;
}

.header-right {
  display: flex;
  gap: 40px;
  align-items: center;
}



.header__nav-list {
  display: flex;
  gap: 20px;
}

.header__nav-link {
  color: #535862;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.header__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
}

.header__btn p {
  color: #E97B05;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.header_icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.section__outsourcing {
  background-color: #fff;
  padding: 37px 0 60px;
  position: relative;
}


.section__block-title {
  margin-bottom: 80px;
}

.section__outsourcing .section__block-title {
  margin-bottom: 60px;
}

.section__title {
  color: #F98305;
  font-family: "Nunito Sans" ,sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.section__subtitle {
  color: #181D27;
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.72px;
  margin-bottom: 30px;
}

.section__title-text {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  max-width: 592px;
}

.card {
  border-radius: 8px;
  border: 1px solid #F4F5F6;
  background: #FFF;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
  overflow: hidden;
  background-color: #fff;
}

.card__img {
  width: 100%;
  height: 200px;
  border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.card-content {
  padding: 24px 25px 32px;
}

.card-title {
  color: #F98305;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 8px;
}

.card-subtitle {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 24px;
}

.card__list-manager {
  display: flex;
  gap: 32px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.manager__item {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
}

.manager__item--disabled {
  display: none;
}

.manager__img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 50%;
}

.manager__name {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}

.manager__status {
  color: #535862;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.outsourcing-card {
  width: calc(33.333% - 64px / 3);
}

.card__services {
  margin-bottom: 32px;
}

.card__services-title {
  color: #282C2F;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 8px;
}

.card__services-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 4px;
}

.card__services-list-item {
  position: relative;
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
}

.card__services-list-item::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 2px;
  background-color: #12B76A;
}
.program__item-content ol li:before, .marketing-strategy-container ol li:before, .sales-performance-highlights-container ol li:before, .program__item-content ul li:before, .marketing-strategy-container ul li:before, .sales-performance-highlights-container ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #12B76A;
    display: block;
    border-radius: 50%;
    float: left;
    top: 6px;
    left: 2px;
    position: absolute;
}
.program__item-content ol li, .marketing-strategy-container ol li, .sales-performance-highlights-container ol li, .program__item-content ul li, .marketing-strategy-container ul li, .sales-performance-highlights-container ul li {
    position: relative;
    padding-left: 25px;
}
.sales-performance-highlights-container, .marketing-strategy-container {
    font: 400 20px "Nunito Sans", sans-serif;
}
.strategy-container .result-heading {
    padding-bottom: 30px;
}
.card__footer {
  display: flex;
  gap: 10px;
}

.btn {
  border-radius: 8px;
  background: #F98305;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  height: 46px;
  border: 1px solid #F98305;
  cursor: pointer;
}

.btn--white {
  border-color: #D5D7DA;
  background: #fff;
  color: #414651;
}

.card__footer .btn {
  width: calc(50% - 5px);
}

.show__manager {
  margin-bottom: 15px;
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 16px;
  background: #F5F5F5;
  cursor: pointer;
}

.show__services {
  margin-bottom: 15px;
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  padding: 2px 8px;
  display: inline-block;
  border-radius: 16px;
  background: #F5F5F5;
  cursor: pointer;
}

.outsourcing__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 74px;
}

.card__services-list-item--disabled {
  display: none;
}

.outsourcing__link {
  color: #E97B05;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding-right: 30px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 7px 30px 7px 0;
  z-index: 3;
}

.outsourcing__link:before {
  content: ' ';
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url('../images/link-arrow.svg');
  background-size: contain;
}

.outsourcing__img {
  position: absolute;
  bottom: 60px;
  width: 100%;
  max-width: 834px;
}

.section__advantages {
  padding: 47px 0 81px;
  background-color: #F5F5F5;
}

.section__advantages .section__block-title {
  max-width: 690px;
}

.advantages__list {
  padding: 0 109px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.advantages__list-item {
  width: calc(50% - 16px);
  display: flex;
  gap: 35px;
  align-items: center;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px -2px rgba(10, 13, 18, 0.10), 0px 2px 4px -2px rgba(10, 13, 18, 0.06);
  padding: 21px 24px;
}

.advantages__list-item img {
  width: 95px;
}

.advantages__title {
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.section__departments {
  padding: 66px 0;
  position: relative;
}

.section__departments .section__block-title {
  max-width: 840px;
}

.departments__row {
  display: flex;
  gap: 155px;
}

.departments__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.departments__list-item {
  position: relative;
  width: calc(50% - 16px);
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 55px;
  overflow: hidden;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 8px -2px rgba(10, 13, 18, 0.10), 0px 2px 4px -2px rgba(10, 13, 18, 0.06);
}

.departments__item-title {
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
}

.departments__item-title:before {
  position: absolute;
  content: '';
  background-image: url(../images/departament_svg.svg);
  background-size: contain;
  width: 33px;
  height: 27px;
  top: 0;
  left: 0;
}

.departments__item-description {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.departments__btn {
  color: #039855;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  padding: 7px 30px 7px 0;
  display: inline-block;
  width: fit-content;
}

.departments__btn:before {
  content: ' ';
  position: absolute;
  top: calc(50% - 10px);
  right: 0;
  width: 20px;
  height: 20px;
  background-image: url('../images/green_arrow.svg');
  background-size: contain;
}

.departament__athom {
  position: absolute;
  width: 133.338px;
  height: 110.411px;
  transform: rotate(-45deg);
  bottom: -63px;
  right: -75px;
  opacity: 0.06;
  background: #12B76A;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.departaments__img {
  width: auto;
 min-width: 283px;
}
.departaments__img_landbox {
    min-width: 282px;
}

.divider {
  position: absolute;
  width: 100%;
  height: 145px;
  bottom: 0;
  left: 0;
  background-color: #F5F5F5;
  z-index: -1;
}

.section__results {
  padding: 66px 0 90px;
  position: relative;
}

.section__results .section__block-title {
  max-width: 840px;
}

.results__list {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.results__item {
  border-radius: 6px;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.12);
  width: calc(25% - 64px /2);
  object-fit: cover;
}

.results__img--50 {
  width: calc(50% - 64px / 2);
}

.results__block {
  padding: 22px 37px;
  background-color: #F98305;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.results__item-title {
  color: #fff;
  font-family: 'Poppins',
      sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 20px;
}

.resullts__item-partner {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 8px;
  background-color: #fff;
  width: fit-content;
}

.resullts__item-show {
  color: #FDFDFD;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  padding: 10px 45px 10px 16px;
  border-radius: 8px;
  background: #027A48;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  position: relative;
  display: inline-block;
  width: fit-content;
}

.resullts__item-show:before {
  content: ' ';
  position: absolute;
  top: calc(50% - 10px);
  right: 5px;
  width: 20px;
  height: 20px;
  background-image: url('../images/arrow_white.svg');
  background-size: contain;
}

.results__fon {
  position: absolute;
  background-color: #F5F5F5;
  transform: rotate(75deg);
  width: 1041px;
  height: 811px;
  z-index: -1;
  bottom: -233px;
  left: -763px;
}

.section__reviews {
  padding: 90px 0 130px;
/*!!!!*/
overflow: hidden;
}

.reviews__wrap {
  position: relative;
}

.swiper {
  position: relative;
}

.reviews__item {
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}

.quotes {
  width: 28px;
  height: 28px;
}

.reviews__text {
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.reviews__author {
  display: flex;
  gap: 16px;
}

.reviews__author img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
}

.reviews__author-name {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.reviews__author-work {
  color: #535862;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.swiper-pagination {
  position: static !important;
  color: #535862;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.swiper_naw {
  display: flex;
  justify-content: space-between;
}

.swiper-button-next {
  position: static !important;
  right: 0;
  width: 46px !important;
  height: 46px !important;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #F98305;
  background-color: #E97B05;
  background-image: none !important;
  margin-top: 0;
}

.swiper-button-prev {
  position: static !important;
  left: 0;
  width: 46px !important;
  height: 46px !important;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #F98305;
  background-color: #E97B05;
  background-image: none !important;
  margin-top: 0;
}

.swiper-wrapper {
  margin-bottom: 80px;
}

.swiper {
  overflow: hidden;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1 !important;
  background-color: transparent;
  border-color: #E9EAEB;

}

.reviews__fon {
  position: absolute;
  background: #E9EAEB;
  width: 1041px;
  height: 811px;
  top: 70px;
  right: -890px;
}

.section__facts {
  padding: 240px 0 180px;
}

.section__facts .section__block-title {
  max-width: 510px;
}
.section__facts-about .section__block-title {
max-width: 510px;
}

.facts__list {
  display: flex;
  gap: 32px;
  z-index: 3;
  position: relative;
}

.facts__list-item {
  width: 25%;
  padding: 40px 32px;
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
}

.facts__num {
  color: #039855;
  font-family: 'Poppins';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.72px;
  margin-bottom: 12px;
}

.facts__text {
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.facts__content {
  position: relative;
}

.facts__img {
  position: absolute;
  bottom: 48px;
  right: 114px;
  border-radius: 8px;
  box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.10), 0px 1px 2px 0px rgba(10, 13, 18, 0.06);
}

.vacancies__flex {
  display: flex;
  gap: 26px;
}

.link__hh {
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 11px 18px;
  border-radius: 8px;
  background: #F04438;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  height: fit-content;

  cursor: pointer;
}

.section__vacancies {
  padding: 117px 0;
  background-color: #F5F5F5;
}

.vacancies__list {
  display: flex;
  gap: 36px;
}

.vacancies__list-item {
  width: calc(50% - 18px);
  padding: 50px 42px;
  border-radius: 8px;
  border: 1px solid #D5D7DA;
  background: #FFF;
  box-shadow: 0px 4px 8px -2px rgba(10, 13, 18, 0.10), 0px 2px 4px -2px rgba(10, 13, 18, 0.06);
}

.vacancies__item-title {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
}

.vacancies__item-price {
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 30px;
}

.vacancies__item-description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 30px;
}

.vacancies__description-text {
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.vacancies__item-footer {
  display: flex;
  gap: 16px;
}

.vacancies__list-item .btn {
  padding-left: 18px;
  padding-right: 18px;
}

.section__brends {
  padding: 186px 0 236px;
}

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

.carousel__brend {
  width: 100%;
  margin-bottom: 64px;
overflow: hidden;
}

.carousel__brend-list {
  display: flex;
  animation: scroll-brends 20s linear infinite;
}

.carousel__brend-item {
  flex: 0 0 auto;
  margin-right: 32px;
  height: 112px;
  width: 296px;
  border-radius: 6px;
  border: 1px solid #D5D7DA;
  background: #FAFAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}

.carousel__brend-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

@keyframes scroll-brends {
  0% {
      transform: translateX(0);
  }

  100% {
      transform: translateX(-100%);
  }
}

.btn__brends {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 10px 46px 10px 18px;
  position: relative;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.btn__brends:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 18px;
  background-image: url(../images/arr_black.svg);
  background-size: contain;
}

.section__recording {
  background-color: #181D27;
  padding: 83px 0 132px;
}

.recording__content {
  display: flex;
  gap: 40px;
  align-items: flex-end;
}

.recording__title {
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}

.recording__subtitle {
  color: #FAFAFA;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.recording__form-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 20px;
  row-gap: 12px;
}

.recording__form-item {
  width: calc(50% - 10px);
max-width: 307px;
}

.recording__col-left {
  max-width: 603px;
}

.form__input label {
  color: #FAFAFA;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.phone-input-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #717680;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  height: 48px;

}

#country-code {
  border: none;
  padding: 14px 32px 14px 14px;
  background-color: #f9f9f9;
  font-size: 16px;
  cursor: pointer;
  outline: none;
  appearance: none;
  background-image: url('../images/input_arr.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

.form__input input {
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

#phone {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 14px;
  outline: none;
}

#phone::placeholder {
  color: #717680;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.form__select {
  border-radius: 8px;
  border: 1px solid #717680;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  padding: 10px 32px 10px 14px;
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  outline: none;
  cursor: pointer;
  appearance: none;
  background-image: url('../images/input_arr.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
  width: 100%;
}

.recording__col-right img {
  width: auto;
}

.section__education {
  padding: 192px 0 130px;
}

.section__education .section__subtitle {
  max-width: 480px;
}

.section__education .section__title-text {
  max-width: 480px;
}

.section__education .section__title-text--second {
  max-width: 405px;
}

.education__flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.education__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.education__list-item {
  position: relative;
  height: 264px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-radius: 8px;
  padding: 17px 18px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.10), 0px 1px 2px 0px rgba(10, 13, 18, 0.06), 0px 0px 0px 4px #F5F5F5;
}

.education__list-item img {
  width: 100%;
  display: block;
  object-fit: contain;
  width: 136px;
}

.education__item-text {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: auto;
}

.education__list-item:nth-child(1) {
  width: 266px;
}

.education__list-item:nth-child(2) {
  width: 414px;
}

.education__list-item:nth-child(2) img {
  position: absolute;
  top: 32px;
  right: 0;
  width: 221px;
  height: 221px;
}

.education__list-item:nth-child(2) p {
  padding-right: 135px;
}

.education__list-item:nth-child(3) {
  width: 296px;
  flex-direction: column-reverse;
}

.education__list-item:nth-child(3) img {
  margin-left: auto;
}

.education__list-item:nth-child(4) {
  width: 208px;
  background-color:
      #252B37;
}

.education__list-item:nth-child(4) img {
  margin-left: auto;
}

.education__list-item:nth-child(4) p {
  color: #FDFDFD;
}

.education__list-item:nth-child(5) {
  width: 414px;
  flex-direction: row-reverse;
  align-items: center;
}

.education__list-item:nth-child(5) p {
  margin: 0;
}

.education__list-item:nth-child(5) img {
  width: 189px;
  height: 189px;
}

.education__list-item:nth-child(6) {
  width: 266px;
  background-color: #F98305;
}

.education__list-item:nth-child(6) img {
  margin-left: auto;
}

.education__list-item:nth-child(6) p {
  color: #FDFDFD;
}

.education__list-item:nth-child(7) {
  width: 208px;
  flex-direction: column-reverse;
}


.abs-tools {
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 60px !important;
  height: 60px;
}

.education__list-item:nth-child(8) {
  width: 296px;
}

.education__list-item:nth-child(8) img {
  position: absolute;
  bottom: -16px;
  right: -4px;
  width: 184px;
  height: 184px;
}

.education__list-item:nth-child(8) p {
  margin: 0;
}

.section__program {
  padding: 130px 0 82px;
}

.program__content {
  padding: 0 32px;
}

.program__flex {
  display: flex;
  justify-content: space-between;
}

.program__link {
  color: #535862;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  max-width: 335px;
  padding: 10px 44px 10px 16px;
  position: relative;
}

.program__link:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: 16px;
  top: calc(50% - 20px);
  background-image: url(../images/link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.program__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.program__list-item {
  border-radius: 8px;
  border: 1px solid #A4A7AE;
  padding: 30px 32px;
  position: relative;
  cursor: pointer;
}

.program__list-item:before {
  content: '';
  position: absolute;
  background-image: url(../images/program_arr.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 37px;
  right: 39px;
}

.program__title {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

.program__subtitle {
  color: #535862;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
}

.programm__description {
  display: flex;
  gap: 15px;
}

.program__description-icon-box {
  display: flex;
  gap: 12px;
  align-items: center;
}

.program__description-icon-box img {
  width: 24px;
  height: 24px;
}

.program__description-icon-box p {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.program__item-content {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: all .3s;
}

.program__item-content p {
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 20px;
}

.program__item-content.active {
  max-height: 10000px;
}

.section__contacts {
  padding: 82px 0 209px;
}

.contacts__row {
  display: flex;
  gap: 50px;
}

.form_container {
  width: calc(50% - 25px);
  padding: 60px 66px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 24px 48px -12px rgba(10, 13, 18, 0.18);
}

.form__top {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.form__title {
  color: #F98305;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

.form__subtitle {
  color: #181D27;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
}

.form__text {
  color: #414651;
  text-align: center;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 14px;

}

.contacts__form-input {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.contacts__form-input label {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}

.contacts__form-input input {
  border-radius: 8px;
  border: 1px solid #717680;
  background-color: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  padding: 12px 14px;
  height: 48px;
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.contactc__form-tel label {
  color: #414651;
}

.contacts__form-input textarea {
  border-radius: 8px;
  border: 1px solid #717680;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  padding: 12px 14px;
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  resize: none;
  height: 82px;
}

.contacts__form-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.contacts__form-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  min-width: 20px;
  min-height: 20px;
  border: 2px solid orange;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.contacts__form-checkbox input[type="checkbox"]:checked {
  background-color: #fff;
}

.contacts__form-checkbox input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  left: 1px;
  top: 1px;
  width: 14px;
  height: 14px;
  background-image: url(../images/form_check.svg);
  background-size: contain;
  transform: rotate(0deg);
  z-index: 9;
}

.contacts__form-checkbox label {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.contacts__form-checkbox a {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
}

.contacts__form .recording__form-item {
  width: 100%;
}

.contacts__form-area {
  position: relative;
}

.charCount {
  position: absolute;
  bottom: 10px;
  right: 14px;
  color: #A4A7AE;
  text-align: right;
  font-family: "Nunito Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contacts__box {
  border-radius: 10px;
  padding: 32px;
  background: #FFF;
  box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.10), 0px 1px 2px 0px rgba(10, 13, 18, 0.06);
  display: flex;
  gap: 32px;
}

.contacts__box-col {
  width: 50%;
}

.contacts__box-title {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.1px;
  margin-bottom: 4px;
}

.addres {
  color: #A4A7AE;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.contacts__link {
  color: #F98305;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.1px;
}

.contacts__box-el {
  margin-bottom: 20px;
}

.contacts__col-map iframe {
  margin-bottom: 30px;
  filter: grayscale();
  box-shadow: 0px 1px 3px 0px rgba(10, 13, 18, 0.10), 0px 1px 2px 0px rgba(10, 13, 18, 0.06);
}

footer {
  background-color: #181D27;
  padding: 142px 0 20px;
}

.footer__main {
  display: flex;
  gap: 26px;
  margin-bottom: 22px;
}

.footer__col:nth-child(1) {
  max-width: 364px;
  margin-right: auto;
}

.footer__col:nth-child(2) {
  max-width: 209px;
}

.footer__col:nth-child(3) {
  max-width: 308px;
}

.footer__col:nth-child(4) {
  max-width: 260px;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__bottom-text {
  color: #FFF;
  font-family: "Nunito Sans", sans-serif ;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

.icon-email {
  position: relative;
}

.icon-email:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 39px;
  left: 14px;
  background-image: url(../images/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.icon-email input {
  padding-left: 42px;
}

.footer__box-input {
  width: fit-content;
  display: flex;
  position: relative;
}

.footer__input {
  border-radius: 8px 0px 0px 8px;
  border: 1px solid #717680;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  padding: 12px 14px 12px 42px;
  color: #181D27;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  height: 48px;
}

.footer__input::placeholder {
  color: #717680;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer__box-input:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  left: 14px;
  background-image: url(../images/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.footer__form-btn {
  width: 120px;
  height: 48px;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #F98305;
  background: #F98305;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.footer__logo {
  margin-bottom: 25px;
  display: inline-block;
}

.footer__logo img {
  width: auto;
}

.footer__text {
  color: #D5D7DA;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 25px;
}

.footer__col-title {
  color: #FDFDFD;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 0;
  margin-bottom: 20px;
}

.footer__nab-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__nav-item a {
  width: max-content;
  display: inline-block;
  padding: 8px 0;
  color: #A4A7AE;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer_details-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.footer_details-item {
  color: #A4A7AE;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer__tel {
  color: #FDFDFD;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.footer__addres {
  color: #A4A7AE;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.footer__mail {
  color: #FDFDFD;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
}

.footer__mail:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/mail_white.svg);
  background-size: contain;
}

.footer__worktime {
  color: #FDFDFD;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  padding-left: 28px;
}

.footer__worktime:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/clock.svg);
  background-size: contain;
}

.section__banner {
  padding: 65px 0 135px;
  background-image: url(../images/banner_fon.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.banner__item {
  padding: 76px 77px;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 24px 48px -12px rgba(10, 13, 18, 0.18);
  width: 100%;

}

.banner__wrap {
  max-width: 50%;
}

.banner__title {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -1.2px;
  margin-bottom: 40px;
}

.banner__text {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 40px;
}

.banner__btn {
  padding-left: 20px;
  padding-right: 20px;
}

.bannerSlider {
  position: relative;
  overflow: visible;
}

.bannerSlider .swiper-wrapper {
  margin-bottom: 20px;
}

.banner__img-1 {
  position: absolute;
  bottom: 42px;
  right: 161px;
  width: 400px;
  object-fit: cover;
  z-index: 2;
  border-radius: 4px;
}

.banner__img-2 {
  position: absolute;
  bottom: -20px;
  right: -70px;
  width: 488px;
  object-fit: cover;
  z-index: 1;
  border-radius: 4px;
}

.bannerSlider .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transform: translateX(-9999px);
  transition: opacity 0.4s ease;
  min-height: 542px;
}

.bannerSlider .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  z-index: 2;
}

.banner_navigation {
  display: flex;
  justify-content: space-between;
}

.bannerSlider-button-next,
.bannerSlider-button-prev {
  border-radius: 22px;
  background: #E97B05;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.swiper-button-disabled {
  background: #fff;
  backdrop-filter: blur(4px);
}


.bannerSlider-button-next.swiper-button-disabled svg path,
.bannerSlider-button-prev.swiper-button-disabled svg path {
  stroke: #414651;
}

.video-player {
  position: relative;
  width: 100%;
  max-width: 345px;
  border-radius: 8px;
  margin: 0 auto;
  background: #000;
  overflow: hidden;
}

.video-player video {
  width: 100%;
  display: block;
}

.play-button,
.pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

.play-button:hover,
.pause-button:hover {
  opacity: 0.9;
}

/* Треугольник для кнопки воспроизведения */
.play-button::before {
  content: ''!important;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
  /* Смещение для центрирования треугольника */
}
#playButton::before {
  content: ''!important;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #000;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 5px;
  /* Смещение для центрирования треугольника */
}

/* Две полоски для кнопки паузы */
.pause-button::before {
  content: '';
  display: block;
  width: 6px;
  height: 20px;
  background: #000;
  margin-right: 4px;
}

.pause-button::after {
  content: '';
  display: block;
  width: 6px;
  height: 20px;
  background: #000;
}

/* Показываем кнопку паузы при наведении, только если видео воспроизводится */
.video-player.playing:hover .pause-button {
  display: flex;
}

.controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  display: flex;
  align-items: center;
}

.progress-bar {
  flex: 1;
  height: 5px;
  background: #555;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}

.progress {
  width: 0;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}

.video__row {
  display: flex;
  align-items: center;
  padding-right: 64px;
}

.video__description {
  display: flex;
  gap: 40px;
  padding: 30px;
  border-radius: 6px 2px 2px 6px;
  background: #FDFDFD;
  box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
}

.video__description img {
  width: 76px;
  height: 76px;
}

.video__description p {
  color: #414651;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.section__video {
  margin-top: -35px;
}

.section__partners__why-we {
  padding: 35px 0;
  background-color: #F5F5F5;
}

.why-we-content {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
}

.section__partners__why-we .section__block-title {
  margin-bottom: 0;
}

.why-we-img {
  margin-bottom: -80px;
  width: 100%;
  max-width: 515px;
}

.section__why-we-list {
  padding: 53px 0 52px;
}

.why-we-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 650px;
}

.why-we-item {
  position: relative;
  color: #181D27;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-left: 52px;
}

.why-we-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/li_gal.svg);
  background-size: contain;
  width: 36px;
  height: 36px;
}

.section__partners-list {
  padding: 100px 0;
  background: #F5F5F5;
}

.partners-card {
  margin-bottom: 8px;
  width: calc(33.333% - 64px / 3);
  /* Новый стиль для пагинации: скрываем карточки по умолчанию */
  display: none;
}

/* Новый стиль для пагинации: показываем активные карточки */
.partners-card.active {
  display: flex;
  flex-direction: column;
}

.card__progress {
  display: inline-block;
  padding: 4px 12px;
  color: #027A48;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 16px;
  background: #ECFDF3;
  margin-bottom: 25px;
}

.card__description {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}

.card__description-flex {
  display: flex;
  gap: 16px;
  max-width: 330px;
}

.card__description-title {
  color: #282C2F;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.card__description-text {
  color: #111827;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.card__footer .partners-card-btn {
  width: 100%;
}

.partners-card-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 38px 10px 18px;
}

.partners-card-btn:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: 18px;
  background-image: url(../images/arrow_white.svg);
}

.partners__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 45px;
  grid-auto-columns: max-content;

}

@media (max-width: 768px) {
  .partners__list #allEntries {
    display: flex;
    flex-direction: column;
    align-items: stretch; 
  }
}

.partners__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

.partners__pagination button {
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 25px;
}

.partners__pagination button:disabled svg path {
  stroke: #D5D7DA;
}

/* Новый стиль для пагинации: стили для блока пагинации */
.partners__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  font-size: 16px;
  color: #333;
}

/* Новый стиль для пагинации: стили для кнопок */
.partners__pagination button {
  border: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 25px;
}

#partnersPageInfo {
  color: #535862;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.section__partners-outsourcing {
  margin-bottom: 100px;
  background-color: #F5F5F5;
}

.partners-outsourcing__row {
  display: flex;
  gap: 90px;
  align-items: center;
}

.partners-outsourcing-col {
  width: calc(50% - 45px);
  display: flex;
}

.section__partners-outsourcing .section__title-text {
  margin-bottom: 30px;
}

.section__partners-outsourcing .section__block-title {
  margin-bottom: 0;
}

.partners-btn {
  border-radius: 8px;
  border: 1px solid #F98305;
  background: #F98305;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  color: #FFF;
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  height: 40px;
  padding: 10px 16px;
}

.partners-outsourcing-col img {
  width: 100%;
}

/*Skrypnik*/

.main-content-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 1920px;
}
.section__partners-result-top {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}
.section__partners-result-top-first {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.retail-sales-container {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 72px;
  align-items: flex-start;
  justify-content: flex-start;
}
.retail-sales-info-container1 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.retail-sales-info-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.retail-sales-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #f98305;
  text-align: left;
}
.retail-sales-heading-text-style {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 36px/50px Poppins, sans-serif;
  color: #181d27;
  text-align: left;
  letter-spacing: -0.72px;
}
.sales-goal-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding-right: 32px;
}
.industry-info-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.industry-label {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 78px;
  padding: 0;
  margin: 0;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #282c2f;
  text-align: left;
}
.construction-materials-description {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  font: 400 16px "Nunito Sans", sans-serif;
  color: #111827;
  text-align: left;
}
.retail-sales-button {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 241px;
  min-width: 241px;
  height: 40px;
  font: 700 14px "Nunito Sans", sans-serif;
  color: #414651;
  cursor: pointer;
  background: white;
  border: 1px solid #d5d7da;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}
.svg-container {
  display: flex;
  width: 20px;
  height: 20px;
}
.business-promo-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding: 20px 32px;
  background: whitesmoke;
  border-radius: 7px;
}
.standout-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 20px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.industry-experience-text {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 300 16px/26px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.partner-button-style {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 230px;
  min-width: 230px;
  height: 52px;
  font: 700 16px "Nunito Sans", sans-serif;
  color: white;
  cursor: pointer;
  background: #f98305;
  border: 1px solid #f98305;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}
.team-card-container {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 36px;
  align-items: flex-start;
  justify-content: flex-start;
  height: 526px;
    max-width: 624px;
}
.image-container-style {
  box-sizing: border-box;
  display: block;
  flex: 1 1 auto;
  align-self: stretch;
  max-width: initial;
  height: 286px;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.team-structure-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  min-width: 624px;
  padding-left: 44px;
}
.project-team-heading {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 144px;
  padding: 0;
  margin: 0;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.team-card-container1 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}
.team-member-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.profile-image-container {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 56px;
  max-width: initial;
  height: 56px;
  border: none;
  border-radius: 200px;
  object-fit: cover;
}
.team-lead-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.team-lead-text-style1 {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 600 18px "Nunito Sans", sans-serif;
  color: #414651;
}
.team-lead-text-style {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 400 16px "Nunito Sans", sans-serif;
  color: #535862;
}
.team-member-info-text-style {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 400 14px "Nunito Sans", sans-serif;
  color: #414651;
  text-align: left;
}
.hierarchical-content-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  margin-top: 40px;
}
.growth-stats-container3 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: center;
  padding-top: 20px;
  padding-right: 32px;
  padding-bottom: 20px;
  background: white;
  border-radius: 10px;
}
.growth-stats-container2 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: start;
  min-width: 1248px;
  height: 30px;
  padding-left: 32px;
  font: 600 20px "Nunito Sans", sans-serif;
  color: black;
  text-align: left;
  border: none;
}
.growth-stats-container {
  box-sizing: border-box;
  width: 100%;
  font: 600 20px "Nunito Sans", sans-serif;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
}
.input-style-47a5517a::placeholder {
  color: #181d27;
}
.growth-stats-container1 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  padding-right: 32px;
  padding-left: 32px;
}
.revenue-growth-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: center;
  width: 295px;
}
.gross-income-growth-img {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  align-self: stretch;
  width: 295px;
  max-width: initial;
  height: 90px;
}
.growth-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 500 18px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: center;
}
.progress-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  align-self: stretch;
  justify-content: flex-start;
  height: 90px;
  padding: 11px 12px 11px 18px;
  overflow: hidden;
  background: #12b76a;
  border-radius: 8px;
  
  position: relative;
}
.standout-heading1 {
  color: #FFF;
  text-align: center;

  /* Shadow/sm */
  text-shadow: 0px 1px 3px rgba(10, 13, 18, 0.10), 0px 1px 2px rgba(10, 13, 18, 0.06);

  /* Display xl/Semibold */
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px; /* 120% */
  letter-spacing: -1.2px;
}
.image-container {
  display: block;
  flex: 0 0 auto;
  max-width: initial;
  height: 79px;
}
.progress-card-image {
  display: block;
  height: 79px;
  margin: 0px auto;
  position: absolute;
  right: 20px;
  bottom: 0px;
}
.problem-section-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 60px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding: 32px;
  background: #fafafa;
  border-radius: 10px;
  padding-top: 32px;
}
.headline-text-style {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 600 24px/32px Poppins, sans-serif;
  color: #181d27;
}
.flexbox-card-list {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
gap: 60px;
}
.linear-staff-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 552px;
}
.horizontal-list-with-numbers {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  align-self: stretch;
  justify-content: flex-start;
}
.golden-heading {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 600 60px/72px Poppins, sans-serif;
  color: #f98305;
  letter-spacing: -1.2px;
}
.horizontal-divider {
  box-sizing: border-box;
  flex: 1 1 auto;
  height: 2px;
  background: #d9d9d9;
}
.linear-staff-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 400 20px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.result-summary-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding: 32px;
  background: #fafafa;
  border-radius: 10px;
}
.result-heading {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 600 20px "Nunito Sans", sans-serif;
  color: #181d27;
}
.sales-performance-highlights-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
font: 400 20px "Nunito Sans", sans-serif;
}
.stat-box {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  background: #d1fadf;
  border-radius: 18px;
}
.svg-container1 {
  display: flex;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  color: #12b76a;
}
.success-stats-container {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 4px;
}
.highlight-text {
  font: 700 18px/18px "Nunito Sans", sans-serif;
  text-align: left;
}
.high-line-height-style {
  line-height: 30px;
}
.sales-growth-stats {
  font: 400 18px/18px "Nunito Sans", sans-serif;
  text-align: left;
}
.strategy-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  min-width: 1280px;
  padding: 32px;
  background: #fafafa;
  border-radius: 10px;
font: 400 20px "Nunito Sans", sans-serif;
}
.marketing-strategy-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1021px;
}
.market-analysis-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e9eaeb;
}
.market-analysis-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.flex-centered-with-gap {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  align-self: stretch;
  justify-content: center;
  padding-left: 22px;
}
.europe-countries-research-text {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  font: 400 18px/28px "Nunito Sans", sans-serif;
  color: #535862;
  text-align: left;
}
.scaling-strategy-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
}
.testimonial-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding: 50px 32px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 4px 6px rgba(10, 13, 18, 0.03), 0px 12px 16px rgba(10, 13, 18, 0.08);

  display: none;
}
.header-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: start;
  min-width: 1216px;
  height: 30px;
  padding-left: 32px;
  font: 600 20px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
  border: none;
}
.standout-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 1029px;
  padding-right: 32px;
  padding-left: 32px;
}
.gratitude-message {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 400 18px/28px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.executive-title-bold {
  font: 700 16px "Nunito Sans", sans-serif;
}
.techno-green-ceo {
  font: 400 16px "Nunito Sans", sans-serif;
  color: #12b76a;
}
.partner-results-section2 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: -353px;
}
.partner-card-heading {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: start;
  min-width: 1280px;
  height: 32px;
  padding-left: 32px;
  font: 600 24px/32px Poppins, sans-serif;
  color: #181d27;
  text-align: left;
  border: none;
}
.partner-card-style {
  box-sizing: border-box;
  width: 100%;
  font: 600 24px/32px Poppins, sans-serif;
  text-align: left;
  background: transparent;
  border: none;
  outline: none;
}
.input-style-d1137f64::placeholder {
  color: #181d27;
}
.partner-results-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 32px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;

  margin-top: 40px;
}
.partner-results-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  width: calc((100% - 32px * 2) / 3);
  padding-bottom: 32px;
  background: white;
  border: 1px solid #f4f5f6;
  border-radius: 8px;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
}
.partner-results-section-wrapper {
  width: 100%;
}
.partner-card-img {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  align-self: stretch;
  max-width: initial;
  height: 202px;
  overflow: hidden;
  border: none;
  border-radius: 8px 8px 0px 0px;
  object-fit: cover;
}
.partner-results-section1 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding-right: 32px;
  padding-left: 32px;
}
.partner-info-container1 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.partner-results-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 700 14px "Nunito Sans", sans-serif;
  color: #f98305;
  text-align: left;
}
.partner-heading {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 600 24px/32px Poppins, sans-serif;
  color: black;
}
.growth-button-style {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 133px;
  min-width: 133px;
  height: 28px;
  font: 500 14px Inter, sans-serif;
  color: #027a48;
  cursor: pointer;
  background: #ecfdf3;
  border: none;
  border-radius: 16px;
}
.sales-info-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 304px;
}
.sales-volume-increase-goal-text {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  font: 400 16px/24px "Nunito Sans", sans-serif;
  color: #111827;
  text-align: left;
}
.article-preview-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding-right: 32px;
  padding-left: 32px;
}
.orange-info-box {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
  height: 46px;
  padding: 10px 18px;
  overflow: hidden;
  background: #f98305;
  border: 1px solid #f98305;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
  cursor: pointer;
}
.article-link {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 700 16px "Nunito Sans", sans-serif;
  color: white;
}
.svg-container2 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.partner-info-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 113px;
  align-items: flex-start;
  justify-content: flex-start;
  height: 314px;
  margin-top: 170px;
  margin-right: 32px;
  margin-left: 32px;
}
.partner-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 701px;
}
.success-message-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 24px/32px Poppins, sans-serif;
  color: #181d27;
}
.business-case-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 592px;
}
.business-info-text {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 300 18px/26px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.partner-button-style1 {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 173px;
  min-width: 173px;
  height: 52px;
  font: 700 16px "Nunito Sans", sans-serif;
  color: white;
  cursor: pointer;
  background: #f98305;
  border: 1px solid #f98305;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}
.partner-info-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 159px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 402px;
  padding: 40px 50px;
  background: white;
  border: 1px solid whitesmoke;
  border-radius: 10px;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.12);
}
.office-address-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.address-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #414651;
  text-align: left;
}
.office-address-paragraph {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 500 16px "Nunito Sans", sans-serif;
  color: #717680;
}
.phone-number-text-style {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 500 16px "Nunito Sans", sans-serif;
  color: #f98305;
  text-align: left;
}
.project-list-container {
  flex: 0 0 auto;
  padding-right: 31px;
  padding-left: 33px;
  margin-top: 125px;
}
.project-card-list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
}
.project-info-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: space-between;
}
.project-link-text {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 400 16px "Nunito Sans", sans-serif;
  color: #656d76;
}
.product-card-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 80px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.card-with-image-and-text {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  background: black;
  border-radius: 8px;
}
.product-image-container {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 100%;
  object-fit: cover;
  max-width: initial;
  height: 255px;
  border: none;
  border-radius: 8px;
}
.favorite-operator-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  height: 253px;
  padding: 43px 24px 24px;
}
.friendly-operators-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 41px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.standout-heading2 {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 700 20px "Nunito Sans", sans-serif;
  color: white;
  text-align: left;
}
.friendly-text-block {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 400 14px/20px "Nunito Sans", sans-serif;
  color: #e9eaeb;
  text-align: left;
}
.result-button-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.orange-highlighted-text {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 700 14px "Nunito Sans", sans-serif;
  color: #e97b05;
}
.year-label-text-style {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 44px;
  height: 28px;
  padding: 0;
  margin: 0;
  font: 600 18px "Nunito Sans", sans-serif;
  color: white;
}
.section__partners-result {
  /* background-color: #F5F5F5; */

  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 47px;
  padding-bottom: 166px;
}
.section__partners-result-top-link {
  border-radius: 8px;
  border: 1px solid var(--Gray-300, #D5D7DA);
  background: var(--White, #FFF);

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  color: var(--Gray-700, #414651);

  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  padding: 10px 16px;
  cursor: pointer;

  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}
.business-promo-link {
  color:#FFF;
  cursor: pointer;
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 12px 20px;
  line-height: 24px; /* 150% */

  border-radius: 8px;
  border: 1px solid var(--Brand-600, #F98305);
  background: var(--Brand-600, #F98305);

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}
.hierarchical-content-title {
  color: #000;

  /* Text xl/Semibold */
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */
  padding-right: 32px;
  padding-left: 32px;
}
.partner-results-section-title {
  color: var(--Gray-900, #181D27);

  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  padding-left: 32px;
  padding-right: 32px;
}
.business-info-link {
  border-radius: 8px;
  border: 1px solid var(--Brand-600, #F98305);
  background: var(--Brand-600, #F98305);
  cursor: pointer;
  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);

  color: var(--White, #FFF);
  /* Text md/Bold */
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
  padding: 12px 20px;
}
.partner-heading-color {
  color: var(--Success-700, #027A48);
  text-align: center;

  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  padding: 4px 12px;

  border-radius: 16px;
  background: var(--Success-50, #ECFDF3);
}

.hero-section {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 43px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0px 357px;
  box-shadow: 0px 8px 20px rgba(18, 17, 39, 0.1);

  background-position: center center;
  background-repeat: no-repeat;
}
.about-content-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 110px;
  margin-bottom: 80px;
}
.history-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.history-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #fff9f3;
  text-align: left;
}
.hero-text-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 36px/50px Poppins, sans-serif;
  color: white;
  text-align: left;
  letter-spacing: -0.72px;
}
.standout-text {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 592px;
  padding: 0;
  margin: 0;
  font: 400 18px "Nunito Sans", sans-serif;
  color: #fafafa;
  text-align: left;
}
.orange-button-with-icon {
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 205px;
  min-width: 205px;
  height: 46px;
  font: 700 16px "Nunito Sans", sans-serif;
  color: white;
  cursor: pointer;
  background: #f98305;
  border: none;
  border-radius: 8px;
  box-shadow: 0px 1px 2px rgba(10, 13, 18, 0.05);
}
.svg-container {
  display: flex;
  width: 20px;
  height: 20px;
}
.about-content-section-link {
  border-radius: 8px;
  background: var(--Brand-600, #F98305);

  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
 
  color: var(--White, #FFF);
  /* Text md/Bold */
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */

  display: flex;
  align-items: center;
  grid-column-gap: 20px;

  padding: 10px 18px;
}


.main-content-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-width: 1920px;
}
.primary-content-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  width: 100%;
  padding-top: 53px;
  padding-bottom: 210px;
}
.client-focused-organization-structure {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 70px;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 32px;
  padding-left: 32px;
}
.client-focused-text-styler {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 400 18px/28px "Nunito Sans", sans-serif;
  color: black;
  text-align: left;
}
.profit-box {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding: 32px 54px;
  background: white;
  border-radius: 12px;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
}
.image-logo {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 166px;
  max-width: initial;
  height: 30px;
  overflow: hidden;
}
.business-promo-text {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 300 18px/26px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.employee-info-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  justify-content: flex-start;
}
.profile-image-circle {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 56px;
  max-width: initial;
  height: 56px;
  border: none;
  border-radius: 200px;
  object-fit: cover;
}
.employee-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.employee-name-text-style {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 600 18px "Nunito Sans", sans-serif;
  color: #414651;
}
.pricing-analyst-title2 {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 400 16px "Nunito Sans", sans-serif;
  color: #535862;
}
.pricing-analyst-title {
  font: 700 16px "Nunito Sans", sans-serif;
}
.pricing-analyst-title1 {
  font: 400 16px "Nunito Sans", sans-serif;
  color: #027a48;
}
.hierarchical-content-container-about {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 921px;
}
.content-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.flex-box-item-with-image {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 13px 6px;
}
.tiny-square-image {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 8px;
  max-width: initial;
  height: 8px;
}
.hierarchical-text-block {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  font: 400 18px/28px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.flex-container-with-margins-and-content {
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-top: 82px;
  margin-right: 27px;
  margin-left: 32px;
}
.professional-experience-section {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 875px;
  padding-bottom: 258px;
}
.experience-skills-section {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.professional-skills-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 875px;
}
.professional-experience-statement {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #f98305;
  text-align: left;
}
.professional-skills-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 36px/50px Poppins, sans-serif;
  color: #181d27;
  text-align: left;
  letter-spacing: -0.72px;
}
.professional-skills-section {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 528px;
  padding: 0;
  margin: 0;
  font: 400 18px/28px "Nunito Sans", sans-serif;
  color: black;
  text-align: left;
}
.marketing-info-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 696px;
  height: 374px;
  padding-right: 16px;
  padding-left: 43px;
  margin-top: 26px;
  background: white;
  border-radius: 11px;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
}
.marketing-communication-input-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  justify-content: start;
  min-width: 637px;
  height: 30px;
  padding-left: 0px;
  font: 600 20px "Nunito Sans", sans-serif;
  color: #181d27;
  border: none;
}
.hierarchical-text-input {
  box-sizing: border-box;
  width: 100%;
  font: 600 20px "Nunito Sans", sans-serif;
  background: transparent;
  border: none;
  outline: none;
}
.input-style-4657692e::placeholder {
  color: #181d27;
}
.marketing-communication-section1 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  justify-content: flex-start;
  height: 214px;
  padding-right: 28px;
  overflow: hidden;
}
.vertical-content-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: center;
}
.marketing-communication-section2 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  width: 585px;
}
.marketing-communications-paragraph {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 235px;
  padding: 0;
  margin: 0;
  font: 400 16px "Nunito Sans", sans-serif;
  color: #181d27;
}
.content-block-with-image {
  box-sizing: border-box;
  display: block;
  flex: 1 1 auto;
  max-width: initial;
  height: 8px;
}
.marketing-section-with-images {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  width: 540px;
}
.service-description-style {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 235px;
  padding: 0;
  margin: 0;
  font: 400 16px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.marketing-communication-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  width: 465px;
}
.marketing-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  width: 318px;
}
.service-section-with-icon {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  justify-content: flex-start;
  width: 279px;
}
.progress-bar-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 48px;
  align-items: stretch;
  align-self: flex-end;
  justify-content: center;
  height: 214px;
  padding-left: 233px;
  margin-top: -185px;
}
.vertical-centered-text-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  justify-content: flex-end;
  width: 37px;
}
.vertical-divider1 {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 1px;
  height: 180px;
  border-left: 1px solid #e9eaeb;
}
.center-text-display-style {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 400 12px "Nunito Sans", sans-serif;
  color: #757d8a;
  text-align: center;
}
.vertical-divider {
  box-sizing: border-box;
  flex: 1 1 auto;
  width: 1px;
  height: 180px;
  border-left: 1px solid #d5d7da;
}
.percentage-text-widget {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 400 12px "Nunito Sans", sans-serif;
  color: #757d8a;
}
.client-experience-section {
  flex: 0 0 auto;
  align-self: center;
  padding-top: 46px;
  margin-left: -142px;
}
.service-features-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 488px;
}
.client-work-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 488px;
  padding: 28px 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
}
.client-interaction-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 61px;
  overflow: hidden;
}
.svg-container {
  display: flex;
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  color: #f98305;
}
.client-service-section {
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
  justify-content: flex-start;
}
.client-interaction-heading {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 600 20px "Nunito Sans", sans-serif;
  color: black;
}
.client-interaction-message {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 400 18px/28px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.marketing-card1 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
  padding: 28px 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 20px 50px rgba(18, 17, 39, 0.08);
}
.marketing-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 58px;
  height: 61px;
  overflow: hidden;
}
.vertical-centered-image-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 40px;
  height: 61px;
}
.flex-image-container {
  display: block;
  flex: 0 0 auto;
  max-width: initial;
  height: 34px;
}
.vertical-centered-image-container1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 38px;
  height: 61px;
}
.vertical-centered-box {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 31px;
  height: 61px;
}
.flex-box-image-container {
  display: block;
  flex: 0 0 auto;
  max-width: initial;
  height: 33px;
}

.sales-department-layout {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.department-info-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 878px;
  padding-left: 32px;
}
.sales-department-structure {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.sales-department-heading-text-style {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 16px "Nunito Sans", sans-serif;
  color: #f98305;
  text-align: left;
}
.sales-boosting-department-heading {
  flex: 0 0 auto;
  align-self: stretch;
  padding: 0;
  margin: 0;
  font: 600 36px/50px Poppins, sans-serif;
  color: #181d27;
  text-align: left;
  letter-spacing: -0.72px;
}
.department-grid {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  margin-top: 80px;
}
.department-card-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 842px;
}
.sales-department-card1 {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 405px;

  padding: 40px 32px;
  overflow: hidden;
  background: white;
  border-radius: 8px;
  box-shadow: 0px 2px 4px rgba(10, 13, 18, 0.06), 0px 4px 8px rgba(10, 13, 18, 0.1);
  position: relative;
}
.sales-department-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  align-self: stretch;
  justify-content: flex-start;
}
.sales-department-icon {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 33px;
  max-width: initial;
  height: 28px;
}
.sales-department-heading {
  flex: 1 1 auto;
  padding: 0;
  margin: 0;
  font: 600 20px "Nunito Sans", sans-serif;
  color: #181d27;
  text-align: left;
}
.friendly-operators-section {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  justify-content: space-between;
  height: 209px;
}
.friendly-description-text-style {
  box-sizing: border-box;
  display: -webkit-box;
  flex: 0 0 auto;
  align-self: stretch;
  height: 157px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font: 400 16px/24px "Nunito Sans", sans-serif;
  color: #414651;
  text-align: left;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.center-aligned-with-icon {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 34px;
  cursor: pointer;
}
.green-button-text-style {
  flex: 0 0 auto;
  padding: 0;
  margin: 0;
  font: 700 14px "Nunito Sans", sans-serif;
  color: #039855;
}
.svg-container {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.sales-department-image {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 86px;
  max-width: initial;
  height: 92px;

  position: absolute;
  bottom: 0px;
  right: 0px;
}
.department-description-text-style {
  box-sizing: border-box;
  display: -webkit-box;
  flex: 0 0 auto;
  align-self: stretch;
  height: 157px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  font: 400 16px/24px "Nunito Sans", sans-serif;
  color: #414651;
  text-align: left;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex-row-with-image {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  gap: 26px;
  align-items: center;
  justify-content: flex-start;
  width: 283px;
}
.hero-image-container {
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  width: 282px;
  max-width: initial;
  height: 694px;
  clip-path: path("M0,7.99999c0,-4.41828 3.58172,-7.99999 8,-7.99999h44v694h-44.00001c-4.41827,0 -7.99999,-3.582 -7.99999,-8zM68,694v-694h130v694zM214,694h60c4.418,0 8,-3.582 8,-8v-678c0,-4.41828 -3.582,-8 -8,-8h-60z");
  object-fit: cover;
}
.section__facts-about {
  margin-top: 158px;
  padding-top: 138px;
  margin-bottom: 75px;
}
.section__reviews-about {
  margin-top: 160px;
  margin-bottom: 180px;
}
.section__vacancies-about {
  background: var(--Gray-100, #F5F5F5);
  padding: 117px 0px;
}
.section__vacancies-about .section__subtitle {
  margin-bottom: 0px;
}
.section__vacancies-about .section__block-title {
  margin-bottom: 65px;
}
.section__contacts-about_wrapper section {
  padding-top: 268px;
  padding-bottom: 181px;
}
.contacts__row-contacts .contacts__col-map {
  background: var(--Gray-100, #F5F5F5);
}
.contacts__row-contacts {
  display: flex;
  align-items: start;
  grid-column-gap: 32px;
  align-items: stretch;
}
.form_container-contacts {
  width: 592px;
  padding-top: 97px;
  padding-bottom: 151px;
}
.form_container-contacts .form__title {
  text-align: left;
}
.form_container-contacts .form__subtitle {
  text-align: left;
}
.form_container-contacts .form__text {
  text-align: left;
}
.contacts__box_wrapper {
  margin-top: 41px;
}
.contacts__box-el-wrapper {
  display: flex;
  align-items: center;
  grid-column-gap: 20px;
  padding: 12px 20px;
  padding-left: 0px;
  
  color: #181D27;
}
.contacts__box-el-wrapper p, .contacts__box-el-wrapper a {
  color: #181D27;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.contacts-page-form-wrapper {
  background: var(--Gray-100, #F5F5F5);
  padding: 110px 60px;
  padding-top: 177px;
  max-width: 624px;
  height: auto;
}
.form__subtitle-contacts {
  color: var(--Gray-900, #181D27);

  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px; /* 138.889% */
  letter-spacing: -0.72px;
}
.form__text-contacts {
  color: #000;

  /* Text lg/Regular */
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  margin-top: 41px;
}
.contacts-page-form-wrapper input {
  max-width: 292px;
}
.contacts-page-form-wrapper .phone-input-wrapper {
  max-width: 292px;
}
.section__vacancies-page {
  padding-top: 111px;
  background: #f5f5f5;
  margin-bottom: 133px;
  padding-bottom: 117px;
}
.grey-separator {
  background: #f5f5f5;
  height: 145px;
  width: 100%;
  margin-top: -45px;
}
.sales-department-layout-page {
  margin-bottom: 232px;
  margin-top: 85px;
}
.department-grid-page {
  margin-top: 0px;
}
.vacancies__list-item-page {
  width: 843px;
  padding: 50px 42px;
  border-radius: 8px;
  border: 1px solid #D5D7DA;
  background: #FFF;
  box-shadow: 0px 4px 8px -2px rgba(10, 13, 18, 0.10), 0px 2px 4px -2px rgba(10, 13, 18, 0.06);
}
.department-grid-page .department-info-container {
  padding-left: 0px;
}
.department-grid-page .department-info-container .sales-department-structure{
  padding-left: 32px;
}
.vacancies__item-page-link {
  padding: 12px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-after-vacancies-item {
  margin-top: 33px;
  margin-left: 32px;

  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
  max-width: 811px;
}
.vacancies-detail-page-list-title {
  color: #000;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 144.444% */
  margin-bottom: 13px;
}
.vacancies-detail-page-lists-wrapper {
  margin-top: 50px;
  padding-left: 32px;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 50px;
}
.vacancies-detail-page-list-left-second-list {
  margin-top: 50px;
}
.vacancies-detail-page-list-right {
  padding-top: 75px;
}
.vacancies-detail-page-form-submit {
  border-radius: 8px;
  border: 1px solid var(--Brand-600, #F98305);
  background: var(--Brand-600, #F98305);

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  padding: 10px 18px;

  color: var(--White, #FFF);

  /* Text md/Bold */
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */

}
.vacancies-detail-page-form-wrapper {
  display: flex;
  padding-left: 32px;
  margin-top: 38px;
  grid-column-gap: 10px;
}
.vacancies-detail-page-form-wrapper .recording__form-item {
  width: 320px;
}

.services_wrapper {
  padding-top: 65px;
}

.services-page-title {
  color: #000;

  /* Display sm/Bold */
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px; /* 126.667% */
}

.services-new-bar {
  border-radius: 16px;
  background: var(--Success-50, #ECFDF3);
  mix-blend-mode: multiply;
  display: flex;
  grid-column-gap: 12px;
  width: fit-content;
  padding: 4px 10px;
  margin-top: 32px;
  align-items: center;
}

.services_wrapper_top_link {
  margin-top: 10px;

  border-radius: 8px;
  border: 1px solid var(--Brand-50, #FFF7EE);
  background: var(--Brand-50, #FFF7EE);

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);

  cursor: pointer;
  color: var(--Brand-700, #E97B05);

  /* Text sm/Bold */
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */

  padding: 10px 16px;
  width: fit-content;
  display: block;
}

.services-new-bar-status {
  border-radius: 16px;
  border: 1px solid var(--Success-200, #A6F4C5);
  background: var(--White, #FFF);
  padding: 2px 10px;

  color: var(--Success-700, #027A48);
  text-align: center;

  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.services-new-bar-message {
  color: var(--Success-700, #027A48);

  /* Text lg/Regular */
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.services_wrapper_top {
  display: flex;
  justify-content: space-between;
}

.services_wrapper_right {
  width: 400px;

  color: #000;

  /* Text lg/Regular */
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}

.setvices-separator {
  background: #F5F5F5;
  width: 100%;
  height: 1px;
  margin-top: 30px;
}

.services_wrapper_item {
    width: 300px;
    padding: 10px 16px;
    color: var(--Gray-900, #181D27);

    /* Text md/Regular */
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    position: relative;

    cursor: pointer;
}

.services_wrapper_item_first {
    border-radius: 4px;
    border: 1px solid var(--Brand-500, #FF9627);
    background: var(--Gray-50, #FAFAFA);
}
.services_wrapper_item_child_wrapper {
  display: none;
}

.services_wrapper_item.active .services_wrapper_item_child_wrapper {
  display: block;
  margin-top: 10px;
}

.select_arrow {
  transition: transform 0.3s ease;

  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

.services_wrapper_item.active .select_arrow {
  transform: rotate(180deg);
  top: 10%;
  right: 3%;
}

.services_wrapper_item_child_wrapper {
  border-radius: 8px;
  border: 1px solid var(--Gray-50, #FAFAFA);
}

.services_wrapper_item_child {
  display: flex;
  gap: 8px;
  padding: 10px 16px;
  flex-direction: column;
}
.services_wrapper_item_child_label {
  color: #414651;
}
.services_wrapper_item_child_label:hover {
  color: #E97B05;
}
.services_wrapper_item:hover {
 color: #E97B05;
}
.services_wrapper_action_btn {
  display: flex;
  grid-column-gap: 10px;
}
.services_action_btn {
  color: var(--White, #FFF);

  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */

  border-radius: 8px;
  border: 1px solid var(--Brand-200, #FDC58A);
  background: var(--Brand-200, #FDC58A);

  /* Shadow/xs */
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  padding: 8px 14px;
}
.services_action_btn_back {
  border-radius: 8px;
  border: 1px solid var(--Gray-200, #E9EAEB);
  background: var(--White, #FFF);
  padding: 7px 14px;
  color: var(--Gray-300, #D5D7DA);

  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}

.services_wrapper_wrapper {
  grid-column-gap: 32px;
  display: flex;
  margin-top: 42px;
}

.services_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 32px;
}
.services_pagination img {
  cursor: pointer;
}

.services_wrapper_wrapper_right .outsourcing-card {
  width: calc(50% - 32px / 2);
	
}
.services_wrapper_wrapper_right .outsourcing-card .card__img { 
  object-fit: cover;
}
.section__contacts_services {
  padding: 228px 0px;
}

.services-detail-wrapper {
  padding-top: 47px;
}

.services-detail-after-title-item {
  display: flex;
  grid-column-gap: 16px;
}

.services-detail-after-title-left {
    color: var(--Neutrals-900, #282C2F);
  /* Text md/Semibold */
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.services-detail-after-title-right {
  color: var(--gray-900, #111827);

  /* Text md/Regular */
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.business-promo-link-services {
  margin-top: 30px;
  display: block;
  width: fit-content;
}


.business-promo-container-services {
margin-top: 30px;
max-width: 624px;
}

.project-team-heading-services {
width: 100%;
}

.image-container-style-services {
min-height: 286px;
}

.services-detail-comments-wrapper {
margin-top: 36px;
padding: 50px 36px;
border-radius: 8px;
background: var(--White, #FFF);

/* Shadow/lg */
box-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03);
}
.services-detail-comments-wrapper-title {
color: var(--Gray-900, #181D27);

font-family: "Nunito Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 30px; /* 150% */
}
.services-detail-comments-wrapper-text {
  margin-top: 30px;

  overflow: hidden;
  color: var(--Gray-900, #181D27);
  text-overflow: ellipsis;

  /* Text lg/Regular */
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.services-detail-comments-wrapper-icon-wrapper {
display: flex;
grid-column-gap: 16px;
align-items: center;
margin-top: 32px;
}
.services-detail-comments-wrapper-icon {
  width: 50px;
  object-fit: cover;
}
.services-detail-comments-wrapper-text-name {
color: var(--Gray-700, #414651);
font-family: "Nunito Sans";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: 28px; /* 155.556% */
}
.services-detail-comments-wrapper-text-position {
color: var(--Gray-600, #535862);
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
}
.outsourcing-services-page .outsourcing__list {
margin-bottom: 0px;
}
.outsourcing-services-page {
margin-top: 72px;
}
.outsourcing-services-page-title {
color: var(--Gray-900, #181D27);

font-family: 'Poppins', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */

margin-bottom: 40px;
padding-left: 32px;
}
.services-detail-contacts-title {
margin-bottom: 40px;
}
.services-detail-contacts-text {
margin-top: 30px;
}
.services-detail-contacts {
margin-top: 174px;
}
.services-detail-contacts-title {
color: var(--Gray-900, #181D27);

/* Display xs/Semibold */
font-family: 'Poppins', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 32px; /* 133.333% */
}
.services-detail-contacts-text {
color: var(--Gray-900, #181D27);
margin-top: 30px;
font-family: "Nunito Sans";
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 144.444% */
}
.services-detail-contacts-button {
border-radius: 8px;
border: 1px solid var(--Brand-600, #F98305);
background: var(--Brand-600, #F98305);
box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);

padding: 12px 20px;

color: var(--White, #FFF);

/* Text md/Bold */
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 24px; /* 150% */
margin-top: 40px;
}

.services-detail-contacts-right {
  padding: 40px 50px;

  border-radius: 10px;
  border: 1px solid var(--Gray-100, #F5F5F5);
  background: var(--White, #FFF);

  /* accent */
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.12);
  min-width: 402px;

  display: flex;
  flex-direction: column;
  grid-row-gap: 30px;
}
.services-detail-contacts {
  display: flex;
  grid-column-gap: 100px;
}
.services-detail-contacts-right-label {
  color: var(--Gray-700, #414651);

  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.services-detail-contacts-right-text {
  margin-top: 8px;
  color: var(--Gray-500, #717680);

  /* Text md/Medium */
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  white-space: nowrap;
}
.services-detail-contacts-right-gold-text {
  display: block;
  color: var(--Brand-600, #F98305);
  margin-top: 8px;
  /* Text md/Medium */
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
.project-list-container-service {
  padding: 0px;
  padding-bottom: 167px;
}
.card-with-image-and-text img { 
  filter: opacity(0.5);
}
.year-label-text-style {
  position: absolute;
  top: 11px;
  right: 14px;
}
.card-with-image-and-text {
  position: relative;
}
.favorite-operator-section {
  position: absolute;
}

/* 
 */
.blog_main_page_title {
  color: #000;
  /* Display xs/Semibold */
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.blog-page-wrapper {
  padding-top: 88px;
}
.blog-item-big {
  width: 624px;
  min-width: 624px;
}
.blog-item {
  display: flex;
  grid-column-gap: 24px;
}
.blog-page-wrapper-top {
  display: flex;
  grid-column-gap: 32px;
  margin-top: 40px;
}
.blog-item-big img {
  height: auto;
  object-fit: cover;
  display: block;
  width: 100%;
  min-height: 240px;
}
.blog-item-big .blog-item-big-title img {
  width: 24px;
  height: 24px;
  max-height: 24px;
  min-height: inherit;
}
.blog-item-autor-date {
  color: var(--primary-primary-100, #F98305);
  margin-top: 32px;
  /* Text sm/Bold */
  font-family: "Nunito Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
}
.blog-item-big .blog-item-big-title {
  margin-top: 12px;
  color: #000;

  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-item-big-description {
  margin-top: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  color: var(--Gray-900, #181D27);
  font-family: "Nunito Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 162.5% */
}
.blog-item-tag-wrapper {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 12px;
}
.blog-item .blog-item-tag-wrapper {
  margin-top: 15px;
}
.tag-gold {
  background-color: #fff7ee;
  color: var(--Brand-700, #E97B05);
  text-align: center;

  /* Text sm/Medium */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.blog-item-tag  {
  padding: 4px 12px;
  border-radius: 16px;
}

.blog-item img {
  height: auto;
  object-fit: cover;
  display: block;
  width: 100%;
}

.blog-item-big-title {
  color: #000;
  /* Text xl/Semibold */
  font-family: "Nunito Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px; /* 150% */

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-item .blog-item-autor-date {
  margin-top: 0px;
}
.blog-page-wrapper-top-wrapper {
  grid-row-gap: 54px;
  display: flex;
  flex-direction: column;
}
.tag-blue {
  background: var(--Purple-50, #F4F3FF);
  color: var(--Purple-700, #5925DC);
  text-align: center;
  
  /* Text sm/Medium */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.tag-red {
  background: var(--Ros-50, #FFF1F3);
  color: var(--Ros-700, #C01048);
  text-align: center;

  /* Text sm/Medium */
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.blog-page-wrapper-top .blog-item img {
  max-height: 199px;
}
.blog-page-wrapper-main {
  margin-top: 123px;
}
.blog-page-wrapper-maim-wrapper {
  margin-top: 40px;
  display: flex;
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
}
.blog-page-wrapper-maim-wrapper .blog-item {
box-sizing: border-box;
flex: 0 0 calc((100% - 2 * 32px) / 3); /* если gap: 24px */
max-width: calc((100% - 2 * 32px) / 3);
flex-direction: column;
}
.blog-page-wrapper-maim-wrapper .blog-item .blog-item-content {
margin-top: 32px;
max-width: 405px;
}
.blog-page-wrapper-maim-wrapper .blog-item img {
max-width: 405px;
}
.blog-page-wrapper-maim-wrapper .blog-item .blog-item-big-title img {
max-width: 24px;
}
.blog-page-wrapper-maim-wrapper-separator {
background-color: #dadcde;
height: 1px;
margin-top: 60px;
}
.blog-page-pagination-btn {
border-radius: 8px 0px 0px 8px;
border: 1px solid var(--Gray-300, #D5D7DA);
background: var(--White, #FFF);
color: #000;
}
.blog-page-wrapper-maim-pagination {
display: flex;
justify-content: space-between;
margin-top: 32px;
margin-bottom: 225px;
}
.blog-page-pagination-btn {
display: flex;
grid-column-gap: 8px;
align-items: center;
padding: 10px 16px;
cursor: pointer;
}
.blog-page-wrapper-maim-pagination-numbers {
display: flex;
}
.blog-page-wrapper-maim-pagination-number  {
border-radius: 8px;
cursor: pointer;
display: flex;
width: 40px;
height: 40px;
justify-content: center;
align-items: center;
}
.blog-page-wrapper-maim-pagination-number {
color: var(--Gray-500, #717680);
text-align: center;

/* Text sm/Medium */
font-family: "Nunito Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.blog-page-wrapper-maim-pagination-number-active {
background: var(--Brand-50, #FFF7EE);

color: var(--Brand-600, #F98305);
text-align: center;

/* Text sm/Medium */
font-family: "Nunito Sans";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 20px; /* 142.857% */
}
.blog-post-wrapper {
padding-top: 87px;
padding-bottom: 314px;
}
.blog-post-title {
color: #000;
text-align: center;

/* Display md/Semibold */
font-family: 'Poppins', sans-serif;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 138.889% */
letter-spacing: -0.72px;
}
.blog-post-subtitle {
color: #181D27;
text-align: center;
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 162.5% */
margin-top: 30px;
}
.blog-item-tag-wrapper-post {
justify-content: center;
margin-top: 30px;
}
.blog-post-image {
margin-top: 40px;
width: 100%;
object-fit: contain;
}
.blog-post-text-wrapper {
margin: 0px auto;
margin-top: 87px;
max-width: 842px;

color: var(--Gray-900, #181D27);

/* Text xl/Regular */
font-family: "Nunito Sans";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 150% */
}
.blog-post-text-separator {
background-color: #dadcde;
height: 1px;
margin-top: 40px;
margin-bottom: 50px;
}
.blog-post-text-title {
color: var(--Gray-900, #181D27);

font-family: 'Poppins', sans-serif;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 38px; /* 126.667% */
margin-bottom: 24px;
}
.image-subtitle-alt {
color: var(--Gray-900, #181D27);

font-family: "Nunito Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
}
.blog-post-end-image {
margin-top: 50px;
}
.blog-post-end {
padding-top: 8px;
margin-top: 50px;
padding-bottom: 8px;
padding-left: 20px;
border-left: 2px solid #E97B05;
}
.blog-post-end-text {
color: var(--Gray-900, #181D27);

font-family: 'Poppins', sans-serif;
font-size: 24px;
font-style: italic;
font-weight: 500;
line-height: 32px; /* 133.333% */
}
.blog-post-end-name {
margin-top: 32px;

color: var(--Gray-600, #535862);

/* Text md/Regular */
font-family: "Nunito Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
}
.burger-btn {
display: none;
}
.nav-menu-mobile {
position: fixed;
top: 0;
right: -100%;
height: 100vh;
width: 280px;
background: #f98305;
flex-direction: column;
padding: 24px;
transition: right 0.4s ease, opacity 0.4s ease;
opacity: 0;
z-index: 1000;
overflow-y: auto;
}
.nav-menu-mobile ul {
flex-direction: column;
list-style: none;
padding: 0;
margin: 0;
gap: 16px;
}

.nav-menu-mobile.active {
right: 0;
opacity: 1;
}

.nav-menu-mobile a {
text-decoration: none;
color: white;
font-weight: 600;
font-size: 18px;
}
.close-burger {
width: 30px;
  margin: 0px auto;
  margin-right: 0px;
  margin-left: auto;
  display: block;
}
.services_sidebar_call {
display: none;
}
.swiper-button-next:after, .swiper-button-prev:after {
content: none!important;
}
.header__btn .header__nav-list-item {
display: none;
}
#partnersNextPage {
  background: none;
}
#partnersPrevPage {
  background: none;	
}
.team-member-card-disabled {
display: none;
}

.team-member-card-disabled.visible {
display: flex;
}

.team-member-info-text-style {
cursor: pointer;
}
.card__services-list-item--placeholder {
	display: none;
}
.outsourcing-card-product--disabled {
  display: none !important;
}
.pagination-prev.disabled,
.pagination-next.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pagination-qty {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.services_wrapper_wrapper_right {
	width: 100%;
}
.shop_form_section .section__contacts {
    padding: 228px 0px;
}
.form_overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: rgba(0, 0, 0, .8);
	z-index: 999;
	/*overflow: scroll;*/
}
.form_popup {
	position: absolute;
	width: 500px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	/*background: #000;*/
    color: rgb(152 157 169);
    padding: 32px 24px 38px;
    overflow: auto;
    height: initial;
    border-radius: 20px;
    background-color: #fff;
    border: 1px solid #2b354e;
    height: 80%;
    overflow-y: auto;
}
.form_popup {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.form_popup::-webkit-scrollbar {
    display: none; 
    width: 0;
}

.form_close_popup {
	position: absolute;
	top: 10px;
	right: 10px;
    width: 25px;
    height: 25px;
	cursor: pointer;
	z-index: 999;
	background-color: #e6e6e6;
	border-radius: 3000px;
}
.form_close_popup:before {
    content: '';
    background-color: #000;
    position: absolute;
    height: 1px;
    width: 14px;
    top: 12px;
    left: 6px;
    transform: rotate(-45deg);
}
.form_close_popup:after { 
    content: '';
    background-color: #000;
    position: absolute;
    height: 1px;
    width: 14px;
    top: 12px;
    transform: rotate(45deg);
    left: 6px;
}
.form_popup__subtitle-contacts {
    color: var(--Gray-900, #181D27);
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.72px;
    margin-bottom: 20px;
    text-align: center;
}
.blog-item-link {
	display: none;
}
.blog-item-link-active {
	display: flex;
}
.about-content-section-link {
	cursor: pointer;
}
.header__call_us {
	display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
    border-radius: 8px;
    background: var(--Brand-50, #FFF7EE);
    box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    padding: 10px 18px;
    cursor: pointer;
}

#bottomInfoBar {
display: none!important;
}

.outsourcing-card-product--hidden {
	display: none;
}
.industry-experience-text li {
	list-style-type: inherit;
}
.industry-experience-text ul {
    list-style: inherit;
}
.map_fake_image {
	height: 452px;
    margin-bottom: 20px;
}
.prefooter_map {
	background: #E9EAEB;
}
.prefooter_map_wrapper {
  padding-top: 150px;
  padding-bottom: 190px;
  display: flex;
}
.prefooter_map_wrapper_left_top_subtitle {
	color: var(--Brand-600, #F98305);

    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.prefooter_map_wrapper_left_top_title {
	color: #181D27;

    font-family: Poppins, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px; /* 138.889% */
    letter-spacing: -0.72px;
}
.prefooter_map_wrapper_left_top_content {
	color: #414651;

    /* Text lg/Regular */
    font-family: "Nunito Sans", sans-serif;
    font-size: 18px;
	margin-top: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
}
.prefooter_map_wrapper_left_bottom_title {
	color: #000;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
}
.prefooter_map_wrapper_left_bottom {
	margin-top: 80px;
}
.prefooter_map_wrapper_left_bottom_countie_item {
    color: var(--Black, #000);
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 26px; /* 162.5% */
}
.prefooter_map_wrapper_left_bottom_countie_wrapper {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    width: 445px;
    grid-column-gap: 29px;
    grid-row-gap: 16px;
}
.prefooter_map_wrapper_left_bottom_countie_item_active {
	color: #F98305;
    font-family: "Nunito Sans", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px; /* 100% */
}
.prefooter_map_wrapper_left {
	width: 500px;
}
.prefooter_map_wrapper_right img {
	position: absolute;
}
.retail-sales-heading a {
    color: #f98305;
}
.btn:hover {
	background: #FDD6AC;
  	color: #E97B05;
}
.btn:focus {
	background: #B42318;
  	color: #FFF;
}
.resullts__item-partner:hover {
	background: #FDD6AC;
  	color: #E97B05;
   cursor: pointer;
}
.resullts__item-partner:focus {
	background: #B42318;
  	color: #FFF;
}
.outsourcing__link {
  padding: 10px 16px;
  padding-right: 40px;
}
.outsourcing__link:hover {
	    background: #FFF7EE;
    border-radius: 8px;
    padding: 10px 16px;
    display: block;
    width: max-content;
    padding-right: 40px;
}
.resullts__item-show:hover {
	background: #D92D20;
}
.header_logo_title {
  font-weight: 600;
}
.carousel__brend .swiper-wrapper {
    margin-bottom: 0px;
}
.section__brends {
	    padding: 50px 0px 0px;
}
.program__item-content  ol li p {
	font-size: 16px;
  	padding: 0px;
}
.program__item-content>p {
	padding: 20px 0px;
}
.program__item-content>p:first-child {
	display: none;
}
.technikal_page {
  padding-bottom: 50px;
  
  color:#535862;

  /* Text md/Regular */
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.technikal_page .moder-block {
	display: none;
}
  .cookie-modal {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    z-index: 9999;
    border-radius: 10px;
    max-width: 100%;
    margin: auto;
    font-family: sans-serif;
  }

  .cookie-content {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .cookie-content p {
    margin: 0;
    font-size: 14px;
  }

  .cookie-content a {
    color: #007bff;
    text-decoration: underline;
  }

  #acceptCookies {
    align-self: flex-end;
    padding: 8px 16px;
    border: 1px solid #F98305;
    background: #F98305;
    color: #FFF;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
.section__vacancies-page_text p {
    color: #181D27;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.section__vacancies-page_text {
	margin-top: 100px;
}
.section__vacancies-page_text .blog-post-text-title {
	margin-top: 50px;
}
.section__vacancies-page_text {
    color: #181D27;
    font-family: "Nunito Sans", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.section__vacancies-page_text strong {
	margin-bottom: 10px;
    display: block;
}
.section__vacancies-page_text ul li {
  list-style-type: disc;
      margin-left: 20px;
}
.section__vacancies-page_text ul:not(:first-child) {
  margin-top: 20px; 
}
.section__vacancies-page_text ol li {
    list-style-type: auto;
    margin-left: 20px;
}
.blog-post-end-end {
	margin-top: 20px;
  font-size: 20px;
}
.services_action_btn:hover {
    background: #F98305;
}
.services_action_btn_back:hover {
	    background: #F98305;
  	color: #fff;
}
.services_wrapper_wrapper_left_menu a {
	color: var(--Gray-900, #181D27);
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.category_wrapper_list_custom .goods-list {
    display: flex!important;
    flex-wrap: wrap!important;
    gap: 32px!important;
    margin-bottom: 74px!important;
}
.category_wrapper_list_custom .goods-list .outsourcing-card {
    width: 100%;
}
.category_wrapper_list_custom .goods-list .list-item{
  width: calc(50% - 32px / 2);;
}
.services_wrapper_wrapper_left {
  display: flex;
  flex-direction: column;
}
.category_wrapper_list_custom {
  flex: 1;
}
#shop-page-more {
	display: none;
}
.shop-pagination .pgSwchA {
	background-color: #f98305;
    width: 50px;
    height: 50px;
}
.partners-btn:hover {
  background: #FDD6AC;
  color: #E97B05;
}
#acceptCookies:hover {
  background: #FDD6AC;
  color: #E97B05;
}
.about-content-section-link:hover {
	  background: #FDD6AC;
  color: #E97B05;
}
.vacancies__list #allEntries > div {
  width: calc(50% - 18px);
  margin: 0px;
}
.vacancies__list #allEntries > div .vacancies__list-item {
	width: 100%;
} 
.vacancies__list #allEntries {
    width: 100%;
    display: flex;
    gap: 36px;
      flex-wrap: wrap;
}
.blog-page-wrapper-maim-wrapper #allEntries {
  width: 100%;
  display: flex;
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
}
.blog-page-wrapper-maim-wrapper #allEntries>div {
    flex: auto !important;
    max-width: inherit!important;
      margin: 0px auto;
    width: calc((100% - 2* 32px) / 3);
}
.blog-page-wrapper-maim-wrapper #allEntries .blog-item {
	max-width: 100%;
}
.archiveEntries {
    display: flex!important;
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    flex-wrap: wrap;
}
.archiveEntries > div {
     margin-top: 0px !important;
}
.archiveEntries > div.unactive {
	display: none;
}
.partners__list #allEntries {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    row-gap: 45px;
}
.partners__list #allEntries > div { 
  width: calc(33.333% - 64px / 3);
  margin-top: 0px!important;
}
.partners__list #allEntries  .partners-card {  
	width: 100%;
}
.partners__list #allEntries > div.unactive {
	display: none;
}