@charset "UTF-8";
.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.about__header {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 20px;
}
.about__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  width: 1100px;
}
.about__desc {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.about__timeline {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.about {
  /* Линия через псевдоэлемент */
}
.about__timeline::before {
  content: "";
  position: absolute;
  top: 75px;
  left: 25px;
  right: 0px;
  height: 9px;
  background: #2E3465;
  border-radius: 4px;
  z-index: 2;
}
.about__item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 120px;
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
}
.about__item-text {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin-right: auto;
  text-align: left;
}
.about__item-dot {
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' fill='%232E3465'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
}
.about__item-year {
  margin: 0;
  color: #000;
  font-size: 31.9px;
  font-weight: 600;
  line-height: 32px;
  margin-right: auto;
}

.advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.advantages__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.advantages__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advantages__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
  min-width: 250px;
  padding: 32px;
  background: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.advantages__content {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 12px;
  width: 100%;
}
.advantages__description {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-weight: 300;
}
.advantages__subtitle {
  margin: 0;
  color: #000;
  font-size: 31.9px;
  font-weight: 600;
  line-height: 32px;
}
.advantages__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.advantages__icon {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.advantages__icon--arrowstar {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M90.9217 49.5919C91.7806 49.7182 92.4628 50.2993 92.7407 51.1077C92.9933 51.9414 92.7659 52.8256 92.1849 53.4319L77.8101 67.655L81.1195 87.6887C81.2711 88.5224 80.9174 89.3814 80.2353 89.8866C79.5531 90.3919 78.6438 90.4677 77.8859 90.0635L59.9995 80.7161L42.1132 90.0635C41.3553 90.4677 40.4459 90.3919 39.7638 89.8866C39.0817 89.3814 38.7279 88.5224 38.8795 87.6887L42.189 67.655L27.8142 53.4319C27.2332 52.8256 27.0058 51.9414 27.2584 51.1077C27.5363 50.2993 28.2184 49.7182 29.0774 49.5919L48.9848 46.5603L58.0038 28.3961C58.3828 27.6382 59.1406 27.1582 59.9995 27.1582C60.8585 27.1582 61.6163 27.6382 61.9952 28.3961L71.0143 46.5603L90.9217 49.5919Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M59.9998 25.2627C61.5889 25.2627 62.9959 26.1594 63.6902 27.5479C63.691 27.5495 63.6919 27.551 63.6927 27.5525L72.2736 44.8346L91.2072 47.7179H91.2069C92.7275 47.9449 93.9516 48.9624 94.4835 50.3549L94.5329 50.491L94.5544 50.5576C95.0092 52.0588 94.5986 53.6512 93.5531 54.7421C93.5415 54.7542 93.5298 54.7663 93.5179 54.7781L79.8395 68.3119L82.9893 87.3791H82.9886C83.2598 88.9365 82.598 90.4937 81.3635 91.4083C80.1063 92.3395 78.4187 92.4868 77.0087 91.7417V91.742L59.9998 82.853L42.9912 91.742L42.9908 91.7417C41.5809 92.4867 39.8936 92.3395 38.6364 91.4083C37.4018 90.4937 36.7398 88.9365 37.0109 87.3791H37.0106L40.16 68.3119L26.482 54.7781C26.4701 54.7663 26.458 54.7543 26.4464 54.7421C25.4009 53.6512 24.9906 52.0588 25.4455 50.5576L25.467 50.491C25.9695 49.0292 27.2228 47.9524 28.7923 47.7179L47.7259 44.8346L56.3072 27.5525L56.3093 27.5479C57.0036 26.1594 58.4107 25.2627 59.9998 25.2627ZM59.9998 29.0522C59.9275 29.0522 59.8705 29.0713 59.8249 29.0997C59.7785 29.1288 59.7329 29.1746 59.6988 29.2428L50.6822 47.4021C50.4076 47.9552 49.8807 48.3397 49.2703 48.4327L29.3629 51.4644C29.3597 51.4649 29.3565 51.4654 29.3534 51.4658C29.2207 51.4853 29.1203 51.5584 29.0644 51.6889C29.0293 51.8425 29.0722 52.0006 29.1772 52.114L43.522 66.3076C43.9587 66.7398 44.1588 67.3568 44.0587 67.963L40.7493 87.9966C40.7476 88.0067 40.7458 88.0169 40.744 88.0269C40.7258 88.1269 40.7704 88.2734 40.892 88.3635C40.9948 88.4396 41.119 88.4459 41.2219 88.391L41.236 88.3836L59.1222 79.0361C59.6719 78.7488 60.3276 78.7488 60.8773 79.0361L78.7639 88.3836L78.778 88.391C78.8809 88.4458 79.0051 88.4396 79.1078 88.3635C79.2295 88.2734 79.274 88.1269 79.2559 88.0269C79.254 88.0169 79.2522 88.0067 79.2506 87.9966L75.9411 67.963C75.841 67.3568 76.0411 66.7398 76.4779 66.3076L90.8206 52.1157C90.9269 52.0022 90.9705 51.8434 90.9351 51.6889C90.8793 51.5585 90.7791 51.4854 90.6465 51.4658C90.6434 51.4654 90.6401 51.4649 90.637 51.4644L70.7292 48.4327C70.1189 48.3397 69.5922 47.9551 69.3177 47.4021L60.3007 29.2425C60.2667 29.1744 60.2213 29.1287 60.1749 29.0997C60.1294 29.0713 60.072 29.0522 59.9998 29.0522Z' fill='%23C20E1A'/%3E%3Cpath d='M116.21 60.0002C116.21 58.9538 117.058 58.1055 118.105 58.1055C119.151 58.1055 120 58.9538 120 60.0002C120 93.1309 93.1303 120 59.9997 120C39.4417 120 21.3101 109.666 10.5127 93.9134C9.92112 93.0503 10.1412 91.8712 11.0044 91.2796C11.8675 90.688 13.0466 90.9081 13.6382 91.7712C23.7586 106.536 40.7429 116.211 59.9997 116.211C91.0374 116.211 116.21 91.038 116.21 60.0002Z' fill='%23C20E1A'/%3E%3Cpath d='M0 60C0 26.8694 26.8694 0 60 0C80.5579 0 98.6895 10.334 109.487 26.0868C110.079 26.95 109.858 28.129 108.995 28.7206C108.132 29.3122 106.953 29.0921 106.361 28.229C96.241 13.4639 79.2568 3.78947 60 3.78947C28.9622 3.78947 3.78947 28.9622 3.78947 60C3.78947 61.0464 2.94117 61.8947 1.89474 61.8947C0.848303 61.8947 0 61.0464 0 60Z' fill='%23C20E1A'/%3E%3Cpath d='M106.105 12.0002C106.105 10.9538 106.953 10.1055 108 10.1055C109.046 10.1055 109.895 10.9538 109.895 12.0002V27.1581C109.895 28.2045 109.046 29.0528 108 29.0528H92.842C91.7956 29.0528 90.9473 28.2045 90.9473 27.1581C90.9473 26.1117 91.7956 25.2634 92.842 25.2634H106.105V12.0002Z' fill='%23C20E1A'/%3E%3Cpath d='M10.1055 108V92.842C10.1055 91.7956 10.9538 90.9473 12.0002 90.9473H27.1581C28.2045 90.9473 29.0528 91.7956 29.0528 92.842C29.0528 93.8884 28.2045 94.7367 27.1581 94.7367H13.8949V108C13.8949 109.046 13.0466 109.895 12.0002 109.895C10.9538 109.895 10.1055 109.046 10.1055 108Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.advantages__icon--calendarstar {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.6314 12H110.526C114.72 12 118.105 15.3853 118.105 19.5789V32.2105H1.89453V19.5789C1.89453 15.3853 5.27979 12 9.47348 12H24.6314Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M87.6885 67.5029C87.9159 68.185 87.739 68.9176 87.2337 69.4229L75.0821 81.3977L77.8864 98.1976C77.9874 98.9303 77.7095 99.6376 77.1284 100.067C76.5474 100.471 75.7643 100.547 75.1327 100.193L60 92.3619L44.8673 100.193C44.2358 100.547 43.4527 100.471 42.8716 100.067C42.2906 99.6376 42.0126 98.9303 42.1137 98.1976L44.9179 81.3977L32.7664 69.4229C32.2611 68.9176 32.0842 68.185 32.3115 67.5029C32.5136 66.8208 33.12 66.3155 33.8274 66.2145L50.6779 63.6629L58.3074 48.4292C58.6358 47.7724 59.2927 47.3682 60 47.3682C60.7074 47.3682 61.3642 47.7724 61.6926 48.4292L69.3222 63.6629L86.1727 66.2145C86.88 66.3155 87.4864 66.8208 87.6885 67.5029Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M116.211 19.5792C116.211 16.4319 113.674 13.8949 110.526 13.8949H9.47368C6.32643 13.8949 3.78947 16.4319 3.78947 19.5792V110.527C3.78947 113.674 6.32643 116.211 9.47368 116.211H110.526C113.674 116.211 116.211 113.674 116.211 110.527V19.5792ZM120 110.527C120 115.767 115.766 120 110.526 120H9.47368C4.23357 120 0 115.767 0 110.527V19.5792C0 14.339 4.23357 10.1055 9.47368 10.1055H110.526C115.766 10.1055 120 14.339 120 19.5792V110.527Z' fill='%23C20E1A'/%3E%3Cpath d='M118.105 30.3154C119.152 30.3154 120 31.1637 120 32.2102C120 33.2566 119.152 34.1049 118.105 34.1049H1.89474C0.848303 34.1049 0 33.2566 0 32.2102C0 31.1637 0.848303 30.3154 1.89474 30.3154H118.105Z' fill='%23C20E1A'/%3E%3Cpath d='M93.4736 19.5789V1.89474C93.4736 0.848303 94.3219 0 95.3684 0C96.4148 0 97.2631 0.848303 97.2631 1.89474V19.5789C97.2631 20.6254 96.4148 21.4737 95.3684 21.4737C94.3219 21.4737 93.4736 20.6254 93.4736 19.5789Z' fill='%23C20E1A'/%3E%3Cpath d='M22.7373 19.5789V1.89474C22.7373 0.848303 23.5856 0 24.632 0C25.6785 0 26.5268 0.848303 26.5268 1.89474V19.5789C26.5268 20.6254 25.6785 21.4737 24.632 21.4737C23.5856 21.4737 22.7373 20.6254 22.7373 19.5789Z' fill='%23C20E1A'/%3E%3Cpath d='M60.1348 45.4761C61.518 45.5255 62.7631 46.3339 63.3871 47.5809L70.5766 61.9366L86.4405 64.3389C86.4428 64.3392 86.4456 64.3396 86.4479 64.3399L86.4567 64.3413C87.8389 64.5447 89.0496 65.5189 89.4863 66.904L89.5268 67.0326C89.9194 68.3647 89.5508 69.7858 88.5738 70.7629C88.5705 70.7661 88.5672 70.7695 88.5639 70.7727L77.113 82.0566L79.7557 97.8859L79.7638 97.9391C79.9528 99.3101 79.4317 100.721 78.255 101.591C78.2404 101.602 78.2258 101.612 78.2109 101.623C77.1094 102.389 75.5757 102.583 74.2621 101.876L60.0001 94.4954L45.7385 101.876L45.7382 101.876C44.4247 102.583 42.8915 102.389 41.7901 101.623C41.7752 101.612 41.7603 101.602 41.7457 101.591C40.5689 100.721 40.0482 99.3101 40.2372 97.9391L40.245 97.8859L42.8872 82.0566L31.4367 70.7727C31.4334 70.7695 31.4301 70.7661 31.4268 70.7629C30.4183 69.7543 30.0582 68.2725 30.5144 66.904C30.952 65.5161 32.1671 64.5406 33.5528 64.3399L49.4237 61.9366L56.6135 47.5809C57.2577 46.2936 58.5639 45.4736 60.0005 45.4736L60.1348 45.4761ZM52.3722 64.5116C52.0965 65.0621 51.5705 65.4443 50.9617 65.5365L34.1139 68.0875C34.1136 68.0882 34.1134 68.0889 34.1132 68.0896L46.2481 80.0484C46.6876 80.4814 46.8886 81.1012 46.787 81.7098L43.99 98.4653C43.9878 98.4861 43.9879 98.5023 43.9893 98.5143C43.9917 98.513 43.9943 98.512 43.9967 98.5108L59.1296 90.6795L59.2332 90.6298C59.7566 90.3979 60.3594 90.4145 60.8714 90.6795L76.0039 98.5108C76.0062 98.512 76.0086 98.5131 76.011 98.5143C76.0123 98.5028 76.0125 98.4876 76.0106 98.4681L73.2136 81.7098C73.112 81.1013 73.3131 80.4814 73.7525 80.0484L85.8871 68.0896C85.8869 68.0889 85.887 68.0881 85.8868 68.0875L69.0389 65.5365C68.4302 65.4443 67.9041 65.0621 67.6284 64.5116L60.0001 49.2807L52.3722 64.5116Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.advantages__icon--mailstar {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.6615 38.4001C82.8383 38.9559 82.6868 39.5622 82.2826 39.9664L72.329 49.6422L74.6278 63.259C74.7288 63.84 74.4762 64.4211 73.9962 64.7495C73.5415 65.1032 72.9099 65.1537 72.3794 64.8758L60.0005 58.5095L47.6217 64.8758C47.0912 65.1537 46.4596 65.1032 46.0049 64.7495C45.5249 64.4211 45.2723 63.84 45.3733 63.259L47.6721 49.6422L37.7185 39.9664C37.3143 39.5622 37.1627 38.9559 37.3396 38.4001C37.5164 37.8443 37.9965 37.4401 38.5775 37.3643L52.3711 35.2928L58.611 22.9644C58.8637 22.4339 59.4195 22.1055 60.0005 22.1055C60.5816 22.1055 61.1374 22.4339 61.39 22.9644L67.63 35.2928L81.4235 37.3643C82.0046 37.4401 82.4847 37.8443 82.6615 38.4001Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M59.9998 20.2109C61.2514 20.2109 62.4849 20.9037 63.0791 22.1088H63.0798L68.8778 33.5646L81.7042 35.4907L81.7039 35.4911C82.961 35.6686 84.0036 36.5279 84.4268 37.7093L84.4663 37.826L84.5009 37.9416C84.8372 39.1422 84.4968 40.4311 83.6215 41.3063C83.6152 41.3126 83.6089 41.3192 83.6025 41.3254L74.3618 50.3074L76.4955 62.9438H76.4951C76.718 64.2464 76.1607 65.537 75.1104 66.2811C74.0532 67.0735 72.6519 67.1516 71.512 66.5602V66.5609L59.9998 60.6403L48.4876 66.5609L48.4873 66.5606C47.3484 67.1511 45.9488 67.0738 44.892 66.2836C43.8373 65.5381 43.2786 64.2416 43.5059 62.9346L45.6374 50.3074L36.3971 41.3254C36.3907 41.3192 36.3844 41.3127 36.3781 41.3063C35.4746 40.4029 35.1411 39.0589 35.5333 37.826L35.5727 37.7093C35.996 36.528 37.0384 35.6687 38.2954 35.4911V35.4907L51.1214 33.5646L56.9198 22.1088H56.9202C57.5143 20.9036 58.7481 20.2109 59.9998 20.2109ZM54.0608 36.1487C53.7837 36.6962 53.2585 37.0754 52.6517 37.1666L39.5754 39.1304L48.992 48.2836C49.4385 48.7177 49.6433 49.3437 49.5397 49.9577L47.3581 62.88L59.1331 56.8247C59.677 56.545 60.3226 56.545 60.8664 56.8247L72.6415 62.8804L70.4599 49.9577C70.3563 49.3437 70.5611 48.7177 71.0076 48.2836L80.4238 39.1304L67.3479 37.1666C66.7411 37.0754 66.2159 36.6962 65.9388 36.1487L59.9998 24.4149L54.0608 36.1487Z' fill='%23C20E1A'/%3E%3Cpath d='M58.8969 0.353913C59.5777 -0.133677 60.5028 -0.117433 61.1673 0.40255L119.272 45.876C119.731 46.2351 119.999 46.7856 119.999 47.3683V118.105C119.999 119.151 119.151 119.999 118.105 119.999H1.89473C0.848298 119.999 0 119.151 0 118.105V47.3683C0 46.7856 0.268211 46.2351 0.727088 45.876L58.8321 0.40255L58.8969 0.353913ZM3.78946 48.2913V116.21H116.21V48.2913L59.9997 4.30056L3.78946 48.2913Z' fill='%23C20E1A'/%3E%3Cpath d='M117.07 45.7815C117.946 45.2099 119.12 45.457 119.692 46.3335C120.264 47.2099 120.016 48.384 119.14 48.9556L61.0351 86.8502C60.406 87.2604 59.5939 87.2604 58.9648 86.8502L0.859835 48.9556C-0.016613 48.384 -0.263706 47.2099 0.307911 46.3335C0.879557 45.457 2.0536 45.2099 2.93008 45.7815L59.9999 83.0008L117.07 45.7815Z' fill='%23C20E1A'/%3E%3Cpath d='M73.5669 89.2865C74.1354 88.408 75.3087 88.1566 76.1873 88.7251L119.134 116.514C120.013 117.083 120.264 118.256 119.696 119.135C119.127 120.013 117.954 120.265 117.075 119.696L74.1283 91.9069C73.2498 91.3384 72.9984 90.1651 73.5669 89.2865Z' fill='%23C20E1A'/%3E%3Cpath d='M43.8128 88.7251C44.6913 88.1566 45.8647 88.408 46.4332 89.2865C47.0017 90.1651 46.7503 91.3384 45.8717 91.9069L2.92459 119.696C2.04605 120.265 0.872669 120.013 0.304184 119.135C-0.26428 118.256 -0.0128907 117.083 0.865624 116.514L43.8128 88.7251Z' fill='%23C20E1A'/%3E%3Cpath d='M96.3183 0.843915C96.8988 -0.0267668 98.0751 -0.26203 98.9458 0.318424C99.8164 0.898878 100.052 2.0752 99.4712 2.94588L94.4186 10.5248C93.8382 11.3955 92.6619 11.6307 91.7912 11.0503C90.9205 10.4698 90.6852 9.29351 91.2657 8.42283L96.3183 0.843915Z' fill='%23C20E1A'/%3E%3Cpath d='M21.0549 0.318424C21.9255 -0.26203 23.1019 -0.0267668 23.6823 0.843915L28.7349 8.42283C29.3154 9.29351 29.0801 10.4698 28.2094 11.0503C27.3387 11.6307 26.1624 11.3955 25.582 10.5248L20.5294 2.94588C19.9489 2.0752 20.1842 0.898879 21.0549 0.318424Z' fill='%23C20E1A'/%3E%3Cpath d='M117.054 18.003C117.924 17.4225 119.101 17.6578 119.681 18.5285C120.262 19.3992 120.026 20.5755 119.156 21.1559L111.577 26.2085C110.706 26.789 109.53 26.5537 108.949 25.6831C108.369 24.8124 108.604 23.6361 109.475 23.0556L117.054 18.003Z' fill='%23C20E1A'/%3E%3Cpath d='M0.318424 18.5285C0.898879 17.6578 2.0752 17.4225 2.94588 18.003L10.5248 23.0556C11.3955 23.6361 11.6307 24.8124 11.0503 25.6831C10.4698 26.5537 9.29351 26.789 8.42283 26.2085L0.843915 21.1559C-0.0267668 20.5755 -0.26203 19.3992 0.318424 18.5285Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}
.advantages__icon--speakerstar {
  background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M60.815 79.3387L65.5917 88.7289H53.7549L58.5316 79.3387C58.7413 78.896 59.184 78.6396 59.6733 78.6396C60.1626 78.6396 60.582 78.896 60.815 79.3387Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M78.2442 91.8974C78.4073 92.3401 78.2675 92.8527 77.9413 93.179L69.786 101.055L71.6501 112.146C71.7433 112.612 71.5336 113.078 71.1608 113.357C70.7647 113.637 70.2521 113.66 69.8093 113.451L59.6735 108.278L49.5144 113.451C49.095 113.66 48.5824 113.637 48.1863 113.357C47.7902 113.078 47.6037 112.612 47.6736 112.146L49.561 101.055L41.4057 93.179C41.0562 92.8527 40.9397 92.3401 41.1028 91.8974C41.2426 91.4547 41.6388 91.1285 42.1048 91.0586L53.4289 89.3809L53.7551 88.7285H65.5919L65.9181 89.3809L77.219 91.0586C77.7083 91.1285 78.1044 91.4547 78.2442 91.8974Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M113.545 100.892C113.662 101.265 113.568 101.661 113.312 101.917L107.207 108.232L108.605 117.086C108.652 117.459 108.512 117.832 108.233 118.065C107.93 118.274 107.534 118.321 107.231 118.134L99.6114 114.01L91.9921 118.134C91.6892 118.321 91.2931 118.274 90.9901 118.065C90.7105 117.832 90.5707 117.459 90.6173 117.086L92.0153 108.232L85.9106 101.917C85.6543 101.661 85.561 101.265 85.6775 100.892C85.794 100.542 86.0969 100.263 86.4465 100.216L94.9279 98.888L98.7492 90.8493C98.9123 90.4997 99.2386 90.29 99.6114 90.29C99.9842 90.29 100.31 90.4997 100.474 90.8493L104.295 98.888L112.776 100.216C113.126 100.263 113.429 100.542 113.545 100.892Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M34.3226 100.892C34.4391 101.265 34.3458 101.661 34.0895 101.917L27.9848 108.232L29.3828 117.086C29.4294 117.459 29.2896 117.832 29.01 118.065C28.7071 118.274 28.3109 118.321 28.008 118.134L20.3887 114.01L12.7694 118.134C12.4665 118.321 12.0704 118.274 11.7675 118.065C11.4879 117.832 11.348 117.459 11.3946 117.086L12.7927 108.232L6.68792 101.917C6.43162 101.661 6.33835 101.265 6.45485 100.892C6.57136 100.542 6.87428 100.263 7.2238 100.216L15.7053 98.888L19.5266 90.8493C19.6897 90.4997 20.0159 90.29 20.3887 90.29C20.7615 90.29 21.0878 90.4997 21.2509 90.8493L25.0722 98.888L33.5537 100.216C33.9032 100.263 34.2061 100.542 34.3226 100.892Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M63.4951 1.74707C66.7106 1.74707 69.3203 4.35675 69.3203 7.57225C69.3203 10.0188 67.8057 12.1159 65.662 12.978L54.0117 17.6382C53.336 17.9178 52.6136 18.0576 51.8447 18.0576C49.7476 18.0576 47.9069 16.9391 46.9049 15.2848C46.3457 14.3994 46.0195 13.3508 46.0195 12.2324C46.0195 9.78582 47.5341 7.68875 49.6777 6.82663L61.3281 2.16648C62.0038 1.88687 62.7262 1.74707 63.4951 1.74707Z' fill='%23C20E1A' fill-opacity='0.2'/%3E%3Cpath d='M94.9515 34.9512C95.9166 34.9512 96.6991 35.7336 96.6991 36.6987V48.3491C96.6991 49.3142 95.9166 50.0966 94.9515 50.0966H25.0493C24.0842 50.0966 23.3018 49.3142 23.3018 48.3491V36.6987C23.3018 35.7336 24.0842 34.9512 25.0493 34.9512H94.9515ZM26.7969 46.6015H93.2039V38.4463H26.7969V46.6015Z' fill='%23C20E1A'/%3E%3Cpath d='M88.5546 48.1492C88.6653 47.1904 89.5323 46.5027 90.4911 46.6132C91.4498 46.7239 92.1376 47.5909 92.027 48.5496L87.3668 88.93C87.2562 89.8887 86.3892 90.5762 85.4304 90.4656C84.4716 90.355 83.7838 89.488 83.8945 88.5292L88.5546 48.1492Z' fill='%23C20E1A'/%3E%3Cpath d='M29.5085 46.6132C30.4673 46.5027 31.3343 47.1904 31.445 48.1492L36.1051 88.5292C36.2158 89.488 35.528 90.355 34.5692 90.4656C33.6104 90.5762 32.7434 89.8887 32.6328 88.93L27.9726 48.5496C27.862 47.5909 28.5498 46.7239 29.5085 46.6132Z' fill='%23C20E1A'/%3E%3Cpath d='M67.5722 7.57274C67.5722 5.32238 65.7449 3.49511 63.4946 3.49511C62.9429 3.49511 62.4488 3.59435 61.9957 3.78182C61.9894 3.78444 61.9829 3.78707 61.9765 3.78962L50.3294 8.44846L50.1893 8.50763C48.7578 9.14639 47.7666 10.5793 47.7666 12.2329C47.7666 13.0075 47.9918 13.7343 48.3819 14.352C48.3878 14.3612 48.3935 14.3706 48.3992 14.3799C49.0954 15.5296 50.3793 16.3105 51.8442 16.3105C52.3959 16.3105 52.89 16.2113 53.3431 16.0238L53.3623 16.016L65.0094 11.3572C66.5159 10.7513 67.5722 9.27969 67.5722 7.57274ZM71.0673 7.57274C71.0673 10.7589 69.0944 13.4816 66.3136 14.6L66.3106 14.601L54.6603 19.2611L54.6599 19.2608C53.7672 19.6272 52.8234 19.8056 51.8442 19.8056C49.1268 19.8056 46.7384 18.3619 45.4271 16.2182C45.4226 16.2112 45.4182 16.2041 45.4138 16.1971C45.4124 16.1949 45.4109 16.1928 45.4095 16.1906L45.4099 16.1902C44.6923 15.043 44.2715 13.6833 44.2715 12.2329C44.2715 9.04668 46.2444 6.32399 49.0252 5.20561L49.0282 5.20463L60.6785 0.544486V0.544811C61.5713 0.17834 62.5153 0 63.4946 0C67.6752 0 71.0673 3.39209 71.0673 7.57274Z' fill='%23C20E1A'/%3E%3Cpath d='M34.9521 36.6983V24.6985C34.9521 21.4031 36.8179 18.3749 39.7862 16.8907L46.124 13.722C46.9873 13.2904 48.0368 13.6402 48.4684 14.5034C48.9 15.3667 48.5501 16.4162 47.6869 16.8478L41.3491 20.0169C39.5641 20.9094 38.4473 22.728 38.4473 24.6985V36.6983C38.4472 37.6634 37.6648 38.4458 36.6997 38.4458C35.7346 38.4458 34.9522 37.6634 34.9521 36.6983Z' fill='%23C20E1A'/%3E%3Cpath d='M59.6734 76.8926C60.7917 76.8926 61.7709 77.4842 62.3106 78.4324L62.3617 78.5254L62.3727 78.5468L67.0728 87.7865L77.4658 89.3293C78.5585 89.4854 79.5267 90.2242 79.8947 91.3252C80.2997 92.4639 79.927 93.6656 79.177 94.4156C79.1698 94.4227 79.1625 94.4297 79.1552 94.4367L71.6618 101.673L73.3726 111.853C73.5889 113.039 73.0416 114.132 72.2092 114.756C72.1958 114.766 72.1823 114.776 72.1686 114.786C71.2062 115.465 70.0147 115.482 69.0613 115.031C69.0457 115.023 69.0301 115.016 69.0148 115.008L59.6727 110.24L50.3072 115.009C50.3035 115.011 50.2996 115.012 50.2959 115.014C49.3308 115.497 48.1276 115.456 47.1785 114.786C46.2231 114.111 45.7809 112.982 45.9452 111.887C45.9469 111.876 45.9488 111.865 45.9507 111.853L47.683 101.671L40.1915 94.4367L40.1918 94.4364C39.349 93.6335 39.0718 92.4119 39.4474 91.3388C39.8069 90.246 40.7636 89.4935 41.8454 89.3312L41.8487 89.3306L52.2739 87.7862L56.974 78.5468V78.5472C57.5058 77.4695 58.5841 76.8926 59.6734 76.8926ZM55.3178 89.5107L54.9918 90.1634C54.7367 90.6734 54.249 91.0267 53.685 91.1103L43.3619 92.6394L50.775 99.7984C51.1902 100.199 51.3806 100.78 51.2837 101.349L49.5619 111.466L58.8805 106.721L58.9751 106.677C59.4527 106.469 60.0005 106.484 60.4678 106.722L69.7634 111.466L68.0627 101.345C67.9672 100.777 68.1577 100.198 68.572 99.7984L75.9819 92.6424L65.6614 91.1103C65.0976 91.0266 64.6099 90.6732 64.355 90.1634L64.0341 89.5217L59.6734 80.9491L55.3178 89.5107Z' fill='%23C20E1A'/%3E%3Cpath d='M99.6113 88.543C100.679 88.543 101.608 89.1593 102.052 90.0997L105.477 97.3048L113.047 98.49L113.046 98.4903C114.135 98.6522 114.912 99.4667 115.203 100.34C115.207 100.35 115.21 100.361 115.213 100.371C115.508 101.315 115.297 102.387 114.568 103.132L114.569 103.132L109.069 108.82L110.332 116.814L110.339 116.87C110.455 117.798 110.115 118.771 109.351 119.408C109.311 119.441 109.27 119.472 109.227 119.502C108.504 120.003 107.384 120.241 106.38 119.662L99.6113 115.998L92.8463 119.659C91.8409 120.241 90.7199 120.003 89.9955 119.502C89.9528 119.472 89.9112 119.441 89.8713 119.408C89.1078 118.771 88.7671 117.798 88.8831 116.87C88.8855 116.851 88.8883 116.832 88.8913 116.814L90.1528 108.82L84.654 103.132L84.6544 103.132C83.9256 102.387 83.7146 101.315 84.0094 100.371L84.0195 100.34C84.3104 99.4669 85.0871 98.6523 86.176 98.4903V98.49L93.7455 97.3048L97.171 90.0994C97.6149 89.1591 98.5441 88.543 99.6113 88.543ZM96.5063 99.6388C96.2584 100.16 95.7687 100.526 95.1982 100.615L88.1491 101.719L93.2719 107.017C93.6532 107.412 93.8271 107.963 93.7416 108.505L92.5853 115.826L98.7794 112.474C99.2984 112.193 99.9242 112.193 100.443 112.474L106.637 115.826L105.481 108.505C105.396 107.963 105.57 107.412 105.951 107.017L111.073 101.719L104.024 100.615C103.454 100.526 102.965 100.16 102.717 99.6388L99.6113 93.1062L96.5063 99.6388Z' fill='%23C20E1A'/%3E%3Cpath d='M20.3886 88.543C21.456 88.543 22.385 89.1593 22.8289 90.0997L26.2541 97.3048L33.8239 98.49L33.8236 98.4903C34.9127 98.6522 35.6894 99.4667 35.9804 100.34C35.9839 100.35 35.9872 100.361 35.9905 100.371C36.2853 101.315 36.0744 102.387 35.3456 103.132L35.3459 103.132L29.8468 108.82L31.109 116.814L31.1168 116.87C31.2328 117.798 30.8922 118.771 30.1286 119.408C30.0887 119.441 30.0474 119.472 30.0047 119.502C29.2812 120.003 28.1618 120.241 27.1572 119.662L20.3886 115.998L13.6237 119.659C12.6182 120.241 11.4972 120.003 10.7729 119.502C10.7302 119.472 10.6886 119.441 10.6487 119.408C9.8851 118.771 9.54447 117.798 9.66048 116.87C9.66281 116.851 9.66569 116.832 9.66861 116.814L10.9302 108.82L5.43137 103.132L5.4317 103.132C4.70295 102.387 4.49199 101.315 4.78677 100.371L4.79685 100.34C5.08779 99.4669 5.86445 98.6523 6.95333 98.4903V98.49L14.5228 97.3048L17.9484 90.0994C18.3923 89.1591 19.3214 88.543 20.3886 88.543ZM17.2836 99.6388C17.0357 100.16 16.546 100.526 15.9755 100.615L8.92648 101.719L14.0492 107.017C14.4305 107.412 14.6045 107.963 14.5189 108.505L13.3627 115.826L19.5568 112.474C20.0757 112.193 20.7015 112.193 21.2205 112.474L27.4146 115.826L26.2587 108.505C26.1731 107.963 26.347 107.412 26.7284 107.017L31.8508 101.719L24.8017 100.615C24.2313 100.526 23.7419 100.16 23.494 99.6388L20.3886 93.1062L17.2836 99.6388Z' fill='%23C20E1A'/%3E%3C/svg%3E%0A");
}

.map-section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.map-section__title {
  margin: 0 0 40px;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.map-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0 20px 40px rgba(20, 20, 22, 0.1);
          box-shadow: 0 20px 40px rgba(20, 20, 22, 0.1);
  overflow: hidden;
  min-height: 498px;
}
.map-section__map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #e5e5e5;
  position: relative;
  min-height: 300px;
  border-radius: 24px;
}
.map-section__map-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.map-section__map-controls {
  position: absolute;
  right: 16px;
  top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.map-section__map-btn {
  width: 48px;
  height: 48px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.map-section__map-btn:hover {
  background: #f0f0f0;
}
.map-section__map-btn--location {
  position: absolute;
  left: 16px;
  bottom: 16px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 12px;
  cursor: pointer;
}
.map-section__filters {
  width: 368px;
  padding: 48px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.map-section .filters__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.map-section .filters__label {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  margin: 0;
}
.map-section .filters__select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding: 13px 12px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 400;
}
.map-section .filters__select-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.25);
}
.map-section .filters__select-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 11px;
  margin-left: 10px;
}
.map-section .filters__checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 4px;
}
.map-section .filters__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
}
.map-section .filters__checkbox-input {
  display: none;
}
.map-section .filters__checkbox-custom {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #2E3465;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.map-section .filters__checkbox-custom--checked::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.97953 8.31344C3.17479 8.11818 3.49137 8.11818 3.68664 8.31344L5.99975 10.6266L12.3129 4.31344C12.5081 4.11818 12.8247 4.11818 13.02 4.31344C13.2152 4.5087 13.2152 4.82528 13.02 5.02055L6.3533 11.6872C6.15804 11.8825 5.84146 11.8825 5.6462 11.6872L2.97953 9.02055C2.78427 8.82528 2.78427 8.5087 2.97953 8.31344Z' fill='white'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.map-section .filters__checkbox-label {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.map-section {
  /* Иконки через background-image */
}
.map-section .icon {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.map-section--pin {
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M7.00035 0.583008C5.96238 0.583555 4.94786 0.891702 4.08493 1.46853C3.22199 2.04535 2.54936 2.86497 2.152 3.82387C1.75463 4.78277 1.65035 5.83792 1.85234 6.85604C2.05433 7.87417 2.55352 8.8096 3.28685 9.54417C4.23769 10.495 6.47535 11.8705 6.60777 13.3154C6.6276 13.5313 6.78452 13.708 7.00035 13.708C7.21619 13.708 7.37369 13.5313 7.39294 13.3154C7.52535 11.8705 9.76127 10.4973 10.7115 9.54709C11.4457 8.81281 11.9457 7.87734 12.1484 6.85893C12.351 5.84053 12.2472 4.78491 11.85 3.82551C11.4528 2.86611 10.7801 2.046 9.91686 1.46886C9.05366 0.891713 8.03872 0.58344 7.00035 0.583008ZM7.00035 7.62909C6.76449 7.62909 6.53093 7.58263 6.31302 7.49237C6.09511 7.40211 5.89711 7.26981 5.73033 7.10303C5.56355 6.93625 5.43125 6.73825 5.34099 6.52034C5.25073 6.30243 5.20427 6.06887 5.20427 5.83301C5.20427 5.59714 5.25073 5.36359 5.34099 5.14568C5.43125 4.92777 5.56355 4.72977 5.73033 4.56299C5.89711 4.3962 6.09511 4.2639 6.31302 4.17364C6.53093 4.08338 6.76449 4.03692 7.00035 4.03692C7.47671 4.03692 7.93355 4.22615 8.27038 4.56299C8.60721 4.89982 8.79644 5.35666 8.79644 5.83301C8.79644 6.30936 8.60721 6.7662 8.27038 7.10303C7.93355 7.43986 7.47671 7.62909 7.00035 7.62909Z' fill='%23FF4433'/%3E%3C/svg%3E");
}
.map-section--plus {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 5.992C11 5.455 11.448 5 12 5C12.556 5 13 5.444 13 5.992V11H18.008C18.545 11 19 11.448 19 12C19 12.556 18.556 13 18.008 13H13V18.008C13 18.545 12.552 19 12 19C11.444 19 11 18.556 11 18.008V13H5.992C5.455 13 5 12.552 5 12C5 11.444 5.444 11 5.992 11H11V5.992Z' fill='%234D4D4D'/%3E%3C/svg%3E");
}
.map-section--minus {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 12C5 11.7348 5.10536 11.4804 5.29289 11.2929C5.48043 11.1054 5.73478 11 6 11H18C18.2652 11 18.5196 11.1054 18.7071 11.2929C18.8946 11.4804 19 11.7348 19 12C19 12.2652 18.8946 12.5196 18.7071 12.7071C18.5196 12.8946 18.2652 13 18 13H6C5.73478 13 5.48043 12.8946 5.29289 12.7071C5.10536 12.5196 5 12.2652 5 12Z' fill='%234D4D4D'/%3E%3C/svg%3E");
}
.map-section--arrow-down {
  width: 20px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M0.964844 0.552734L9.99916 9.66403L19.0335 0.552734' stroke='%23777E91' stroke-width='1.10526' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='19.8947' height='10.5' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.map-section--center {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2.75C7.99594 2.75 4.75 5.99594 4.75 10C4.75 10.9073 5.17155 12.0709 5.90354 13.371C6.6242 14.651 7.59493 15.9758 8.58078 17.1823C9.56431 18.386 10.5499 19.4563 11.2906 20.2264C11.5656 20.5124 11.8063 20.7564 12 20.9499C12.1937 20.7564 12.4344 20.5124 12.7094 20.2264C13.4501 19.4563 14.4357 18.386 15.4192 17.1823C16.4051 15.9758 17.3758 14.651 18.0965 13.371C18.8284 12.0709 19.25 10.9073 19.25 10C19.25 5.99594 16.0041 2.75 12 2.75ZM12 22C11.4841 22.5444 11.484 22.5443 11.4838 22.5441L11.477 22.5377L11.4586 22.5201L11.389 22.4532C11.3286 22.3948 11.2408 22.3093 11.1294 22.1993C10.9066 21.9794 10.5895 21.6614 10.2094 21.2662C9.45014 20.4767 8.43569 19.3754 7.41922 18.1314C6.40507 16.8902 5.3758 15.4911 4.59646 14.1069C3.82845 12.7428 3.25 11.3018 3.25 10C3.25 5.16751 7.16751 1.25 12 1.25C16.8325 1.25 20.75 5.16751 20.75 10C20.75 11.3018 20.1716 12.7428 19.4035 14.1069C18.6242 15.4911 17.5949 16.8902 16.5808 18.1314C15.5643 19.3754 14.5499 20.4767 13.7906 21.2662C13.4105 21.6614 13.0934 21.9794 12.8706 22.1993C12.7592 22.3093 12.6714 22.3948 12.611 22.4532L12.5414 22.5201L12.523 22.5377L12.518 22.5424L12.5166 22.5437C12.5164 22.5439 12.5159 22.5444 12 22ZM12 22L12.5166 22.5437L12 23.0333L11.4838 22.5441L12 22Z' fill='%23535353'/%3E%3Cpath d='M12 11C12.5523 11 13 10.5523 13 10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10C11 10.5523 11.4477 11 12 11Z' fill='%23535353'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 9.75C11.8619 9.75 11.75 9.86193 11.75 10C11.75 10.1381 11.8619 10.25 12 10.25C12.1381 10.25 12.25 10.1381 12.25 10C12.25 9.86193 12.1381 9.75 12 9.75ZM10.25 10C10.25 9.0335 11.0335 8.25 12 8.25C12.9665 8.25 13.75 9.0335 13.75 10C13.75 10.9665 12.9665 11.75 12 11.75C11.0335 11.75 10.25 10.9665 10.25 10Z' fill='%23535353'/%3E%3C/svg%3E");
}

.team {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.team__title {
  margin: 0;
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 38px;
  text-align: center;
}
.team__slider {
  width: 1140px;
}
.team__image {
  width: 270px;
  height: 361px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  background: #e0e0e0;
}
.team__info {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
  width: 100%;
}
.team__name {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}
.team__role {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.team__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  top: 50%;
}
.team__arrow {
  display: none;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.team__arrow--prev {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='8' fill='white'/%3E%3Cpath d='M22.7772 29.7524L18.333 25.3774L22.7772 21.0024M18.333 25.3774H31.6663' stroke='%23656565' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.team__arrow--next {
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='50' height='50' rx='8' fill='white'/%3E%3Cpath d='M27.2222 20.2476L31.6663 24.6226L27.2222 28.9976M31.6663 24.6226H18.333' stroke='%23656565' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.team__arrow:hover {
  background-color: #f0f0f0;
}
.team__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team__dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #2E3465;
  opacity: 0.3;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.team__dot--active {
  opacity: 1;
}

@media (max-width: 1024px) {
  .about__title {
    font-size: 32px;
    line-height: 34px;
  }
  .about__desc {
    font-size: 18px;
  }
  .about__item-text {
    font-size: 18px;
  }
  .about__item-year {
    font-size: 28px;
    line-height: 30px;
  }
  .map-section {
    padding: 40px 40px;
  }
  .map-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
  .map-section__filters {
    width: 100%;
    padding: 32px 24px;
  }
  .map-section__map {
    min-height: 300px;
    height: 400px;
  }
  .map-section__title {
    font-size: 32px;
    line-height: 34px;
  }
  .advantages {
    padding: 40px 40px;
  }
  .advantages__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
  }
  .advantages__title {
    font-size: 32px;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .about {
    gap: 30px;
  }
  .about__title {
    font-size: 26px;
    line-height: 28px;
    width: 100%;
  }
  .about__desc {
    font-size: 16px;
  }
  .about__timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    padding-top: 10px;
  }
  .about__timeline::before {
    display: none;
  }
  .about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: transparent;
    padding: 0;
  }
  .about__item-text {
    font-size: 16px;
    min-width: 120px;
  }
  .about__item-year {
    font-size: 24px;
    line-height: 26px;
  }
  .map-section {
    padding: 30px 20px;
  }
  .map-section__title {
    font-size: 26px;
    line-height: 28px;
  }
  .map-section__filters {
    padding: 24px 16px;
  }
  .map-section .filters__label {
    font-size: 18px;
  }
  .map-section .filters__select-text {
    font-size: 14px;
  }
  .map-section .filters__checkbox-label {
    font-size: 14px;
  }
  .map-section__map {
    height: 300px;
  }
  .advantages {
    padding: 30px 20px;
    gap: 30px;
  }
  .advantages__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
    padding: 24px;
  }
  .advantages__title {
    font-size: 26px;
    line-height: 28px;
  }
  .advantages__subtitle {
    font-size: 26px;
    line-height: 28px;
  }
  .advantages__description {
    font-size: 17px;
  }
  .advantages__icons {
    width: 100px;
    height: 100px;
  }
  .team {
    padding: 20px 0;
  }
  .team__nav {
    position: unset;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .team__slider {
    width: 100%;
  }
  .team__item {
    text-align: center;
  }
  .team__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .team__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 480px) {
  .about {
    gap: 24px;
    padding: 2rem 0;
  }
  .about__title {
    font-size: 22px;
    line-height: 24px;
  }
  .about__desc {
    font-size: 14px;
  }
  .about__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .about__item-text {
    font-size: 14px;
    min-width: auto;
  }
  .about__item-year {
    font-size: 20px;
    line-height: 22px;
  }
  .about__item-dot {
    width: 24px;
    height: 24px;
  }
  .map-section {
    padding: 20px 12px;
  }
  .map-section__title {
    font-size: 22px;
    line-height: 24px;
  }
  .map-section__map {
    height: 220px;
  }
  .map-section__map-btn {
    width: 40px;
    height: 40px;
  }
  .map-section__map-btn--location {
    padding: 6px 10px;
    font-size: 11px;
  }
  .filters__label {
    font-size: 16px;
  }
  .filters__select {
    padding: 10px 8px;
  }
  .advantages {
    padding: 20px 12px;
    gap: 20px;
  }
  .advantages__item {
    padding: 16px;
    gap: 14px;
  }
  .advantages__title {
    font-size: 22px;
    line-height: 24px;
  }
  .advantages__subtitle {
    font-size: 22px;
    line-height: 24px;
  }
  .advantages__description {
    font-size: 15px;
  }
  .advantages__icons {
    width: 80px;
    height: 80px;
  }
  .advantages__icon {
    width: 80px;
    height: 80px;
  }
}/*# sourceMappingURL=aboutus.css.map */