@charset "UTF-8";
body {
  background: linear-gradient(191.33deg, rgba(49, 49, 49, 0.8) 0%, rgba(49, 49, 50, 0.801729) 6.67%, rgba(50, 49, 51, 0.807102) 13.33%, rgba(51, 49, 54, 0.816332) 20%, rgba(53, 48, 58, 0.829482) 26.67%, rgba(55, 48, 64, 0.846355) 33.33%, rgba(57, 47, 70, 0.866377) 40%, rgba(60, 47, 77, 0.888538) 46.67%, rgba(63, 46, 84, 0.911462) 53.33%, rgba(66, 46, 91, 0.933623) 60%, rgba(68, 45, 97, 0.953645) 66.67%, rgba(70, 45, 102, 0.970518) 73.33%, rgba(72, 45, 106, 0.983668) 80%, rgba(73, 44, 109, 0.992898) 86.67%, #4a2c6f 93.33%, #4a2c70 100%);
}

main {
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
}

main .main {
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1380px) {
  main .main {
    padding: 0 20px;
  }
}

@media screen and (max-width: 750px) {
  main .main {
    padding: 0;
    width: 100%;
  }
}

main .main .main-title {
  text-transform: none;
  margin: 100px auto 50px 0;
  color: #de9b8f;
}

main .main .about-button {
  position: absolute;
  z-index: 200;
  bottom: 20px;
  left: 0;
}

@media screen and (max-width: 750px) {
  main .main .about-button {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    bottom: 120px;
  }
}

main .main video {
  position: absolute;
  z-index: -10;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, black));
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 50% black 100%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(50%, black));
          mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 50% black 100%);
}

main .main #c {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

