/* @font-face {
  font-family: "Geometria";
  src: url("../assets/fonts/geometria_light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../assets/fonts/geometria_lightitalic.otf") format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../assets/fonts/geometria_regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../assets/fonts/geometria_medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../assets/fonts/geometria_mediumitalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../assets/fonts/geometria_bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../assets/fonts/geometria_bolditalic.otf") format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Geometria";
  src: url("../assets/fonts/geometria_extrabold.otf") format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
} */


html {
  -webkit-text-size-adjust: 100%;
}


button {
  cursor: pointer;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

.text-white {
  color: #ffffff;
}

img {
  max-width: 100%;
}

h1 {
  padding: 0;
}

h2 {
  padding-bottom: 0;
}

h3 {
  margin: 0;
}


.intro {
  min-height: 921px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% !important;
  padding-top: 286px !important;
  padding-bottom: 40px;
}

@media (max-width: 640px) {
  .intro {
    padding-bottom: 46px;
    padding-top: 138px;
    min-height: 700px;
  }
}

@media (max-width: 480px) {
  .intro {
    min-height: 500px;
  }
}

.intro__content {
  display: flex;
  flex-direction: column;
  gap: 120px;
}

@media (max-width: 640px) {
  .intro__content {
    gap: 40px;
  }
}

.intro__text {
  display: flex;
  max-width: 800px;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}

.intro__text>h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  letter-spacing: 1.4px;
  font-size: 45px;
  color: #ffffff;
}

@media (max-width: 640px) {
  .intro__text>h1 {
    font-size: 36px;
    letter-spacing: 0.95px;
  }
}

@media (max-width: 480px) {
  .intro__text>h1 {
    font-size: 30px;
    letter-spacing: 0.95px;
  }
}

.intro__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.2px;
  color: #ffffff;
}

@media (max-width: 480px) {
  .intro__text>p {
    font-size: 16px;
  }
}

.intro__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

@media (max-width: 640px) {
  .intro__text-wrapper {
    gap: 40px;
  }
}



section .container {
  max-width: 1238px;
}


.button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 38px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
  color: #ffffff;
  background-color: #cf2003;
  width: 388px;
  height: 50px;
  text-transform: none;
  transition: 0.2s;
}

.button--middle {
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.17px;
  color: #ffffff;
  padding: 20px 75px;
  height: fit-content;
  width: fit-content;
  cursor: pointer;
}

.button--small {
  width: 260px;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 16px;
}

.button--full-width {
  width: 100%;
}

.button:hover {
  background-color: #f32104;
}

@media (max-width: 640px) {
  .button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
  }
}

.facts {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .facts {
    flex-direction: column;
    gap: 19px;
  }
}

.facts>li {
  position: relative;
  font-family: "Geometria", sans-serif;
  font-size: 16px;
  width: 287px;
  letter-spacing: 0.7px;
  padding-left: 18px;
  color: #ffffff;
  list-style-type: none;
  margin: 0;
}

.facts>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background-color: #cf2003;
  border-radius: 50%;
}

.breadcrumb__wrap {
  padding: 0;
}

.breadcrumbs {
  display: flex;
  gap: 3px;
  align-items: center;
}

.breadcrumbs li a {
  font-family: "Geometria", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #4d4440;
  position: relative;
  opacity: 1;
  padding-right: 0;
}

.breadcrumb__item:after {
  color: #4d4440;
  opacity: 1;
}

.breadcrumbs li:last-child a {
  font-weight: 500;
  color: #4d4440;
  opacity: 1;
}

.what-this__content {
  padding: 84px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .what-this__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.what-this__blocks-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .what-this__blocks-wrapper {
    gap: 24px;
  }
}

.what-this__outsourcing {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.what-this__outsourcing>h4 {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.what-this__outsourcing>ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 27px;
  letter-spacing: 1.05px;
  padding-left: 0;
}

.what-this__outsourcing>ul>li {
  font-family: "Geometria", sans-serif;
  padding-left: 5px;
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  .what-this__outsourcing>ul>li {
    width: 270px;
    font-size: 16px;
  }
}

@media (max-width: 1500px) {
  .what-this__outsourcing>ul {
    letter-spacing: 0;
    margin-left: 20px;
    gap: 0;
  }
}

.what-this__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .what-this__text-wrapper {
    gap: 24px;
  }
}

