* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.preloader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  visibility: hidden;
  z-index: -1;
}
.preloader-wrap .preloader-img {
  animation: logoPulse 1.5s infinite;
}

a,
button {
  transition: all 200ms ease-out;
}

.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-title h1 {
  color: #1B1B1E;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 36px;
  }
}
.section-title h2 {
  color: #1B1B1E;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 28px;
  }
}
.section-title h3 {
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .section-title h3 {
    font-size: 20px;
  }
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  margin: 0 0 32px;
  color: #1B1B1E;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text-content h1,
  .text-content h2,
  .text-content h3,
  .text-content h4,
  .text-content h5,
  .text-content h6 {
    margin-bottom: 22px;
  }
}
.text-content h1 {
  font-size: 46px;
  font-weight: 600;
}
.text-content h2 {
  font-size: 38px;
  font-weight: 600;
}
.text-content h3 {
  font-size: 24px;
  font-weight: 600;
}
.text-content h4 {
  font-size: 18px;
  font-weight: 600;
}
.text-content h5 {
  font-size: 16px;
  font-weight: 700;
}
.text-content h6 {
  font-size: 14px;
  font-weight: 700;
}
.text-content p {
  margin: 0 0 32px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .text-content p {
    margin-bottom: 22px;
  }
}
.text-content ul,
.text-content ol {
  margin: 0 0 32px;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .text-content ul,
  .text-content ol {
    margin-bottom: 22px;
  }
}
.text-content ul li,
.text-content ol li {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.text-content ul li::marker,
.text-content ol li::marker {
  color: #D80032;
}
.text-content a {
  color: #C02A31;
  text-decoration: none;
}
.text-content a:hover {
  text-decoration: underline;
}

.section-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #fff;
  background: #D80032;
  border: 1px solid #D80032;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
}
.section-btn:hover {
  color: #D80032;
  background: #fff;
}

.section-text {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
.section-text p {
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-text p {
    margin: 0 0 16px;
  }
}
.section-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-text {
    font-size: 14px;
  }
}

body {
  font-family: "Poppins", sans-serif;
}
body.admin-bar .single-job--form {
  top: 132px;
}
body.admin-bar .blog-page--sidebar-inner {
  top: 144px;
}
body.mobile-nav--opened {
  overflow: hidden !important;
}
body.home .preloader-wrap {
  visibility: visible;
  z-index: 9999;
}
body.home .page-wrap {
  padding-top: 0;
}
body.home .site-header.scrolled.nav-down {
  background: rgba(255, 255, 255, 0.95) !important;
}
body.home .site-header:not(.scrolled) {
  background: none;
  z-index: 46;
}
body.home .site-header:not(.scrolled) .site-header--nav .menu .menu-item.current-menu-item a {
  border-color: #fff;
}
body.home .site-header:not(.scrolled) .site-header--nav .menu .menu-item.current-menu-item a:hover {
  border-color: #D80032;
}
body.home .site-header:not(.scrolled) .site-header--nav .menu .menu-item a {
  color: #fff;
}
@media (max-width: 767px) {
  body.home .site-header:not(.scrolled) .site-header--nav .menu .menu-item a {
    color: #1B1B1E;
  }
}
body.home .site-header:not(.scrolled) .site-header--nav .menu .menu-item.contact-btn a {
  border-color: #fff;
}
body.home .site-header:not(.scrolled) .site-header--nav .menu .menu-item.contact-btn a:hover {
  color: #1B1B1E !important;
  background: #fff;
}
@media (max-width: 767px) {
  body.home .site-header:not(.scrolled) .site-header--nav .menu .menu-item.contact-btn a {
    color: #D80032 !important;
    border-color: #D80032 !important;
  }
  body.home .site-header:not(.scrolled) .site-header--nav .menu .menu-item.contact-btn a:hover {
    color: #fff !important;
    background: #D80032 !important;
  }
}
body.page-template-contacts .worldwide {
  margin-bottom: 80px;
}
body.page-template-contacts .worldwide .container {
  border: 0;
}
body.page-template-open-positions .our-positions {
  padding-bottom: 64px;
  background: #fff;
}
@media (max-width: 767px) {
  body.page-template-open-positions .our-positions {
    padding-bottom: 0;
  }
}
body.page-template-open-positions .our-positions .container {
  padding-bottom: 64px;
  border-bottom: 1px solid #E8E8E8;
}
body.single-case .contact-us {
  padding-top: 0;
}
body.single-case .contact-us .container {
  padding-top: 64px;
  border-top: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  body.page-template-services .latest-case {
    text-align: center;
  }
}
body.single-service .latest-case {
  padding: 64px 0;
}

