@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
[class*="__container"] {
  width: 100%;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 1.27;
  font-weight: 500;
  background-color: #171026;
}
.heading {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.27;
  background: linear-gradient(270deg, #E62243 28.76%, #C1267D 128.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
.heading_gap {
  padding-left: 51px;
}
.heading::before {
  content: '';
  display: block;
  position: absolute;
  width: 1175px;
  height: 84px;
  background-size: contain;
  background-image: url(../img/header-after-lines.svg);
  transform: rotate(180deg) translateX(98%);
  background-repeat: no-repeat;
  top: 8px;
  left: 0;
}
.nav__container {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  color: #fff;
  gap: 10px;
  justify-content: flex-end;
}
.nav__container a {
  color: inherit;
  text-decoration: none;
}
.nav__container a:hover {
  text-decoration: underline;
}
.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.wrapper__bg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: url(../img/wrapper-overlay.png) top -340px center no-repeat;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .wrapper__bg {
    display: none;
  }
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: linear-gradient(270deg, #E62243 28.66%, #C1267D 128.66%);
  opacity: 0.5;
  border-radius: 16px;
  box-sizing: border-box;
}
.swiper-pagination-bullet-active {
  border: 1px solid #FFFFFF;
  opacity: 1;
}
.header__container {
  padding-top: 20px;
  padding-bottom: 15px;
}
.header__logo {
  padding-left: 53px;
  position: relative;
}
.header__logo:after {
  content: '';
  display: block;
  position: absolute;
  width: 1242px;
  height: 84px;
  top: -25px;
  left: 305px;
  background-image: url(../img/header-after-lines.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.hero {
  position: relative;
}
.hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.1;
  background-color: #E62243;
}
.hero .swiper {
  position: relative;
}
.hero .swiper .swiper-slide img {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 600px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .hero .swiper .swiper-slide img {
    height: auto;
  }
  .hero .swiper .swiper-pagination {
    bottom: auto;
    top: 10px;
  }
}
.hero .swiper .description {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 584px;
  z-index: 2;
  text-align: right;
}
.hero .swiper .description a {
  color: #D6245E;
}
.hero .swiper .description__heading {
  display: inline-block;
  background: linear-gradient(270deg, #E62243 28.76%, #C1267D 128.76%);
  color: #fff;
  margin: 0;
  padding: 7px 37px;
  font-weight: 900;
  font-size: 70px;
  line-height: 1.27;
}
.hero .swiper .description__text {
  text-align: left;
  background-color: #fff;
  padding: 20px;
  color: #005E92;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .hero .swiper .description {
    position: static;
  }
  .hero .swiper .description__heading {
    font-size: 30px;
  }
  .hero .swiper .description__text {
    padding: 20px;
  }
}
.categories__container {
  padding-top: 45px;
  padding-bottom: 101px;
}
.categories__heading {
  margin-bottom: 45px;
}
.categories__items {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .categories__items {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.categories__item {
  position: relative;
  background: url(../img/robo1-bg.png) center center no-repeat;
  background-size: contain;
}
.categories__item_1 .categories__inner .categories__text {
  background: linear-gradient(270deg, #E62243 28.76%, #C1267D 128.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.categories__item_2 {
  background: url(../img/robo2-bg.png) center center no-repeat;
}
.categories__item_2 .categories__inner .categories__text {
  background: linear-gradient(270deg, #8DC63F 28.76%, #009444 128.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.categories__item_3 {
  background: url(../img/robo3-bg.png) center center no-repeat;
}
.categories__item_3 .categories__inner .categories__text {
  background: linear-gradient(270deg, #00AEEF 28.76%, #005E92 128.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.categories__inner {
  width: 344px;
  height: 344px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 30px;
  line-height: 1.26;
}
.categories__title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
  font-size: 30px;
}
.categories__text {
  font-weight: 900;
  font-size: 30px;
}
.news__title {
  color: #005E92;
  margin-bottom: 10px;
}
.news__title a {
  color: #005E92;
  text-decoration: none;
}
.news__title a:hover {
  text-decoration: underline;
}
.news__heading {
  padding-bottom: 5px;
}
.news__body {
  background-color: #fff;
}
.news__text {
  color: #005E92;
  padding: 30px;
  width: 100%;
  max-width: 548px;
  height: 276px;
  justify-self: center;
  overflow-x: hidden;
  overflow-y: auto;
}
.news__text p {
  margin-bottom: 7px;
}
.news__text a {
  color: #D6245E;
  text-decoration: underline;
}
@media (max-width: 1200px) {
  .news__text {
    order: 2;
    padding: 0 0 30px 0;
    height: auto;
  }
}
.news__text::-webkit-scrollbar {
  width: 6px;
}
.news__text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.news__text::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.news__image img {
  display: block;
  width: 100%;
  max-width: 590px;
  height: 276px;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 1200px) {
  .news__image img {
    height: auto;
  }
}
.news .mySwiper2 {
  background-color: #fff;
}
.news .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
@media (max-width: 1200px) {
  .news .swiper-slide {
    flex-direction: column;
    align-items: center;
  }
}
.news .swiper-pagination {
  text-align: left;
  left: 50%;
  transform: translateX(-35%);
}
@media (max-width: 1200px) {
  .news .swiper-pagination {
    left: 0;
    text-align: center;
    transform: translateX(0);
  }
}
.about__container {
  padding-top: 111px;
  padding-bottom: 106px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1200px) {
  .about__container {
    flex-direction: column;
    gap: 170px;
  }
}
.about__item:nth-child(2) {
  position: relative;
}
.about__item:nth-child(2):after {
  content: '';
  display: block;
  position: absolute;
  width: 286px;
  height: 286px;
  top: 0;
  left: -10px;
  transform: translateY(-40%);
  background: linear-gradient(270deg, #E62243 28.76%, #C1267D 128.76%);
  border-radius: 50%;
}
.about__item:nth-child(2):before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 88px;
  background: linear-gradient(270deg, #8DC63F 28.76%, #009444 128.76%);
  transform: scale(1.08) translateX(8px);
}
.about__heading {
  font-weight: 900;
  font-size: 70px;
  line-height: 1.27;
  color: #ffffff;
  background: linear-gradient(270deg, #fff 28.76%, #fff 128.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: relative;
}
.about__link {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
  font-size: 48px;
  position: relative;
}
.about__link:after {
  content: '';
  display: block;
  position: absolute;
  width: 255px;
  height: 1746px;
  background: url('../img/robotica-after-link.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-93.4%);
  top: 0;
  right: -326px;
  pointer-events: none;
}
.about__link span {
  position: relative;
  z-index: 5;
}
@media (max-width: 550px) {
  .about__container {
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 70px;
  }
  .about__item:nth-child(2) {
    position: relative;
  }
  .about__item:nth-child(2):after {
    content: '';
    display: block;
    position: absolute;
    width: 170px;
    height: 170px;
    top: 0;
    left: -2px;
    transform: translateY(-40%);
    background: linear-gradient(270deg, #E62243 28.76%, #C1267D 128.76%);
    border-radius: 50%;
  }
  .about__item:nth-child(2):before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 88px;
    background: linear-gradient(270deg, #8DC63F 28.76%, #009444 128.76%);
    transform: scale(1.08) translateX(8px);
  }
  .about__heading {
    font-weight: 900;
    font-size: 35px;
    line-height: 1.27;
    color: #ffffff;
    background: linear-gradient(270deg, #fff 28.76%, #fff 128.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    position: relative;
  }
  .about__link {
    text-decoration: none;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
    position: relative;
  }
  .about__link:after {
    content: '';
    display: block;
    position: absolute;
    width: 255px;
    height: 1746px;
    background: url('../img/robotica-after-link.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-93.4%);
    top: 0;
    right: -326px;
    pointer-events: none;
  }
  .about__link span {
    position: relative;
    z-index: 5;
  }
}
.footer__container {
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer p:not(:last-child) {
  margin-bottom: 10px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=styles.css.map */