.what-this__text-wrapper>h3 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #cf2003;
}

@media (max-width: 640px) {
  .what-this__text-wrapper>h3 {
    font-size: 24px;
  }
}

.what-this__main-tasks {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

@media (max-width: 1500px) {
  .what-this__main-tasks {
    gap: 30px;
  }
}

.what-this__main-tasks>h4 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .what-this__main-tasks>h4 {
    max-width: 400px;
  }
}

.what-this__main-tasks-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1500px) {
  .what-this__main-tasks-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
  }
}

@media (max-width: 480px) {
  .what-this__main-tasks-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.what-this__peculiarities {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.what-this__peculiarities>h4 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.what-this__peculiarities-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  padding-left: 0;
  margin: 0;
}

@media (max-width: 1500px) {
  .what-this__peculiarities-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .what-this__peculiarities-container {
    grid-template-columns: repeat(1, 1fr);
  }
}

.what-this__peculiarities-container>li {
  max-width: 820px;
  margin-left: 10px;
  padding-left: 28px;
  position: relative;
  font-family: "Geometria", sans-serif;
  letter-spacing: -0.1px;
  font-size: 20px;
  list-style-type: none;
  margin: 0;
}

@media (max-width: 1500px) {
  .what-this__peculiarities-container>li {
    font-size: 16px;
  }
}

.what-this__peculiarities-container>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background-color: #cf2003;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(231, 174, 165, 0.4);
}

.what-this__peculiarities-container>li::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1.5px;
  transform: translate(-50%, 0);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid rgba(224, 210, 209, 0.2);
}

.what-this__peculiarities-container>li>span {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  letter-spacing: -0.1px;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .what-this__peculiarities-container>li>span {
    font-size: 16px;
  }
}

.task {
  overflow: hidden;
  position: relative;
  height: 105px;
  width: 285.75px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 20px;
}

@media (max-width: 640px) {
  .task {
    width: 100%;
    height: 80px;
  }
}

.task__number {
  position: absolute;
  left: -9px;
  top: 45%;
  transform: translateY(-50%);
  font-family: "Geometria", sans-serif;
  font-weight: 800;
  font-size: 120px;
  color: rgba(207, 32, 3, 0.0509803922);
}

@media (max-width: 640px) {
  .task__number {
    font-size: 80px;
    left: 0px;
  }
}

.task__text {
  font-family: "Geometria", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}

@media (max-width: 640px) {
  .task__text {
    font-size: 16px;
  }
}

.caf {
  background-color: #f8f8f8;
}

.caf__content {
  padding: 77px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .caf__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.caf__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

@media (max-width: 1500px) {
  .caf__text-wrapper {
    gap: 0px;
  }
}

.caf__text-wrapper>h2 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #b92524;
}

@media (max-width: 1500px) {
  .caf__text-wrapper>h2 {
    font-size: 24px;
  }
}

.caf__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 48px;
}

@media (max-width: 1500px) {
  .caf__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 17px;
  }
}

