@media (min-width: 992px) {
  body main {
    padding-top: 100px;
    padding-bottom: 70px;
  }
  body .header-top {
    padding-bottom: unset;
  }
  body .header-bottom {
    opacity: 1;
    right: unset;
    height: inherit;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    user-select: auto;
    pointer-events: auto;
  }
  [data-aos=fade-left] {
    transform: translate3d(0px, 0, 0);
  }
}
.about-section {
  margin: 20px 0;
  padding: 15px 0;
}
.about p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.about__block-title {
  margin-bottom: 20px;
  color: #0072ba;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0;
}

@media (max-width: 991px) {
  .about-section {
    margin: 10px 0;
    padding: 10px 0;
  }
  .about p {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
  }
  .about__block-title {
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
}
.about__main {
  position: relative;
}
.about__main-banner {
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.about__main-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 10px;
}
.about__main-text {
  height: 100%;
}
.about__main-text .wrapper,
.about__main-text .row {
  height: 100%;
}
.about__main-text--inner {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.about__main-title {
  max-width: 495px;
  padding-top: 36px;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
}
.about__main-title span {
  color: #0072ba;
}
.about__main-mobile-banner {
  display: none;
}
.about__main-bottom {
  transform: translateY(-8px);
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-top: 10px;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
}
.about__main-bottom span.text {
  display: inline-block;
}
.about__main-bottom span.accent {
  display: block;
  margin-bottom: 20px;
  color: #0072ba;
  font-weight: 800;
  font-size: 40px;
  line-height: 100%;
}
.about__main-animated-icon {
  animation: bounce 2s cubic-bezier(0.5, 0.05, 0.5, 0.95) infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 991px) {
  .about__main {
    background: none;
    background-size: contain;
    height: auto;
  }
  .about__main-content {
    position: relative;
    padding-top: 18px;
  }
  .about__main-title {
    padding-top: 0;
  }
  .about__main-title, .about__main-title h1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 110%;
  }
  .about__main-mobile-banner {
    display: inline-block;
    margin: -64px -15px 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
  .about__main-mobile-banner svg {
    max-width: 100%;
    height: auto;
  }
  .about__main-bottom {
    margin-top: 20px;
    margin-left: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 140%;
    letter-spacing: 0;
    transform: none;
  }
  .about__main-bottom span.accent {
    font-weight: 800;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .about__main-banner {
    display: none;
  }
}
.about__teasers {
  padding: 70px 0 0;
  margin-top: 60px;
}
.about__teasers--inner {
  position: relative;
  padding: 70px 0;
}
.about__teasers--inner::before, .about__teasers--inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 449px;
  height: 1px;
  background-color: #dddfe1;
}
.about__teasers--inner::after {
  top: unset;
  bottom: 0;
}
.about__teasers-list {
  display: flex;
  gap: 186px;
}
.about__teasers-list-item {
  width: 100%;
  max-width: 286.33px;
}
.about__teasers-list-item-icon {
  width: 53px;
  height: 53px;
  margin-bottom: 40px;
}
.about__teasers-list-item-title {
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

@media (max-width: 991px) {
  .about__teasers {
    margin: 10px 0;
    padding: 10px 0;
  }
  .about__teasers--inner {
    padding: 0;
  }
  .about__teasers--inner::before, .about__teasers--inner::after {
    content: none;
  }
  .about__teasers-list {
    flex-direction: column;
    gap: 0;
  }
  .about__teasers-list-item {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #dddfe1;
  }
  .about__teasers-list-item-icon {
    margin-bottom: 16px;
  }
  .about__teasers-list-item-title {
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .about__teasers-list-item-title br {
    display: none;
  }
  .about__teasers-list-item:last-child {
    border-bottom: 1px solid #dddfe1;
  }
}
.about__mission--inner {
  display: flex;
  align-items: center;
  gap: 45px;
}
.about__mission-text {
  width: 100%;
  max-width: 285px;
}
.about__mission-text, .about__mission-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .about__mission {
    padding-top: 30px;
    overflow-x: hidden;
  }
  .about__mission--inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .about__mission-text {
    max-width: 100%;
  }
  .about__mission-text, .about__mission-text p {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
  }
  .about__mission-text .about__block-title br, .about__mission-text p .about__block-title br {
    display: none;
  }
}
.about__features .about__block-title {
  margin-bottom: 60px;
}
.about__features--left {
  width: 100%;
  max-width: 600px;
}
.about__features--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__features-list {
  margin-bottom: 60px;
  padding: 0 !important;
  letter-spacing: 0 !important;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 62px;
  column-gap: 62px;
}
.about__features-list.about__features-list--one-column {
  -moz-column-count: 1;
  column-count: 1;
  -moz-column-gap: 0;
  column-gap: 0;
}
.about__features-list.about__features-list--one-column .no-bullit {
  padding-left: 0;
  background-image: none;
}
.about__features-list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.about__features-list:not(.about__features-list--one-column) .no-bullit {
  padding-left: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
  background-image: none;
}
.about__features-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.about__features--picture {
  width: 100%;
  max-width: 526px;
}

@media (max-width: 991px) {
  .about__features--inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 16px;
  }
  .about__features .about__block-title {
    margin-bottom: 20px;
  }
  .about__features--picture {
    padding: 0 35px;
  }
  .about__features-list {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: 20px;
  }
  .about__features-list.content .no-bullit {
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .about__features-list.content li {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
    list-style-type: none;
  }
}
.about__relevance-text {
  width: 100%;
  max-width: 705px;
  margin-left: auto;
  margin-top: -45px;
}
.about__relevance-text-list {
  display: flex;
  justify-content: space-between;
}
.about__relevance-text-list-item {
  width: 100%;
  max-width: 285px;
}
.about__relevance-text-list-item, .about__relevance-text-list-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

@media (max-width: 991px) {
  .about__relevance {
    overflow-x: hidden;
  }
  .about__relevance .about__block-title br {
    display: none;
  }
  .about__relevance-img {
    margin-bottom: 15px;
    margin-left: -27px;
    margin-right: -27px;
  }
  .about__relevance-text {
    margin-left: 0;
    margin-top: 0;
  }
  .about__relevance-text-list {
    flex-direction: column;
  }
  .about__relevance-text-list-item, .about__relevance-text-list-item p {
    font-weight: 500;
    font-size: 13px;
    line-height: 140%;
  }
}
.about__intro {
  display: flex;
  justify-content: center;
  margin-top: -183px;
  margin-left: -213px;
}
.about__intro-image--mobile {
  display: none;
}

@media (max-width: 991px) {
  .about__intro {
    display: none;
    margin-top: 0;
    margin-left: 0;
  }
  .about__intro-image--mobile {
    display: block;
    margin: 0 -30px;
    margin-bottom: 12px;
  }
}
.about__analitics {
  padding-top: 30px;
}
.about__analitics--inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about__analitics-text {
  width: 100%;
  max-width: 390px;
}
.about__analitics-charts {
  position: absolute;
  bottom: -64px;
  left: -30px;
  z-index: 1;
}
.about__analitics-charts-mobile {
  display: none;
}

@media (max-width: 991px) {
  .about__analitics {
    padding-top: 0;
    overflow: hidden;
  }
  .about__analitics--inner {
    flex-direction: column-reverse;
  }
  .about__analitics-picture {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 20px;
  }
  .about__analitics-charts, .about__analitics-chart {
    display: none;
  }
  .about__analitics-charts-mobile {
    display: inline;
    width: 100%;
  }
  .about__analitics-text {
    max-width: 100%;
  }
}
.about__map {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-top: 68px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.about__map--holder {
  width: 100%;
  max-width: 1154px;
  max-height: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.about__map--holder #OSMap {
  width: 100%;
  height: 100%;
  height: 600px;
}
.about__map-content {
  display: flex;
  align-items: center;
  gap: 37.23px;
  margin-left: -68px;
  z-index: 1;
}
.about__map-content-icon {
  width: 135.77px;
  height: 199.32px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='136' height='200' viewBox='0 0 136 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M69.33 126.139C96.4396 126.139 118.438 102.425 118.438 73.1799C118.438 43.9345 96.4396 20.2207 69.33 20.2207C42.2203 20.2207 20.2223 43.9345 20.2223 73.1799C20.2679 102.473 42.2203 126.139 69.33 126.139Z' fill='white' /%3e%3cpath d='M67.8855 0C105.392 0 135.77 31.601 135.77 70.5893C135.77 124.626 67.8855 199.319 67.8855 199.319C67.8855 199.319 0.00141907 125.754 0.00141907 70.5893C0.00141907 31.601 30.4119 0 67.8855 0ZM67.8855 107.97C87.309 107.97 103.07 91.1095 103.07 70.3157C103.07 49.522 87.309 32.6612 67.8855 32.6612C48.462 32.6612 32.7009 49.522 32.7009 70.3157C32.7336 91.1437 48.462 107.97 67.8855 107.97Z' fill='url(%23paint0_linear_573_24661)' /%3e%3cdefs%3e%3clinearGradient id='paint0_linear_573_24661' x1='67.404' y1='-15.4063' x2='67.8855' y2='199.319' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%238CC63F' /%3e%3cstop offset='1' stop-color='%23114465' /%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about__map-content-text {
  font-weight: 800;
  font-size: 96px;
  line-height: 100%;
  color: #0072ba;
}
.about__map-content-text .green {
  color: #8ac73c;
}

@media (max-width: 991px) {
  .about__map {
    flex-direction: column-reverse;
  }
  .about__map--holder {
    border-radius: 0;
  }
  .about__map--holder #OSMap {
    height: 400px;
  }
  .about__map-content {
    gap: 10.23px;
    align-items: flex-start;
    margin-left: 0;
    margin-bottom: -60px;
  }
  .about__map-content-text {
    padding-top: 18px;
    font-weight: 800;
    font-size: 48px;
    line-height: 100%;
  }
}
/*# sourceMappingURL=company.css.map */