main .main .arrow {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

main .main .arrow svg {
  width: 100%;
  height: 100%;
  -webkit-filter: drop-shadow(0px 0px 17px rgba(255, 255, 255, 0.85));
          filter: drop-shadow(0px 0px 17px rgba(255, 255, 255, 0.85));
  -webkit-animation: moving 3s ease-in-out infinite;
          animation: moving 3s ease-in-out infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

main .start {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
  -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
  grid-column-gap: 100px;
  padding: 40px 40px 0 40px;
  max-width: 100%;
  overflow-x: clip;
}

@media screen and (max-width: 1450px) {
  main .start {
    grid-column-gap: 5%;
  }
}

@media screen and (max-width: 1380px) {
  main .start {
    padding: 20px 20px 0 20px;
  }
}

@media screen and (max-width: 1300px) {
  main .start {
    grid-column-gap: 0;
  }
}

@media screen and (max-width: 1010px) {
  main .start {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

@media screen and (max-width: 750px) {
  main .start {
    padding: 30px 0 0;
  }
}

main .start .content {
  background: rgba(33, 33, 33, 0.5);
  -webkit-backdrop-filter: blur(24.5px);
          backdrop-filter: blur(24.5px);
  position: relative;
  z-index: 20;
}

main .start .content .part {
  position: relative;
}

main .start .content .part h2 {
  background: #ffffff;
  padding: 0 20px;
  margin: 20px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

main .start .content .part h3 {
  font-style: normal;
  font-weight: 520;
  font-size: 32px;
  line-height: 39px;
  text-align: justify;
  color: #ffffff;
  background: transparent;
  margin: 10px 0;
  -webkit-filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.281));
          filter: drop-shadow(0px 0px 6px rgba(255, 255, 255, 0.281));
}

@media screen and (max-width: 1450px) {
  main .start .content .part h3 {
    font-size: clamp(22px, 2vw, 32px);
    line-height: clamp(22px, 2vw, 32px) !important;
  }
}

main .start .content .part .grid-two-elem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
      grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  main .start .content .part .grid-two-elem {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
    justify-items: center;
  }
}

main .start .content .part .grid-three-elem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 5px;
}

@media screen and (max-width: 870px) {
  main .start .content .part .grid-three-elem {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 20px;
    justify-items: center;
  }
}

main .start .content .part .grid-three-elem .wrapper-image {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .start .content .part .grid-three-elem .wrapper-image li {
  text-align: left;
}

main .start .content .part .grid-three-elem.fixed-height {
  grid-auto-rows: 200px;
}

main .start .content .part .grid-five-elem {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
}

@media screen and (max-width: 600px) {
  main .start .content .part .grid-five-elem {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

main .start .content .part .grid-five-elem p {
  font-size: 25px;
  line-height: 25px;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .grid-five-elem p {
    font-size: clamp(10px, 2vw, 22px) !important;
    line-height: clamp(10px, 2vw, 22px) !important;
  }
}

main .start .content .part .content-padding {
  padding: 0 20px;
}

main .start .content .part p {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  margin: 20px 0;
}

main .start .content .part li {
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #ffffff;
  list-style-type: none;
}

main .start .content .part li::before {
  margin-right: 5px;
  content: "•";
}

main .start .content .part li:has(h3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .start .content .part li:has(h3) h3 {
  line-height: 10px;
  padding: 0 5px;
  margin: 0;
}

main .start .content .part .svg-icon {
  width: 150px;
  -webkit-filter: drop-shadow(0px 0px 17px rgba(255, 255, 255, 0.85));
          filter: drop-shadow(0px 0px 17px rgba(255, 255, 255, 0.85));
}

@media screen and (max-width: 600px) {
  main .start .content .part .svg-icon {
    width: 50%;
    height: auto;
  }
}

main .start .content .part .svg-icon.prog-icon {
  width: auto;
  height: 120px;
}

main .start .content .part .image-content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 10px;
}

main .start .content .part .image-content.partners {
  background-color: #fff;
}

main .start .content .part .table-wrapper {
  overflow: auto;
  margin: 10px 20px;
}

main .start .content .part .table-wrapper table {
  border-collapse: collapse;
  border-style: hidden;
  width: 100%;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .table-wrapper table {
    width: auto;
  }
}

main .start .content .part .table-wrapper table tr th {
  border: 5px solid rgba(24, 24, 24, 0.23);
  font-style: normal;
  font-weight: 550;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  color: #ffffff;
  padding: 10px;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .table-wrapper table tr th {
    border: clamp(1px, 1vw, 5px) solid rgba(24, 24, 24, 0.23);
    padding: clamp(1px, 1vw, 10px);
    font-size: clamp(1px, 2vw, 24px);
    line-height: clamp(2px, 2vw, 29px);
  }
}

main .start .content .part .table-wrapper table tr td {
  border: 5px solid rgba(24, 24, 24, 0.23);
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  color: #ffffff;
  padding: 10px;
  vertical-align: top;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .table-wrapper table tr td {
    border: clamp(1px, 1vw, 5px) solid rgba(24, 24, 24, 0.23);
    padding: clamp(1px, 1vw, 10px);
    font-size: clamp(1px, 2vw, 24px);
    line-height: clamp(2px, 2vw, 29px);
  }
}

main .start .content .part .table-wrapper table tr .elem-with-img {
  white-space: nowrap;
  margin: 0;
}

main .start .content .part .table-wrapper table tr .elem-with-img img {
  margin-right: 10px;
  vertical-align: center;
  display: inline-block;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .table-wrapper table tr .elem-with-img img {
    width: 20px;
  }
}

main .start .content .part .table-wrapper table tr .elem-with-img span {
  display: inline-block;
}

main .start .content .part .table-wrapper .green th {
  background: rgba(161, 255, 153, 0.43);
}

main .start .content .part .table-wrapper .green td {
  background: rgba(196, 255, 194, 0.49);
}

main .start .content .part .table-wrapper .blue th {
  background: rgba(153, 218, 255, 0.43);
}

main .start .content .part .table-wrapper .blue td {
  background: rgba(194, 248, 255, 0.49);
}

main .start .content .part .table-wrapper .red th {
  background: rgba(255, 153, 184, 0.43);
}

main .start .content .part .table-wrapper .red td {
  background: rgba(255, 194, 231, 0.49);
}

main .start .content .part .table-wrapper .pink th {
  background: rgba(228, 153, 255, 0.43);
}

main .start .content .part .table-wrapper .pink td {
  background: rgba(243, 194, 255, 0.49);
}

main .start .content .part .table-wrapper .yellow th {
  background: rgba(255, 253, 153, 0.43);
}

main .start .content .part .table-wrapper .yellow td {
  background: rgba(251, 255, 194, 0.49);
}

main .start .content .part .table-wrapper .blue2 th {
  background: rgba(180, 153, 255, 0.43);
}

main .start .content .part .table-wrapper .blue2 td {
  background: rgba(202, 182, 255, 0.49);
}

main .start .content .part .table-wrapper .green2 th {
  background: rgba(78, 241, 119, 0.43);
}

main .start .content .part .table-wrapper .green2 td {
  background: rgba(105, 248, 141, 0.49);
}

main .start .content .part .table-wrapper .white .no-wrap {
  white-space: nowrap;
}

main .start .content .part .table-wrapper .white th {
  background: rgba(112, 112, 112, 0.43);
  padding: 5px;
  font-size: 16px;
  line-height: 18px;
}

main .start .content .part .table-wrapper .white th div {
  overflow-y: auto;
  max-height: 40px;
  max-width: 100%;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .table-wrapper .white th {
    padding: clamp(1px, 1vw, 5px);
    font-size: clamp(1px, 2vw, 12px);
    line-height: clamp(2px, 2vw, 14px);
  }
}

main .start .content .part .table-wrapper .white td {
  background: rgba(184, 184, 184, 0.49);
  padding: 5px;
  font-size: 16px;
  line-height: 18px;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .table-wrapper .white td {
    padding: clamp(1px, 1vw, 5px);
    font-size: clamp(1px, 2vw, 12px);
    line-height: clamp(2px, 2vw, 14px);
  }
}

main .start .content .part .loipath {
  border-bottom: 8px red solid;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .loipath {
    border-bottom: clamp(1px, 1vw, 8px) red solid;
  }
}

main .start .content .part .grid-images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 300px;
  grid-gap: 5px;
  grid-auto-flow: dense;
  margin: 10px 0;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .grid-images {
    grid-auto-rows: 250px;
  }
}

main .start .content .part .grid-images:has(p) {
  grid-auto-rows: auto;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .grid-images:has(p) .image-one-columns {
    grid-column: span 4;
  }
  main .start .content .part .grid-images:has(p) .image-two-columns {
    grid-column: span 2;
  }
  main .start .content .part .grid-images:has(p) .image-three-columns {
    grid-column: span 4;
  }
}

@media screen and (max-width: 1450px) {
  main .start .content .part .grid-images:has(.grid-for-wrapper) {
    grid-auto-rows: 1fr;
  }
}

main .start .content .part .grid-images:has(.table-wrapper) {
  grid-auto-rows: auto;
}

main .start .content .part .grid-images:has(.table-wrapper) .table-wrapper {
  margin: 0;
  width: 100%;
}

main .start .content .part .grid-images:has(.table-wrapper) .table-wrapper table {
  width: 100%;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .grid-images:has(.table-wrapper) .image-one-columns {
    grid-column: span 4;
  }
  main .start .content .part .grid-images:has(.table-wrapper) .image-two-columns {
    grid-column: span 2;
  }
  main .start .content .part .grid-images:has(.table-wrapper) .image-three-columns {
    grid-column: span 4;
  }
}

@media screen and (max-width: 540px) {
  main .start .content .part .grid-images:has(.table-wrapper) .hide-on-width {
    display: none;
  }
  main .start .content .part .grid-images:has(.table-wrapper) .image-one-columns {
    grid-column: span 4;
  }
  main .start .content .part .grid-images:has(.table-wrapper) .image-two-columns {
    grid-column: span 4;
  }
}

main .start .content .part .grid-images:has(.task) {
  grid-auto-rows: auto;
}

main .start .content .part .grid-images:has(.task) .task {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 700px) {
  main .start .content .part .grid-images:has(.task) .image-one-columns {
    grid-column: span 4;
  }
}

main .start .content .part .grid-images.text-image {
  -ms-grid-rows: auto;
      grid-template-rows: auto;
  -ms-grid-columns: (1fr)[2] (auto)[2];
      grid-template-columns: repeat(2, 1fr) repeat(2, auto);
  justify-items: end;
}

@media screen and (max-width: 1700px) {
  main .start .content .part .grid-images.text-image {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (max-width: 1300px) {
  main .start .content .part .grid-images.text-image {
    -ms-grid-columns: (1fr)[2] (auto)[2];
        grid-template-columns: repeat(2, 1fr) repeat(2, auto);
  }
}

main .start .content .part .grid-images.text-image .wrapper-image {
  height: auto;
  width: auto;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .grid-images.text-image .wrapper-image {
    height: 100%;
    width: 100%;
  }
}

main .start .content .part .grid-images.text-image .min-height {
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

main .start .content .part .grid-images.text-image h3 {
  padding: 0;
}

@media screen and (max-width: 1380px) {
  main .start .content .part .grid-images.awp-table .image-two-columns {
    grid-column: span 4;
  }
}

main .start .content .part .grid-images .image-one-columns {
  grid-column: span 1;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .grid-images .image-one-columns {
    grid-column: span 2;
  }
}

main .start .content .part .grid-images .image-two-columns {
  grid-column: span 2;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .grid-images .image-two-columns {
    grid-column: span 4;
  }
}

main .start .content .part .grid-images .image-three-columns {
  grid-column: span 3;
}

main .start .content .part .grid-images .image-four-columns {
  grid-column: span 4;
}

main .start .content .part .grid-images .image-one-rows {
  grid-row: span 1;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .grid-images .image-one-rows {
    grid-column: span 2;
  }
}

@media screen and (max-width: 550px) {
  main .start .content .part .grid-images .image-one-rows {
    grid-column: span 4 !important;
  }
}

main .start .content .part .grid-images .image-two-rows {
  grid-row: span 2;
}

@media screen and (max-width: 1010px) {
  main .start .content .part .grid-images .image-two-rows {
    grid-column: span 4;
  }
}

main .start .content .part .grid-images.table {
  grid-auto-rows: auto;
}

main .start .content .part .grid-images.table .info-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .start .content .part .grid-images.table .info-element p {
  font-style: normal;
  font-weight: 550;
  font-size: 24px;
  line-height: 29px;
  text-align: left;
  padding: 10px;
  margin: 0;
}

main .start .content .part .grid-images.table .info-element p span {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  padding: 10px;
}

main .start .content .part .grid-images.table .green {
  background: rgba(105, 248, 141, 0.49);
}

main .start .content .part .task {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main .start .content .part .task h3 {
  padding: 0;
}

main .start .content .part .task p {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .start .content .part .task p span {
  font-size: 26px;
  line-height: 26px;
  margin-top: 5px;
  font-weight: 200;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .task p span {
    font-size: clamp(12px, 2vw, 26px) !important;
    line-height: clamp(12px, 2vw, 26px) !important;
  }
}

main .start .content .part .task p span img {
  width: 20px;
  height: 20px;
}

main .start .content .part .task:has(.mark) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 870px) {
  main .start .content .part .task:has(.mark) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .start .content .part .task:has(.mark) .mark {
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px;
}

@media screen and (max-width: 870px) {
  main .start .content .part .task:has(.mark) .mark {
    margin: 0 10px auto 0;
  }
}

main .start .content .part .wrapper-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

main .start .content .part .wrapper-image.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .start .content .part .wrapper-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main .start .content .part .wrapper-image.awp-path {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .start .content .part .wrapper-image.awp-path p {
  text-align: center;
}

main .start .content .part .wrapper-chart {
  position: relative;
  height: 100% !important;
  width: 100% !important;
  background: rgba(0, 0, 0, 0.2);
}

main .start .content .part .grid-for-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  overflow: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .grid-for-wrapper {
    overflow-x: auto;
  }
  main .start .content .part .grid-for-wrapper img {
    height: auto;
  }
}

main .start .content .part .grid-for-wrapper.tasks li {
  font-size: 25px;
  line-height: 26px;
}

main .start .content .part .grid-for-wrapper.tasks li h3 {
  line-height: 39px;
  padding: 0;
}

main .start .content .part .grid-for-wrapper.tasks img {
  height: 100% !important;
  overflow: hidden !important;
}

main .start .content .part .grid-for-wrapper ul {
  margin: 0 0 auto 0;
}

main .start .content .part .grid-for-wrapper ul li {
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
}

@media screen and (max-width: 1450px) {
  main .start .content .part .grid-for-wrapper ul li {
    font-size: clamp(8px, 3vw, 16px);
    line-height: clamp(9px, 3vw, 17px);
  }
}

main .start .content .part .grid-for-wrapper ul li::before {
  margin-right: 0;
  content: "";
}

main .start .content .part .wrapper-text {
  margin-top: 10px;
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 300px;
  grid-gap: 50px;
  grid-auto-flow: dense;
}

@media screen and (max-width: 785px) {
  main .start .content .part .wrapper-text {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  main .start .content .part .wrapper-text > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (max-width: 620px) {
  main .start .content .part .wrapper-text {
    grid-auto-rows: 180px;
    grid-column-gap: 20px;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(2) {
    grid-column: 2 span;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(3) {
    grid-column: 2 span;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(5) {
    grid-column: 2 span;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  main .start .content .part .wrapper-text > div:nth-of-type(6) {
    grid-column: 2 span;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}

main .start .content .part .image-content {
  background: rgba(0, 0, 0, 0.2);
}

main .start #burger-content {
  cursor: pointer;
  width: 30px;
  height: 27px;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(33, 33, 33, 0.5);
  -webkit-backdrop-filter: blur(24.5px);
          backdrop-filter: blur(24.5px);
  position: fixed;
  left: 20px;
  top: 170px;
  padding: 10px;
  z-index: 150;
}

@media screen and (max-width: 1300px) {
  main .start #burger-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

main .start #burger-content > div {
  height: 4px;
  z-index: 999;
  border-radius: 20px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

main .start #burger-content div:nth-child(2) {
  width: 80%;
}

main .start #burger-content div:nth-child(3) {
  width: 60%;
}

main .start #burger-content:hover div {
  width: 100%;
}

main .start #burger-content.active div:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
  background-color: #fff;
  width: 100%;
}

main .start #burger-content.active div:nth-child(2) {
  opacity: 0;
  background-color: #fff;
}

main .start #burger-content.active div:nth-child(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
          transform: translateY(-12px) rotate(-45deg);
  background-color: #fff;
  width: 100%;
}

main .start .circuit-wrapper {
  position: relative;
  -ms-grid-column: 2;
      grid-column-start: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
  display: -ms-grid;
  display: grid;
  overflow-y: clip;
}

main .start .circuit-wrapper div {
  position: absolute;
  height: 100%;
  width: 100%;
}

main .start .circuit-wrapper svg {
  height: 100%;
  width: 100%;
}

main .start .circuit-wrapper #circuit2 svg {
  -webkit-filter: drop-shadow(0px 0px 16px rgba(232, 241, 136, 0.8));
          filter: drop-shadow(0px 0px 16px rgba(232, 241, 136, 0.8));
}

@media screen and (max-width: 1300px) {
  main .start .circuit-wrapper {
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
}

main .start .content-menu {
  padding: 20px;
  background: rgba(33, 33, 33, 0.5);
  -webkit-backdrop-filter: blur(24.5px);
          backdrop-filter: blur(24.5px);
  position: -webkit-sticky;
  position: sticky;
  z-index: 99999;
  top: 100px;
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 2;
  grid-column: 2;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1300px) {
  main .start .content-menu {
    position: fixed;
    top: 220px;
    left: 0;
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
    margin: 0 20px;
  }
}

@media screen and (max-width: 800px) {
  main .start .content-menu {
    max-height: 50vh !important;
    overflow-y: auto;
    max-width: 100%;
  }
}

main .start .content-menu.active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

main .start .content-menu li {
  font-size: 24px;
  line-height: 29px;
  text-align: justify;
  color: #ffffff;
  list-style-type: none;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
          filter: drop-shadow(0px 0px 0px rgba(255, 255, 255, 0));
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

@media screen and (max-width: 1450px) {
  main .start .content-menu li {
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 800px) {
  main .start .content-menu li {
    font-size: 18px;
    line-height: 22px;
  }
}

main .start .content-menu li:hover {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9));
          filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.9));
}

.active-li {
  -webkit-filter: drop-shadow(0px 0px 10px white) !important;
          filter: drop-shadow(0px 0px 10px white) !important;
}

.leader-line {
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column: 1;
  grid-column: 1;
  z-index: 100;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(209, 87, 65, 0.548));
          filter: drop-shadow(0px 0px 16px rgba(209, 87, 65, 0.548));
}

.text-element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: linear-gradient(131.17deg, #e4b9ff 0%, #b6fff2 227.28%);
  padding: 10px;
  position: relative;
  overflow-y: auto;
}

.text-element p {
  font-weight: 450;
  font-size: 24px !important;
  line-height: 26px !important;
  text-align: left !important;
  color: #000000 !important;
  margin: 0 !important;
}

@media screen and (max-width: 1450px) {
  .text-element p {
    font-size: 20px !important;
    line-height: 22px !important;
  }
}

@media screen and (max-width: 1010px) {
  .text-element p {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}

.text-element .num-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  width: calc(100% - 20px);
  margin: 10px;
}

.text-element .num-icons h4 {
  font-style: normal;
  font-weight: 750;
  font-size: 96px;
  line-height: 96px;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.19);
}

.text-element .num-icons img {
  width: 70px;
}

@media screen and (max-width: 1550px) {
  .text-element .num-icons img {
    width: 60px;
  }
}

@media screen and (max-width: 1450px) {
  .text-element .num-icons img {
    width: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .text-element .num-icons img {
    width: 45px;
    opacity: 0.6;
  }
}

@media screen and (max-width: 875px) {
  .text-element .num-icons img {
    width: 35px;
    opacity: 0.3;
  }
}

.medium-zoom-overlay {
  z-index: 999999;
}

.medium-zoom-image--opened {
  z-index: 1999999;
  -o-object-fit: contain;
     object-fit: contain;
}
/*# sourceMappingURL=service.css.map */