@media (max-width: 639px) {
  .caf__grid {
    display: flex;
    gap: 20px;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.caf-grid-item {
  max-width: 290px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1500px) {
  .caf-grid-item {
    gap: 0;
  }
}

@media (max-width: 639px) {
  .caf-grid-item {
    min-width: 180px;
    width: max-content;
    flex-shrink: 0;
    padding-right: 10px;
  }
}

.caf-grid-item__start {
  display: flex;
  align-items: end;
  gap: 20px;
}

@media (max-width: 1500px) {
  .caf-grid-item__start {
    gap: 10px;
  }
}

.caf-grid-item__percent,
.caf-grid-item__description,
.caf-grid-item__label-start {
  font-family: "Geometria", sans-serif;
}

.caf-grid-item__description,
.caf-grid-item__label-start {
  font-size: 20px;
}

@media (max-width: 1500px) {

  .caf-grid-item__description,
  .caf-grid-item__label-start {
    font-size: 16px;
  }
}

.caf-grid-item__percent {
  font-weight: 500;
  font-size: 120px;
  letter-spacing: -10px;
  height: 125px;
}

.caf-grid-item__percent--danger {
  color: #b92524;
}

@media (max-width: 1500px) {
  .caf-grid-item__percent {
    font-size: 80px;
    height: 86px;
    letter-spacing: -7px;
  }
}

.caf-grid-item>p {
  font-family: "Geometria", sans-serif;
}

.how-it-work__content {
  padding: 84px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .how-it-work__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.how-it-work__content>h2 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  color: #b92524;
}

@media (max-width: 1500px) {
  .how-it-work__content>h2 {
    font-size: 24px;
  }
}

.how-it-work__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1500px) {
  .how-it-work__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .how-it-work__grid {
    display: flex;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.how-it-work-card {
  padding: 19px;
  width: 388px;
  border: 1px solid #dc5d5b;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
}

.how-it-work-card--full-width {
  width: 100%;
}

.how-it-work-card--filled {
  background-color: #f8f8f8;
  border: none;
}

@media (max-width: 1500px) {
  .how-it-work-card {
    min-height: 176px;
    width: 100%;
    gap: 28px;
  }
}

@media (max-width: 639px) {
  .how-it-work-card {
    min-width: 256px;
  }
}

.how-it-work-card__header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  width: 100%;
}

.how-it-work-card__index {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.how-it-work-card__index-circles {
  display: flex;
  gap: 4px;
}

.how-it-work-card__index-circles>span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #cf2003;
}

.how-it-work-card__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.how-it-work-card__text-wrapper>h3 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1px;
}

@media (max-width: 1500px) {
  .how-it-work-card__text-wrapper>h3 {
    font-size: 18px;
  }
}

@media (max-width: 639px) {
  .how-it-work-card__text-wrapper>h3 {
    letter-spacing: 0;
  }
}

.how-it-work-card__text-wrapper>p {
  font-family: "Geometria", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.8px;
}

@media (max-width: 1500px) {
  .how-it-work-card__text-wrapper>p {
    font-size: 16px;
  }
}

@media (max-width: 639px) {
  .how-it-work-card__text-wrapper>p {
    letter-spacing: 0;
  }
}

.benefits {
  background-color: #f8f8f8;
}

.benefits__content {
  padding: 77px 0;
  display: flex;
  flex-direction: column;
  gap: 59px;
}

@media (max-width: 1500px) {
  .benefits__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.benefits__content>h2 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #b92524;
}

@media (max-width: 1500px) {
  .benefits__content>h2 {
    font-size: 24px;
  }
}

.benefits__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.benefits__grid>div {
  border-top: 1.5px solid rgba(0, 0, 0, 0.1607843137);
}

.benefits__grid>div:last-of-type {
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1607843137);
}

@media (max-width: 1500px) {
  .benefits__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .benefits__grid>div {
    border-top: 1.5px solid rgba(0, 0, 0, 0.1607843137);
  }

  .benefits__grid>div:nth-last-child(-n+2) {
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1607843137);
  }
}

@media (max-width: 640px) {
  .benefits__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefits__grid>div:nth-last-child(-n+2) {
    border-bottom: none;
  }

  .benefits__grid>div:last-of-type {
    border-bottom: 1.5px solid rgba(0, 0, 0, 0.1607843137);
  }
}

.benefit {
  display: flex;
  padding: 30px 97.5px;
  gap: 100px;
  height: 139px;
  align-items: center;
}

@media (max-width: 1500px) {
  .benefit {
    height: fit-content;
    padding: 20px 0px;
  }
}

.benefit>span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Geometria", sans-serif;
  font-size: 80px;
  width: 29px;
  height: 62px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.0509803922);
}

.benefit__text-wrapper {
  display: flex;
  gap: 10px;
  flex-direction: column;
  min-height: 79px;
  justify-content: center;
}

