/* LIGHT */

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Light.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-LightItalic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* REGULAR */

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* MEDIUM */

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-MediumItalic.otf") format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* SEMIBOLD */

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-SemiboldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/* BOLD */

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src: url("../fonts/GeneralSans-BoldItalic.otf") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

:root {
  --general-sans: "General Sans";
  --rock: #686a6c;
  --accent: #00ffc3;
  --charcoal: #404040;
  --gondola: #363636;
}

body {
  font-family: var(--general-sans);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.container {
  max-width: 1410px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.title {
  font-size: 48px;
  line-height: 48px;
  font-weight: 500;
  color: #000;
}

.title-light {
  font-weight: 300;
  font-style: italic;
}

strong {
  color: black !important;
  font-size: 600;
}

.descr {
  color: var(--rock);
}

.header {
  position: fixed;
  top: 0;
  z-index: 50;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 98px;
  background: white;
}

.header-skelet {
  width: 100vw;
  height: 98px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1000px;
  background-color: var(--accent);
  height: 53px;
  padding: 0 30px;
  min-width: 322px;
  width: auto;
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
}

.mini-btn {
  font-size: 14px;
  line-height: 14px;
  min-width: auto;
  height: 40px;
  padding: 0 14px;
  max-width: none;
  width: auto;
}

/* HEADER */

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

.navbar {
  display: flex;
  justify-self: center;
  align-items: center;
  gap: 50px;
}

.navbar-list {
  display: flex;
  gap: 13px;
  align-items: center;
  justify-content: start;
}

.header-logo {
  width: 84px;
  height: 21px;
  object-fit: contain;
}

/* HERO */

.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.breadcrumbs ol {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: start;
  color: #686A6C;
}

.breadcrumbs ol li:last-child {
  color: black;
}

.hero-section {
  padding-top: 95px;
  padding-bottom: 45px;
}

.title-hero {
  font-family: var(--general-sans);
  font-weight: 500;
  font-size: 62px;
  line-height: 62px;
  max-width: 1030px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 34px;
}

.descr-hero {
  max-width: 872px;
  margin: 0 auto;
  text-align: center;
}

.img-hero {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: cover;
}

.hero-btn-wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 63px;
  margin-bottom: 96px;
}

/* GRID SECTION */

.grid-section {
  padding: 80px 0 80px;
}

.title-grid {
  margin-bottom: 25px;
}

.descr-grid {
  max-width: 1280px;
  margin-bottom: 60px;
}

.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1 auto;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
  row-gap: 36px;
}

.grid-item {
  display: block;
  position: relative;
}

.grid-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 26px;
}

.grid-text-item {
  font-size: 14px;
  line-height: 19px;
  color: var(--rock);
}

.grid-text-item strong {
  font-weight: 500;
  color: black;
}

.grid-text-item ul {
 margin-top: 12px;
 display: flex;
 flex-direction: column;
 gap: 10px;
}

/* STEPS */

.steps-section {
  padding: 80px 0 80px;
}

.container-steps {
  max-width: 860px;
}

.title-steps {
  text-align: center;
  margin-bottom: 34px;
}

.descr-steps {
  text-align: center;
  margin-bottom: 60px;
}

.steps-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, auto);
  gap: 36px;
}

.steps-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.steps-item:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}

.steps-item-img {
  aspect-ratio: 377/351;
  width: calc(50% - 25px);
  height: auto;
  object-fit: cover;
  border-radius: 24px;
}

.steps-item-content {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}

.steps-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 26px;
  line-height: 28px;
}

.steps-text {
  max-width: 550px;
}

/* TEXTS */

.texts-section {
  padding: 80px 0 80px;
}
.container-texts {
  max-width: 860px;
}

.title-texts {
  text-align: center;
  margin-bottom: 92px;
}

.texts-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(1, auto);
  gap: 36px;
}

.texts-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.texts-item:nth-child(odd) {
  justify-content: flex-end;
}

.texts-item-content {
  width: calc(50% - 25px);
}

/* INFO */

.info-section {
  padding: 80px 0 80px;
}

.container-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: center;
  justify-content: center;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 34px;
  justify-content: center;
}

.info-img {
  aspect-ratio: 377/351;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 24px;
}

.info-content {
  padding-right: 80px;
}

.related-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.related-card {
  display: flex;
  gap: 8px;
  justify-content: start;
  flex-wrap: nowrap;
  align-items: center;
}

.related-card h4 {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 26px;
}


/* ACC */

.acc-section {
  padding: 80px 0 80px;
}

.container-acc {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 32px;
}

.acc-content {
  max-width: 342px;
  width: 100%;
  flex-shrink: 0;
}

.acc-block {
  max-width: 820px;
  width: 100%;
  flex-shrink: 0;
}

.acc-list {
  display: flex;
  flex-direction: column;
}
.acc-item {
  display: flex;
  flex-direction: column;
}

.acc-header {
  padding: 20px 0 20px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  cursor: pointer;
}

.acc-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.acc-icon {
  width: 16px;
  height: 20px;
  object-fit: contain;
}

.acc-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.acc-item input {
  display: none;
}