.page-wrap {
  padding-top: 78px;
  position: relative;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all 200ms ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.mobile-nav.active {
  opacity: 1;
  visibility: visible;
  z-index: 45;
}
.mobile-nav .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mobile-nav .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-nav .menu .menu-item {
  margin: 12px 0;
}
.mobile-nav .menu .menu-item.hidden {
  display: none !important;
}
.mobile-nav .menu .menu-item:last-child {
  margin-right: 0;
}
.mobile-nav .menu .menu-item a {
  display: flex;
  flex-direction: column;
  height: auto;
  color: #1B1B1E;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
.mobile-nav .menu .menu-item a:hover {
  color: #D80032 !important;
}
.mobile-nav .menu .menu-item a:hover span:nth-child(1) {
  top: -100%;
}
.mobile-nav .menu .menu-item a:hover span:nth-child(2) {
  top: -100%;
}
.mobile-nav .menu .menu-item a span {
  position: relative;
  top: 0;
  transition: all 200ms ease-out;
}
.mobile-nav .menu .menu-item a span:last-child {
  display: none;
}
.mobile-nav .menu .menu-item.contact-btn a {
  height: auto;
  padding: 10px 24px;
  color: #D80032;
  border: 1px solid #D80032;
  border-radius: 4px;
}
.mobile-nav .menu .menu-item.contact-btn a:hover {
  color: #fff !important;
  background: #D80032;
}

.site-header {
  position: fixed;
  display: flex;
  align-items: center;
  width: 100%;
  height: 78px;
  top: 0%;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 32px rgba(27, 27, 30, 0.1);
  transition: all 200ms ease-out;
  z-index: 45;
}
.site-header.nav-up {
  top: -100% !important;
}
.site-header.nav-down {
  top: 0%;
}
.site-header.scrolled {
  background: rgba(249, 245, 241, 0.5) !important;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.site-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.site-header--left {
  display: flex;
  align-items: center;
  width: 60%;
}
.site-header--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 40%;
}
.site-header--logo {
  margin-right: 20px;
}
.site-header--logo img {
  display: flex;
}
@media (max-width: 767px) {
  .site-header--logo {
    position: relative;
    z-index: 46;
  }
  .site-header--logo img {
    display: flex;
  }
}
.site-header--nav {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .site-header--nav {
    display: none;
  }
}
.site-header--nav .menu {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .site-header--nav .menu {
    flex-direction: column;
  }
}
.site-header--nav .menu .menu-item {
  margin: 0 16px;
}
.site-header--nav .menu .menu-item.hidden {
  display: none !important;
}
.site-header--nav .menu .menu-item.current-menu-item a {
  color: #D80032;
  border-bottom: 1px solid #D80032;
}
@media (max-width: 767px) {
  .site-header--nav .menu .menu-item {
    margin: 12px 0;
  }
}
.site-header--nav .menu .menu-item:last-child {
  margin-right: 0;
}
.site-header--nav .menu .menu-item a {
  display: flex;
  flex-direction: column;
  height: 24px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  outline: none;
}
@media (max-width: 767px) {
  .site-header--nav .menu .menu-item a {
    height: auto;
    font-size: 22px;
  }
}
.site-header--nav .menu .menu-item a:hover {
  color: #D80032 !important;
}
.site-header--nav .menu .menu-item a:hover span:nth-child(1) {
  top: -100%;
}
.site-header--nav .menu .menu-item a:hover span:nth-child(2) {
  top: -100%;
}
.site-header--nav .menu .menu-item a span {
  position: relative;
  top: 0;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  .site-header--nav .menu .menu-item a span:last-child {
    display: none;
  }
}
.site-header--nav .menu .menu-item.contact-btn a {
  height: 46px;
  padding: 10px 24px;
  color: #D80032;
  border: 1px solid #D80032;
  border-radius: 4px;
}
.site-header--nav .menu .menu-item.contact-btn a:hover {
  color: #fff !important;
  background: #D80032;
}
@media (max-width: 767px) {
  .site-header--nav .menu .menu-item.contact-btn a {
    height: auto;
  }
}
.site-header--hamburger {
  display: none;
  position: relative;
  width: 30px;
  height: 18px;
}
@media (max-width: 767px) {
  .site-header--hamburger {
    display: flex;
    z-index: 46;
  }
}
.site-header--hamburger.active span:nth-child(1) {
  top: 9px;
  transform: rotate(45deg);
}
.site-header--hamburger.active span:nth-child(2) {
  opacity: 0;
}
.site-header--hamburger.active span:nth-child(3) {
  top: 9px;
  transform: rotate(-45deg);
}
.site-header--hamburger span {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
  background: #d80032;
  transition: all 200ms ease-out;
}
.site-header--hamburger span:nth-child(1) {
  top: 0;
}
.site-header--hamburger span:nth-child(2) {
  top: 8px;
}
.site-header--hamburger span:nth-child(3) {
  top: 16px;
}

.hero-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100vh;
}
.hero-wrap--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.hero-wrap--overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1B1B1E 7.25%, rgba(27, 27, 30, 0.51) 100%);
  z-index: 2;
}
.hero-wrap--overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../png/video-layer.png") center repeat;
  z-index: 3;
}
.hero-wrap--overlay video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(calc((100% - 100vw) / 2));
  z-index: 1;
}
.hero-wrap .container {
  position: relative;
  z-index: 5;
}
.hero-wrap--slider {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hero-wrap .slick-list,
.hero-wrap .slick-track {
  height: 100%;
}
.hero-wrap .slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .hero-wrap .slick-dots {
    display: none !important;
  }
}
.hero-wrap .slick-dots li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 152px;
  background: rgba(27, 27, 30, 0.1);
  -webkit-backdrop-filter: blur(11.5px);
          backdrop-filter: blur(11.5px);
  border-top: 1px solid #1B1B1E;
  border-right: 1px solid #1B1B1E;
  cursor: pointer;
  transition: all 200ms ease-out;
}
.hero-wrap .slick-dots li:last-child {
  border-right: 0;
}
.hero-wrap .slick-dots li:hover {
  background: rgba(27, 27, 30, 0.3);
}
.hero-wrap .slick-dots li.slick-active:before {
  animation-duration: 6000ms;
  animation-name: borderSlideWidth;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-direction: normal;
  animation-timing-function: linear;
}
.hero-wrap .slick-dots li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 8px;
  background: #D80032;
  z-index: 1;
}
@keyframes borderSlideWidth {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.hero-wrap .slick-dots li span {
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  z-index: 5;
}
.hero-wrap .slick-arrow {
  position: absolute;
  bottom: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 46px;
  height: 46px;
  background: #D80032;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  opacity: 0.2;
  z-index: 10;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  .hero-wrap .slick-arrow {
    bottom: 40px;
    opacity: 0.5;
  }
}
.hero-wrap .slick-arrow.slick-prev {
  right: 174px;
}
@media (max-width: 767px) {
  .hero-wrap .slick-arrow.slick-prev {
    right: auto;
    left: calc(50% - 55px);
  }
}
.hero-wrap .slick-arrow.slick-next {
  right: 112px;
}
@media (max-width: 767px) {
  .hero-wrap .slick-arrow.slick-next {
    right: calc(50% - 55px);
  }
}
.hero-wrap .slick-arrow:hover {
  opacity: 1;
}
.hero-wrap--slide .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 152px;
}
@media (max-width: 767px) {
  .hero-wrap--slide .container {
    padding-bottom: 0;
  }
}
.hero-wrap--title {
  max-width: 995px;
  margin: 0 0 32px;
  color: #fff;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .hero-wrap--title {
    max-width: none;
    font-size: 24px;
  }
}
.hero-wrap--text {
  max-width: 783px;
  margin: 0 0 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.hero-wrap--text p {
  margin: 0 0 16px;
}
.hero-wrap--text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-wrap--text {
    max-width: none;
    font-size: 14px;
  }
}
.hero-wrap--btn {
  display: flex;
  align-items: center;
}
.hero-logos {
  padding: 112px 0 40px;
  overflow: hidden;
}
.hero-logos.services-logos {
  padding-bottom: 64px;
  border-bottom: 1px solid #E8E8E8;
}
.hero-logos .section-title {
  margin-bottom: 64px;
  text-align: center;
}
.hero-logos--row {
  width: 100%;
  height: 90px;
  position: relative;
}
.hero-logos--row.row1 .hero-logos--inner-row {
  animation: bannermove 100s linear infinite;
}
.hero-logos--row.row1 .hero-logos--inner-row:hover {
  animation-play-state: paused;
}
.hero-logos--row.row2 .hero-logos--inner-row {
  animation: bannermove2 100s linear infinite;
}
.hero-logos--row.row2 .hero-logos--inner-row:hover {
  animation-play-state: paused;
}
.hero-logos--inner-row {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
}
.hero-logos--inner-row img {
  max-width: 120px;
  margin: 0 2em;
  filter: grayscale(1);
  transition: all 200ms ease-out;
}
.hero-logos--inner-row img:hover {
  filter: grayscale(0);
}

.core-services {
  padding: 52px 0 0;
}
@media (max-width: 767px) {
  .core-services {
    padding: 56px 0;
  }
}
.core-services .section-title {
  margin: 0 0 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .core-services .section-title {
    margin-bottom: 44px;
  }
}
.core-services--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.core-services--item {
  position: relative;
  width: calc(50% - 16px);
  margin: 0 0 32px;
  padding: 32px;
  border: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .core-services--item {
    width: 100%;
  }
}
.core-services--item .item-title {
  margin: 0 0 19px;
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .core-services--item .item-title {
    margin-bottom: 10px;
  }
}
.core-services--item .item-text {
  margin-bottom: 60px;
}
.core-services--item .item-text p {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding-left: 34px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.core-services--item .item-text p:last-child {
  margin-bottom: 0;
}
.core-services--item .item-text p:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../svg/icon-check.svg") center no-repeat;
  border: 2px solid #D80032;
  border-radius: 50%;
}
.core-services--item .item-btn {
  position: absolute;
  right: 35px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.core-services--item .item-btn a {
  text-decoration: none;
}
.core-services--item .item-btn a:hover span {
  right: 4px;
}
.core-services--item .item-btn a:hover svg {
  left: 4px;
}
.core-services--item .item-btn a span {
  position: relative;
  right: 0;
  color: #D80032;
  transition: all 200ms ease-out;
}
.core-services--item .item-btn a svg {
  position: relative;
  left: 0;
  margin-left: 11px;
  transition: all 200ms ease-out;
}

.expertise {
  padding: 56px 0;
}
@media (max-width: 767px) {
  .expertise {
    padding: 60px 0;
  }
}
.expertise .section-title {
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .expertise .section-title {
    margin-bottom: 24px;
  }
}
.expertise--item {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #D80032;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  .expertise--item {
    padding: 12px 0;
  }
}
.expertise .item-number {
  width: 66px;
  margin-right: 32px;
  color: #1B1B1E;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.6;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  .expertise .item-number {
    width: 36px;
    margin-right: 22px;
    font-size: 26px;
  }
}
.expertise .item-title {
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  .expertise .item-title {
    font-size: 18px;
  }
}