.benefit__text-wrapper>h3 {
  font-family: "Geometria", sans-serif;
  letter-spacing: -0.15px;
  line-height: 41px;
  font-size: 30px;
  font-weight: 400;
}

@media (max-width: 1500px) {
  .benefit__text-wrapper>h3 {
    font-size: 16px;
    line-height: inherit;
  }
}

.benefit__text-wrapper>p {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .benefit__text-wrapper>p {
    font-size: 12px;
  }
}

.profits__content {
  padding: 84px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .profits__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.profits__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1500px) {
  .profits__text-wrapper {
    gap: 10px;
  }
}

.profits__text-wrapper>h2 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #b92524;
}

@media (max-width: 1500px) {
  .profits__text-wrapper>h2 {
    font-size: 24px;
  }
}

.profits__text-wrapper>p {
  font-family: "Geometria", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.profits__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1500px) {
  .profits__grid {
    justify-content: end;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .profits__grid {
    display: flex;
    overflow: auto;
    justify-content: inherit;
  }

  .profits__grid>div {
    flex-shrink: 0;
  }
}

.profits__bid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.profits__bid--mobile {
  display: none;
}

@media (max-width: 1500px) {
  .profits__bid {
    display: none;
    gap: 20px;
  }

  .profits__bid--mobile {
    display: flex;
    justify-content: end;
  }
}

@media (max-width: 639px) {
  .profits__bid {
    display: flex;
    gap: 20px;
  }

  .profits__bid--mobile {
    display: none;
  }
}

.profits__bid>p {
  max-width: 633px;
  letter-spacing: -0.05px;
  font-family: "Geometria", sans-serif;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .profits__bid>p {
    font-size: 16px;
  }
}

.profit {
  width: 100%;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid #f8f8f8;
}

@media (max-width: 1500px) {
  .profit {
    padding: 10px;
  }
}

.profit__header {
  display: flex;
  align-items: center;
  gap: 20px;
}

.profit__header>h3 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .profit__header>h3 {
    font-size: 18px;
  }
}

.profit>ul {
  padding-left: 24px;
  margin: 0;
}

.profit>ul>li {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
  padding-left: 5px;
  margin-bottom: 0;
}

@media (max-width: 1500px) {
  .profit>ul>li {
    font-size: 16px;
  }
}

.principles__content {
  padding: 54px 0 190px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .principles__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.principles__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1500px) {
  .principles__text-wrapper {
    gap: 10px;
  }
}

.principles__text-wrapper>h2 {
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #b92524;
  padding-bottom: 0;
}

@media (max-width: 1500px) {
  .principles__text-wrapper>h2 {
    font-size: 24px;
  }
}

.principles__text-wrapper>p {
  font-family: "Geometria", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .principles__text-wrapper>p {
    font-size: 16px;
  }
}

.principles__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(6, 1fr);
}

.principles__grid>div:nth-child(1),
.principles__grid>div:nth-child(2) {
  grid-column: span 3;
}

.principles__grid>div:nth-child(n+3) {
  grid-column: span 2;
}

@media (max-width: 1500px) {

  .principles__grid>div:nth-child(1),
  .principles__grid>div:nth-child(2) {
    grid-column: auto;
  }

  .principles__grid>div:nth-child(n+3) {
    grid-column: auto;
  }

  .principles__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .principles__grid {
    display: flex;
    overflow-x: auto;
  }

  .principles__grid>div {
    flex-shrink: 0;
  }
}

.offers {
  background-color: #f8f8f8;
}

.offers__content .outsourcing-kaf__form {
  margin-bottom: 0;
}

