.head-section {
  padding: 70px;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  min-height: 650px;
  height: calc(100vh - 75px);
}
.head-section .content-split {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
}
.head-section .content-split .content {
  flex: 0 0 calc(55% - 100px);
}
.head-section .content-split .content h1 {
  font-size: 39px;
  font-weight: 700;
  color: #073256;
  max-width: 655px;
}
.head-section .content-split .content h1 .primary {
  color: #FF4E00;
}
.head-section .content-split .content p {
  margin-top: 15px;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4;
}
.head-section .content-split .content .btn-primary {
  margin-top: 18px;
}
.head-section .content-split .content .service-items {
  padding: 20px 10px;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 15px;
  margin-top: 16px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px) calc(20% - 12px);
  gap: 15px;
  cursor: pointer;
}
.head-section .content-split .content .service-items .item {
  transition: transform 0.3s ease-in-out;
  text-decoration: none !important;
}
.head-section .content-split .content .service-items .item img {
  width: auto;
  height: 42px;
  display: block;
  margin: auto;
}
.head-section .content-split .content .service-items .item h4 {
  margin-top: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1.1;
  color: #000;
}
.head-section .content-split .content .service-items .item:hover {
  transform: translateY(-5px);
}
.head-section .content-split .img-wrapper {
  flex: 0 0 45%;
  height: 100%;
  display: flex;
  align-items: center;
}
.head-section .content-split .img-wrapper img {
  width: auto;
  max-width: 100%;
  border-radius: 12px;
  max-height: 100%;
}

.video-section {
  padding: 40px 70px 65px;
}
.video-section h2 {
  text-align: center;
}
.video-section h2 .primary {
  color: #FF4E00;
}
.video-section iframe {
  margin: 25px auto;
  display: block;
  aspect-ratio: 16/9;
  width: 850px;
  max-width: 100%;
}
.video-section .btn-primary {
  display: block;
  margin: 35px auto 0;
}