.acc-item {
  border-top: 1px solid #dfdfdf;
}

.acc-item:first-child {
  border-top: none;
}
.acc-arrow {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  transform: rotate(180deg);
}

.acc-descr {
  padding: 14px 0 32px 70px;
}

.acc-body {
  height: 0;
  overflow: hidden;
}

.acc-item input:checked ~ .acc-body {
  height: auto;
}

.acc-item input:checked ~ .acc-header .acc-arrow {
  transform: rotate(0deg);
}

/* FOOTER */

.footer {
  padding: 60px 0 0;
  background: #252525;
  border-top-left-radius: 37px;
  border-top-right-radius: 37px;
}

.footer-content {
  padding-bottom: 24px;
  border-bottom: 1px solid var(--charcoal);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-title,
.footer-mark-text,
.footer-copyright-text {
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff4d;
  font-style: italic;
}

.footer-list {
  display: flex;
  justify-content: start;
  gap: 24px;
  align-items: center;
}

.footer-link {
  color: white;
}

.footer-social {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 6px;
}

.footer-social-link {
  background: #363636;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
}

.footer-copyright {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 36px 0 40px;
  border-top: 1px solid var(--charcoal);
  justify-content: space-between;
  align-items: center;
}

.footer-mark-text,
.footer-copyright-text {
  font-size: 16px;
  font-style: normal;
}

.footer-copyright-block {
  display: flex;
  justify-content: end;
  align-items: center;
}

.footer-standwith {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.footer-stand-text {
  font-size: 16px;
  color: white;
  line-height: 1;
}

.footer-logos {
  height: 300px;
  display: flex;
  align-items: center;
}

.scroll-container {
  overflow: hidden;
  white-space: nowrap;
}

.scroll-content {
  display: inline-flex;
  gap: 36px;
  flex-shrink: 0;
  animation: scroll 20s linear infinite;
}

.footer-logo {
  display: inline-block;
  height: 143px;
  width: auto;
  aspect-ratio: 549/143;
  object-fit: contain;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer-logos {
  position: relative;
}
.footer-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: linear-gradient(
    90deg,
    #252525 0%,
    rgba(37, 37, 37, 0) 20%,
    rgba(37, 37, 37, 0) 80%,
    #252525 100%
  );
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }

  .title {
    font-size: 28px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
  }

  .header {
    position: fixed;
    top: 0;
    z-index: 50;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 75px;
    background: white;
  }

  .header-skelet {
    width: 100vw;
    height: 75px;
  }

  .navbar-list {
    display: none;
  }

  .header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
  }

  .mini-btn {
    min-width: auto;
  }

  .hero-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .title-hero {
    font-size: 32px;
    line-height: 32px;
    margin-bottom: 22px;
  }
  .hero-btn-wrapp {
    margin-top: 33px;
    margin-bottom: 46px;
  }

  .grid-section {
    padding: 40px 0 40px;
  }
  .descr-grid {
    margin-bottom: 30px;
  }

  .grid-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1 auto;
    justify-content: center;
    align-items: center;
    column-gap: 16px;
    row-gap: 20px;
  }

  .grid-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .steps-section {
    padding: 40px 0 40px;
  }

  .title-steps {
    text-align: center;
    margin-bottom: 30;
  }

  .descr-steps {
    text-align: center;
    margin-bottom: 30px;
  }

  .steps-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, auto);
    gap: 20px;
  }

  .steps-item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    flex-direction: column !important;
    align-items: center;
    gap: 24px;
  }

  .steps-item:nth-child(odd) {
    display: grid;
    flex-direction: row-reverse;
  }

  .steps-item-img {
    aspect-ratio: 377/351;
    width: calc(100% - 12px);
    height: auto;
    object-fit: cover;
    border-radius: 24px;
  }

  .steps-item-content {
    width: calc(100% - 12px);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
  }

  .steps-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 24px;
  }

  .texts-section {
    padding: 40px 0 40px;
  }

  .title-texts {
    text-align: center;
    margin-bottom: 40px;
  }

  .texts-list {
    gap: 20px;
  }

  .texts-item-content {
    width: 100%;
  }

  .info-section {
    padding: 40px 0 40px;
  }

  .container-info {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }

  .info-content {
    gap: 20px;
  }

  .info-img {
    aspect-ratio: 377/351;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 24px;
  }

  .info-content {
    padding-right: 0px;
  }

  .acc-section {
    padding: 40px 0 40px;
  }

  .container-acc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    gap: 20px;
  }

  .acc-header {
    padding: 16px 0 16px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    cursor: pointer;
  }

  .acc-title {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .acc-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .footer {
    padding: 50px 0 0;
    background: #252525;
    border-top-left-radius: 37px;
    border-top-right-radius: 37px;
  }

  .footer-content {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--charcoal);
    display: flex;
    gap: 24px;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
  }

  .footer-list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    align-items: start;
  }

  .footer-social {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  
  .footer-social-link {
    background: transparent;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .footer-copyright {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px 0 26px;
    gap: 20px;
    border-top: 1px solid var(--charcoal);
    justify-content: space-between;
    align-items: center;
  }
  
}
