@import url(global.css);
@import url(intlTelInput.css);
@import url(popup.css);

@font-face {
  font-family: "Coolvetica";
  src: url("../fonts/CoolveticaRg-Regular.eot");
  src: url("../fonts/CoolveticaRg-Regular.eot") format("embedded-opentype"),
    url("../fonts/CoolveticaRg-Regular.woff") format("woff"),
    url("../fonts/CoolveticaRg-Regular.woff2") format("woff2"),
    url("../fonts/CoolveticaRg-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Coolvetica";
  src: url("../fonts/CoolveticaRg-Italic.eot");
  src: url("../fonts/CoolveticaRg-Italic.eot") format("embedded-opentype"),
    url("../fonts/CoolveticaRg-Italic.woff") format("woff"),
    url("../fonts/CoolveticaRg-Italic.woff2") format("woff2"),
    url("../fonts/CoolveticaRg-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular.eot") format("embedded-opentype"),
    url("../fonts/SFProDisplay-Regular.woff") format("woff"),
    url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: url("../fonts/SFProDisplay-Medium.eot") format("embedded-opentype"),
    url("../fonts/SFProDisplay-Medium.woff") format("woff"),
    url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Semibold.eot");
  src: url("../fonts/SFProDisplay-Semibold.eot") format("embedded-opentype"),
    url("../fonts/SFProDisplay-Semibold.woff") format("woff"),
    url("../fonts/SFProDisplay-Semibold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot") format("embedded-opentype"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff"),
    url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-accent: #4500c8;
  --color-accent-btn-hover: #049a54;
  --color-accent-light: #19af69;
  --color-accent-opacity: rgba(49, 125, 210, 0.1);

  --color-grey-block: #eee;
  --color-grey-light: #f6fafd;
  --color-grey-block-dark: #424559;

  --color-popup-btn-grey: #768397;
  --color-popup-btn-grey-hover: #677488;

  --color-font-body: #000;

  --color-black: #000;
  --color-white: #ffffff;

  --hero-photo-before-gradient: linear-gradient(
      270deg,
      rgba(246, 250, 253, 0) 59.56%,
      rgba(246, 250, 253, 0.0086472) 61.86%,
      rgba(246, 250, 253, 0.03551) 64.15%,
      rgba(246, 250, 253, 0.0816599) 66.44%,
      rgba(246, 250, 253, 0.147411) 68.73%,
      rgba(246, 250, 253, 0.231775) 71.02%,
      rgba(246, 250, 253, 0.331884) 73.31%,
      rgba(246, 250, 253, 0.442691) 75.6%,
      rgba(246, 250, 253, 0.557309) 77.89%,
      rgba(246, 250, 253, 0.668116) 80.18%,
      rgba(246, 250, 253, 0.768225) 82.47%,
      rgba(246, 250, 253, 0.852589) 84.76%,
      rgba(246, 250, 253, 0.91834) 87.05%,
      rgba(246, 250, 253, 0.96449) 89.35%,
      rgba(246, 250, 253, 0.991353) 91.64%,
      #f6fafd 93.93%
    ),
    linear-gradient(
      90deg,
      rgba(246, 250, 253, 0) 75.3%,
      rgba(246, 250, 253, 0.0086472) 76.95%,
      rgba(246, 250, 253, 0.03551) 78.6%,
      rgba(246, 250, 253, 0.0816599) 80.24%,
      rgba(246, 250, 253, 0.147411) 81.89%,
      rgba(246, 250, 253, 0.231775) 83.54%,
      rgba(246, 250, 253, 0.331884) 85.18%,
      rgba(246, 250, 253, 0.442691) 86.83%,
      rgba(246, 250, 253, 0.557309) 88.48%,
      rgba(246, 250, 253, 0.668116) 90.12%,
      rgba(246, 250, 253, 0.768225) 91.77%,
      rgba(246, 250, 253, 0.852589) 93.41%,
      rgba(246, 250, 253, 0.91834) 95.06%,
      rgba(246, 250, 253, 0.96449) 96.71%,
      rgba(246, 250, 253, 0.991353) 98.35%,
      #f6fafd 100%
    );
  --footer-photo-before-gradient: linear-gradient(
    269.75deg,
    rgba(246, 250, 253, 0) 41.81%,
    rgba(246, 250, 253, 0.0086472) 44.69%,
    rgba(246, 250, 253, 0.03551) 47.57%,
    rgba(246, 250, 253, 0.0816599) 50.45%,
    rgba(246, 250, 253, 0.147411) 53.33%,
    rgba(246, 250, 253, 0.231775) 56.21%,
    rgba(246, 250, 253, 0.331884) 59.09%,
    rgba(246, 250, 253, 0.442691) 61.97%,
    rgba(246, 250, 253, 0.557309) 64.85%,
    rgba(246, 250, 253, 0.668116) 67.73%,
    rgba(246, 250, 253, 0.768225) 70.61%,
    rgba(246, 250, 253, 0.852589) 73.49%,
    rgba(246, 250, 253, 0.91834) 76.37%,
    rgba(246, 250, 253, 0.96449) 79.25%,
    rgba(246, 250, 253, 0.991353) 82.13%,
    #f6fafd 85.01%
  );

  --transition: 0.2s ease-in;

  --font-family-body: "SF Pro Display";
  --font-family-title: "Coolvetica";
}
body {
  font-family: var(--font-family-body);
  color: var(--color-font-body);
  background-color: var(--color-white);
  line-height: 1.6;
}
.logo__wrapper {
  position: relative;
  width: max-content;
  padding: 0 8px;
}

.header * {
  color: var(--color-black);
}
p.error {
  color: red;
  padding: 0 12px;
  font-size: 12px;
  text-align: center;
}
.logo__link {
  display: flex;
  line-height: normal;
  padding: 8px 12px 14px 12px;
  background: var(--color-accent);
  border-radius: 20px;
}

.marker-border {
  width: 100%;
  height: 1px;
  background-color: var(--color-accent);
  opacity: 0.2;
}
.title {
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-family: var(--font-family-title);
  color: var(--color-black);
}
.title span {
  color: var(--color-accent);
}
.title--min {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 4px solid var(--color-accent);
  padding: 0 8px;
  color: #000;
  display: inline-block;
  background: rgba(255, 109, 42, 0.2);
}

.title--min.white {
  background: rgba(255, 255, 255, 0.2);
  border-left: 4px solid var(--color-white);
  color: #fff;
}
.title--opacity {
  opacity: 0.5;
  font-size: 24px;
  color: var(--color-white);
}
.btn {
  background-color: var(--color-grey-block);
  font-weight: 400;
  font-family: var(--font-family-title);
  line-height: 1;
  color: var(--color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  border: 1px solid var(--color-accent);
  padding: 16px 24px;
  width: max-content;
  font-size: 22px;
  transition: var(--transition);
}
.btn:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  border: 1px solid var(--color-black);
}
.btn--min {
  /* padding: 16px 32px;
  border-radius: 40px; */
}
.btn--border {
  color: var(--color-accent);
  border: 1px solid var(--color-accent);
  background-color: transparent;
  gap: 10px;
  justify-content: space-between;
  padding: 16px 24px;
}
.btn--border:hover {
  background-color: var(--color-accent-opacity);
}
.header {
  width: 100%;
  background-color: var(--color-accent);
  position: fixed;
  z-index: 10;
  border-bottom: 1px solid #eee;
}
.header__wrapper {
  display: flex;
  flex-direction: column;
}
.header__top-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  opacity: 1;
  padding: 12px 0;
  transition: opacity var(--transition), visibility var(--transition);
}
.header--hidden {
  opacity: 0;
  visibility: hidden;
}
.header__contact-block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* gap: 60px; */
  gap: 10px;
  width: 100%;
}
.header__contact {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header__contact p {
  opacity: 0.5;
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header__contact span {
  color: #fff;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.header__contact span a{
  color: #fff;
}
.header__bottom-block {
  width: 100%;
  background-color: var(--color-white);
  transition: top var(--transition), position var(--transition);
  padding: 20px 0;
}
.header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header__bottom-block-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.header__list-wrapper {
  overflow: hidden;
  max-width: 70%;
}
.header__list {
  overflow: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 48px;
}
.header__list::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  cursor: pointer;
}
.header__list::-webkit-scrollbar-track {
  background: var(--color-font-body);
  border-radius: 6px;
}
.header__list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 6px;
}
.header__item {
  white-space: nowrap;
}
.header__item a {
  display: flex;
  background-color: transparent;
  transition: color var(--transition);
  font-size: 16px;
  font-weight: 500;
}
.header__item a:hover {
  color: var(--color-accent);
}
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  margin-top: 137px;
}
.hero__inner {
  display: flex;
  padding: 40px 0;
  justify-content: space-between;
}
.hero__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin: 0;
  width: 100%;
}
.hero__text-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  z-index: 2;
  grid-column: span 1;
  grid-row: span 1;
  max-width: 480px;
}
.hero__text-block p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.hero__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid #eee;
  max-width: 480px;
  grid-column: span 1;
  grid-row: span 1;
}
.hero__list li {
  position: relative;
  padding-left: 16px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.hero__list li span {
  color: var(--color-accent);
}

.hero__list li::before {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: var(--color-accent);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hero__background-block {
  overflow: hidden;
  flex-shrink: 0;
  width: 580px;

  grid-column: span 1;
  grid-row: span 2;
}

.hero__background-block img {
  width: 100%;
  aspect-ratio: 137/87;
  border-radius: 24px;
  border-radius: 140px;
}

.hero__background-img {
  padding: 0 16px;
  position: relative;
}

.hero__background-img::before {
  position: absolute;
  background-color: var(--color-accent);
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.2;
  height: 100%;
  border-radius: 20px;
}

.hero__background-img::after {
  position: absolute;
  background-color: var(--color-accent);
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.2;
  height: 100%;
  border-radius: 20px;
}
.hero--2 .hero__wrapper {
  position: relative;
}
.hero--2 .hero__background-block {
  right: 0;
  width: 66.7%;
}
.card {
  padding: 60px 0;
  border-radius: 40px 40px 0 0;
  background: #000;
}
.card__wrapper {
}
.card__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 40px;
}
.card__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  flex: 1;
  color: #fff;
}
.card__icon-block {
}
.card__text-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.card__text-block span {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family-title);
}
.card__text-block p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.members {
  padding: 60px 0;
}
.members__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.members__list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  align-items: flex-start;
}
.members__item {
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
  padding: 28px 32px;
  box-shadow: 0px -4px 20px 0px #94949433;
}
.members__top-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #42455910;
}
.members__top-block p {
  font-weight: 700;
}
.members__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.members__img-block {
  overflow: hidden;
  width: 100%;
  height: 256px;
  border-radius: 12px;
}
.members__img-block img {
  width: 100%;
  height: 100%;
  object-position: top;
}
.contsct {
  position: relative;
  width: 100%;
  padding: 60px 0;
  border-radius: 40px 40px 0 0;
  background: #000;
  color: #fff;
}

