.services {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: -464px;
  z-index: 1;
}
@media screen and (max-width: 1920px) {
  .services {
    margin-top: -328px;
  }
}
@media screen and (max-width: 1600px) {
  .services {
    margin-top: -232px;
  }
}
@media screen and (max-width: 1366px) {
  .services {
    margin-top: 42px;
  }
}
@media screen and (max-width: 768px) {
  .services {
    margin-top: -122px;
  }
}
@media screen and (max-width: 650px) {
  .services {
    margin-top: -22px;
  }
}
@media screen and (max-width: 650px) {
  .services .container {
    padding: unset;
  }
}
.services--wrap {
  padding: 100px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0px 0px 109.6px 0px rgba(0, 0, 0, 0.15);
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .services--wrap {
    padding: 64px;
  }
}
@media screen and (max-width: 1366px) {
  .services--wrap {
    padding: 48px;
  }
}
@media screen and (max-width: 768px) {
  .services--wrap {
    padding: 36px;
  }
}
@media screen and (max-width: 650px) {
  .services--wrap {
    padding: 20px;
  }
}
.services__head {
  padding: 0 0 48px;
  margin: 0 0 48px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .services__head {
    padding: 0 0 36px;
  }
}
.services__head--title {
  margin: 0 0 24px;
}
.services__head--info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1366px) {
  .services__head--info {
    flex-direction: column;
    align-items: flex-start;
  }
}
.services__head--info p {
  max-width: 842px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
}
@media screen and (max-width: 1600px) {
  .services__head--info p {
    font-size: 16px;
    max-width: 486px;
    letter-spacing: 0.32px;
  }
}
@media screen and (max-width: 1366px) {
  .services__head--info p {
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.services__head--icon {
  position: absolute;
  bottom: -14px;
  right: 27.5%;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .services__head--icon {
    right: 22.5%;
  }
}
@media screen and (max-width: 650px) {
  .services__head--icon {
    display: none;
  }
}
.services__head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../../../images/home/services-line.svg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.services__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1250px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__list--item {
  padding: 36px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  border: 3px solid transparent;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in;
}
@media screen and (max-width: 1600px) {
  .services__list--item {
    padding: 24px;
    min-height: 346px;
  }
}
@media screen and (max-width: 1366px) {
  .services__list--item {
    min-height: unset;
  }
}
@media screen and (max-width: 1250px) {
  .services__list--item:nth-child(1) {
    order: 1;
  }
  .services__list--item:nth-child(2) {
    order: 2;
  }
  .services__list--item:nth-child(3) {
    order: 4;
  }
  .services__list--item:nth-child(4) {
    order: 3;
  }
  .services__list--item:nth-child(5) {
    order: 5;
  }
  .services__list--item:nth-child(6) {
    order: 6;
  }
  .services__list--item:nth-child(7) {
    order: 8;
  }
  .services__list--item:nth-child(8) {
    order: 7;
  }
}
@media screen and (max-width: 768px) {
  .services__list--item {
    flex-direction: row-reverse;
    justify-content: space-between;
    order: unset !important;
  }
}
@media screen and (max-width: 650px) {
  .services__list--item {
    flex-direction: column;
  }
}
.services__list--item::after {
  display: none;
}
.services__list--item__icon {
  display: none;
}
.services__list--item__icon img {
  position: absolute;
  z-index: 1;
  width: 480px;
  height: 480px;
}
.services__list--item__img {
  width: 124px;
  height: 124px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 auto;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .services__list--item__img {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .services__list--item__img {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  .services__list--item__img {
    margin: 0 0 24px;
  }
}
.services__list--item__info {
  z-index: 2;
}
@media screen and (max-width: 786px) {
  .services__list--item__info {
    width: calc(100% - 124px - 24px);
  }
}
@media screen and (max-width: 650px) {
  .services__list--item__info {
    width: 100%;
  }
}
.services__list--item span {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .services__list--item span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.services__list--item p {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.services__list--item p strong,
.services__list--item p b {
  color: #000000;
  font-weight: 700;
}
.services__list--item.orange span {
  color: #ffffff;
}
.services__list--item.orange p {
  color: rgba(255, 255, 255, 0.8);
}
.services__list--item.orange p strong,
.services__list--item.orange p b {
  color: #ffffff;
  font-weight: 700;
}
.services__list--item.orange .services__list--item__icon {
  display: block;
  position: absolute;
  width: 376px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .services__list--item.orange .services__list--item__icon {
    right: unset;
    left: -20px;
    top: -13px;
    transform: translate(-50%, -50%);
  }
}
.services__list--item.orange .services__list--item__icon::after {
  content: "";
  width: 257px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #FAA61A;
}
.services__list--item.orange .services__list--item__icon::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
}
.services__list--item.orange::after {
  content: "";
  display: block;
  width: 100%;
  height: 97px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .services__list--item.orange::after {
    display: none;
  }
}
.services__list--item.orange-1 {
  border-color: #FFCB05;
  background: linear-gradient(180deg, #F58220 26.18%, #F56B20 65.61%);
}
.services__list--item.orange-1::after {
  background-color: #FAA61A;
}
.services__list--item.orange-1 .services__list--item__icon {
  background-color: #FFCB05;
}
.services__list--item.orange-1 .services__list--item__icon::before {
  background: #F58220;
}
.services__list--item.orange-2 {
  border-color: #FAA61A;
  background: linear-gradient(180deg, #FFCB05 26.18%, #FAA61A 65.61%), #FFCB05;
}
.services__list--item.orange-2::after {
  background-color: #FAA61A;
}
.services__list--item.orange-2 .services__list--item__icon {
  background-color: #F58220;
}
.services__list--item.orange-2 .services__list--item__icon::before {
  background: #FFCB05;
}
.services__list--item.orange-3 {
  border-color: #F58220;
  background: linear-gradient(180deg, #FAA61A 36.73%, #F58220 99.99%), #FAA61A;
}
.services__list--item.orange-3::after {
  background-color: #F58220;
}
.services__list--item.orange-3 .services__list--item__icon {
  background-color: #FFCB05;
}
.services__list--item.orange-3 .services__list--item__icon::before {
  background: #F58220;
}
.services__list--item.orange .services__list--item__link {
  color: #ffffff;
}
.services__list--item.orange .services__list--item__link svg path {
  stroke: #ffffff;
}
.services__list--item__link {
  display: flex;
  align-items: center;
  margin: 12px 0 0;
  color: #F58220;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.services__list--item__link svg {
  margin: 2px 0 0 8px;
  transition: 0.3s all ease-in-out;
}
.services__list--item__link svg path {
  stroke: #F58220;
}
.services__list > a:hover {
  transform: translateY(-10px);
}
.services__list > a:hover .services__list--item__link svg {
  transform: translateX(4px);
}
.services__box {
  position: absolute;
  bottom: -200px;
  right: 200px;
  width: 418px;
  height: 357px;
  transform: rotate(-66deg);
}
@media screen and (max-width: 1920px) {
  .services__box {
    width: 418px;
    height: 357px;
    right: -70px;
  }
}
@media screen and (max-width: 1600px) {
  .services__box {
    width: 297px;
    height: 253px;
    right: -40px;
    bottom: -120px;
  }
}
@media screen and (max-width: 1024px) {
  .services__box {
    right: -100px;
    bottom: -120px;
  }
}
@media screen and (max-width: 768px) {
  .services__box {
    width: 186px;
    height: 159px;
    right: -40px;
    bottom: -104px;
  }
}
@media screen and (max-width: 650px) {
  .services__box {
    right: -64px;
    bottom: -94px;
  }
}

.delivery {
  position: relative;
}
@media screen and (max-width: 650px) {
  .delivery .container {
    padding: unset;
  }
}
.delivery--wrap {
  border-radius: 20px;
  background: #F58220;
  box-shadow: 0px 0px 109.6px 0px rgba(0, 0, 0, 0.15);
  padding: 100px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .delivery--wrap {
    padding: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .delivery--wrap {
    padding: 48px;
  }
}
@media screen and (max-width: 650px) {
  .delivery--wrap {
    padding: 20px;
  }
}
.delivery--head {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0 0 48px;
  margin: 0 0 48px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1600px) {
  .delivery--head {
    flex-direction: column;
    padding: 0 0 36px;
  }
}
.delivery--head__info {
  height: auto;
  max-width: 1094px;
}
@media screen and (max-width: 1750px) {
  .delivery--head__info {
    max-width: 960px;
  }
}
@media screen and (max-width: 1600px) {
  .delivery--head__info {
    max-width: 100%;
    margin: 0 0 24px;
  }
}
.delivery--head__info--title {
  margin: 0 0 24px;
}
.delivery--head__info p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.4px;
  opacity: 0.8;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  .delivery--head__info p {
    font-size: 16px;
    letter-spacing: 0.32px;
  }
}
.delivery--head__countries {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1600px) {
  .delivery--head__countries {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 650px) {
  .delivery--head__countries {
    flex-direction: column;
    align-items: flex-start;
  }
}
.delivery--head__countries--list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1600px) {
  .delivery--head__countries--list {
    flex-direction: row;
  }
}
@media screen and (max-width: 650px) {
  .delivery--head__countries--list {
    margin: 0 0 24px;
  }
}
.delivery--head__countries--list__item {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 8px;
}
@media screen and (max-width: 1600px) {
  .delivery--head__countries--list__item {
    margin: 0 8px 0 0;
  }
}
.delivery--head__countries--list__item:last-child {
  margin: unset;
}
.delivery--head__countries--list__item img {
  width: calc(100% - 10px);
  height: auto;
  aspect-ratio: 1/1;
}
.delivery--head__countries--link {
  margin: auto 0 0;
}
@media screen and (max-width: 1600px) {
  .delivery--head__countries--link {
    margin: 0 48px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .delivery--head__countries--link {
    width: 100%;
  }
}
.delivery--head::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(../../../images/home/yellow-line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.delivery--item__title {
  margin: 0 0 24px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.delivery--item__title span {
  color: #FBFBFB;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.72px;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  padding: 0 16px 0 0;
}
@media screen and (max-width: 1600px) {
  .delivery--item__title span {
    font-size: 24px;
    letter-spacing: 0.48px;
  }
}
.delivery--item__title::after {
  content: "";
  display: block;
  flex: 1;
  height: 3px;
  background: #FFCB05;
}
.delivery--item__icon {
  position: absolute;
  right: 28%;
  bottom: -13px;
}
@media screen and (max-width: 768px) {
  .delivery--item__icon {
    right: 21%;
  }
}
@media screen and (max-width: 650px) {
  .delivery--item__icon {
    display: none;
  }
}
.delivery--type {
  position: relative;
  z-index: 1;
  margin: 0 0 48px;
}
.delivery--type__list {
  display: flex;
  flex-wrap: wrap;
}
.delivery--type__list--item {
  width: 25%;
  padding: 34px;
  border-right: 3px solid #FFCB05;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1600px) {
  .delivery--type__list--item {
    padding: 24px;
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .delivery--type__list--item {
    width: 50%;
  }
}
@media screen and (max-width: 650px) {
  .delivery--type__list--item {
    width: 100%;
    border: unset !important;
    border-bottom: 3px solid #FFCB05 !important;
    padding: 24px 0;
    flex-direction: row;
  }
}
.delivery--type__list--item:nth-child(4n) {
  border: unset;
}
@media screen and (max-width: 1024px) {
  .delivery--type__list--item:nth-child(4n) {
    border-right: 3px solid #FFCB05;
  }
}
@media screen and (max-width: 1024px) {
  .delivery--type__list--item:nth-child(2n) {
    border-right: unset;
  }
}
@media screen and (max-width: 1024px) {
  .delivery--type__list--item:nth-child(1), .delivery--type__list--item:nth-child(2) {
    border-bottom: 3px solid #FFCB05;
  }
}
.delivery--type__list--item__icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
}
@media screen and (max-width: 1600px) {
  .delivery--type__list--item__icon {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 650px) {
  .delivery--type__list--item__icon {
    margin: 0 24px 0 0;
  }
}
.delivery--type__list--item__info {
  width: calc(100% - 48px - 24px);
}
@media screen and (max-width: 1600px) {
  .delivery--type__list--item__info {
    width: 100%;
  }
}
.delivery--type__list--item__info span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
  display: block;
}
.delivery--type__list--item__info p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
}
.delivery--type__list--item__info p strong,
.delivery--type__list--item__info p b {
  color: #ffffff;
  font-weight: 700;
}
.delivery--why {
  position: relative;
  z-index: 1;
}
.delivery--why__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1250px) {
  .delivery--why__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .delivery--why__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.delivery--why__list--item {
  padding: 36px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  border: 3px solid #FFCC0B;
  position: relative;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
}
@media screen and (max-width: 1600px) {
  .delivery--why__list--item {
    padding: 24px;
    min-height: 346px;
  }
}
@media screen and (max-width: 1366px) {
  .delivery--why__list--item {
    min-height: unset;
  }
}
@media screen and (max-width: 1250px) {
  .delivery--why__list--item:nth-child(1) {
    order: 1;
  }
  .delivery--why__list--item:nth-child(2) {
    order: 2;
  }
  .delivery--why__list--item:nth-child(3) {
    order: 4;
  }
  .delivery--why__list--item:nth-child(4) {
    order: 3;
  }
  .delivery--why__list--item:nth-child(5) {
    order: 5;
  }
  .delivery--why__list--item:nth-child(6) {
    order: 6;
  }
  .delivery--why__list--item:nth-child(7) {
    order: 8;
  }
  .delivery--why__list--item:nth-child(8) {
    order: 7;
  }
}
@media screen and (max-width: 768px) {
  .delivery--why__list--item {
    flex-direction: row-reverse;
    justify-content: space-between;
    order: unset !important;
  }
}
@media screen and (max-width: 650px) {
  .delivery--why__list--item {
    flex-direction: column;
  }
}
.delivery--why__list--item::after {
  display: none;
}
.delivery--why__list--item__icon {
  display: none;
}
.delivery--why__list--item__icon img {
  position: absolute;
  z-index: 1;
  width: 480px;
  height: 480px;
}
.delivery--why__list--item__img {
  width: 124px;
  height: 124px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0 auto;
  z-index: 2;
  margin: 0 0 18px;
}
@media screen and (max-width: 1600px) {
  .delivery--why__list--item__img {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .delivery--why__list--item__img {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  .delivery--why__list--item__img {
    margin: 0 0 24px;
  }
}
.delivery--why__list--item__info {
  z-index: 2;
  margin: auto 0 0;
}
@media screen and (max-width: 786px) {
  .delivery--why__list--item__info {
    width: calc(100% - 124px - 24px);
  }
}
@media screen and (max-width: 650px) {
  .delivery--why__list--item__info {
    width: 100%;
  }
}
.delivery--why__list--item span {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin: 0 0 12px;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 1600px) {
  .delivery--why__list--item span {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
}
.delivery--why__list--item p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.32px;
  opacity: 0.8;
}
.delivery--why__list--item.orange .services__list--item__icon {
  display: block;
  position: absolute;
  width: 376px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
@media screen and (max-width: 650px) {
  .delivery--why__list--item.orange .services__list--item__icon {
    right: unset;
    left: -20px;
    top: -13px;
    transform: translate(-50%, -50%);
  }
}
.delivery--why__list--item.orange .services__list--item__icon::after {
  content: "";
  width: 257px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #FAA61A;
}
.delivery--why__list--item.orange .services__list--item__icon::before {
  content: "";
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  position: absolute;
  z-index: 1;
}
.delivery--why__list--item.orange::after {
  content: "";
  display: block;
  width: 100%;
  height: 97px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .delivery--why__list--item.orange::after {
    display: none;
  }
}
.delivery--why__list--item.orange-1 {
  border-color: #FFCC0B;
  background: linear-gradient(180deg, #F58220 26.18%, #F56B20 65.61%);
}
.delivery--why__list--item.orange-1::after {
  background-color: #FAA61A;
}
.delivery--why__list--item.orange-1 .services__list--item__icon {
  background-color: #FFCB05;
}
.delivery--why__list--item.orange-1 .services__list--item__icon::before {
  background: #F58220;
}
.delivery--why__list--item.orange-2 {
  border-color: #FFCC0B;
  background: linear-gradient(180deg, #FFCB05 26.18%, #FAA61A 65.61%), #FFCB05;
}
.delivery--why__list--item.orange-2::after {
  background-color: #FAA61A;
}
.delivery--why__list--item.orange-2 .services__list--item__icon {
  background-color: #F58220;
}
.delivery--why__list--item.orange-2 .services__list--item__icon::before {
  background: #FFCB05;
}
.delivery--why__list--item.orange-3 {
  border-color: #FFCD0E;
  background: linear-gradient(180deg, #FAA61A 36.73%, #F58220 99.99%), #FAA61A;
}
.delivery--why__list--item.orange-3::after {
  background-color: #F58220;
}
.delivery--why__list--item.orange-3 .services__list--item__icon {
  background-color: #FFCB05;
}
.delivery--why__list--item.orange-3 .services__list--item__icon::before {
  background: #F58220;
}
.delivery__circle {
  width: 570px;
  height: 570px;
  position: absolute;
  border-radius: 100%;
  background: #F56B20;
  filter: blur(125px);
  -webkit-filter: blur(125px);
}
.delivery__circle--1 {
  right: -43px;
  top: -40px;
}
@media screen and (max-width: 1600px) {
  .delivery__circle--1 {
    right: -435px;
    top: -139px;
  }
}
@media screen and (max-width: 1024px) {
  .delivery__circle--1 {
    display: none;
  }
}
.delivery__circle--2 {
  left: -232px;
  top: calc(50% - 100px);
  transform: translateY(-50%);
}
@media screen and (max-width: 1600px) {
  .delivery__circle--2 {
    left: -268px;
    top: calc(50% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  .delivery__circle--2 {
    left: -284px;
    top: 476px;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .delivery__circle--2 {
    top: 545px;
  }
}
.delivery__box {
  width: 418px;
  height: 357px;
  transform: rotate(-66deg);
  position: absolute;
  left: 190px;
  bottom: -100px;
}
@media screen and (max-width: 1920px) {
  .delivery__box {
    left: -102px;
    bottom: -90px;
  }
}
@media screen and (max-width: 1600px) {
  .delivery__box {
    bottom: -160px;
  }
}
@media screen and (max-width: 1366px) {
  .delivery__box {
    left: -134px;
    bottom: -100px;
  }
}
@media screen and (max-width: 1024px) {
  .delivery__box {
    width: 224px;
    height: 192px;
    left: -70px;
    bottom: -76px;
  }
}
@media screen and (max-width: 768px) {
  .delivery__box {
    left: -60px;
    bottom: -100px;
  }
}
@media screen and (max-width: 650px) {
  .delivery__box {
    display: none;
  }
}

.about .title {
  color: #000000;
  font-size: 80px;
  font-weight: 800;
  line-height: 105%;
}
@media screen and (max-width: 1600px) {
  .about .title {
    font-size: 56px;
  }
}
@media screen and (max-width: 650px) {
  .about .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 650px) {
  .about .title--big {
    font-size: 48px;
  }
}
@media screen and (max-width: 1600px) {
  .about .title--small {
    font-size: 48px;
  }
}
@media screen and (max-width: 650px) {
  .about .title--small {
    font-size: 32px;
  }
}
.about .title-white {
  color: #ffffff;
}
.about .btn {
  padding: 24px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 105%;
  text-decoration: unset;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  text-align: center;
}
.about .btn-orange {
  background: #F58220;
  color: #ffffff;
}
.about .btn-orange:hover {
  background: #FAA61A;
}
.about .btn-white {
  background-color: #ffffff;
  color: #000;
}
.about .btn-white:hover {
  background: #FAA61A;
}
.about .btn-white-brd {
  border: 3px solid #EFEFEF;
  color: #000;
}
.about .btn-white-brd:hover {
  background: #EFEFEF;
}
@media screen and (max-width: 1600px) {
  .about .btn-half {
    padding: 16px 24px;
    font-size: 18px;
  }
}
.about .btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .btn-icon-r svg {
  margin: 0 0 0 8px;
}
.about .btn-icon-l svg {
  margin: 0 12px 0 0;
}
.about h1 {
  font-size: 80px;
  line-height: 105%;
  font-family: "Mulish", sans-serif;
  font-weight: 800;
  color: #000000;
}
.about h1 span {
  color: #F58220;
}
@media (max-width: 1600px) {
  .about h1 {
    font-size: 56px;
  }
}
@media (max-width: 640px) {
  .about h1 {
    font-size: 48px;
  }
}
.about h2 {
  font-size: 36px;
  line-height: 120%;
  font-family: "Mulish", sans-serif;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1600px) {
  .about h2 {
    font-size: 24px;
  }
}
.about-hero {
  margin-bottom: 160px;
}
@media (max-width: 1600px) {
  .about-hero {
    margin-bottom: 120px;
  }
}
@media (max-width: 640px) {
  .about-hero {
    margin-bottom: 129px;
  }
}
.about-hero .breadcrumb {
  margin: 48px 0 24px 0;
}
@media (max-width: 1600px) {
  .about-hero .breadcrumb {
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .about-hero .breadcrumb {
    margin-top: unset;
    margin-bottom: 24px;
  }
}
@media (max-width: 640px) {
  .about-hero .breadcrumb {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.about-hero .breadcrumb .breadcrumb-home {
  padding: 10px 11px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.about-hero .breadcrumb .breadcrumb-home a {
  display: flex;
  align-items: center;
  justify-content: center;
  filter: unset;
}
.about-hero .breadcrumb .breadcrumb-home:hover {
  background-color: #F58220;
}
.about-hero .breadcrumb .breadcrumb-home:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(220deg) brightness(112%) contrast(100%);
}
.about-hero .breadcrumb-item {
  padding: 9px 10px;
  border-radius: 36px;
  cursor: pointer;
  color: #000000;
  opacity: 30%;
  transition: all 0.3s ease-in-out;
}
.about-hero .breadcrumb-item a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.about-hero .breadcrumb-item:last-child {
  cursor: inherit;
}
.about-hero .breadcrumb-item:hover {
  background-color: #EFEFEF;
  opacity: 100%;
  color: #000000;
}
.about-hero .breadcrumb-item:hover a {
  color: #000000;
}
.about-hero .breadcrumb-item.active:hover {
  background-color: unset;
  opacity: 30% !important;
  color: #000000;
}
.about-hero .breadcrumb-separator {
  color: #F58220;
}
.about-hero__image {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  .about-hero__image {
    margin-bottom: 48px;
  }
}
.about-hero__image img {
  width: 100%;
  height: 568px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .about-hero__image img {
    height: 435px;
  }
}
@media (max-width: 1024px) {
  .about-hero__image img {
    height: 335px;
  }
}
@media (max-width: 768px) {
  .about-hero__image img {
    height: 251px;
  }
}
@media (max-width: 640px) {
  .about-hero__image img {
    height: 240px;
  }
}
.about-hero__title {
  margin-bottom: 36px;
}
@media (max-width: 1600px) {
  .about-hero__title {
    margin-bottom: 24px;
  }
}
.about-hero__subtitle {
  margin-bottom: 24px;
}
.about-hero__content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}
@media (max-width: 768px) {
  .about-hero__content-inner {
    grid-template-columns: 1fr;
  }
}
.about-hero__content-inner p {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
  margin-top: unset;
}
.about-hero__content-inner p:last-child {
  margin-bottom: unset;
}
@media (max-width: 1600px) {
  .about-hero__content-inner p {
    font-size: 16px;
  }
}
.about-advantages {
  margin-bottom: 160px;
}
@media (max-width: 1600px) {
  .about-advantages {
    margin-bottom: 120px;
  }
}
@media (max-width: 640px) {
  .about-advantages {
    margin-bottom: 129px;
  }
}
.about-advantages .about-hero__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 48px 24px;
}
@media (max-width: 1110px) and (min-width: 1024px) {
  .about-advantages .about-hero__stats {
    gap: 5px;
  }
}
@media (max-width: 1024px) {
  .about-advantages .about-hero__stats {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .about-advantages .about-hero__stats {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.about-advantages .about-hero__stats .stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.about-advantages .about-hero__stats .stats-item__number {
  font-size: 80px;
  line-height: 105%;
  font-weight: 800;
  color: #F58220;
}
@media (max-width: 1600px) {
  .about-advantages .about-hero__stats .stats-item__number {
    font-size: 56px;
  }
}
.about-advantages .about-hero__stats .stats-item__content {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
}
@media (max-width: 1600px) {
  .about-advantages .about-hero__stats .stats-item__content {
    font-size: 20px;
  }
}
.about .mission {
  margin-bottom: 160px;
}
@media (max-width: 1600px) {
  .about .mission {
    margin-bottom: 120px;
  }
}
@media (max-width: 768px) {
  .about .mission {
    margin-bottom: 262px;
  }
}
@media (max-width: 640px) {
  .about .mission {
    margin-bottom: 100px;
  }
}
.about .mission-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  margin-bottom: 56px;
  gap: 20px;
}
@media (max-width: 1600px) {
  .about .mission-top {
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .about .mission-top {
    margin-bottom: 52px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .about .mission-top {
    margin-bottom: 36px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.about .mission__title {
  font-size: 80px;
  font-weight: 800;
  line-height: 105%;
  color: #000000;
}
@media (max-width: 1600px) {
  .about .mission__title {
    font-size: 56px;
    max-width: 376px;
  }
}
@media (max-width: 768px) {
  .about .mission__title {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .about .mission__title {
    font-size: 32px;
  }
}
.about .mission__subtitle {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 1600px) {
  .about .mission__subtitle {
    font-size: 16px;
  }
}
.about .mission__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1024px) {
  .about .mission__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .about .mission__items {
    grid-template-columns: 1fr;
  }
}
.about .mission__item {
  background-color: #F58220;
  padding: 36px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 26px;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .about .mission__item {
    padding: 24px;
    justify-content: flex-start;
  }
}
.about .mission__item-icon {
  padding: 12px;
  border: 3px solid #ffffff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .mission__item-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.about .mission__item strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
}
@media (max-width: 1600px) {
  .about .mission__item strong {
    font-size: 20px;
  }
}
.about .mission__item p {
  opacity: 80%;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.02em;
  margin-bottom: unset;
  margin-top: 12px;
}
.about .our-team {
  margin-bottom: 205px;
}
@media (max-width: 1600px) {
  .about .our-team {
    margin-bottom: 165px;
  }
}
@media (max-width: 640px) {
  .about .our-team {
    margin-bottom: 145px;
  }
}
.about .our-team-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  margin-bottom: 56px;
  gap: 20px;
}
@media (max-width: 1600px) {
  .about .our-team-top {
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .about .our-team-top {
    margin-bottom: 52px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .about .our-team-top {
    margin-bottom: 36px;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.about .our-team__title {
  font-size: 80px;
  font-weight: 800;
  line-height: 105%;
  color: #000000;
}
@media (max-width: 1600px) {
  .about .our-team__title {
    font-size: 56px;
    max-width: 376px;
  }
}
@media (max-width: 768px) {
  .about .our-team__title {
    max-width: 100%;
  }
}
@media (max-width: 640px) {
  .about .our-team__title {
    font-size: 32px;
  }
}
.about .our-team__subtitle {
  font-size: 20px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 1600px) {
  .about .our-team__subtitle {
    font-size: 16px;
  }
}
.about .our-team__slider {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.about .our-team__slider-wrp {
  position: relative;
}
.about .our-team__slider-wrp .swiper-button-prev,
.about .our-team__slider-wrp .swiper-button-next {
  background: #F58220;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: 0.3s all ease;
}
.about .our-team__slider-wrp .swiper-button-prev:hover,
.about .our-team__slider-wrp .swiper-button-next:hover {
  background-color: #FAA61A;
}
.about .our-team__slider-wrp .swiper-button-prev {
  left: -80px;
}
@media (max-width: 1310px) {
  .about .our-team__slider-wrp .swiper-button-prev {
    left: 0;
  }
}
.about .our-team__slider-wrp .swiper-button-next {
  right: -80px;
}
@media (max-width: 1310px) {
  .about .our-team__slider-wrp .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 1024px) {
  .about .our-team__slider-wrp .swiper-button-prev,
  .about .our-team__slider-wrp .swiper-button-next {
    display: none;
  }
}
.about .our-team__slider-wrp .swiper-button-prev::after,
.about .our-team__slider-wrp .swiper-button-next::after {
  display: none;
}
.about .our-team__slider-wrp .swiper-button-prev::before {
  content: "";
  background-image: url(../../../images/left.svg);
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .our-team__slider-wrp .swiper-button-next::before {
  content: "";
  background-image: url(../../../images/right.svg);
  width: 9px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
.about .our-team__slider-wrp .swiper-pagination-bullets {
  bottom: -46px;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  padding: 16px;
  background: #F57A20;
  min-height: 42px;
  border-radius: 8px;
}
.about .our-team__slider-wrp .swiper-pagination-bullets.swiper-pagination-lock {
  display: none;
}
.about .our-team__slider-wrp .swiper-pagination-bullet {
  background: #FFCB05;
  opacity: 1;
  border-radius: 2px;
  width: 10px;
  height: 5px;
}
.about .our-team__slider-wrp .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 10px;
  height: 10px;
}
.about .our-team__slider .team-member {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about .our-team__slider .team-member__content {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}
@media (max-width: 1600px) {
  .about .our-team__slider .team-member__content {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.about .our-team__slider .team-member__photo {
  margin-bottom: 24px;
  display: flex;
  border-radius: 16px;
  background-color: #D9D9D9;
  width: 100%;
  height: 471px;
}
@media (max-width: 1600px) {
  .about .our-team__slider .team-member__photo {
    margin-bottom: 20px;
    height: 356px;
  }
}
@media (max-width: 1024px) {
  .about .our-team__slider .team-member__photo {
    margin-bottom: 20px;
    height: 368px;
  }
}
@media (max-width: 768px) {
  .about .our-team__slider .team-member__photo {
    height: 420px;
  }
}
@media (max-width: 640px) {
  .about .our-team__slider .team-member__photo {
    width: 335px;
    height: 432px;
  }
}
.about .our-team__slider .team-member__photo img {
  width: 100%;
  max-width: 365px;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
.about .our-team__slider .team-member__role {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  color: #000000;
  text-align: left;
  opacity: 80%;
}
@media (max-width: 1600px) {
  .about .our-team__slider .team-member__role {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.about .our-team__slider .team-member__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  letter-spacing: 0.02em;
  text-align: left;
  word-break: break-word;
}
@media (max-width: 1600px) {
  .about .our-team__slider .team-member__name {
    font-size: 20px;
  }
}
.about .delivery {
  margin-bottom: 160px;
}
@media (max-width: 1600px) {
  .about .delivery {
    margin-bottom: 120px;
  }
}
@media (max-width: 640px) {
  .about .delivery {
    margin-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .about .delivery .container {
    max-width: 1750px;
  }
}
@media (max-width: 1600px) and (min-width: 1322px) {
  .about .delivery .container {
    max-width: 1322px;
  }
}
.about .delivery--head__info {
  max-width: 100%;
  width: 100%;
}
.about .delivery--head__info:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about .delivery--head__info .info-content__btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .about .delivery--head__info .info-content__btn {
    justify-content: flex-start;
  }
}
.about .delivery--head__info--title {
  font-size: 64px;
  line-height: 105%;
  font-weight: 800;
  max-width: 912px;
}
@media (max-width: 1600px) {
  .about .delivery--head__info--title {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .about .delivery--head__info--title {
    font-size: 32px;
  }
}
@media (max-width: 375px) {
  .about .delivery--head__info--title {
    padding-right: 35px;
  }
}
.about .delivery--head__info p {
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .about .delivery--head__info p {
    max-width: 912px;
  }
}
.about .delivery--head__info--content {
  display: grid;
  grid-template-columns: 70% 26%;
  gap: 30px;
}
@media (max-width: 1024px) {
  .about .delivery--head__info--content {
    grid-template-columns: 1fr;
    gap: unset;
  }
}
.about .delivery-box {
  position: absolute;
  top: -15%;
  z-index: 3;
  transform: translateX(281%);
}
@media (max-width: 1600px) {
  .about .delivery-box {
    top: -10%;
    transform: translateX(330%);
  }
}
@media (max-width: 1316px) {
  .about .delivery-box {
    top: -10%;
    transform: translateX(293%);
  }
}
@media (max-width: 1210px) {
  .about .delivery-box {
    top: -10%;
    transform: translateX(0);
    right: -17%;
    top: -8%;
  }
}
@media (max-width: 768px) {
  .about .delivery-box {
    right: -12%;
    top: -5%;
  }
}
@media (max-width: 375px) {
  .about .delivery-box {
    right: -26%;
    top: -3%;
  }
}
.about .delivery-box img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1600px) {
  .about .delivery-box img {
    width: 350px;
    height: 300px;
  }
}
@media (max-width: 768px) {
  .about .delivery-box img {
    width: 230px;
    height: 196px;
  }
}
.about .delivery--head:after {
  background-image: url(../../../../assets/images/home/services-line.svg);
}
.about .services {
  margin-top: 160px !important;
  margin-bottom: 160px;
}
@media (max-width: 1600px) {
  .about .services {
    margin-bottom: 120px;
  }
}
@media (max-width: 640px) {
  .about .services {
    margin-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .about .services .container {
    max-width: 1750px;
  }
}
@media (max-width: 1600px) {
  .about .services {
    margin-top: 120px !important;
    margin-bottom: 120px;
  }
}
@media (max-width: 1600px) and (min-width: 1322px) {
  .about .services .container {
    max-width: 1322px;
  }
}
@media (max-width: 640px) {
  .about .services {
    margin-top: 100px !important;
  }
}
.about .services__head:after {
  background-image: url(../../../../assets/images/home/services-line.svg);
}
.about .services__list--item__img {
  margin-bottom: 20px;
}
.about .services__list--item__info p {
  margin-bottom: unset;
  margin-top: unset;
}/*# sourceMappingURL=about-us.css.map */