.main-slider {
  height: 100dvh;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 992px) {
  .main-slider {
    min-height: 760px;
  }
}
.main-slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.main-slider .item .bg {
  position: absolute;
  background: var(--dark-gray);
  z-index: 1;
  inset: 0;
}
.main-slider .item .bg img,
.main-slider .item .bg video {
  width: 100%;
}
@media (max-width: 1200px) {
  .main-slider .item .bg img,
  .main-slider .item .bg video {
    width: auto;
    height: 100%;
  }
}
.main-slider .item .bg video {
  opacity: 0.2;
}
.main-slider .item .text-block {
  position: relative;
  z-index: 2;
  color: var(--white);
  max-width: 925px;
  margin-left: 267px;
}
@media (max-width: 992px) {
  .main-slider .item .text-block {
    margin-left: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.main-slider .item .text-block .title {
  font-size: 66px;
  margin-bottom: 122px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .main-slider .item .text-block .title {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.main-slider .item .text-block .desc {
  font-size: 18px;
  margin-bottom: 40px;
  max-width: 430px;
}
@media (max-width: 992px) {
  .main-slider .item .text-block .desc {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.main-slider .item .text-block .btn-block {
  max-width: 327px;
}
.main-slider .decor {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.main-slider .decor .vertical {
  left: 168px;
  position: absolute;
  top: 0;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
@media (max-width: 992px) {
  .main-slider .decor .vertical {
    display: none;
  }
}
.main-slider .decor .horizontal {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 20px;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  width: 100%;
}
@media (max-width: 992px) {
  .main-slider .decor .horizontal {
    top: 76%;
  }
}
.main-slider .decor .c_bot {
  position: absolute;
  top: 50%;
  margin-top: 30px;
  right: -70px;
}
@media (max-width: 992px) {
  .main-slider .decor .c_bot {
    width: 140%;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
    right: auto;
    height: auto;
  }
}
.main-slider .decor .c_top {
  position: absolute;
  right: -54px;
  top: 0;
  height: calc(50% + 30px);
}
@media (max-width: 992px) {
  .main-slider .decor .c_top {
    display: none;
  }
}
.main-slider .decor .c_top circle,
.main-slider .decor .c_bot circle {
  fill: none;
  stroke-linecap: round;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.main-slider .swiper-pagination {
  position: absolute;
  left: 267px;
  bottom: 125px;
  z-index: 2;
  width: auto;
}
@media (max-width: 1860px) {
  .main-slider .swiper-pagination {
    bottom: 35px;
  }
}
@media (max-width: 992px) {
  .main-slider .swiper-pagination {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 45px;
  }
}
.main-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: transparent;
  border: 1px solid var(--light);
  opacity: 1;
}
.main-slider .links {
  position: absolute;
  right: 217px;
  bottom: 144px;
  padding: 0;
  margin: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1860px) {
  .main-slider .links {
    bottom: 55px;
  }
}
@media (max-width: 992px) {
  .main-slider .links {
    right: auto;
    left: 0;
    right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    bottom: 100px;
  }
}
.main-slider .links li {
  list-style-type: none;
}
.main-slider .links li a {
  color: var(--white);
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 28px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 992px) {
  .main-slider .links li a {
    font-size: 11px;
    padding: 12px 10px;
  }
}
.main-slider .links li a:hover {
  color: var(--hover);
}
.main-slider .links li:not(:last-child) {
  border-right: 1.6px solid var(--light);
}
.main-slider .navigation {
  position: absolute;
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 3;
  bottom: 124px;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1860px) {
  .main-slider .navigation {
    bottom: 35px;
  }
}
@media (max-width: 992px) {
  .main-slider .navigation {
    padding: 0 15px;
  }
}
.main-slider .navigation .nav {
  background: rgba(90, 91, 97, 0.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--light);
  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: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: auto;
}
@media (max-width: 992px) {
  .main-slider .navigation .nav {
    width: 44px;
    height: 44px;
  }
}
.main-slider .navigation .nav:hover {
  background: var(--hover);
  border-color: var(--hover);
}

.advantages {
  background: var(--light-gray);
}
.advantages .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 85px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1860px) {
  .advantages .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .advantages .inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 0;
  }
}
.advantages .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
@media (max-width: 992px) {
  .advantages .item {
    width: 100%;
  }
  .advantages .item:not(:last-child) {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--light);
  }
  .advantages .item:not(:first-child) {
    padding-top: 20px;
  }
}
.advantages .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantages .item .name {
  font-size: 18px;
  text-transform: uppercase;
  color: var(--black);
}
@media (max-width: 992px) {
  .advantages .item .name {
    font-size: 16px;
  }
}

.solutions {
  background: var(--light-gray);
}
@media (max-width: 992px) {
  .solutions__list {
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.solutions__list .item {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: block;
}
@media (max-width: 1860px) {
  .solutions__list .item {
    width: 310px;
    height: 440px;
  }
}
.solutions__list .item .img {
  height: 100%;
}
.solutions__list .item .img img {
  max-height: 100%;
}
.solutions__list .item .info {
  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;
  position: absolute;
  bottom: 35px;
  right: 49px;
  left: 49px;
  z-index: 2;
}
@media (max-width: 1860px) {
  .solutions__list .item .info {
    left: 30px;
    right: 30px;
  }
}
.solutions__list .item .info .name {
  font-size: 18px;
  color: var(--white);
  max-width: 162px;
  text-transform: uppercase;
}
.solutions__list .item .info .more {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(90, 91, 97, 0.7);
  border: 1px solid var(--light);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.solutions__list .item:hover .info .more {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1 !important;
  background: var(--accent);
  border-color: var(--accent);
}
.solutions__list .swiper-slide {
  height: 440px;
}
@media (max-width: 1860px) {
  .solutions__list .swiper-slide {
    width: 310px;
  }
}
.solutions__list .swiper-slide.active {
  width: 500px !important;
  height: auto;
}
@media (max-width: 1860px) {
  .solutions__list .swiper-slide.active {
    width: 310px !important;
  }
}
.solutions__list .swiper-slide.active .item .info .name {
  font-size: 24px;
}
@media (max-width: 1860px) {
  .solutions__list .swiper-slide.active .item .info .name {
    font-size: 18px;
  }
}
.solutions__list .swiper-slide.active .item .info .more {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1860px) {
  .solutions__list .swiper-slide.active .item .info .more {
    opacity: 0;
    display: none;
  }
}
.solutions .slider-navigation {
  margin-top: 30px;
  display: none;
}
@media (max-width: 1860px) {
  .solutions .slider-navigation {
    display: block;
  }
}

.mission .line {
  border-top: 1px solid var(--light);
  position: relative;
}
@media (max-width: 992px) {
  .mission .line {
    border: 0;
  }
}
.mission .line .horizontal {
  height: 1px;
  background: var(--light);
  position: absolute;
  top: 438px;
  left: 0;
  right: 0;
}
@media (max-width: 1200px) {
  .mission .line .horizontal {
    display: none;
  }
}
.mission .inner {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  grid-template-areas: "top img" "bottom stat";
  padding-left: 108px;
}
@media (max-width: 1860px) {
  .mission .inner {
    padding-left: 0;
  }
}
@media (max-width: 1200px) {
  .mission .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mission .inner .top-text {
  color: var(--black);
  font-size: 36px;
  padding-top: 100px;
  border-left: 1px solid var(--light);
  max-width: 715px;
  grid-area: top;
}
@media (max-width: 1200px) {
  .mission .inner .top-text {
    border: 0;
    max-width: 100%;
    padding-bottom: 45px;
  }
}
@media (max-width: 992px) {
  .mission .inner .top-text {
    padding-top: 0;
    font-size: 16px;
  }
}
.mission .inner .img-block {
  border-left: 1px solid var(--light);
  grid-area: img;
  font-size: 0;
}
@media (max-width: 1200px) {
  .mission .inner .img-block {
    border: 0;
  }
  .mission .inner .img-block img {
    width: 100%;
  }
}
.mission .inner .stat {
  padding-top: 100px;
  border-left: 1px solid var(--light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-area: stat;
}
@media (max-width: 1200px) {
  .mission .inner .stat {
    border: 0;
  }
}
@media (max-width: 992px) {
  .mission .inner .stat {
    padding-top: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.mission .inner .stat .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;
  padding-bottom: 14px;
  width: 100%;
}
@media (max-width: 992px) {
  .mission .inner .stat .item {
    width: auto;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.mission .inner .stat .item .count {
  font-size: 80px;
  color: var(--black);
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 992px) {
  .mission .inner .stat .item .count {
    font-size: 44px;
  }
}
.mission .inner .stat .item span {
  font-size: 18px;
  color: var(--black);
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  .mission .inner .stat .item span {
    font-size: 11px;
  }
}
.mission .inner .stat .item:not(:last-child) {
  border-right: 1.6px solid var(--light);
}
.mission .inner .text-bottom {
  max-width: 650px;
  font-size: 18px;
  color: var(--black);
  padding-top: 100px;
  border-left: 1px solid var(--light);
  grid-area: bottom;
}
@media (max-width: 1200px) {
  .mission .inner .text-bottom {
    border: 0;
    max-width: 100%;
  }
}
@media (max-width: 992px) {
  .mission .inner .text-bottom {
    padding-top: 45px;
    font-size: 16px;
  }
}
.mission .inner .text-bottom .more-info {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.mission .inner .text-bottom .more-info a {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  gap: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mission .inner .text-bottom .more-info a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../image/icon__arrow-right.svg) no-repeat;
}
@media (max-width: 992px) {
  .mission .inner .text-bottom .more-info a {
    font-size: 14px;
  }
}
.mission .inner .text-bottom .more-info a:hover {
  color: var(--hover);
}

.services .inner {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
}
@media (max-width: 1200px) {
  .services .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.services .inner .item {
  grid-column: span 3;
  position: relative;
  height: 270px;
}
@media (max-width: 1200px) {
  .services .inner .item {
    height: auto;
  }
}
.services .inner .item-inner {
  border: 1px solid var(--accent);
  padding: 20px 25px;
  height: 100%;
  background: var(--white);
  position: absolute;
  inset: 0;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 1200px) {
  .services .inner .item-inner {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    min-height: 96px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.services .inner .item-inner .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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  max-width: 285px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .services .inner .item-inner .info {
    max-width: 100%;
  }
  .services .inner .item-inner .info .icon {
    display: none;
  }
}
.services .inner .item-inner .name {
  font-weight: 500;
  font-size: 22px;
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .services .inner .item-inner .name {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .services .inner .item-inner .name {
    font-size: 20px;
    padding-right: 66px;
  }
}
.services .inner .item-inner .category {
  opacity: 0;
}
@media (max-width: 1200px) {
  .services .inner .item-inner .category {
    display: none;
  }
}
.services .inner .item-inner .category-inner {
  padding: 0;
  margin: 0;
}
.services .inner .item-inner .category-inner li {
  list-style-type: none;
}
.services .inner .item-inner .category-inner li:not(:last-child) {
  margin-bottom: 15px;
}
.services .inner .item-inner .category-inner li a {
  font-size: 18px;
  color: var(--black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1860px) {
  .services .inner .item-inner .category-inner li a {
    font-size: 15px;
  }
}
.services .inner .item-inner .category-inner li a:hover {
  font-weight: 500;
  color: var(--accent);
}
.services .inner .item-inner .more {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(90, 91, 97, 0.4);
  border: 1px solid var(--light);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  right: 25px;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1200px) {
  .services .inner .item-inner .more {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
  }
}
.services .inner .item-inner .more span {
  display: none;
}
.services .inner .item-inner .more:hover {
  background: var(--accent);
}
.services .inner .item:nth-child(-n+3) {
  grid-column: span 4;
}
.services .inner .item:nth-child(2) .item-inner .category-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 0;
}
@media (max-width: 992px) {
  .services .inner .item:nth-child(2) .item-inner .category-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1200px) {
  .services .inner .item.active .item-inner {
    padding-bottom: 95px;
  }
  .services .inner .item.active .item-inner .info .icon {
    margin: 20px 0;
  }
  .services .inner .item.active .item-inner .category {
    opacity: 1;
  }
  .services .inner .item.active .item-inner .category-inner li a {
    font-size: 16px;
  }
  .services .inner .item.active .item-inner .more {
    top: auto;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    bottom: 25px;
  }
  .services .inner .item.active .item-inner .more strong {
    display: none;
  }
  .services .inner .item.active .item-inner .more span {
    display: block;
  }
}