.contsct .title {
  color: #fff;
  text-align: left;
}

.contact__background-block {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -1px;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
.contact__background-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--footer-photo-before-gradient);
}
.contact__background-block img {
  width: 100%;
  height: 100%;
}
.contact__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 40px;
  max-width: 100%;
  width: 480px;
}
.contsct--2 {
  padding: 211.6px 0 73px;
  min-height: unset;
}
.contact__text-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: center;
  width: 580px;
  max-width: 100%;
  margin: 0 auto;
}
.contsct--2 .contact__text-block {
  max-width: 48%;
  gap: 40px;
}
.contsct--2 .contact__wrapper {
  justify-content: space-between;
}
.contact__text-block p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}
.contsct--2 .contact__text-block p {
  max-width: unset;
}
.contact__form-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}
.contact__form-block form {
  width: 100%;
}
.contact__cont-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact__cont-block h2 {
  font-weight: 600;
  font-size: 24px;
}
.contact__cont-block p {
  font-weight: 400;
}
.contact__cont-text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact__cont-text-block span {
  font-weight: 600;
}
.form {
  background-color: var(--color-white);
  box-shadow: 0px 2px 24px 0px #0000001a;
  border-radius: 16px;
  padding: 32px;
}
.footer {
  position: relative;
  padding: 40px 0 40px;
  line-height: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: var(--color-accent);
  color: #fff;
}

footer .logo__wrapper::after,
footer .logo__wrapper::before {
  background: #fff;
}
.footer *:not(.logo__link) {
  color: var(--color-white);
}

