.platfrom-page {
  color: #1B1B1B;
}
.platfrom-page .first__block {
  height: 100vh;
  background: #37C800;
  padding-top: 88px;
}
@media screen and (max-width: 992px) {
  .platfrom-page .first__block {
    height: 90vh;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
}
.platfrom-page .first__block .first__block-title {
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Factor A;
  font-size: 160px;
  font-style: normal;
  font-weight: 700;
  line-height: 80%;
  /* 128px */
  letter-spacing: -6.4px;
  padding-left: 80px;
  margin-bottom: 58px;
}
@media screen and (max-width: 992px) {
  .platfrom-page .first__block .first__block-title {
    color: var(--, #FFF);
    font-feature-settings: "clig" off, "liga" off;
    padding-left: 24px;
    /* Medium/44px */
    font-family: Factor A;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 48px */
    letter-spacing: -1.92px;
    margin-bottom: 15px;
  }
}
.platfrom-page .first__block .first__block-text {
  color: #FFF;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Factor A;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 38.4px */
  padding-left: 306px;
  width: 990px;
}
@media screen and (max-width: 992px) {
  .platfrom-page .first__block .first__block-text {
    width: 100vw;
    padding-left: 76px;
    color: var(--, #FFF);
    font-feature-settings: "clig" off, "liga" off;
    /* Regular/13px */
    font-family: Factor A;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
  }
}
.platfrom-page h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 48px */
  letter-spacing: -1.92px;
}
.platfrom-page h3 {
  font-size: 34px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 34px */
  letter-spacing: -0.68px;
}
.platfrom-page .container-fluid {
  width: 1376px;
  display: grid;
}
.platfrom-page .row {
  display: flex;
  flex-wrap: nowrap;
}
.platfrom-page .header__carts {
  background: #CAE9FF;
  display: grid;
  grid-template-rows: 256px 256px 256px;
  grid-template-columns: 223px 47px 287px 287px 287px 239px;
  grid-template-areas: ". . g-1 g-1 g-2 g-2" "g-3 g-3 g-3 g-4 g-4 ." ". g-5 g-5 g-5 g-6 g-6";
}
.platfrom-page .header__carts.g-1-open {
  grid-template-areas: ". . g-1 g-1 g-2 g-2" "g-3 g-3 g-1 g-1 g-4 g-4" ". g-5 g-5 g-5 g-6 g-6";
}
.platfrom-page .header__carts.g-2-open {
  grid-template-areas: ". . g-1 g-1 g-2 g-2" "g-3 g-3 g-3 g-4 g-2 g-2" ". g-5 g-5 g-5 g-6 g-6";
}
.platfrom-page .header__carts.g-3-open {
  grid-template-areas: "g-3 g-3 g-3 g-1 g-2 g-2" "g-3 g-3 g-3 g-4 g-4 ." ". g-5 g-5 g-5 g-6 g-6";
}
.platfrom-page .header__carts.g-4-open {
  grid-template-areas: ". . g-1 g-1 g-2 g-2" "g-3 g-3 g-3 g-4 g-4 ." ". g-5 g-5 g-4 g-4 g-6";
}
.platfrom-page .header__carts.g-5-open {
  grid-template-areas: ". . g-1 g-1 g-2 g-2" "g-3 g-5 g-5 g-5 g-4 g-4" ". g-5 g-5 g-5 g-6 g-6";
}
.platfrom-page .header__carts.g-6-open {
  grid-template-areas: ". . g-1 g-1 g-2 g-2" "g-3 g-3 g-3 g-4 g-6 g-6" ". g-5 g-5 g-5 g-6 g-6";
}
.platfrom-page .header__carts .g {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.platfrom-page .header__carts .g .name {
  opacity: 1;
  height: auto;
}
.platfrom-page .header__carts .g .text {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 320px;
  opacity: 0;
  height: 0;
}
.platfrom-page .header__carts .g.active .name {
  opacity: 1;
  height: auto;
}
.platfrom-page .header__carts .g.active .text {
  opacity: 1;
  height: auto;
}
.platfrom-page .header__carts #g-1 {
  background: #595959;
  grid-area: g-1;
}
.platfrom-page .header__carts #g-2 {
  background: #040028;
  grid-area: g-2;
}
.platfrom-page .header__carts #g-3 {
  background: #0064F5;
  grid-area: g-3;
}
.platfrom-page .header__carts #g-4 {
  background: #FF00E6;
  grid-area: g-4;
}
.platfrom-page .header__carts #g-5 {
  background: #37C800;
  grid-area: g-5;
}
.platfrom-page .header__carts #g-6 {
  background: #005134;
  grid-area: g-6;
}
.platfrom-page .subtext {
  border-bottom: 1px solid #EAEDF0;
}
.platfrom-page .subtext .subtext__row p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.platfrom-page .subtext .subtext__row .col-1 {
  padding: 48px 47px 96px 80px;
  width: 705px;
}
.platfrom-page .subtext .subtext__row .col-1 a {
  color: #fff;
  margin-top: 48px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0064F5;
}
.platfrom-page .subtext .subtext__row .col-2 {
  border-left: 1px solid #EAEDF0;
  width: 591px;
  padding: 48px;
}
.platfrom-page .principles .principles__header {
  padding: 96px 0 48px 80px;
  border-bottom: 1px solid #EAEDF0;
}
.platfrom-page .principles .principles__content {
  border-bottom: 1px solid #EAEDF0;
  padding-left: 80px;
}
.platfrom-page .principles .principles__content .card {
  width: 384px;
  border-left: 1px solid #EAEDF0;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 492px;
  background: linear-gradient(#fff, #fff 50%, #F3F4F5 50%, #F3F4F5);
  background-size: 100% 200%;
  /*trasition effect for background*/
  transition: background 1s;
}
.platfrom-page .principles .principles__content .card:last-child {
  border-right: 1px solid #EAEDF0;
}
.platfrom-page .principles .principles__content .card:hover {
  background-position: 100% 100%;
}
.platfrom-page .principles .principles__content .card:hover .card-text {
  opacity: 1;
}
.platfrom-page .principles .principles__content .card .card-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 24px;
}
.platfrom-page .principles .principles__content .card .card-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  opacity: 0;
  transition: 0.4s;
}
.platfrom-page .principles .principles__footer p {
  width: 580px;
  padding: 48px 0 96px 80px;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.platfrom-page .arch .arch__header {
  padding: 111px 0 26px 80px;
  border-bottom: 1px solid #EAEDF0;
}
.platfrom-page .arch .arch__content {
  border-bottom: 1px solid #EAEDF0;
  padding-left: 80px;
}
.platfrom-page .arch .arch__content .img {
  border-right: 1px solid #EAEDF0;
  border-left: 1px solid #EAEDF0;
  width: 960px;
  flex-grow: 0;
  flex-shrink: 0;
}
.platfrom-page .arch .arch__content .text {
  padding: 40px 24px;
}
.platfrom-page .arch .arch__content .text p {
  color: #333;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.platfrom-page .arch .arch__content-sub {
  border-bottom: 1px solid #EAEDF0;
  padding-left: 80px;
}
.platfrom-page .arch .arch__content-sub .content {
  width: 1152px;
  border-left: 1px solid #EAEDF0;
  border-right: 1px solid #EAEDF0;
}
.platfrom-page .arch .arch__content-sub .content .title {
  padding: 128px 24px 64px;
  border-bottom: 1px solid #EAEDF0;
}
.platfrom-page .arch .arch__content-sub .content .cards {
  display: grid;
  grid-template-columns: 288px 288px 288px 288px;
  grid-template-rows: 320px 320px;
  grid-template-areas: "a a b c" "d e f g";
}
.platfrom-page .arch .arch__content-sub .content .cards .card-grid {
  display: none;
}
.platfrom-page .arch .arch__content-sub .content .cards .card {
  border-right: 1px solid #EAEDF0;
  border-bottom: 1px solid #EAEDF0;
  padding: 40px 24px;
}
.platfrom-page .arch .arch__content-sub .content .cards .card .card-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 16px;
}
.platfrom-page .arch .arch__content-sub .content .cards .card .card-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.platfrom-page .arch .arch__content-sub .content .cards .card-3, .platfrom-page .arch .arch__content-sub .content .cards .card-7 {
  border-right: none;
}
.platfrom-page .arch .arch__content-sub .content .cards .card-4, .platfrom-page .arch .arch__content-sub .content .cards .card-5, .platfrom-page .arch .arch__content-sub .content .cards .card-6, .platfrom-page .arch .arch__content-sub .content .cards .card-7 {
  border-bottom: none;
}
.platfrom-page .arch .arch__content-sub .content .cards .card-1 {
  grid-area: a;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.platfrom-page .arch .arch__content-sub .content .cards .card-1 .card-title {
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.platfrom-page .arch .arch__content-sub .content .cards .card-1 .card-subtitle {
  margin-bottom: 12px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.platfrom-page .arch .arch__content-sub .content .cards .card-1 .card-subtext {
  display: flex;
  justify-content: space-between;
}
.platfrom-page .arch .arch__content-sub .content .cards .card-1 .card-subtext p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  width: 240px;
}
.platfrom-page .docs .row {
  padding-left: 80px;
}
.platfrom-page .docs .title {
  width: 289px;
  padding: 96px 0;
  border-right: 1px solid #EAEDF0;
}
.platfrom-page .docs .accordion {
  padding: 82px 0 96px;
  border-right: 1px solid #EAEDF0;
  width: 863px;
}
.platfrom-page .docs .accordion .accordion-item {
  border-top: 1px solid #EAEDF0;
}
.platfrom-page .docs .accordion .accordion-item:last-child {
  border-top: none;
}
.platfrom-page .docs .accordion .accordion-title {
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  padding: 16px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EAEDF0;
}
.platfrom-page .docs .accordion .accordion-title .icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.platfrom-page .docs .accordion .accordion-title .icon svg {
  transition: 0.4s;
}
.platfrom-page .docs .accordion .accordion-title .icon svg.active {
  transform: rotate(135deg);
}
.platfrom-page .docs .accordion .accordion-content {
  display: none;
  flex-direction: column;
}
.platfrom-page .docs .accordion .accordion-content a {
  display: flex;
  width: 100%;
  padding: 12px 24px;
  border-bottom: 1px dashed #E8E8E8;
  gap: 10px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: #1B1B1B;
}
.platfrom-page .docs .accordion .accordion-content a:hover .name {
  text-decoration: underline;
}
.platfrom-page .docs .accordion .accordion-content a .name {
  flex-grow: 1;
}
.platfrom-page .docs .accordion .accordion-content a .type, .platfrom-page .docs .accordion .accordion-content a .size {
  width: 96px;
  font-weight: 400;
  color: #666;
}
.platfrom-page .docs .accordion .accordion-content a:last-child {
  border-bottom: 1px solid #EAEDF0;
}

@media screen and (max-width: 992px) {
  main.platfrom-page .arch .arch__content-sub .content .cards .card-1 .card-subtext {
    gap: 48px;
  }
  main.platfrom-page .container-fluid {
    max-width: 100%;
    width: 100%;
  }
  main.platfrom-page .row {
    flex-direction: column;
  }
  main.platfrom-page .subtext .subtext__row p {
    font-size: 13px;
    line-height: 18.2px;
  }
  main.platfrom-page .subtext .subtext__row .col-1,
main.platfrom-page .subtext .subtext__row .col-2 {
    width: 100%;
    padding: 26px;
  }
  main.platfrom-page .subtext .subtext__row .col-1 a {
    color: #fff;
    margin-top: 20px;
    padding: 24px 16px;
    font-size: 15px;
    line-height: 21px;
  }
  main.platfrom-page .card-header {
    width: 250px;
  }
  main.platfrom-page .principles .principles__header {
    padding: 40px 26px;
    width: 100%;
  }
  main.platfrom-page .principles .principles__content .card {
    width: 100%;
    flex-direction: row;
    height: auto;
    border-bottom: 1px solid #E8E8E8;
    padding: 26px;
  }
  main.platfrom-page .principles .principles__content .card svg {
    width: 40px;
    height: 40px;
  }
  main.platfrom-page .principles .principles__content .card .card-text {
    opacity: 1;
  }
  main.platfrom-page .principles .principles__content .card .card-header {
    width: 205px;
  }
  main.platfrom-page .principles__footer {
    display: none;
  }
  main.platfrom-page h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 31.2px;
  }
  main.platfrom-page .principles .principles__content {
    padding-left: 0;
    width: 100%;
  }
  main.platfrom-page .principles .principles__content .card .card-title {
    font-size: 17px;
    line-height: 22.1px;
  }
  main.platfrom-page .principles .principles__content .card .card-text {
    font-size: 13px;
    line-height: 18.2px;
  }
  main.platfrom-page .arch .arch__header {
    padding: 26px;
  }
  main.platfrom-page .arch .arch__content {
    padding-left: 0px;
    border-bottom: none !important;
  }
  main.platfrom-page .arch .arch__content .img {
    width: 100%;
  }
  main.platfrom-page .arch .arch__content .text p {
    line-height: 18.2px;
  }
  main.platfrom-page .arch .arch__content .text {
    padding: 26px;
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
  }
  main.platfrom-page .arch .arch__content-sub {
    padding-left: 0px;
  }
  main.platfrom-page .arch .arch__content-sub .content .title {
    padding: 64px 26px 26px 26px;
  }
  main.platfrom-page h3 {
    font-size: 26px;
    line-height: 31.2px;
  }
  main.platfrom-page .cards {
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  main.platfrom-page .arch .arch__content-sub .content {
    width: 100%;
  }
  main.platfrom-page .arch .arch__content-sub .content .cards .card-1 .card-subtext p {
    width: inherit;
  }
  main.platfrom-page .card.card-2,
main.platfrom-page .card.card-3,
main.platfrom-page .card.card-4,
main.platfrom-page .card.card-5,
main.platfrom-page .card.card-6,
main.platfrom-page .card.card-7 {
    display: none;
  }
  main.platfrom-page .card-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  main.platfrom-page .card-grid-mobile {
    padding: 26px 24px;
    border: 1px solid #E8E8E8;
    border-right: none;
    border-top: none;
  }
  main.platfrom-page .card-grid-mobile.card-6,
main.platfrom-page .card-grid-mobile.card-7 {
    border-top: 1px solid #E8E8E8;
  }
  main.platfrom-page .card-title {
    font-weight: 500;
    font-size: 15px;
    line-height: 16.5px;
    margin-bottom: 16px;
  }
  main.platfrom-page .card-text {
    font-weight: 400;
    font-size: 11px;
    line-height: 12.1px;
    color: #333;
  }
  main.platfrom-page .arch .arch__content-sub .content .cards .card-1 .card-title {
    font-size: 17px;
    line-height: 22.1px;
  }
  main.platfrom-page .card.card-1 .card-header {
    width: 100%;
  }
  main.platfrom-page .arch .arch__content-sub .content .cards .card-1 {
    gap: 32px;
  }
  main.platfrom-page .arch .arch__content-sub .content .cards .card-1 .card-subtext p {
    font-size: 11px;
    line-height: 12.1px;
  }
  main.platfrom-page .docs .row {
    padding-left: 0px;
  }
  main.platfrom-page .docs .title {
    padding: 26px;
    border-right: none;
  }
  main.platfrom-page .docs .accordion {
    padding: 0px;
    width: 100%;
  }
  main.platfrom-page .docs .accordion .accordion-content a .type {
    display: none;
  }
  main.platfrom-page .docs .accordion .accordion-content a .size {
    text-align: end;
  }
  main.platfrom-page .docs .accordion .accordion-content a {
    padding-right: 35px;
  }
  main.platfrom-page section.header__carts {
    display: flex;
    flex-direction: column;
  }
  main.platfrom-page section.header__carts .card-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  main.platfrom-page section.header__carts .g {
    height: 50vh;
    padding: 52px 26px;
  }
  main.platfrom-page section.header__carts .g .name {
    opacity: 1;
    height: auto;
  }
  main.platfrom-page section.header__carts .g .text {
    opacity: 1;
    font-size: 13px;
    line-height: 18.2px;
    height: auto;
  }
}

/*# sourceMappingURL=platform.css.map */