@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.info-section-wrapper {
  padding: 60px 70px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url("/assets/img/russia_bg.jpg");
  background-color: #021526;
  height: -moz-fit-content;
  height: fit-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.info-section-wrapper .info-section {
  margin: auto;
  width: 1200px;
  max-width: 100%;
  color: white;
}
.info-section-wrapper .info-section h2 {
  text-align: center;
  color: white;
}
.info-section-wrapper .info-section .content-split {
  margin-top: 25px;
  display: flex;
  gap: 100px;
}
.info-section-wrapper .info-section .content-split .left-section {
  flex: 0 0 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info-section-wrapper .info-section .content-split .left-section .kpi h3.figure {
  text-align: center;
  transition: --num 3s;
  counter-reset: num var(--num);
  font-size: 64px;
  width: 100%;
  font-weight: 500;
}
.info-section-wrapper .info-section .content-split .left-section .kpi h3.figure::after {
  content: counter(num);
}
.info-section-wrapper .info-section .content-split .left-section .kpi h3.figure.counter-animation {
  --num: 860;
}
.info-section-wrapper .info-section .content-split .left-section .kpi h4 {
  text-align: center;
  font-size: 20px;
}
.info-section-wrapper .info-section .content-split .right-section {
  flex: auto;
}
.info-section-wrapper .info-section .content-split .right-section .sm-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.info-section-wrapper .info-section .content-split .right-section .accordion .btn-primary {
  font-size: 13px;
  padding: 8px 24px;
  margin: 10px;
}

.reviews-section {
  padding: 60px 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.reviews-section h2 {
  text-align: center;
}
.reviews-section h2 .primary {
  color: #FF4E00;
}
.reviews-section .reviews {
  margin-top: 25px;
}
.reviews-section .reviews .reviewSwiper {
  padding-left: 50px;
  padding-right: 50px;
}
.reviews-section .reviews .swiper-button-next, .reviews-section .reviews .swiper-button-prev {
  color: black;
}
.reviews-section .reviews .swiper-pagination-bullet-active {
  background-color: #000;
}
.reviews-section .reviews .review {
  padding-bottom: 20px;
}
.reviews-section .reviews .review .name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
}
.reviews-section .reviews .review .time {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
.reviews-section .reviews .review .stars {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 5px;
}
.reviews-section .reviews .review .stars svg {
  width: 25px;
}
.reviews-section .reviews .review .stars svg path {
  fill: #FFC109;
}
.reviews-section .reviews .review .content {
  margin-top: 10px;
  text-align: center;
  word-break: break-all;
}

.ru-cta-section {
  padding: 60px 70px 20px;
  color: #fff;
  background-color: #021526;
}
.ru-cta-section h2 {
  text-align: center;
  color: #fff;
}
.ru-cta-section p {
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.ru-cta-section .contact-info {
  width: 100%;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 35px;
}
.ru-cta-section .contact-info .contact-col {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  gap: 10px;
}
.ru-cta-section .contact-info .contact-col img {
  width: 40px;
  height: 40px;
}
.ru-cta-section .contact-info .contact-col .content-wrapper {
  display: flex;
  align-items: center;
}
.ru-cta-section .contact-info .contact-col .content-wrapper p, .ru-cta-section .contact-info .contact-col .content-wrapper a {
  margin: 0;
  text-decoration: none;
  color: #fff;
  font-size: 17px;
}
.ru-cta-section .btn-primary {
  display: block;
  margin: 30px auto 0;
  font-size: 15px;
}

@media (max-width: 1320px) {
  .head-section .content-split .content .service-items {
    grid-template-rows: auto auto;
    grid-template-columns: calc(25% - 11.25px) calc(25% - 11.25px) calc(25% - 11.25px) calc(25% - 11.25px);
  }
}
@media (max-width: 1260px) {
  .head-section .content-split .content h1 {
    font-size: 38px;
  }
}
@media (max-width: 1154px) {
  .head-section .content-split .content h1 {
    font-size: 36px;
  }
}
@media (max-width: 1070px) {
  .head-section .content-split .content h1 {
    font-size: 34px;
  }
  .head-section .content-split .content p {
    font-size: 18px;
  }
  .head-section .content-split .content .service-items {
    grid-template-rows: auto auto;
    grid-template-columns: calc(33% - 10px) calc(33% - 10px) calc(33% - 10px);
  }
  .info-section-wrapper .info-section .content-split {
    flex-direction: column;
    gap: 20px;
  }
  .reviews-section .swiper-slide {
    width: 50% !important;
  }
  .reviews-section .reviews .reviewSwiper {
    padding-left: 46px;
    padding-right: 86px;
  }
}
@media (max-width: 876px) {
  .head-section {
    min-height: auto;
    height: -moz-fit-content;
    height: fit-content;
  }
  .head-section .content-split {
    flex-direction: column-reverse;
    justify-content: start;
    gap: 30px;
  }
  .head-section .content-split .content {
    flex: auto;
  }
  .head-section .content-split .content h1 {
    font-size: 32px;
  }
  .head-section .content-split .img-wrapper {
    flex: auto;
  }
  .head-section .content-split .img-wrapper img {
    max-width: 100%;
  }
  .reviews-section .reviews .swiper-button-next, .reviews-section .reviews .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 827px) {
  .ru-cta-section p {
    font-size: 18px;
  }
  .ru-cta-section .contact-info {
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    gap: 17px;
  }
}
@media screen and (max-width: 780px) {
  .reviews-section .swiper-slide {
    width: 100% !important;
  }
}
@media (max-width: 556px) {
  .head-section {
    padding-top: 50px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .head-section .content-split .content h1 {
    font-size: 28px;
  }
  .head-section .content-split .content p {
    font-size: 17px;
  }
  .head-section .content-split .img-wrapper {
    max-width: 100%;
    box-sizing: content-box;
  }
  .head-section .content-split .img-wrapper img {
    max-width: 100%;
  }
  .video-section, .info-section-wrapper, .reviews-section, .ru-cta-section {
    padding-left: 30px;
    padding-right: 30px;
  }
  .info-section-wrapper .info-section h2 {
    font-size: 21px;
  }
  .info-section-wrapper .info-section .content-split .left-section .kpi h3.figure {
    font-size: 48px;
  }
  .ru-cta-section h2 {
    font-size: 22px;
  }
  .ru-cta-section p {
    font-size: 17px;
  }
  .ru-cta-section .btn-primary {
    text-align: center;
  }
}/*# sourceMappingURL=russia.css.map */