.footer .logo__wrapper {
  background: transparent;
}
.footer__background-block {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
  height: 100%;
  width: 57%;
  overflow: hidden;
  z-index: 1;
}
.footer__background-block img {
  width: 100%;
  height: 100%;
  transform: scaleX(-1);
}
.footer__wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 58% 42%;
  gap: 60px;
  align-items: end;
  width: 100%;
}

.footer__wrapper-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer__inner-block {
  display: flex;
  flex-direction: column;
  gap: 98px;
  justify-content: flex-end;
  height: 100%;
}
.footer__inner-top {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.footer__list {
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__item a {
  display: flex;
  padding: 8px;
  opacity: 1;
  transition: opacity var(--transition);
}
.footer__item a:hover {
  opacity: 0.5;
}
.footer__inner-bottom {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__bottom-link {
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
}
.footer__bottom-link a {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 500;
  transition: opacity var(--transition);
}
.footer__bottom-link a:hover {
  opacity: 1;
}
.footer__inner-bottom p {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.5;
  letter-spacing: -0.02em;
}
.footer__inner-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.footer__contact-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__contact-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-weight: 500;
  padding: 0 12px;
}
.footer__contact-item p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: var(--font-family-title);
}
.footer__contact-top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.footer__contact-top span {
  opacity: 0.5;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer__copyright {
  opacity: 0.5;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6 !important;
}
.mission {
  position: relative;
  background-color: var(--color-accent);
  padding: 60px 0 212px;
  overflow: hidden;
}

.disclamer {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.24px;
  margin-top: 24px;
  opacity: 0.5;
}
.mission::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 60px;
  content: "";
  z-index: 1;
  background: repeating-linear-gradient(
    to right,
    var(--color-accent-btn-hover) 0,
    var(--color-accent-btn-hover) 60px,
    transparent 60px,
    transparent 180px
  );
}
.mission__background-block {
  position: absolute;
  background-image: url(../images/photo-2.webp);
  background-size: cover;
  bottom: -17%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 530px;
  height: 354px;
  z-index: 3;
}
.mission__background-block img {
  width: 100%;
  height: 100%;
}
.mission__wrapper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  justify-content: center;
  align-items: center;
  z-index: 2;
  position: relative;
}
.mission__title-block {
  padding-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #ffffff1a;
}
.mission__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 966px;
  align-items: center;
}
.mission__content p {
  font-weight: 600;
  font-size: 36px;
  text-align: center;
  color: var(--color-white);
}
.mission__inner-wrapper {
  background-color: #ffffff66;
  padding: 4px;
  border-radius: 12px;
  width: 50%;
}
.mission__inner {
  background-color: var(--color-white);
  border-radius: 12px;
  padding: 12px 32px;
}
.mission__inner p {
  color: var(--color-font-body);
  font-size: 18px;
  font-weight: 500;
}
.achievements {
  background-color: var(--color-grey-block-dark);
  padding: 60px 0;
}
.achievements__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  color: var(--color-white);
}
.achievements__list {
  display: flex;
  flex-direction: row;
  gap: 40px 20px;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.achievements__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  text-align: center;
  flex: 1;
  min-width: 220px;
}
.achievements__item span {
  font-weight: 600;
  font-size: 28px;
}
.achievements__item:nth-child(3) span,
.achievements__item:nth-child(4) span {
  font-size: 24px;
}
.achievements__item p {
  font-size: 14px;
  max-width: 81%;
}
.achievements__item:nth-child(3) p {
  max-width: 53%;
}
.choose {
  background-color: var(--color-grey-light);
  padding: 60px 0;
}
.choose__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.choose__title,
.industries__title {
  color: var(--color-font-body);
}
.choose__inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
  font-weight: 500;
  line-height: 1.4;
}
.choose__text-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.choose__text-title {
  font-size: 26px;
  letter-spacing: -0.02em;
}
.choose__accent-text-block {
  background-color: var(--color-white);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 498px;
}
.choose__accent-text-block h4 {
  opacity: 0.5;
  font-size: 18px;
}
.choose__accent-text-block p {
  font-size: 14px;
}