.offers__content .outsourcing-kaf__form .wrapper {
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
.offers__content .outsourcing-kaf__form .wrapper .form_wrap {
  padding-left: 0;
  padding-right: 0;
}
.offers__content .outsourcing-kaf__form .career-sales__dop {
  max-width: 100%;
}
.offers__content .outsourcing-kaf__form select.js-there {
  max-width: 100%!important;
}
.offers__content {
  padding: 84px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .offers__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.offers__content>h2 {
  text-align: center;
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #b92524;
}

@media (max-width: 1500px) {
  .offers__content>h2 {
    font-size: 24px;
  }
}

.offers__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1500px) {
  .offers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .offers__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.offers__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.offers__text-wrapper>h4 {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
  color: #b92524;
}

.offers__text-wrapper>p {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
}

.offers__form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  border: 2px solid #ffffff;
  padding: 40px 135px;
}

@media (max-width: 1500px) {
  .offers__form-wrapper {
    padding: 40px 20px;
  }
}

.offers__form-wrapper>h3 {
  text-align: center;
  font-family: "Geometria", sans-serif;
  font-weight: 700;
  font-size: 24px;
}

.offers__form-wrapper>form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.offers__form-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

@media (max-width: 1500px) {
  .offers__form-row {
    flex-direction: column;
    gap: 30px;
  }
}

.offers__form-center-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer {
  background-color: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.offer>h4 {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .offer>h4 {
    font-size: 18px;
  }
}

.input {
  width: 100%;
  background-color: #ffffff;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.17px;
  font-family: "Geometria", sans-serif;
}

.textarea {
  width: 100%;
  min-height: 110px;
  resize: none;
  padding: 20px 24px;
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 0.17px;
  font-family: "Geometria", sans-serif;
  background-color: #ffffff;
}

.label {
  display: flex;
  flex-direction: column;
  gap: 0px;
  font-family: "Geometria", sans-serif;
  font-size: 16px;
}

.label--row {
  flex-direction: row;
  gap: 10px;
}

.select {
  height: 60px;
  background: #ffffff;
  font-family: "Geometria";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #858585;
  padding: 18px 10px 20px 24px;
  border: 1px solid transparent;
  outline: none;
  margin-top: 10px;
  width: 100%;
  appearance: none;
}

.understanding__content {
  padding: 84px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .understanding__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.understanding__content>h2 {
  text-align: center;
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #b92524;
  padding-bottom: 0;
}

@media (max-width: 1500px) {
  .understanding__content>h2 {
    font-size: 24px;
  }
}

.understanding__swiper-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1855px;
}

.understanding__image {
  width: 303px;
  object-fit: scale-down;
  height: 90px;
  padding: 8px;
}

@media (max-width: 1500px) {
  .understanding__image {
    width: 140px;
    height: 70px;
  }
}

.swiper-slide {
  border: 1px solid #f8f8f8;
  width: fit-content;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #b92524;
  transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #f32104;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.swiper-button-disabled {
  background-color: transparent;
  border: 1px solid rgba(185, 37, 36, 0.2);
  display: none;
}

.swiper-button-disabled>svg path {
  stroke: rgba(185, 37, 36, 0.2);
}

.team__content {
  padding: 84px 15px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.team__swiper-wrapper .swiper {
  margin: 0 -15px;
  padding: 0 15px;
}

@media (max-width: 1500px) {
  .team__content {
    padding: 40px 15px;
    gap: 28px;
  }
}

.team__content>h2 {
  text-align: center;
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #b92524;
}

@media (max-width: 1500px) {
  .team__content>h2 {
    font-size: 24px;
  }
}

.team__swiper-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1855px;
}

.team__image {
  width: 303px;
  object-fit: cover;
  height: 90px;
}

@media (max-width: 1500px) {
  .team__image {
    width: 140px;
    height: 70px;
  }
}

.team-card {
  width: 284px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-card img {
  width: 244px;
  height: 300px;
  object-fit: cover;
  object-position: 50%;
}

.team-card__text-wrapper>h3 {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
}

.team-card__text-wrapper>p {
  font-family: "Geometria", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-transform: lowercase;
}

.services {
  background-color: #f8f8f8;
}

.services__content {
  padding: 84px 0;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 1500px) {
  .services__content {
    padding: 40px 0;
    gap: 28px;
  }
}

.services__content>h2 {
  text-align: center;
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #b92524;
}

@media (max-width: 1500px) {
  .services__content>h2 {
    font-size: 24px;
  }
}

.services__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1500px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 639px) {
  .services__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service {
  min-height: 115px;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: 0.3s;
  color: #000;
}

.service:hover {
  color: #ffffff;
  background-color: #b92524;
}

@media (max-width: 1500px) {
  .service {
    min-height: 86px;
  }
}

@media (max-width: 639px) {
  .service {
    min-height: 46px;
  }
}

.service>h3 {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
}

@media (max-width: 1500px) {
  .service>h3 {
    font-size: 18px;
  }
}

.questions {
  padding: 84px 0;
}

@media (max-width: 640px) {
  .questions {
    padding: 42px 0;
  }
}

.questions__content {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

@media (max-width: 640px) {
  .questions__content {
    gap: 28px;
  }
}

.questions__wrapper {
  padding: 42px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 640px) {
  .questions__wrapper {
    flex-direction: column;
    gap: 28px;
    padding: 0;
  }
}

.questions__wrapper>h2 {
  max-width: 512px;
  font-family: "Geometria", sans-serif;
  font-weight: 500;
  font-size: 40px;
  color: #b92524;
}

@media (max-width: 1500px) {
  .questions__wrapper>h2 {
    font-size: 24px;
  }
}

.questions__end {
  max-width: 1396px;
  margin: 0 auto;
  width: 100%;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0.1607843137);
}

.accordion {
  max-width: 596px;
  width: 100%;
}

.accordion-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 32px 0;
  border-top: 1.5px solid rgba(0, 0, 0, 0.1607843137);
}

.accordion-item__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  cursor: pointer;
}

.accordion-item__header>p {
  font-family: "Geometria", sans-serif;
  font-size: 20px;
}

.accordion-item__content {
  display: none;
  font-family: "Geometria", sans-serif;
  font-size: 20px;
}

.accordion-item__value--active {
  display: block !important;
}

section.outsourcing-kaf__form {
  margin-top: 0;
}

@media(max-width: 767px) {
  .profits__bid .button {
    text-transform: none;
  }
}

@media(max-width: 639px) {
  .intro {
    padding-top: 105px !important;
  }

  .intro__text-wrapper {
    gap: 60px;
  }

  .caf__content {
    padding: 42px 0;
    gap: 18px;
  }

  .caf__text-wrapper {
    gap: 20px;
  }


  .caf-grid-item__description,
  .caf-grid-item__label-start {
    font-size: 20px;
  }

  .how-it-work__content {
    gap: 42px;
  }

  .how-it-work-card {
    min-width: 280px;
  }

  .how-it-work-card__text-wrapper {
    gap: 10px;
  }

  .how-it-work-card__index {
    font-size: 12px;
    line-height: 12px;
  }

  .benefit {
    gap: 20px;
  }

  .benefit>span {
    width: 39px;
  }

  .profits__text-wrapper>p {
    font-size: 16px;
    line-height: 120%;
  }

  .profit__header img {
    width: 25px;
  }

  .services__content {
    padding: 20px 0 40px;
    gap: 28px;
  }

  .offers__content {
    padding: 40px 0 0;
    gap: 28px;
  }

  .offers__text-wrapper>p {
    font-size: 18px;
  }

  .smart-captcha {
    min-width: 290px;
  }

}

.swipe-info {
  display: none;
  width: 77px;
  margin-left: auto;
  margin-top: -12px;
  margin-bottom: -12px;
}

.swipe-icon {
  transform: translate(53px, 0);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(248, 248, 248, 0.1);
  animation-name: swipe-animate;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
}

@media(max-width: 639px) {
  .swipe-info {
    display: block;
  }

}

@keyframes swipe-animate {
  0% {
    transform: translate(53px, 0);
    background: rgba(248, 248, 248, 0.1);
  }
  31% {
    transform: translate(53px, 0);
    background: rgba(248, 248, 248, 0.9);
  }
  62% {
    transform: translate(53px, 0);
    background: rgba(248, 248, 248, 0.9);
  }
  70% {
    background: rgba(248, 248, 248, 0.1);
    transform: translate(0, 0);
  }
  100% {
    background: rgba(248, 248, 248, 0.1);
    transform: translate(0, 0);
  }
}