.stats {
  margin-bottom: 80px;
  padding: 74px 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .stats {
    margin-bottom: 0;
    padding: 56px 0;
  }
}
.stats .container {
  position: relative;
}
.stats--items {
  display: flex;
  flex-wrap: wrap;
}
.stats--item {
  width: 230px;
}
@media (max-width: 767px) {
  .stats--item {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .stats--item:last-child {
    margin-bottom: 0;
  }
}
.stats--item-title {
  max-width: 175px;
  min-height: 58px;
  margin-bottom: 10px;
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .stats--item-title {
    max-width: none;
    min-height: 0;
    margin-bottom: 0;
  }
}
.stats--item-text {
  color: #D80032;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .stats--item-text {
    font-size: 34px;
  }
}
.stats--mission {
  position: absolute;
  top: 80px;
  right: 0;
  width: 100%;
  max-width: 480px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 10px 64px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .stats--mission {
    position: static;
  }
}
.stats--mission-title {
  margin: 0 0 16px;
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.stats--mission-text {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.latest-case {
  padding: 112px 0;
}
@media (max-width: 767px) {
  .latest-case {
    padding: 56px 0;
  }
}
.latest-case .section-title {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .latest-case .section-title {
    margin-bottom: 24px;
  }
}
.latest-case--item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.latest-case--img {
  width: calc(50% - 17px);
}
@media (max-width: 767px) {
  .latest-case--img {
    width: 100%;
    margin-bottom: 24px;
  }
}
.latest-case--img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-case--text-wrap {
  width: calc(50% - 17px);
}
@media (max-width: 767px) {
  .latest-case--text-wrap {
    width: 100%;
  }
}
.latest-case--text-wrap .project-title a {
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
  text-decoration: none;
}
@media (max-width: 767px) {
  .latest-case--text-wrap .project-title a {
    font-size: 20px;
    line-height: 1.5;
  }
}
.latest-case--text-wrap .project-excerpt {
  margin: 24px 0;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .latest-case--text-wrap .project-excerpt {
    margin-top: 12px;
    font-size: 15px;
  }
}
.latest-case--text-wrap .project-btn {
  display: flex;
}

.reviews {
  padding: 96px 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .reviews {
    padding: 56px 0;
  }
}
.reviews.cpto-reviews .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reviews.cpto-reviews .section-title {
  width: 100%;
  margin-bottom: 18px;
  text-align: left;
}
.reviews.cpto-reviews .reviews--info {
  width: 100%;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .reviews.cpto-reviews .reviews--info {
    width: 100%;
  }
}
.reviews.cpto-reviews .reviews--info h3 {
  margin: 0 0 15px;
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .reviews.cpto-reviews .reviews--info h3 {
    font-size: 22px;
  }
}
.reviews.cpto-reviews .reviews--info p {
  max-width: 980px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.reviews.cpto-reviews .reviews--slider-wrap {
  width: 100%;
}
.reviews.cpto-reviews .reviews--slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
}
.reviews.cpto-reviews .reviews--slide-item {
  width: calc(25% - 16px);
  padding: 32px;
}
@media (max-width: 767px) {
  .reviews.cpto-reviews .reviews--slide-item {
    width: 100%;
    margin-bottom: 16px;
    padding: 20px;
  }
}
.reviews.cpto-reviews .reviews--icon {
  display: none;
}
.reviews .section-title {
  text-align: center;
}
.reviews--slider {
  margin: 48px 0 34px;
}
.reviews--slider.careers-reviews .reviews--slide-item {
  margin: 0 20px;
}
@media (max-width: 767px) {
  .reviews--slider.careers-reviews .reviews--slide-item {
    margin: 0 2px;
  }
}
.reviews--slider.careers-reviews .reviews--slide-inner {
  justify-content: space-between;
}
.reviews .slick-track {
  display: flex !important;
}
.reviews .slick-slide {
  height: inherit !important;
}
.reviews--slide-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.reviews--slide-item {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 32px 32px 32px 80px;
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .reviews--slide-item {
    padding: 44px 20px 20px 20px;
  }
}
.reviews--icon {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 2;
}
@media (max-width: 767px) {
  .reviews--icon {
    top: 22px;
    left: 22px;
  }
}
.reviews--text {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .reviews--text {
    margin-top: 10px;
    font-size: 14px;
  }
}
.reviews--author {
  margin-top: 10px;
  color: #1B1B1E;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}
.reviews--slider-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.reviews--slider-btns .slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin: 0 0 0 16px;
  padding: 0;
  background: #D80032;
  border: 0;
  border-radius: 4px;
  opacity: 0.3;
  cursor: pointer;
  outline: none;
}
.reviews--slider-btns .slick-arrow:hover {
  opacity: 1;
}
.reviews--info {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.reviews--avatar {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews--avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.join-team {
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .join-team {
    padding: 56px 0 0;
  }
}
.join-team .container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 65px;
  padding-bottom: 65px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .join-team .container {
    padding-top: 0;
    padding-bottom: 56px;
    border-top: 0;
  }
}
.join-team--left {
  width: 50%;
}
@media (max-width: 767px) {
  .join-team--left {
    width: 100%;
    margin-bottom: 28px;
  }
}
.join-team--right {
  width: 50%;
}
@media (max-width: 767px) {
  .join-team--right {
    width: 100%;
  }
}
.join-team--text {
  margin: 0 0 42px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.join-team--link {
  display: flex;
  align-items: center;
}
.join-team--link a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.join-team--link a:hover .icon {
  margin-left: 16px;
}
.join-team--link a span {
  color: #D80032;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration-line: underline;
}
.join-team--link a .icon {
  margin-left: 8px;
  transition: all 200ms ease-out;
}
.join-team--link a .icon svg {
  display: flex;
}

.blog {
  padding: 96px 0;
}
@media (max-width: 767px) {
  .blog {
    padding: 56px 0;
  }
}
.blog.recent-posts {
  padding-top: 10px;
}
.blog .section-title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .blog .section-title {
    margin-bottom: 24px;
  }
}
.blog--posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 767px) {
  .blog--posts {
    grid-template-columns: 1fr;
  }
}
.blog--btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}

.worldwide .container {
  padding-top: 65px;
  padding-bottom: 65px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .worldwide .container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.worldwide--map-cities {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.worldwide--map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1030px;
  z-index: 1;
}
.worldwide--map svg {
  width: 100%;
  height: auto;
}
.worldwide--map .region {
  transition: all 200ms ease-out;
}
.worldwide--map .region.region-disabled {
  filter: opacity(0.1);
}
.worldwide--map .region.region-active {
  fill: #D80032 !important;
  filter: opacity(1) !important;
}
.worldwide--cities {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 450px;
  z-index: 5;
}
@media (max-width: 767px) {
  .worldwide--cities {
    margin-top: 240px;
  }
}
.worldwide--col {
  width: 100%;
  max-width: 224px;
}
.worldwide--col.consulting-col .worldwide--col-title:before {
  background: #D80032;
}
.worldwide--col.delivery-col .worldwide--col-title:before {
  background: #F17D7D;
}
.worldwide--col-title {
  position: relative;
  margin-bottom: 32px;
  padding-left: 34px;
  padding-right: 20px;
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 600;
}
.worldwide--col-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.worldwide--city {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  padding: 8px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 10px 32px rgba(27, 27, 30, 0.08);
  transition: all 200ms ease-out;
}
.worldwide--city:hover {
  background: #ffe6e6;
}
.worldwide .city-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.worldwide .city-flag img {
  display: flex;
  width: 100%;
  height: auto;
}
.worldwide .city-name {
  color: #1B1B1E;
  font-size: 14px;
  font-weight: 600;
}

.have-questions {
  padding: 170px 0 120px;
}
.have-questions .section-title {
  position: relative;
  margin-bottom: 31px;
  text-align: center;
}
.have-questions .section-title h2 {
  line-height: 1.4;
}
.have-questions--btn {
  display: flex;
  justify-content: center;
}

.site-footer {
  background: #1B1B1E;
}
.site-footer--top {
  padding: 78px 0 101px;
}
@media (max-width: 767px) {
  .site-footer--top {
    padding: 56px 0 16px;
  }
}
.site-footer--bottom {
  padding: 16px 0;
  border-top: 1px solid #3B3B3B;
}
.site-footer--bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .site-footer--bottom .container {
    flex-direction: column;
  }
}
.site-footer .footer-logo-row {
  display: flex;
}
.site-footer .footer-logo {
  margin-right: 81px;
}
@media (max-width: 767px) {
  .site-footer .footer-logo img {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .site-footer .footer-nav {
    display: none;
  }
}
.site-footer .footer-nav ul {
  display: flex;
  align-items: center;
  list-style-type: none;
  margin-top: 20px;
}
.site-footer .footer-nav ul li {
  margin-right: 32px;
}
.site-footer .footer-nav ul li.hidden {
  display: none;
}
.site-footer .footer-nav ul li a {
  color: #E8E8E8;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
.site-footer .footer-nav ul li a:hover {
  color: #D80032;
}
.site-footer .footer-contacts-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 27px;
}
@media (max-width: 767px) {
  .site-footer .footer-contacts-row {
    justify-content: space-between;
  }
}
.site-footer .footer-col {
  width: 19.5%;
}
.site-footer .footer-col:first-child {
  width: 22%;
}
@media (max-width: 767px) {
  .site-footer .footer-col {
    width: calc(50% - 16px);
    margin: 0 0 40px;
  }
  .site-footer .footer-col:first-child {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
}
.site-footer .footer-contact-title {
  margin-bottom: 8px;
  color: #646464;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.site-footer .footer-social-links {
  margin-top: 1px;
  margin-bottom: 47px;
}
@media (max-width: 767px) {
  .site-footer .footer-social-links {
    margin-top: 0;
    margin-bottom: 14px;
    width: calc(30% - 16px);
  }
}
.site-footer .footer-links {
  display: flex;
  align-items: center;
}
.site-footer .footer-links .footer-social-link {
  margin-right: 22px;
}
@media (max-width: 767px) {
  .site-footer .footer-links .footer-social-link {
    margin-right: 14px;
  }
}
.site-footer .footer-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
.site-footer .footer-links a img {
  display: flex;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .site-footer .footer-email {
    width: calc(68% - 16px);
  }
}
.site-footer .footer-email-link a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}
.site-footer .footer-email-link a:hover {
  text-decoration: underline;
}
.site-footer .footer-address {
  width: 100%;
  max-width: 190px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 160%;
  font-weight: 400;
}
@media (max-width: 767px) {
  .site-footer .footer-address {
    font-size: 14px;
  }
}
.site-footer .footer-address strong {
  font-weight: 600;
}
.site-footer .footer-address a {
  color: #FFFFFF;
  text-decoration: none;
}
.site-footer .footer-address a:hover {
  text-decoration: underline;
}
.site-footer .copyright-text {
  color: #646464;
  font-size: 12px;
  font-weight: 400;
}
.site-footer .copyright-links {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .site-footer .copyright-links {
    justify-content: center;
    width: 100%;
    margin-top: 14px;
  }
}
.site-footer .copyright-links a {
  margin-left: 32px;
  color: #646464;
  font-size: 12px;
  font-weight: 400;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .site-footer .copyright-links a {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .scene {
    display: none;
  }
}

.magic {
  z-index: -1;
  position: absolute;
  top: calc(50% - 10rem);
  left: calc(50% - 10rem);
  width: 436px;
  height: 354px;
  background: url("../svg/grid.svg") 50% 50% no-repeat fixed;
  background-size: cover;
  background-size: 100%;
  border-radius: 40%;
  opacity: 0.05;
}

.contact-us {
  padding: 92px 0 52px;
}
@media (max-width: 767px) {
  .contact-us {
    padding: 56px 0;
  }
}
.contact-us--cpto .contact-us--title h2 {
  max-width: 553px;
}
.contact-us--cpto .contact-us--title p {
  margin: 26px 0 0;
  max-width: 352px;
  font-size: 16px;
  font-weight: 600;
}
.contact-us .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-us--left {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .contact-us--left {
    width: 100%;
  }
}
.contact-us--right {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .contact-us--right {
    width: 100%;
  }
}
.contact-us--title {
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .contact-us--title {
    margin-bottom: 38px;
  }
}
.contact-us--text {
  max-width: 352px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact-us--text {
    margin: -30px 0 30px;
  }
}
.contact-us--form .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.contact-us--form .form-row--double .form-item {
  width: calc(50% - 8px);
}
.contact-us--form .form-item {
  width: 100%;
}
.contact-us--form .form-item label {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.contact-us--form .form-item label span {
  color: #D80032;
}
.contact-us--form .form-item input[type=text],
.contact-us--form .form-item input[type=email] {
  width: 100%;
  padding: 10px 16px;
  color: #1B1B1E;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  outline: none;
  transition: all 200ms ease-out;
}
.contact-us--form .form-item input[type=text]:focus,
.contact-us--form .form-item input[type=email]:focus {
  border-color: #1B1B1E;
}
.contact-us--form .form-item textarea {
  width: 100%;
  height: 86px;
  padding: 10px 16px;
  color: #1B1B1E;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  resize: none;
  outline: none;
  transition: all 200ms ease-out;
}
.contact-us--form .form-item textarea:focus {
  border-color: #1B1B1E;
}
.contact-us--form .form-item input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #fff;
  background: #D80032;
  border: 1px solid #D80032;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  transition: all 200ms ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contact-us--form .form-item input[type=submit]:hover {
  color: #D80032;
  background: #fff;
}

.lets-work {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .lets-work {
    padding: 56px 0;
  }
}
.lets-work.hero-generative-ai {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .lets-work.hero-generative-ai {
    padding: 0 15px;
  }
}
.lets-work.hero-generative-ai .lets-work--left {
  width: 100%;
  text-align: center;
}
.lets-work.hero-generative-ai .lets-work--btn {
  justify-content: center;
}
.lets-work.hero-generative-ai .container {
  max-width: 1190px;
  padding: 60px 0 120px;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .lets-work.hero-generative-ai .container {
    padding: 80px 0;
  }
}
.lets-work.hero-generative-ai .ai-modal {
  height: 47px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .lets-work.hero-generative-ai .ai-modal {
    width: auto;
    margin-right: 15px;
  }
}
.lets-work .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.lets-work--left {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .lets-work--left {
    width: 100%;
  }
}
.lets-work--right {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .lets-work--right {
    width: 100%;
    margin-top: 40px;
  }
}
.lets-work--right img {
  width: 100%;
  height: auto;
}
.lets-work--text {
  margin: 14px 0 0;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.lets-work--text2 {
  margin: 14px 0 28px;
  color: #1B1B1E;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}
.lets-work--btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 14px 0 0;
}
.lets-work--live-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lets-work--live-wrap label {
  width: 100%;
  margin: 0 0 25px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  .lets-work--live-wrap label {
    font-size: 18px;
  }
}
.lets-work--live-wrap img {
  width: 47%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.team {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .team {
    padding: 0;
  }
}
.team.team-cpto .container {
  padding-bottom: 0;
  border-bottom: 0;
}
.team.team-cpto-about .container {
  padding-top: 0;
  border-top: 0;
}
@media (max-width: 767px) {
  .team.team-cpto-about .container {
    flex-direction: column;
    padding-top: 56px;
  }
}
.team .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 112px;
  padding-bottom: 112px;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .team .container {
    flex-direction: column-reverse;
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.team .container.careers-container {
  padding-bottom: 56px;
  border-bottom: 0;
}
.team--left {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .team--left {
    width: 100%;
    margin-top: 40px;
  }
}
.team--left img {
  max-width: 100%;
  height: auto;
}
.team--right {
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .team--right {
    width: 100%;
  }
}
.team--text {
  margin: 14px 0;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.team--text p {
  margin-bottom: 22px;
}
.team--text p:last-child {
  margin-bottom: 0;
}

.why-work {
  padding: 112px 0;
}
@media (max-width: 767px) {
  .why-work {
    padding: 56px 0;
  }
}
.why-work--title {
  margin: 0 0 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .why-work--title {
    margin-bottom: 34px;
  }
}
.why-work--items {
  display: flex;
  flex-wrap: wrap;
}
.why-work--item {
  width: 33.33%;
}
@media (max-width: 767px) {
  .why-work--item {
    width: 100%;
    margin-bottom: 40px;
  }
  .why-work--item:last-child {
    margin-bottom: 0;
  }
}
.why-work--item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .why-work--item .icon {
    margin: 0 auto;
  }
}
.why-work--item h5 {
  margin: 32px 0 16px;
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.why-work--item p {
  margin-bottom: 16px;
  max-width: 330px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
.why-work--item p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .why-work--item p {
    max-width: none;
  }
}

.our-positions {
  padding: 112px 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .our-positions {
    padding: 56px 0;
  }
}
.our-positions--filters {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 40px;
}
@media (max-width: 767px) {
  .our-positions--filters {
    margin: 15px 0 35px;
  }
}
.our-positions--filters button {
  position: relative;
  margin-right: 16px;
  padding: 10px 0;
  color: #1B1B1E;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  cursor: pointer;
}
.our-positions--filters button:hover:before {
  width: 100%;
}
.our-positions--filters button.active {
  color: #D80032;
}
.our-positions--filters button.active:before {
  width: 100%;
  background: #D80032;
}
.our-positions--filters button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #1B1B1E;
  border-radius: 12px;
  transition: all 200ms ease-out;
}

.position {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 155px;
  margin-bottom: 32px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 4px 32px rgba(27, 27, 30, 0.1);
}
.position:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .position {
    margin-bottom: 24px;
    padding: 24px;
  }
}
.position--hot {
  position: absolute;
  top: 32px;
  right: 32px;
  padding: 1.5px 6px;
  color: #FFFFFF;
  background: #1B1B1E;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .position--hot {
    position: static;
    margin-bottom: 14px;
  }
}
.position--info {
  width: calc(100% - 300px);
  padding-right: 70px;
}
@media (max-width: 767px) {
  .position--info {
    width: 100%;
    padding-right: 0;
  }
}
.position--title {
  margin: 0 0 10px;
}
.position--title a {
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.8;
  text-decoration: none;
}
.position--short-description {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}
.position--options {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.position--option {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.position--option:last-child {
  margin-right: 0;
}
.position--option .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.position--option span {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.position--btns {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  width: 300px;
}
@media (max-width: 767px) {
  .position--btns {
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }
}
.position--readmore {
  margin-right: 16px;
  padding: 10px 24px;
  color: #D80032;
  background: #FFFFFF;
  border: 1px solid #D80032;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
}
.position--readmore:hover {
  color: #fff;
  background: #D80032;
}
@media (max-width: 767px) {
  .position--readmore {
    width: calc(50% - 16px);
    margin-right: 0;
  }
}
.position--apply {
  padding: 10px 24px;
  color: #fff;
  background: #D80032;
  border: 1px solid #D80032;
  border-radius: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-decoration: none;
  cursor: pointer;
}
.position--apply:hover {
  color: #D80032;
  background: #fff;
}
@media (max-width: 767px) {
  .position--apply {
    width: calc(50% - 16px);
  }
}

.breadcrumbs {
  width: 100%;
  padding: 64px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 26px 0;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  color: #1B1B1E;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  text-decoration: none;
}
.breadcrumbs a:hover {
  opacity: 0.7;
}

.single-job {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .single-job {
    padding-bottom: 56px;
  }
}
.single-job .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 64px;
  border-bottom: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .single-job .container {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.single-job--tags {
  display: flex;
  margin-bottom: 8px;
  width: 100%;
}
.single-job--tag {
  margin-right: 16px;
  padding: 1.5px 16px;
  color: #1B1B1E;
  border: 1px solid #E8E8E8;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
.single-job--left {
  width: 100%;
  max-width: calc(50% - 32px);
}
@media (max-width: 767px) {
  .single-job--left {
    max-width: none;
  }
}
.single-job--right {
  width: 100%;
  max-width: calc(50% - 32px);
}
@media (max-width: 767px) {
  .single-job--right {
    max-width: none;
  }
}
.single-job--title {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .single-job--title {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .single-job--content {
    margin-bottom: 24px;
  }
}
.single-job--content h3 {
  margin: 0 0 32px;
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 767px) {
  .single-job--content h3 {
    margin-bottom: 24px;
  }
}
.single-job--content p {
  margin: 0 0 32px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .single-job--content p {
    margin-bottom: 24px;
  }
}
.single-job--content ul,
.single-job--content ol {
  margin: 0 0 32px;
  padding: 0 0 0 20px;
}
@media (max-width: 767px) {
  .single-job--content ul,
  .single-job--content ol {
    margin-bottom: 24px;
  }
}
.single-job--content ul li,
.single-job--content ol li {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.single-job--form-title {
  margin: 0 0 32px;
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 767px) {
  .single-job--form-title {
    margin-bottom: 24px;
  }
}
.single-job--form {
  position: sticky;
  top: 100px;
  padding: 32px;
  border: 1px solid #D80032;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .single-job--form {
    padding: 24px;
  }
}
.single-job--form .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.single-job--form .form-row--double .form-item {
  width: calc(50% - 8px);
}
.single-job--form .form-row.form-submit {
  margin: 30px 0 0;
}
.single-job--form .form-row.form-submit .form-item {
  display: flex;
  justify-content: flex-end;
}
.single-job--form .form-row.form-submit .form-item p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.single-job--form .form-item {
  width: 100%;
}
.single-job--form .form-item label {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.single-job--form .form-item label span {
  color: #D80032;
}
.single-job--form .form-item input[type=text],
.single-job--form .form-item input[type=email],
.single-job--form .form-item input[type=tel],
.single-job--form .form-item input[type=file] {
  width: 100%;
  padding: 10px 16px;
  color: #1B1B1E;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  outline: none;
  transition: all 200ms ease-out;
}
.single-job--form .form-item input[type=text]:focus,
.single-job--form .form-item input[type=email]:focus,
.single-job--form .form-item input[type=tel]:focus,
.single-job--form .form-item input[type=file]:focus {
  border-color: #1B1B1E;
}
.single-job--form .form-item input[type=file] {
  padding-left: 40px;
  background: url("../svg/icon-file.svg") 12px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.single-job--form .form-item input[type=file]::-moz-placeholder {
  color: red;
}
.single-job--form .form-item input[type=file]::placeholder {
  color: red;
}
.single-job--form .form-item input[type=file]::file-selector-button {
  display: none;
}
.single-job--form .form-item textarea {
  width: 100%;
  height: 86px;
  padding: 10px 16px;
  color: #1B1B1E;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  resize: none;
  outline: none;
  transition: all 200ms ease-out;
}
.single-job--form .form-item textarea:focus {
  border-color: #1B1B1E;
}
.single-job--form .form-item input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  color: #fff;
  background: #D80032;
  border: 1px solid #D80032;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.single-job--form .form-item input[type=submit]:hover {
  color: #D80032;
  background: #fff;
}

.vacancy-modal,
.generative-ai-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 30, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 200ms ease-out;
}
.vacancy-modal.active,
.generative-ai-modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 45;
}
.vacancy-modal .container,
.generative-ai-modal .container {
  position: relative;
  width: 100%;
  max-width: 592px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .vacancy-modal .container,
  .generative-ai-modal .container {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 24px;
  }
}
.vacancy-modal--close,
.generative-ai-modal--close {
  position: absolute;
  top: 37px;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  cursor: pointer;
}
.vacancy-modal--close:hover svg,
.generative-ai-modal--close:hover svg {
  transform: scale(1.4);
}
@media (max-width: 767px) {
  .vacancy-modal--close,
  .generative-ai-modal--close {
    top: 30px;
    right: 17px;
  }
}
.vacancy-modal--close svg,
.generative-ai-modal--close svg {
  transition: all 200ms ease-out;
}
.vacancy-modal--cancel,
.generative-ai-modal--cancel {
  display: flex;
  align-items: center;
  order: 3;
  height: 46px;
  margin-right: 10px;
  padding: 0 24px;
  color: #1B1B1E;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  cursor: pointer;
}
.vacancy-modal--cancel:hover,
.generative-ai-modal--cancel:hover {
  color: #fff;
  background: #D80032;
  border-color: #D80032;
}
.vacancy-modal--form-title,
.generative-ai-modal--form-title {
  margin: 0 0 32px;
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.vacancy-modal--form,
.generative-ai-modal--form {
  padding: 0;
}
.vacancy-modal--form .form-row,
.generative-ai-modal--form .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.vacancy-modal--form .form-row--double .form-item,
.generative-ai-modal--form .form-row--double .form-item {
  width: calc(50% - 8px);
}
.vacancy-modal--form .form-row.form-submit,
.generative-ai-modal--form .form-row.form-submit {
  margin: 30px 0 0;
}
.vacancy-modal--form .form-row.form-submit .wpcf7-spinner,
.generative-ai-modal--form .form-row.form-submit .wpcf7-spinner {
  display: flex;
  order: 4;
}
.vacancy-modal--form .form-row.form-submit .form-item,
.generative-ai-modal--form .form-row.form-submit .form-item {
  display: flex;
  justify-content: flex-end;
}
.vacancy-modal--form .form-row.form-submit .form-item p,
.generative-ai-modal--form .form-row.form-submit .form-item p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.vacancy-modal--form .form-item,
.generative-ai-modal--form .form-item {
  width: 100%;
}
.vacancy-modal--form .form-item label,
.generative-ai-modal--form .form-item label {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.vacancy-modal--form .form-item label span,
.generative-ai-modal--form .form-item label span {
  color: #D80032;
}
.vacancy-modal--form .form-item input[type=text],
.vacancy-modal--form .form-item input[type=email],
.vacancy-modal--form .form-item input[type=tel],
.vacancy-modal--form .form-item input[type=file],
.generative-ai-modal--form .form-item input[type=text],
.generative-ai-modal--form .form-item input[type=email],
.generative-ai-modal--form .form-item input[type=tel],
.generative-ai-modal--form .form-item input[type=file] {
  width: 100%;
  padding: 10px 16px;
  color: #1B1B1E;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  outline: none;
  transition: all 200ms ease-out;
}
.vacancy-modal--form .form-item input[type=text]:focus,
.vacancy-modal--form .form-item input[type=email]:focus,
.vacancy-modal--form .form-item input[type=tel]:focus,
.vacancy-modal--form .form-item input[type=file]:focus,
.generative-ai-modal--form .form-item input[type=text]:focus,
.generative-ai-modal--form .form-item input[type=email]:focus,
.generative-ai-modal--form .form-item input[type=tel]:focus,
.generative-ai-modal--form .form-item input[type=file]:focus {
  border-color: #1B1B1E;
}
.vacancy-modal--form .form-item input[type=file],
.generative-ai-modal--form .form-item input[type=file] {
  padding-left: 40px;
  background: url("../svg/icon-file.svg") 12px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (max-width: 767px) {
  .vacancy-modal--form .form-item input[type=file],
  .generative-ai-modal--form .form-item input[type=file] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.vacancy-modal--form .form-item input[type=file]::-moz-placeholder, .generative-ai-modal--form .form-item input[type=file]::-moz-placeholder {
  color: red;
}
.vacancy-modal--form .form-item input[type=file]::placeholder,
.generative-ai-modal--form .form-item input[type=file]::placeholder {
  color: red;
}
.vacancy-modal--form .form-item input[type=file]::file-selector-button,
.generative-ai-modal--form .form-item input[type=file]::file-selector-button {
  display: none;
}
.vacancy-modal--form .form-item textarea,
.generative-ai-modal--form .form-item textarea {
  width: 100%;
  height: 86px;
  padding: 10px 16px;
  color: #1B1B1E;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  resize: none;
  outline: none;
  transition: all 200ms ease-out;
}
.vacancy-modal--form .form-item textarea:focus,
.generative-ai-modal--form .form-item textarea:focus {
  border-color: #1B1B1E;
}
.vacancy-modal--form .form-item input[type=submit],
.generative-ai-modal--form .form-item input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  height: 46px;
  padding: 0 24px;
  color: #fff;
  background: #D80032;
  border: 1px solid #D80032;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.vacancy-modal--form .form-item input[type=submit]:hover,
.generative-ai-modal--form .form-item input[type=submit]:hover {
  color: #D80032;
  background: #fff;
}

.blog-page {
  padding: 102px 0;
}
@media (max-width: 767px) {
  .blog-page {
    padding: 56px 0;
  }
}
.blog-page .container {
  display: flex;
  flex-wrap: wrap;
}
.blog-page--title {
  width: 100%;
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .blog-page--title {
    margin-bottom: 24px;
  }
}
.blog-page--sidebar {
  width: 100%;
  max-width: 394px;
}
@media (min-width: 1200px) {
  .blog-page--sidebar-inner {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 767px) {
  .blog-page--sidebar {
    max-width: none;
    margin-bottom: 20px;
  }
}
.blog-page--search {
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .blog-page--search {
    margin-bottom: 14px;
  }
}
.blog-page--search .search-form {
  width: 100%;
  max-width: 360px;
}
.blog-page--search .search-form input {
  width: 100%;
  height: 46px;
  padding: 0 16px 0 50px;
  color: #1B1B1E;
  background: url("../svg/icon-search.svg") 14px center no-repeat;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  font-family: "Poppins", sans-serif;
  outline: none;
  transition: all 200ms ease-out;
}
.blog-page--search .search-form input:focus {
  border-color: #1B1B1E;
}
.blog-page--search .search-form input::-moz-placeholder {
  color: #1B1B1E;
}
.blog-page--search .search-form input::placeholder {
  color: #1B1B1E;
}
.blog-page--categories {
  width: 100%;
  max-width: 360px;
}
.blog-page--categories label {
  display: flex;
  width: 100%;
  margin: 0 0 16px;
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}
.blog-page--categories a {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  padding: 8.5px 16px;
  background: none;
  border-radius: 6px;
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}
.blog-page--categories a.active {
  color: #D80032;
  background: rgba(216, 0, 50, 0.05);
  font-weight: 600;
}
.blog-page--categories a:hover {
  background: rgba(216, 0, 50, 0.05);
}
.blog-page--content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  width: calc(100% - 394px);
}
@media (max-width: 767px) {
  .blog-page--content {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

.blog-card {
  position: relative;
}
.blog-card--post-image {
  width: 100%;
  height: 330px;
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .blog-card--post-image {
    height: 220px;
  }
}
.blog-card--post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card--post-meta {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.blog-card--post-date-info {
  width: 50%;
  color: #1B1B1E;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.blog-card--post-cat {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
}
.blog-card--post-cat a {
  padding: 5px 16px;
  color: #1B1B1E;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.blog-card--post-name {
  margin-top: 8px;
}
.blog-card--post-name a {
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}
.blog-card--post-name a:hover {
  color: #D80032;
}
.blog-card--post-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .blog-card--post-links {
    margin-top: 4px;
  }
}
.blog-card--post-read a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.blog-card--post-read a:hover svg {
  margin-left: 16px;
}
.blog-card--post-read a span {
  color: #D80032;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
.blog-card--post-read a svg {
  display: flex;
  margin-left: 8px;
  transition: all 200ms ease-out;
}

.single-post--meta {
  display: flex;
  align-items: center;
}
.single-post--post-date-info {
  width: 50%;
  color: #1B1B1E;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.single-post--post-cat {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
}
.single-post--post-cat a {
  padding: 5px 16px;
  color: #1B1B1E;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}
.single-post--share {
  display: flex;
  margin-left: 32px;
}
.single-post--share svg {
  display: flex;
}
.single-post--title {
  margin: 8px 0 32px;
}
.single-post--img {
  width: 100%;
  margin: 0 0 32px;
}
.single-post--img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.single-post--content .wp-block-separator {
  margin: 0 0 64px;
  color: #E8E8E8;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .single-post--content .wp-block-separator {
    margin-bottom: 32px;
  }
}

.case-heading-old--bg {
  position: relative;
  width: 100%;
  height: 320px;
  background: #FFCB04;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case-heading-old--bg {
    height: 260px;
  }
}
.case-heading-old--bg img {
  position: absolute;
}
.case-heading-old--bg img:nth-child(1) {
  top: -67px;
  left: 0;
}
.case-heading-old--bg img:nth-child(2) {
  right: 0;
  bottom: 0;
}
.case-heading-old--title {
  position: relative;
  width: 100%;
  margin: -150px 0 0;
  padding: 32px;
  background: #fff;
  box-shadow: 0px 4px 32px rgba(27, 27, 30, 0.1);
  border-radius: 8px;
}
.case-heading-old--title label {
  display: flex;
  margin-bottom: 10px;
  color: #1B1B1E;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .case-heading-old--title label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .case-heading-old--title .section-title h1 {
    font-size: 26px;
  }
}
.case-heading-old--meta {
  display: flex;
  justify-content: space-around;
  margin: 70px 0 64px;
}
@media (max-width: 767px) {
  .case-heading-old--meta {
    flex-wrap: wrap;
    margin: 40px 0 30px;
  }
}
.case-heading-old--item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .case-heading-old--item {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 14px;
    padding: 0 32px;
  }
  .case-heading-old--item:last-child {
    margin-bottom: 0;
  }
}
.case-heading-old--item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.case-heading-old--item span {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.case-heading-old--item span strong {
  font-weight: 600;
}

.case-situation-old,
.case-result-old {
  padding: 64px 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .case-situation-old,
  .case-result-old {
    padding: 56px 0;
  }
}
.case-situation-old .container,
.case-result-old .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-situation-old--title,
.case-result-old--title {
  width: 100%;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .case-situation-old--title,
  .case-result-old--title {
    margin-bottom: 14px;
  }
}
.case-situation-old--content,
.case-result-old--content {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .case-situation-old--content,
  .case-result-old--content {
    width: 100%;
  }
}
.case-situation-old--content img,
.case-result-old--content img {
  width: 100%;
  height: auto;
}

.case-action-old {
  padding: 64px 0;
}
.case-action-old .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-action-old--title {
  width: 100%;
  margin: 0 0 32px;
}
.case-action-old--content {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .case-action-old--content {
    width: 100%;
  }
}
.case-action-old--content img {
  width: 100%;
  height: auto;
}

.case-tools-old {
  padding: 64px 0;
}
.case-tools-old .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-tools-old--title {
  width: 100%;
  margin: 0 0 32px;
}
.case-tools-old--content {
  width: 100%;
}

.case-feedback-old {
  padding: 64px 0;
}
.case-feedback-old .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-feedback-old--title {
  width: 100%;
  margin: 0 0 32px;
  text-align: center;
}
.case-feedback-old--content {
  width: 100%;
}

.case-heading--bg {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .case-heading--bg {
    height: 260px;
  }
}
.case-heading--title {
  position: relative;
  width: 100%;
  margin: -100px 0 0;
  padding: 32px;
  background: #fff;
  box-shadow: 0px 4px 32px rgba(27, 27, 30, 0.1);
  border-radius: 8px;
}
.case-heading--title label {
  display: flex;
  margin-bottom: 10px;
  color: #D80032;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .case-heading--title label {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .case-heading--title .section-title h1 {
    font-size: 26px;
  }
}
.case-heading--title .section-subtitle {
  margin-top: 10px;
  color: #1B1B1E;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .case-heading--title .section-subtitle {
    font-size: 16px;
  }
}
.case-heading--meta {
  display: flex;
  justify-content: space-around;
  margin: 70px 0 64px;
}
@media (max-width: 767px) {
  .case-heading--meta {
    flex-wrap: wrap;
    margin: 40px 0 30px;
  }
}
.case-heading--item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .case-heading--item {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 14px;
    padding: 0 32px;
  }
  .case-heading--item:last-child {
    margin-bottom: 0;
  }
}
.case-heading--item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 16px;
}
.case-heading--item span {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
.case-heading--item span strong {
  font-weight: 600;
}

.case-situation {
  padding: 64px 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .case-situation {
    padding: 56px 0;
  }
}
.case-situation .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-situation--title {
  width: 100%;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .case-situation--title {
    margin-bottom: 14px;
  }
}
.case-situation--content {
  width: 100%;
}

.case-problem {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .case-problem {
    padding: 56px 0;
  }
}
.case-problem .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-problem--title {
  width: 100%;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .case-problem--title {
    margin-bottom: 24px;
  }
}
.case-problem--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.case-problem--item {
  display: flex;
  width: calc(50% - 16px);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .case-problem--item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.case-problem--item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.case-problem--item span {
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.reasons-buy {
  padding: 64px 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .reasons-buy {
    padding: 56px 0;
  }
}
.reasons-buy .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.reasons-buy--title {
  width: 100%;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .reasons-buy--title {
    margin-bottom: 24px;
  }
}
.reasons-buy--items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.reasons-buy--item {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid #D80032;
}
@media (max-width: 767px) {
  .reasons-buy--item {
    margin-bottom: 24px;
  }
}
.reasons-buy--item .num {
  display: flex;
  width: 24px;
  margin-right: 10px;
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}
.reasons-buy--item span {
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.received-value {
  padding: 64px 0 0;
}
@media (max-width: 767px) {
  .received-value {
    padding: 56px 0;
  }
}
.received-value .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 64px;
}
.received-value--title {
  width: 100%;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .received-value--title {
    margin-bottom: 24px;
  }
}
.received-value--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.received-value--item {
  display: flex;
  width: calc(50% - 16px);
  margin-bottom: 32px;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px rgba(27, 27, 30, 0.1);
}
@media (max-width: 767px) {
  .received-value--item {
    width: 100%;
    margin-bottom: 24px;
  }
}
.received-value--item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.received-value--item span {
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.received-value--text {
  color: #1B1B1E;
  font-weight: 600;
  font-size: 16px;
  line-height: 180%;
}

.case-action {
  padding: 64px 0;
}
.case-action .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-action--title {
  width: 100%;
  margin: 0 0 32px;
}
.case-action--content {
  width: calc(50% - 16px);
}
.case-action--content img {
  width: 100%;
  height: auto;
}

.case-tools {
  padding: 64px 0;
}
.case-tools .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-tools--title {
  width: 100%;
  margin: 0 0 32px;
}
.case-tools--content {
  width: 100%;
}

.case-feedback {
  padding: 64px 0;
}
.case-feedback .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.case-feedback--title {
  width: 100%;
  margin: 0 0 32px;
  text-align: center;
}
.case-feedback--content {
  width: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 0;
  color: #1B1B1E;
  border: 0;
  font-size: 16px;
}

.wpcf7-not-valid-tip {
  color: #d80032;
  font-size: 14px;
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
@keyframes bannermove2 {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.cookies {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  padding: 24px 32px;
  background: #fff;
  z-index: 250;
}
@media (max-width: 767px) {
  .cookies {
    flex-wrap: wrap;
  }
}
.cookies--left {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cookies--left {
    width: 100%;
  }
}
.cookies--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cookies--right {
    width: 100%;
    margin-top: 20px;
  }
}
.cookies svg {
  margin-right: 32px;
}
@media (max-width: 767px) {
  .cookies svg {
    display: none;
  }
}
.cookies p {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .cookies p {
    font-size: 13px;
  }
}
.cookies p a {
  color: #D80032;
  text-decoration: underline;
}
.cookies p a:hover {
  text-decoration: none;
}
.cookies--btn {
  color: #D80032;
  background: #fff;
  cursor: pointer;
  margin-left: 10px;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  .cookies--btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}
.cookies--btn:first-child {
  margin-left: 0;
}
.cookies--btn:hover {
  color: #fff;
  background: #D80032;
}
.cookies--btn-decline {
  border: 0;
}

.page-title {
  position: relative;
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .page-title {
    height: auto;
    padding: 40px 0;
  }
}
.page-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #1B1B1E 7.25%, rgba(27, 27, 30, 0.51) 100%);
  z-index: 2;
}
.page-title .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  z-index: 5;
}
.page-title .breadcrumbs {
  margin: 0 0 22px;
  padding: 0;
}
@media (max-width: 767px) {
  .page-title .breadcrumbs {
    margin-bottom: 16px;
  }
}
.page-title .breadcrumbs a,
.page-title .breadcrumbs span {
  color: #fff;
}
@media (max-width: 767px) {
  .page-title .breadcrumbs a,
  .page-title .breadcrumbs span {
    font-size: 12px;
  }
}
.page-title .breadcrumbs .current-page {
  text-decoration: underline;
}
.page-title .section-title h1 {
  color: #fff;
  font-size: 64px;
}
@media (max-width: 767px) {
  .page-title .section-title h1 {
    font-size: 28px;
  }
}
.page-title--text {
  width: 100%;
  max-width: 624px;
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .page-title--text {
    margin-top: 16px;
    font-size: 14px;
  }
}

.what-we-do {
  padding: 64px 0 50px;
}
@media (max-width: 767px) {
  .what-we-do {
    padding: 60px 0 20px;
  }
}
@media (min-width: 1200px) {
  .what-we-do--generative {
    padding-top: 120px;
  }
}
@media (min-width: 768px) {
  .what-we-do--generative .section-title {
    padding-right: 100px;
  }
}
.what-we-do .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.what-we-do--col {
  width: 50%;
}
@media (max-width: 767px) {
  .what-we-do--col {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .what-we-do .section-title {
    text-align: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .what-we-do .section-text br {
    display: none;
  }
}

.work-with-us {
  padding: 112px 0 0;
}
@media (max-width: 767px) {
  .work-with-us {
    padding: 60px 0 0;
  }
}
.work-with-us .section-title {
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .work-with-us .section-title {
    text-align: center;
    margin-bottom: 44px;
  }
}
.work-with-us--items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.work-with-us--item {
  position: relative;
  width: calc(33.33% - 22px);
  border-right: 1px solid #E8E8E8;
}
@media (max-width: 767px) {
  .work-with-us--item {
    width: 100%;
    margin-bottom: 60px;
  }
  .work-with-us--item:last-child {
    margin-bottom: 0;
  }
}
.work-with-us--item .item-icon {
  display: flex;
  align-items: center;
  width: auto;
  height: 64px;
  margin-bottom: 32px;
}
.work-with-us--item .item-icon img {
  display: flex;
}
@media (max-width: 767px) {
  .work-with-us--item .item-icon img {
    margin: 0 auto;
  }
}
.work-with-us--item .item-title {
  margin: 0 0 16px;
  color: #1B1B1E;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .work-with-us--item .item-title {
    margin-bottom: 10px;
  }
}
.work-with-us--item .item-text {
  position: relative;
  width: 100%;
  margin: 0 0 10px;
  padding-right: 64px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.services {
  padding: 64px 0;
}
.services .section-title {
  margin-bottom: 64px;
  text-align: center;
}
@media (max-width: 767px) {
  .services .section-title {
    margin-bottom: 32px;
  }
}
.services--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services--item {
  display: flex;
  width: calc(33.33% - 22px);
}
@media (max-width: 767px) {
  .services--item {
    width: 100%;
    margin-bottom: 30px;
  }
  .services--item:last-child {
    margin-bottom: 0;
  }
}
.services--item .icon {
  display: flex;
  justify-content: center;
  width: 64px;
  height: 64px;
}
.services--item .text {
  max-width: 298px;
  padding-left: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #1B1B1E;
  line-height: 1.5;
}

.service-problems {
  padding: 64px 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .service-problems {
    padding: 60px 0;
  }
}
.service-problems .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-problems .section-title {
  width: 100%;
  margin: 0 0 32px;
}
.service-problems--col {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .service-problems--col {
    width: 100%;
  }
}
.service-problems--list-item {
  display: flex;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .service-problems--list-item {
    margin-bottom: 20px;
  }
}
.service-problems--list-item:last-child {
  margin-bottom: 0;
}
.service-problems--list-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.service-problems--list-item span {
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .service-problems--img {
    margin-top: 40px;
  }
}
.service-problems--img img {
  display: flex;
  width: 100%;
  height: auto;
}

.service-symptoms {
  padding: 64px 0;
}
@media (max-width: 767px) {
  .service-symptoms {
    padding: 60px 0;
  }
}
.service-symptoms .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service-symptoms .section-title {
  width: 100%;
  margin: 0 0 32px;
}
.service-symptoms--col {
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .service-symptoms--col {
    width: 100%;
  }
}
.service-symptoms--list-item {
  display: flex;
  margin: 0 0 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #D80032;
}
@media (max-width: 767px) {
  .service-symptoms--list-item {
    margin-bottom: 20px;
  }
}
.service-symptoms--list-item:last-child {
  margin-bottom: 0;
}
.service-symptoms--list-item .num {
  width: 24px;
  margin-right: 10px;
  color: #1B1B1E;
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
}
.service-symptoms--list-item span {
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .service-symptoms--img {
    margin-bottom: 40px;
  }
}
.service-symptoms--img img {
  display: flex;
  width: 100%;
  height: auto;
}

.market-shows {
  padding: 64px 0;
  background: #F5F5F5;
}
.market-shows .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.market-shows .section-title {
  width: 100%;
  margin: 0 0 32px;
}
.market-shows--col {
  display: flex;
  align-items: center;
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .market-shows--col {
    width: 100%;
  }
}
.market-shows--text {
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.market-shows--text a {
  text-decoration: underline;
  color: #1B1B1E;
}
.market-shows--text a:hover {
  color: #D80032;
}
.market-shows--items {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .market-shows--items {
    margin-top: 40px;
  }
}
.market-shows--item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .market-shows--item {
    width: 100%;
  }
}
.market-shows--item p {
  color: #1B1B1E;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.market-shows--item span {
  color: #D80032;
  font-weight: 600;
  font-size: 48px;
  line-height: 160%;
}

.simple-text {
  padding: 64px 0;
}
.simple-text.white {
  background: #fff;
}
.simple-text.grey {
  background: #F5F5F5;
}
.simple-text .section-title {
  margin-bottom: 32px;
  text-align: center;
}
.simple-text .section-btn {
  margin: 0 auto;
}

.form-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(27, 27, 30, 0.6);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 200ms ease-out;
}
.form-modal.active {
  opacity: 1;
  visibility: visible;
  z-index: 45;
}
.form-modal .container {
  position: relative;
  width: 100%;
  max-width: 592px;
  padding: 32px;
  background: #FFFFFF;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .form-modal .container {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 24px;
  }
}
.form-modal--close {
  position: absolute;
  top: 37px;
  right: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: none;
  border: 0;
  cursor: pointer;
}
.form-modal--close:hover svg {
  transform: scale(1.4);
}
@media (max-width: 767px) {
  .form-modal--close {
    top: 30px;
    right: 17px;
  }
}
.form-modal--close svg {
  transition: all 200ms ease-out;
}
.form-modal--cancel {
  display: flex;
  align-items: center;
  order: 3;
  height: 46px;
  margin-right: 10px;
  padding: 0 24px;
  color: #1B1B1E;
  background: #fff;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  cursor: pointer;
}
.form-modal--cancel:hover {
  color: #fff;
  background: #D80032;
  border-color: #D80032;
}
.form-modal--form-title {
  margin: 0 0 32px;
  color: #1B1B1E;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.form-modal--form {
  padding: 0;
}
.form-modal--form .form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.form-modal--form .form-row--double .form-item {
  width: calc(50% - 8px);
}
.form-modal--form .form-row.form-submit {
  margin: 30px 0 0;
}
.form-modal--form .form-row.form-submit .wpcf7-spinner {
  display: flex;
  order: 4;
}
.form-modal--form .form-row.form-submit .form-item {
  display: flex;
  justify-content: flex-end;
}
.form-modal--form .form-row.form-submit .form-item p {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.form-modal--form .form-item {
  width: 100%;
}
.form-modal--form .form-item label {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
}
.form-modal--form .form-item label span {
  color: #D80032;
}
.form-modal--form .form-item input[type=text],
.form-modal--form .form-item input[type=email],
.form-modal--form .form-item input[type=tel],
.form-modal--form .form-item input[type=file] {
  width: 100%;
  padding: 10px 16px;
  color: #1B1B1E;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  outline: none;
  transition: all 200ms ease-out;
}
.form-modal--form .form-item input[type=text]:focus,
.form-modal--form .form-item input[type=email]:focus,
.form-modal--form .form-item input[type=tel]:focus,
.form-modal--form .form-item input[type=file]:focus {
  border-color: #1B1B1E;
}
.form-modal--form .form-item input[type=file] {
  padding-left: 40px;
  background: url("../svg/icon-file.svg") 12px center no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media (max-width: 767px) {
  .form-modal--form .form-item input[type=file] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.form-modal--form .form-item input[type=file]::-moz-placeholder {
  color: red;
}
.form-modal--form .form-item input[type=file]::placeholder {
  color: red;
}
.form-modal--form .form-item input[type=file]::file-selector-button {
  display: none;
}
.form-modal--form .form-item textarea {
  width: 100%;
  height: 86px;
  padding: 10px 16px;
  color: #1B1B1E;
  background: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  resize: none;
  outline: none;
  transition: all 200ms ease-out;
}
.form-modal--form .form-item textarea:focus {
  border-color: #1B1B1E;
}
.form-modal--form .form-item input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 2;
  height: 46px;
  padding: 0 24px;
  color: #fff;
  background: #D80032;
  border: 1px solid #D80032;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.form-modal--form .form-item input[type=submit]:hover {
  color: #D80032;
  background: #fff;
}

.how-help {
  padding: 64px 0;
  border-top: 1px solid #E8E8E8;
}
.how-help .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.how-help .section-title {
  width: 100%;
  margin: 0 0 32px;
}
.how-help .section-subtitle {
  width: 100%;
  margin: 0 0 32px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}
.how-help--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 32px;
}
.how-help--item {
  display: flex;
  width: calc(50% - 16px);
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .how-help--item {
    width: 100%;
    margin-bottom: 18px;
  }
}
.how-help--item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.how-help--item .text {
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.how-help--col {
  display: flex;
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .how-help--col {
    width: 100%;
  }
}
.how-help--text p {
  margin: 0 0 30px;
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
.how-help--text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .how-help--img {
    margin-top: 40px;
  }
}
.how-help--img img {
  display: flex;
  width: 100%;
  height: auto;
}

.we-did {
  display: none;
  padding: 64px 0;
  border-bottom: 1px solid #E8E8E8;
}
.we-did .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.we-did .section-title {
  width: 100%;
  margin: 0 0 32px;
}
.we-did--items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.we-did--item {
  display: flex;
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .we-did--item {
    width: 100%;
    margin-bottom: 16px;
  }
  .we-did--item:last-child {
    margin-bottom: 0;
  }
}
.we-did--item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.we-did--item span {
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}

.how-start {
  padding: 64px 0;
  background: #F5F5F5;
}
.how-start .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.how-start .section-title {
  width: 100%;
  margin: 0 0 32px;
}
.how-start--col {
  display: flex;
  width: calc(50% - 16px);
}
@media (max-width: 767px) {
  .how-start--col {
    width: 100%;
  }
}
.how-start--text p {
  margin: 0 0 26px;
  color: #1B1B1E;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
}
@media (max-width: 767px) {
  .how-start--text p {
    margin-bottom: 16px;
  }
}
.how-start--text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .how-start--img {
    margin-top: 40px;
  }
}
.how-start--img img {
  display: flex;
  width: 100%;
  height: auto;
}

.text-page {
  padding: 102px 0;
}
.text-page--title {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .text-page--title {
    margin-bottom: 32px;
  }
}
.text-page h2,
.text-page h3,
.text-page h4,
.text-page h5,
.text-page h6,
.text-page ul,
.text-page ol,
.text-page p {
  margin: 0 0 25px;
}
.text-page h2:last-child,
.text-page h3:last-child,
.text-page h4:last-child,
.text-page h5:last-child,
.text-page h6:last-child,
.text-page ul:last-child,
.text-page ol:last-child,
.text-page p:last-child {
  margin-bottom: 0;
}
.text-page ul,
.text-page ol {
  padding-left: 40px;
}
.text-page a {
  color: #D80032;
  text-decoration: none;
}
.text-page a:hover {
  text-decoration: underline;
}

@keyframes logoPulse {
  0% {
    transform: scale(0.75);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.75);
  }
}
.we-offer {
  padding: 128px 0;
}
@media (max-width: 767px) {
  .we-offer {
    padding: 66px 0;
  }
}
.we-offer--title {
  text-align: center;
}
.we-offer--text {
  text-align: center;
}
.we-offer--tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.we-offer--tabs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .we-offer--tabs {
    justify-content: flex-start;
    width: calc(100% + 30px);
    margin: 22px -15px 0;
    padding: 0 15px;
    overflow-x: auto;
  }
}
.we-offer--tabs button {
  position: relative;
  margin-right: 46px;
  padding: 10px 0;
  color: #1B1B1E;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.we-offer--tabs button.active, .we-offer--tabs button:hover {
  color: #D80032;
}
.we-offer--tabs button.active:before, .we-offer--tabs button:hover:before {
  width: 100%;
  background: #D80032;
}
.we-offer--tabs button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #1B1B1E;
  border-radius: 12px;
  transition: all 200ms ease-out;
}
.we-offer--content {
  margin: 30px 0px 0px;
  padding: 40px 50px;
  background: rgb(232, 232, 232);
  background: #f5f5f5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .we-offer--content {
    padding: 30px;
  }
}
.we-offer--content ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}
.we-offer--content ul li {
  position: relative;
  width: 50%;
  padding-left: 25px;
  padding-right: 10%;
  margin: 0 0 12px;
  color: #1B1B1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .we-offer--content ul li {
    width: 100%;
    padding-right: 0;
  }
}
.we-offer--content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #D80032;
  border-radius: 50%;
}

.techs {
  padding: 84px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .techs {
    padding: 56px 0;
  }
}
.techs--tabs {
  display: flex;
  align-items: center;
  margin-top: 22px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.techs--tabs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  .techs--tabs {
    width: calc(100% + 30px);
    margin: 22px -15px 0;
    padding: 0 15px;
    overflow-x: auto;
  }
}
.techs--tabs button {
  position: relative;
  margin-right: 46px;
  padding: 10px 0;
  color: #1B1B1E;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}
.techs--tabs button.active, .techs--tabs button:hover {
  color: #D80032;
}
.techs--tabs button.active:before, .techs--tabs button:hover:before {
  width: 100%;
  background: #D80032;
}
.techs--tabs button:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background: #1B1B1E;
  border-radius: 12px;
  transition: all 200ms ease-out;
}
.techs--content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 22px;
  margin: 30px 0px 0px;
}
@media (max-width: 767px) {
  .techs--content {
    grid-template-columns: 1fr 1fr;
  }
}
.techs--content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #F5F5F5;
  border-radius: 4px;
  box-shadow: 0px 2px 8.2px rgba(100, 100, 100, 0.36);
}
.techs--content-item:hover .techs--item-icon img {
  transform: scale(1.125);
}
.techs--content-item:hover .techs--item-name {
  color: #1B1B1E;
}
.techs--item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 10px 0 16px;
}
.techs--item-icon img {
  display: flex;
  transition: all 200ms ease-out;
}
.techs--item-name {
  display: flex;
  align-items: center;
  height: 52px;
  color: rgba(27, 27, 30, 0.8);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  transition: all 200ms ease-out;
}

.iso-certificate {
  max-width: 140px;
  margin: 0 0 0 13%;
  filter: grayscale(1);
  transition: all 200ms ease-out;
}
.iso-certificate:hover {
  filter: grayscale(0);
}
@media (max-width: 767px) {
  .iso-certificate {
    margin: 0 auto;
  }
}/*# sourceMappingURL=general.css.map */