.industries {
  padding: 80px 0 56px;
}
.industries__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.industries__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.industries__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.industries__item:not(:last-child) {
  padding-bottom: 32px;
  border-bottom: 1px solid #2222221a;
}
.industries__top {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
}
.industries__icon-block {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--color-accent-opacity);
  width: 36px;
  aspect-ratio: 1 / 1;
}
.industries__top h4 {
  color: var(--color-accent);
  font-weight: 600;
  font-size: 26px;
}
.industries__item p {
  font-weight: 500;
  max-width: 690px;
}
.programs {
  padding: 187.6px 0 60px;
}
.programs__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: center;
}
.programs__title {
  font-size: 28px;
  font-weight: 600;
}
.programs__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.programs__item {
  background-color: var(--color-grey-light);
}
.programs__title-block {
  width: 100%;
}
.programs__top {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.programs__top-text-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 438px;
}
.programs__top-text {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.programs__top-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-weight: 600;
}
.programs__top-title h2 {
  font-size: 36px;
  color: var(--color-accent);
}
.programs__top-title span {
  font-size: 24px;
}
.programs__img-block {
  overflow: hidden;
  position: relative;
  width: 530px;
}
.programs__img-block::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background: var(--hero-photo-before-gradient);
  z-index: 2;
}
.programs__img-block img {
  width: 100%;
  height: 100%;
}
.programs__bottom {
  width: 100%;
  background-color: var(--color-grey-block);
  padding: 40px 0;
  position: relative;
  max-height: 0;
  opacity: 0;
  transform: translateY(-20px);
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  will-change: max-height, opacity, transform;
}
.programs__bottom.active {
  max-height: 10000px;
  opacity: 1;
  transform: translateY(0);
  overflow: visible;
}
.js-program-toggle img {
  transition: transform var(--transition);
}
.js-program-toggle img.rotated {
  transform: rotate(180deg);
}
.programs__bottom::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url(../images/icon-design.svg);
  width: 40px;
  aspect-ratio: 1 / 1;
}
.programs__bottom-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.programs__block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.programs__list-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.programs__list-block h5 {
  color: var(--color-accent);
  font-weight: 600;
  font-size: 20px;
}
.programs__bottom-list {
  list-style: disc !important;
  padding: 0 0 0 25px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  gap: 5px;
}
.programs__accent-block {
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 4px;
  max-width: 498px;
  font-weight: 500;
}
.programs__accent-block h5 {
  opacity: 0.5;
  font-size: 18px;
}
.programs__accent-block p {
  font-size: 14px;
}
.programs__list-title-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.programs__list-title-block p {
  font-weight: 500;
  opacity: 0.5;
}
.journal {
  padding: 187.6px 0 100px;
}
.journal__wrapper {
  display: flex;
  flex-direction: column;
  gap: 68px;
}
.journal__title {
  font-size: 28px;
}
.journal__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.journal__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 60px;
}
.journal__img-block {
  overflow: hidden;
  border-radius: 12px;
  width: 490px;
  height: 313px;
}
.journal__img-block img {
  width: 100%;
  height: 100%;
}
.journal__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.journal__text-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.journal__text-block .title {
  font-size: 24px;
  max-width: 337px;
}
.journal__text-block p {
  font-size: 14px;
}
.journal__accent-text {
  background-color: var(--color-grey-block);
  padding: 12px;
  font-size: 14px;
  border-radius: 12px;
}
.journal__link {
  color: var(--color-accent);
  font-weight: 600;
}
.journal--2 {
  padding: 139.6px 0 80px;
}
.journal--2 .journal__wrapper {
  gap: 40px;
}
.journal--2 .journal__list {
  background-color: var(--color-grey-light);
  width: 100%;
  padding: 63px 0;
}
.journal--2 .journal__content {
  align-items: flex-start;
}
.journal__back-link {
  display: flex;
  flex-direction: row;
  gap: 4px;
  border: 1px solid var(--color-grey-block);
  border-radius: 12px;
  padding: 12px;
  color: var(--color-font-body);
  transition: border var(--transition);
}
.journal__back-link:hover {
  border: 1px solid var(--color-accent);
}
.journal__article-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}
.journal__top-content {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.journal__top-content h3 {
  color: var(--color-accent);
  font-weight: 500;
  font-size: 32px;
}
.journal__content-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.journal__content-item {
  background-color: var(--color-grey-block);
  padding: 20px 32px;
  position: relative;
  border-radius: 8px;
  line-height: 1;
  font-size: 18px;
}
.journal__content-item::before {
  position: absolute;
  content: "";
  background-color: var(--color-accent);
  border-radius: 50%;
  width: 8px;
  aspect-ratio: 1 / 1;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}
.journal__bottom-content {
  display: flex;
  flex-direction: column;
  gap: 48px;
  max-width: 630px;
}
.journal__bottom-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.4;
}
.journal__bottom-block h4 {
  font-size: 20px;
  font-weight: 600;
}
.journal__article-content--2 {
  max-width: 880px;
}
.journal__article-content--2 .journal__top-content {
  gap: 28px;
}
.journal__article-content--2 h3 {
  font-size: 24px;
}
.journal__top-dark-text {
  background-color: var(--color-grey-block);
  border-radius: 8px;
  padding: 20px;
  font-size: 18px;
}
.journal__content-wrapper {
  width: 100%;
  display: flex;
}
.info__wrapper,
.info__content,
.info__block,
.info__text-block,
.info__text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.info__wrapper h1 {
  font-size: 40px;
}
.info__block {
  gap: 24px;
}
.info__text-block {
  gap: 16px;
}
.info__text {
  gap: 10px;
}
.footer__copyright--mobil,
.burger__wrapper {
  display: none;
}
.what {
  padding: 80px 0 40px;
}
.what--2 {
  padding: 80px 0;
}
.what__inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.what__list {
  width: 480px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  border-left: 4px solid var(--color-accent);
}

.what__item {
  padding: 20px;
}

.what__item:nth-child(2n) {
  background: #f5f5f5;
}

.what__item-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--color-accent);
  font-family: var(--font-family-title);
}

.what__item-text {
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.what__img {
  width: 580px;
  max-width: 100%;
  position: relative;
  padding: 0 16px;
}

.what__img img {
  width: 100%;
  border-radius: 140px;
}

.what__img::before {
  position: absolute;
  background-color: var(--color-accent);
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.2;
  height: 100%;
  border-radius: 20px;
}

.what__img::after {
  position: absolute;
  background-color: var(--color-accent);
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.2;
  height: 100%;
  border-radius: 20px;
}

.what__text {
  width: 560px;
  max-width: 100%;
  padding: 20px 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.what__text-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: var(--font-family-title);
}

.what__text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.what__text p span {
  color: var(--color-accent);
  font-weight: 700;
}

.what__text-title span {
  color: var(--color-accent);
}
.support {
  padding: 40px 0 80px;
}
.support__inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.support__list {
  width: 580px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 100%;
  padding: 0 20px;
}

.support__item {
  position: relative;
}

.support__item-title {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  font-family: var(--font-family-title);
}

.support__item-text {
  margin-top: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.support__img {
  width: 580px;
  max-width: 100%;
  padding: 0 16px;
  position: relative;
}

.support__img img {
  width: 100%;
  border-radius: 140px;
  aspect-ratio: 137/87;
}

.support__img::before {
  position: absolute;
  background-color: var(--color-accent);
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.2;
  height: 100%;
  border-radius: 20px;
}

.support__img::after {
  position: absolute;
  background-color: var(--color-accent);
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.2;
  height: 100%;
  border-radius: 20px;
}

.banner {
  padding: 30px 0 50px;
}

.banner__logo {
  display: flex;
  justify-content: center;
  position: relative;
}

.banner__logo::after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color-grey-block);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.banner__logo-wrapper {
  width: 200px;
  display: flex;
  justify-content: center;
  background: var(--color-white);
  position: relative;
  z-index: 1;
}

.banner__img {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  background: url(../images/banner-bg.webp) no-repeat;
  background-size: cover;
  border-radius: 24px;
  overflow: hidden;
}

.banner__img img {
  width: 580px;
  max-width: 100%;
}

.banner__text {
  margin: 24px auto 0;
  width: 580px;
  max-width: 100%;
  text-align: center;
}

.banner__text-title {
  font-family: var(--font-family-title);
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner__text-title span {
  color: var(--color-accent);
}

.banner__text-text {
  margin: 12px auto 0;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 440px;
  max-width: 100%;
}

.will {
  padding: 60px 0 80px;
  border-radius: 40px;
  background: var(--color-accent);
  color: #fff;
}

.will .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.will__title {
  margin-top: 40px;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-family: var(--font-family-title);
}

.will__subtitle {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 540px;
  max-width: 100%;
}

.will__list {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}

.will__item {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
}

.will__item-body {
  padding: 32px 36px;
  border-radius: 40px;
  flex-grow: 1;
  background: #360297;
}

.will .btn {
  margin-top: 60px;
}

.will__item-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 32px;
}

.will__item-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  font-family: var(--font-family-title);
}

.will__item-num {
  border-radius: 20px;
  background: #fff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  flex-shrink: 0;
  text-align: center;
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.will__item-subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}

.will__item-body ul {
  padding-left: 20px;
}

.will__item-body ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.will__item-bottom {
  border-radius: 40px;
  background: #000;
  padding: 32px 36px;
}

.will__item-bottom ul {
  padding-left: 30px;
}

.will__item-bottom ul li {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.testimonials {
  padding: 50px 0;
}

.testimonials__list {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.testimonials__item {
  width: calc(25% - 15px);
  padding: 28px 28px 24px 28px;
  border-radius: 24px;
  background: var(--color-accent);
  color: var(--color-white);
}

.testimonials__item-top {
  display: flex;
  justify-content: space-between;
}

.testimonials__item-ava {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.testimonials__item-name {
  font-family: var(--font-family-title);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.testimonials__item-text {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.title__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.title__mark {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.5;
}

.faq .support__item {
  padding-left: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}

.faq .support__item::before {
  display: none;
}

.accent__title {
  margin-top: 186px;
  padding: 20px 40px;
  border-radius: 20px;
  background: #1879e6;
  color: var(--color-white);
}

.accent__title h1 {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--font-family-title);
}

.accent__title p {
  margin-top: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero__light {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #eee;
  max-width: 480px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}

.hero2 {
  margin-top: 0;
  padding: 80px 0;
}

.hero2 .hero__wrapper {
  margin-top: 40px;
}

.hero2 .hero__text-block {
  gap: 20px;
}

.hero2 .light {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}

.hero__bottom {
  grid-row: span 1;
  grid-column: span 1;
  width: 480px;
  max-width: 100%;
  padding-top: 20px;
}

.hero__bottom p {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.hero__bottom span {
  display: block;
  padding-top: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
  border-top: 1px solid #eee;
}

.believe {
  padding: 20px 0 50px;
}

.believe .title {
  font-size: 28px;
}

.believe__list {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.believe__item {
  width: calc(25% - 15px);
  border-radius: 12px;
  background: #eee;
  padding: 12px 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
}

.believe__item > span > span {
  color: var(--color-accent);
}
.support-about .support__list {
  gap: 22px;
  padding: 20px 12px;
}

.support__title {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  font-family: var(--font-family-title);
}

.support__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.support__text span {
  color: var(--color-accent);
  font-weight: 700;
}

.support-about .support__inner {
  gap: 20px;
}

.facts {
  padding: 50px 0;
}

.facts__banner {
  margin-top: 40px;
  padding: 20px 41px;
  border-radius: 20px;
  background: var(--color-grey-block);
}

.facts__banner-title {
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: var(--font-family-title);
}
.facts__banner-title span {
  color: var(--color-accent);
}

.facts__banner-text {
  margin-top: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.facts__banner-text span {
  color: var(--color-accent);
  font-weight: 700;
}

.facts__subtitle {
  margin-top: 40px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.facts__list {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.facts__item {
  width: calc(25% - 15px);
  border-radius: 24px;
  background: #1879e6;
  padding: 28px 28px 24px 28px;
  color: var(--color-white);
}

.facts__item-icon {
  margin-bottom: 24px;
}

.facts__item-text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.facts__item:last-child {
  color: var(--color-black);
  background: var(--color-grey-block);
}
.banner-about {
  padding: 20px 0 100px;
}
.banner-about .banner__text-text {
  width: 580px;
  font-size: 16px;
}

.banner-about .banner__text-text span {
  color: var(--color-accent);
  font-weight: 700;
}

.banner__bottom {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.banner__bottom-subtitle {
  margin-top: 40px;
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner__bottom-title {
  color: var(--color-accent);
  font-family: var(--font-family-title);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner__bottom-text {
  margin-top: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner__btn {
  margin-top: 48px;
  font-size: 22px;
}

.banner-top {
  padding-top: 186px;
}

.banner-top .banner__text-text {
  width: 580px;
  max-width: 100%;
}

.banner-top .banner__text,
.banner-top .banner__text-title {
  width: 100%;
  max-width: 100%;
}

.about {
  padding-bottom: 50px;
}

.about__line {
  width: 100%;
  height: 1px;
  background: var(--color-grey-block);
  margin: 48px 0;
}

.contact__banner {
  padding-top: 186px;
}

.contact__banner .hero__text-block p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.contact__banner .hero__text-block p span {
  color: var(--color-accent);
  font-weight: 600;
}

.contact__banner-subtitle {
  font-family: var(--font-family-title);
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.contacts__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
  gap: 40px;
}

.contacts__bottom .contact__form-block {
  margin-top: 0;
}

.contacts__bottom .contact__text-block {
  text-align: left;
  margin: 0;
  width: 480px;
}

.contacts__bottom .contact__wrapper {
  align-items: stretch;
}

.contacts__bottom .title {
  font-size: 38px;
}

.text__block {
  padding: 186px 0 100px;
}

.text__block h1 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  font-family: var(--font-family-title);
  margin-bottom: 40px;
}

.text__block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.text__block h2 {
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.text__block h3 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 32px 0 24px;
}

.text__block ul {
  margin-top: 24px;
  padding-left: 30px;
}

.text__block ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.text__block .name {
  font-size: 18px;
  margin: 24px 0 32px;
  font-weight: 500;
}

.contact__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  gap: 32px;
}

.inner__head {
  background: #eee;
  padding: 32px 0;
  margin-top: 137px;
}

.inner__head-text {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.inner__head-text p {
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.team__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(300px, 100%), 1fr));
  gap: 20px;
  width: 100%;
}

.team__item {
  color: #fff;
}

.team__item-img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 40px 40px 0 0;
}

.team__item-body {
  padding: 24px;
  border-radius: 40px;
  background: #360297;
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

.team__item-name {
  font-family: var(--font-family-title);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.team__item-job {
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.5;
}

.team__item ul {
  padding-left: 20px;
}

.team__item ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.team__item-quote {
  padding: 24px;
  border-radius: 40px;
  background: #000;
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.numbers {
  padding: 80px 0;
}

.numbers .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.numbers__list {
  margin-top: 24px;
  padding: 51px 0 55px 0;
  border-radius: 40px;
  background: #eee;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.numbers__item {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.numbers__item span {
  color: var(--color-accent);
  font-family: var(--font-family-title);
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.numbers__item p {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.hero3 {
  margin-top: 0;
}

.hero3 .hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case {
  padding: 60px 0;
  border-radius: 40px;
  background: #000;
  color: #fff;
}

.case__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.case__title {
  margin-top: 40px;
  text-align: center;
  font-family: var(--font-family-title);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  width: 540px;
  max-width: 100%;
}

.case__subtitle {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 540px;
  max-width: 100%;
  text-align: center;
}

.case__item {
  width: 100%;
  display: flex;
  align-items: flex-start;

  /* pointer */
  user-select: none;
}

.case__item-img {
  width: 380px;
  max-width: 100%;
  border-radius: 40px;
  aspect-ratio: 20/29;
}

.case .swiper {

  border-radius: 40px;
}

.case .container {
  width: 1136px;
}

.case .swiper-slide {
  padding: 0 78px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #4500c833;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-accent);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #4500c866;
}

.case__item-info {
  width: calc(100% - 380px);
}

.case__item-body {
  border-radius: 40px;
  background: #360297;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.case__item-body span {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.5;
}

.case__item-body p {
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.case__item-text {
  border-radius: 40px;
  background: #eee;
  padding: 32px 36px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #000;
}

.reviews {
  padding: 80px 0;
}

.reviews .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews__list {
  margin-top: 52px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.reviews__item {
  width: 40%;
  display: flex;
  padding: 10px 52px 10px 10px;
  align-items: center;
  gap: 20px;
  border-radius: 100px;
  background: #4500c8;
  color: #fff;
}

.reviews__item:nth-child(4n - 1),
.reviews__item:nth-child(4n - 2) {
  width: calc(60% - 20px);
}

.reviews__item-img {
  width: 180px;
  flex-shrink: 0;
}

.reviews__item-img img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 8px solid #fff;
}

.reviews__item-text {
  padding: 18px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.reviews__item-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.reviews__item-text span {
  text-align: right;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 8px;
}

.courses {
  padding: 60px 0;
}

.courses__list {
  display: flex;
  flex-direction: column;
  gap: -20px;
}

.courses__item {
  border-radius: 40px 40px 0 0;
  background: #000;
  padding: 40px 0 80px;
  margin-top: -40px;
}

.courses__item:first-child {
  margin-top: 0;
}

.courses__item:nth-child(2) {
  background: #111;
}
.courses__item:nth-child(3) {
  background: #222;
}
.courses__item:nth-child(4) {
  background: #333;
  padding: 40px 0;
}

.courses--blog .courses__item {
  background: var(--color-white);
  box-shadow: 0px -8px 24px 0px #99999940;
}
.courses--blog .courses__item-info,
.courses--blog .title--min.white {
  color: var(--color-black) !important;
  padding: 0;
  margin: 0;
}
.courses--blog .courses__item-info {
  max-width: 780px;
}

.courses--blog-2 {
  margin-top: 137px;
}
.courses--blog-2 .courses__item {
  padding: 32px 40px;
}
.courses__blog2-link-back {
  display: flex;
  flex-direction: row;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid #dddddd;
  color: #999999;
  font-weight: 500;
  background-color: var(--color-white);
  transition: background-color 0.3a ease-in;
}
.courses__blog2-link-back:hover {
  background-color: #EEEEEE;
}
.courses__blog2-wrapper {
  display: flex;
}
.courses--blog-2 .courses__item-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  gap: 30px;
}
.courses__blog2-text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.courses--blog-2 .courses__item-info {
  max-width: 716px;
  justify-content: space-between;
}
.inner__head--blog-2 {
  margin-top: 0;
  margin-bottom: 80px;
}
.new-blog__wrapper {
  max-width: 780px;
}
.new-blog__text-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.new-blog__bold-text {
  font-weight: 500;
  font-size: 24px;
}
.new-blog {
  padding-bottom: 60px;
}
.courses__item-inner {
  display: flex;
  align-items: center;
  gap: 28px;
  color: #fff;
  justify-content: space-between;
}

.courses__item-title {
  margin-top: 16px;
  font-family: var(--font-family-title);
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.courses__item-btn {
  color: #fff;
  background: var(--color-accent);
  margin-top: 50px;
  border: 0;
}

.courses__item-btn:hover {
  background: #360297;
  border: 0;
}

.courses__item-img {
  width: 372px;
  padding: 0 16px;
  position: relative;
}

.courses__item-img img {
  width: 100%;
  aspect-ratio: 340/227;
  border-radius: 140px;
}

.courses__item-img::before {
  position: absolute;
  background-color: var(--color-accent);
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.2;
  height: 100%;
  border-radius: 20px;
}

.courses__item-img::after {
  position: absolute;
  background-color: var(--color-accent);
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  opacity: 0.2;
  height: 100%;
  border-radius: 20px;
}

.hero4 {
  margin-top: 187px;
  padding: 40px 0 80px;
  border-radius: 40px 40px 0 0;
  background: #eee;
}

.hero4 .hero__background-block {
  width: 372px;
}

.hero4 .hero__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero4 .hero__text-block {
  max-width: 100%;
  align-items: flex-start;
}

.info {
  padding: 0 0 80px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.info .container {
  max-width: 1380px;
}

.info__inner {
  margin-top: -33px;
}

.info__top {
  padding: 60px 90px;
  border-radius: 40px 40px 0 0;
  background: #222;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.info__small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.info__top-text {
  width: 766px;
  max-width: 100%;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.info__bottom {
  border-radius: 0 0 40px 40px;
  background: #333;
  padding: 60px 90px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}

.info__bottom p {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.info__list {
  display: flex;
  gap: 20px;
  width: 100%;
}

.info__item {
  padding: 12px;
  width: calc(33% - 14px);
}

.info__item-icon {
  width: 36px;
  object-fit: contain;
}

.info__item-title {
  margin-top: 12px;
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.info__item-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.info__bottom ul {
  display: flex;
  gap: 80px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.info__bottom ul li {
  width: calc(50% - 40px);
  list-style: none;
  font-family: var(--font-family-title);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hero-contacts {
  margin-top: 137px;
}

.contacts__bottom {
  padding-bottom: 80px;
}

.contacts__info {
  margin-bottom: 20px;
  border-radius: 100px;
  background: #eee;
  padding: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contacts__title {
  font-size: 33px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  width: 400px;
  max-width: 100%;
  flex-shrink: 0;
}

.contacts__text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.contacts__text {
  flex-grow: 1;
}

.contacts__text p {
  margin-top: 12px;
  color: var(--color-accent);
  font-family: var(--font-family-title);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.map {
  width: 100%;
  border-radius: 100px;
  height: 334px;
  overflow: hidden;
  position: relative;
}

.map__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 30% 35%;
}

.map .logo__wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.map .logo__link {
  font-size: 11px;
  padding: 2px 6px 10px 6px;
  border-radius: 10px;
}
.map .logo__wrapper::after,
.map .logo__wrapper::before {
  width: 4px;
}

.contacts__mark {
  font-size: 14px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 140%;
  opacity: 0.5;
}

.hero-contacts {
  margin-top: 137px;
}
.logo__link img{
  max-width: 150px;
}
@media (max-width: 1300px) {
  .footer__wrapper {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 28px;
  }
  .footer__inner-top {
    flex-direction: column;
    gap: 20px;
  }
  .contact__background-block {
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .reviews__item {
    width: 100% !important;
  }
  .numbers__item {
    width: calc(50% - 10px);
  }
  .inner__head-text {
    flex-wrap: wrap;
  }
  .inner__head-text p {
    text-align: left;
  }
  .contacts__bottom-inner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
  }

  .contacts__info {
    flex-wrap: wrap;
    padding: 30px;
    border-radius: 40px;
  }
  .map {
    border-radius: 40px;
  }
  .map__img {
    object-position: 52% 0;
  }

  .contacts__bottom .contact__wrapper {
    align-items: center;
  }

  .believe__item {
    width: calc(50% - 10px);
  }
  .testimonials__item {
    width: calc(33% - 14px);
  }
  .header__list {
    gap: 24px;
  }
  .support__inner,
  .what__inner {
    flex-wrap: wrap;
  }
  .support__list {
    width: 100%;
    order: 2;
    gap: 20px;
  }
  .support__img,
  .what__img {
    width: 100%;
  }
  .members__list {
    flex-direction: column;
  }
  .members__content {
    flex-direction: row;
    align-items: center;
  }
  .members__img-block {
    height: unset;
    width: 400px;
    aspect-ratio: 1 / 1;
  }
  .footer__background-block {
    max-width: 100%;
    width: 100%;
    opacity: 0.1;
  }
  .hero__background-block {
    width: 100%;
  }

  .hero--2 .hero__background-block {
    position: static;
    height: 400px;
    display: block;
    width: 100%;
  }
  .hero__background-block img {
    object-position: center right;
  }
  .hero__background-block::before,
  .contact__background-block::before,
  .programs__img-block::before {
    display: none;
  }
  .hero {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero__wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .hero__list {
    width: 100%;
    max-width: 100%;
  }
  .hero__text-block,
  .hero__text-block p {
    max-width: 100%;
  }
  .card__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .contact__wrapper {
    flex-direction: column;
    gap: 38px;
    align-items: center;
  }
  .contact__text-block,
  .choose__accent-text-block,
  .programs__accent-block {
    max-width: 100%;
  }
  .contsct {
    display: flex;
    gap: 28px;
    flex-direction: column-reverse;
  }
  .contact__background-block {
    position: static;
    display: flex;
    height: 400px;
    width: 100%;
  }
  .contact__background-block img {
    object-position: center;
  }
  .hero--2 .hero__background-block {
    width: 100%;
  }
  .hero--2 .hero__wrapper {
    flex-direction: column-reverse;
    padding-top: 0;
  }
  .hero--2 .hero__wrapper.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hero--2 .hero__text-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container {
    max-width: 100%;
  }
  .choose__inner {
    flex-direction: column;
  }

  .industries__item p,
  .programs__top-text-block {
    max-width: 100%;
  }
  .programs__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 40px 0;
    gap: 30px;
  }
  .programs__img-block {
    width: 100%;
    height: 350px;
    border-radius: 12px;
  }
  .programs__item:nth-child(1) .programs__img-block img {
    object-position: 21% 14%;
  }
  .programs__item:nth-child(5) .programs__img-block img {
    object-position: 75% 14%;
  }
  .programs__bottom-inner {
    display: flex;
    flex-direction: column;
  }
  .journal__img-block {
    width: 200px;
    height: 200px;
  }
  .journal__img-block img {
    object-position: 70% 100%;
  }
  .journal--2 .journal__img-block {
    width: 100%;
    height: 300px;
  }
  .journal__item {
    display: flex;
    flex-direction: column;
  }
  .contsct--2 .contact__text-block {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    width: 100%;
  }
  .contsct--2 .contact__wrapper {
    width: 100%;
  }
  .contsct--2 .contact__text-block .marker-border {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .testimonials__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 786px) {
  .logo__wrapper-mob {
    display: none;
  }
}

@media (max-width: 786px) {
  .header__item a {
    font-size: 20px;
    justify-content: center;
  }
  .header__item {
    width: 100%;
    border-bottom: 1px solid var(--color-grey-block);
    text-align: center;
    padding: 2px 0;
  }

  .header__item:last-child {
    border-bottom: 0;
  }

  .contacts__mark {
    text-align: center;
  }
  .info__list {
    flex-wrap: wrap;
  }
  .info__item {
    width: 100%;
  }
  .info__bottom,
  .info__top {
    padding: 30px;
  }
  .info__bottom ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  .info__bottom ul li {
    width: 100%;
    font-size: 24px;
  }

  .info__bottom p {
    font-size: 20px;
  }

  .courses__item-inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .courses__item-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .courses__item-title {
    text-align: center;
    font-size: 32px;
  }
  .case__item {
    flex-wrap: wrap;
  }
  .case__item-info,
  .case__item-img {
    width: 100%;
  }
  .case__item-img {
    aspect-ratio: 1/1;
    object-position: top;
  }
  .case .swiper-slide {
    padding: 0;
  }
  .inner__head {
    margin-top: 109px;
  }
  .inner__head--blog-2 {
    margin-top: 0;
  }
  .courses--blog-2 .courses__item-img {
    width: 100%;
  }
  .contsct .title {
    text-align: center;
  }
  .contact__inner {
    flex-wrap: wrap;
  }
  .contact__text-block p {
    text-align: center;
  }
  .contact__wrapper {
    order: 2;
    width: 100%;
  }
  .case .swiper {
    padding-bottom: 50px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
  }

  .swiper-button-prev {
    left: calc(50% - 30px);
  }

  .swiper-button-next {
    left: calc(50% + 30px);
  }
  .contsct .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .will__list {
    flex-wrap: wrap;
  }
  .will__item {
    width: 100%;
  }

  .will__item-title {
    font-size: 24px;
  }
  .will__item-bottom ul li {
    font-size: 18px;
  }

  .believe__item {
    width: 100%;
  }

  .contsct::after {
    width: auto;
    height: 100%;
    transform: translate(-50%, 24%);
  }

  .support__list {
    padding: 0;
  }
  .header__bottom-block .logo__wrapper {
    display: none;
  }
  .header {
    background: var(--color-white);
  }
  .form {
    padding: 20px;
  }
  .footer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .footer__inner-block {
    gap: 0;
  }
  .footer__copyright--desk,
  /* .header__contact-block, */
  .header__bottom-block-inner a.btn--min {
    display: none;
  }
  .footer__copyright--mobil {
    display: block;
    padding-top: 24px;
    border-top: 1px solid #ffffff21;
  }
  .footer__inner-bottom {
    border: none;
  }
  .burger,
  .burger__wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
  }
  .header__bottom-block {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    top: 111px;
    left: 0;
    width: 100%;
    z-index: 8;
  }
  .header__bottom-block.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .header__list-wrapper {
    max-width: 100%;
    width: 100%;
  }
  .header__list {
    flex-direction: column;
    gap: 0;
  }
  .hero {
    padding: 35px 0 80px;
    margin-top: 109px;
  }
  .hero2,
  .hero3 {
    margin-top: 0;
  }
  .numbers {
    padding: 60px 0;
  }
  .what,
  .card {
    padding: 40px 0;
  }
  .accent__title {
    margin-top: 124px;
  }
  .text__block {
    padding-top: 144px;
  }
  .banner-top {
    padding-top: 124px;
    padding-bottom: 20px;
  }
  .contact__banner {
    padding-top: 74px;
  }
  .text__block h1,
  .contacts__bottom .title,
  .banner__text-title,
  .facts__banner-title,
  .accent__title h1 {
    font-size: 32px;
  }
  .title {
    font-size: 32px;
  }

  .title--min {
    font-size: 24px;
  }

  .support__title,
  .believe .title {
    font-size: 24px;
  }

  .banner__bottom {
    margin-top: 30px;
  }
  .banner__img {
    margin-top: 0;
  }
  .banner__bottom-subtitle {
    margin-top: 20px;
  }
  .card__list {
    display: flex;
    flex-direction: column;
  }
  .facts__item {
    width: 100%;
  }
  .hero__light {
    margin-top: 0;
  }
  .members__content {
    flex-direction: column;
  }
  .members__img-block {
    height: 400px;
  }
  .members__img-block img {
    object-position: center;
  }
  .mission__inner-wrapper {
    width: 100%;
  }

  .programs {
    padding-top: 98px;
  }
  .journal {
    padding: 98px 0 60px;
  }
  .journal--2 {
    padding: 0 0 60px;
  }
  .journal--2 .journal__list {
    padding-top: 98px;
  }
  .journal__list {
    gap: 30px;
  }
  .journal__item {
    display: flex;
    flex-direction: column;
  }
  .journal__img-block {
    width: 100%;
    height: 300px;
  }
  .mission__background-block {
    display: none;
  }
  .mission {
    padding: 60px 0 100px;
  }

  .contact__banner-subtitle,
  .mission__content p {
    font-size: 24px;
  }
  .hero__bottom span,
  .hero2 .light,
  .case__item-text,
  .inner__head-text p,
  .contact__text-block p,
  .support__text,
  .hero__list li,
  .mission__inner p {
    font-size: 16px;
  }
  .hero__bottom p,
  .facts__banner-text,
  .contact__banner .hero__text-block p,
  .banner__text-text,
  .hero__text-block p {
    font-size: 20px;
  }
  .support__item-text,
  .card__text-block p {
    font-size: 14px;
  }
  .reviews__item {
    flex-direction: column;
    border-radius: 40px;
    padding: 30px;
  }
  .reviews__item-img {
    width: 150px;
  }
  .reviews__item-text p {
    text-align: center;
  }

  .contacts__text p,
  .case__item-body p,
  .accent__title p,
  .what__item-title {
    font-size: 20px;
  }
  .what__item-text {
    font-size: 14px;
  }
  .will__title {
    font-size: 32px;
    margin-top: 30px;
  }
  .will .btn,
  .will__list {
    margin-top: 30px;
  }
  .will__item-bottom,
  .will__item-body {
    padding: 20px;
  }
  .support,
  .will {
    padding: 60px 0;
  }
  .case__title {
    font-size: 32px;
  }
  .case__subtitle {
    text-align: center;
  }
  .hero-contacts {
    margin-top: 109px;
  }
  .contacts__title {
    font-size: 24px;
  }

  .header__top-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 0 20px !important;
    gap: 20px;
  }
  .header__contact-block {
    grid-column: span 2;
    grid-row: 1/2;
    background-color: #4500c8;
    padding: 12px 10px;
  }
  .logo__wrapper {
    margin-left: 10px;
  }
  .burger__wrapper {
    margin: 0 10px 0 auto;
  }
  .courses--blog-2 .courses__item-info {
    height: unset;
  }
  .courses--blog-2 .courses__item {
  padding: 32px 20px;
  }
  .header__contact p {
    display: none;
  }
}

@media (max-width: 530px) {
  .testimonials__item {
    width: 100%;
  }
  .numbers__item {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .hero--2 .hero__background-block {
    height: 202px;
  }
  .facts__banner-title {
    font-size: 24px;
  }
  .members__img-block {
    height: 226px;
    width: 100%;
  }
  .members__img-block img {
    object-position: top;
  }
}