@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/svody-theme/fonts/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/svody-theme/fonts/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/svody-theme/fonts/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Manrope";
  src: url("/wp-content/themes/svody-theme/fonts/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", sans-serif;
  background-color: #fff;
  color: #2f2f2f;
}

h1,
h2,
h3 {
  margin: 0;
}

ul,
p {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 135px;
  padding-right: 135px;
}

section {
  margin-bottom: 100px;
}

li {
  list-style: none;
}

a {
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}

button {
  font-family: "Manrope";
  cursor: pointer;
  transition: all 0.5s ease;
  outline: none;
  border: none;
  border-radius: 60px;
}

button:focus-visible,
div:focus-visible,
a:focus-visible {
  outline: none;
  border: none;
}

.blue-cl {
  background-color: #16c2ea;
  border: 1px solid #16c2ea;
  color: #fff;
}

.blue-cl:hover {
  background-color: #fff;
  border: 1px solid #16c2ea;
  color: #16c2ea;
}

.white-cl {
  background-color: #fff;
  border: 1px solid #16c2ea;
  color: #16c2ea;
}

.white-cl:hover {
  background-color: #16c2ea;
  border: 1px solid #fff;
  color: #fff;
}

.yellow-cl {
  background-color: #f7d400;
  border: 1px solid #f7d400;
  color: #2f2f2f;
}

.yellow-cl:hover {
  background-color: #debe00;
  border: 1px solid #debe00;
}

.green-cl {
  background-color: #68ce00;
  border: 1px solid #fff;
  color: #fff;
}

.green-cl:hover {
  background-color: #fff;
  border: 1px solid #68ce00;
  color: #68ce00;
}

.main-header {
  background-color: transparent;
}

.sticky-header {
  position: relative;
  width: 100%;
  height: auto;
  padding: 39px 40px;
  border-radius: 0 0 40px 40px;
  background-color: #ffffff;
  box-shadow: 0px 5px 40.3px 0px #4d4a5b29;
}

.nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logos {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0 44px 0 0;
  padding: 0;
}

.nav-menu>li {
  position: relative;
}

.nav-menu a {
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #2f2f2f;
}

.nav-menu a:hover {
  color: #16c2ea;
}

.menu-item-has-children.show>a,
.menu-item-object-page a:hover {
  color: #16c2ea;
}

.nav-menu .menu-item-has-children>a {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu .menu-item-has-children>a::after {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/nav-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
}

.nav-menu .menu-item-has-children.show>a::after {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/nav-arrow-act.svg);
}

.nav-menu ul .menu-item {
  position: relative;
}

.nav-menu .sub-menu {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 16px;
  padding: 20px 25px;
  box-shadow: 0px 5px 40.3px 0px #4d4a5b29;
  min-width: 290px;
  z-index: 99;
}

.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 20px;
}

.nav-menu li.menu-item-has-children:hover>.sub-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.nav-menu .sub-menu li {
  margin: 0;
}

.action-blocks {
  display: flex;
  align-items: center;
  gap: 16px;
}

.consultation .popup-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 204px;
  height: 43px;
  border-radius: 100px;
}

.demo-version .popup-btn {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 223px;
  height: 43px;
  border-radius: 100px;
}

.banner {
  position: relative;
  position: relative;
  height: 652px;
  margin-bottom: 600px;
  background:
    linear-gradient(360deg, #ffffff 0%, rgba(255, 255, 255, 0) 150px),
    linear-gradient(90deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  z-index: 2;
}

.banner::after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/banner.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  width: 1383px;
  height: 662px;
}

.banner-text {
  position: relative;
  padding: 63px 0 125px;
  width: 50%;
  z-index: 2;
}

.banner-title {
  font-weight: 800;
  font-size: 62.18px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0 0 20px;
}

.banner-desc p {
  font-weight: 500;
  font-size: 25.87px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.banner-text .consultation {
  margin-bottom: 40px;
}

.banner-text .consultation .popup-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  width: 260px;
  height: 54px;
}

.banner-note {
  display: flex;
  align-items: center;
  gap: 21px;
}

.banner-note_text p {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #191f32;
  width: 60%;
  margin: 0;
}

.title-page {
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.title-h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 10%;
  margin: 0 0 24px;
}

.subtitle {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 10%;
  margin: 0 0 40px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.feature-card:nth-child(3) {
  grid-column: 1 / -1;
}

.feature-card {
  display: flex;
  align-items: baseline;
  position: relative;
  background: #f2f2f2;
  border-radius: 30px;
  padding: 34px;
  overflow: hidden;
  height: 268px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.feature-card.green:hover {
  background: #68ce00;
}

.feature-card.blue:hover {
  background: #16c2ea;
}

.feature-card.yellow:hover {
  background: #f7d400;
}

.feature-card.red:hover {
  background: #e31e24;
}

.feature-content {
  max-width: 80%;
}

.feature-content p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 0;
}

.feature-card:hover .feature-content p {
  color: #fff;
}

.feature-image {
  position: absolute;
  right: 0;
  top: 0;
}

.badge {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.feature-card.green .badge {
  background: #68ce00;
}

.feature-card.blue .badge {
  background: #16c2ea;
}

.feature-card.yellow .badge {
  background: #f7d400;
}

.feature-card.red .badge {
  background: #e31e24;
}

.feature-card.green:hover .badge {
  background-color: #fff;
  color: #68ce00;
}

.feature-card.blue:hover .badge {
  background-color: #fff;
  color: #16c2ea;
}

.feature-card.yellow:hover .badge {
  background-color: #fff;
  color: #f7d400;
}

.feature-card.red:hover .badge {
  background-color: #fff;
  color: #e31e24;
}

.bg-f2 {
  background-color: #f2f2f2;
  border-radius: 80px;
  padding: 100px 0;
}

.preimushhestva h2 {
  margin: 0 0 60px;
}

.preimushhestva-grid {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.preimushhestva-card {
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  transition: all 0.5s ease;
}

.card-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 29px 29px 29px 58px;
  cursor: pointer;
  border-radius: 30px;
}

.card-name {
  font-weight: 700;
  font-size: 33px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fff;
}

.card-img {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}

.card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  background: #ffffff;
  padding: 0px 0 0px 60px;
}

.preimushhestva-card.active .card-body {
  max-height: 500px;
  padding: 40px 0 40px 60px;
}

.card-body ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-body li {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  counter-increment: item;
}

.card-body li::before {
  content: counter(item);
  font-weight: 600;
  font-size: 17.39px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 100px;
  background-color: #16c2ea;
}

.toggle-btn {
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
}

.blue .card-header {
  background: linear-gradient(102.34deg, #16c2ea 36.86%, #05a4e8 99.52%);
}

.yellow .card-header {
  background: linear-gradient(102.34deg, #f7d400 36.86%, #dfa300 99.52%);
}

.green .card-header {
  background: linear-gradient(102.34deg, #68ce00 36.86%, #3daa02 99.52%);
}

.preimushhestva-card .toggle-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: none;
  width: 62px;
  height: 62px;
  border-radius: 100px;
  cursor: pointer;
}

.preimushhestva-card.blue .toggle-btn {
  color: #16c2ea;
}

.preimushhestva-card.yellow .toggle-btn {
  color: #f7d400;
}

.preimushhestva-card.green .toggle-btn {
  color: #68ce00;
}

.preimushhestva-card.blue .toggle-btn::before {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/plus-blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 36px;
}

.preimushhestva-card.blue.active .toggle-btn::before {
  background-image: url(/wp-content/themes/svody-theme/images/close-blue.svg);
  width: 62px;
  height: 62px;
}

.preimushhestva-card.yellow .toggle-btn::before {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/plus-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 36px;
}

.preimushhestva-card.yellow.active .toggle-btn::before {
  background-image: url(/wp-content/themes/svody-theme/images/close-yellow.svg);
  width: 62px;
  height: 62px;
}

.preimushhestva-card.green .toggle-btn::before {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/plus-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 36px;
  height: 36px;
}

.preimushhestva-card.green.active .toggle-btn::before {
  background-image: url(/wp-content/themes/svody-theme/images/close-green.svg);
  width: 62px;
  height: 62px;
}

.komu-podhodit {
  position: relative;
}

.komu-podhodit h2 {
  margin-bottom: 60px;
}

.komu-podhodit-wrapper {
  position: relative;
}

.swiper-btns {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  margin: 0 auto;
  padding: 0 5%;
}

.komu-podhodit .swiper-btns {
  top: 42.6%;
}

.swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  background-color: #f2f2f2;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.swiper-btn:hover {
  background-color: #16c2ea;
}

.btn-prev::before {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  rotate: calc(180deg);
}

.btn-next::before {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/slider-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
}

.btn-prev:hover::before {
  background-image: url(/wp-content/themes/svody-theme/images/slider-arrow-h.svg);
}

.btn-next:hover::before {
  background-image: url(/wp-content/themes/svody-theme/images/slider-arrow-h.svg);
}

.komu-podhodit-slide {
  display: flex !important;
  flex-direction: column;
  gap: 40px;
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 50px;
}

.komu-podhodit-top {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 3px solid #ffffff;
}

.komu-podhodit-text {
  width: 55%;
}

.komu-podhodit-img {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
}

.komu-podhodit-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.komu-podhodit-desc {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.komu-podhodit-list.pain span {
  background-color: #e31e24;
  color: #fff;
}

.komu-podhodit-list.solution span {
  background-color: #68ce00;
  color: #fff;
}

.komu-podhodit-lists {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 40px;
}

.komu-podhodit-list {
  width: 50%;
}

.komu-podhodit-list ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding-left: 40px;
}

.komu-podhodit-list ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  list-style-type: disc;
}

.komu-podhodit-list p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 16px)) !important;
  height: var(--swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 16px)) !important;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
  background: #d9d9d9 !important;
}

.swiper-pagination-bullet-active {
  background: #16c2ea !important;
}

.swiper-pagination {
  position: unset !important;
  margin-top: 25px;
}

.stages-work h2 {
  margin-bottom: 60px;
}

.stages-work_imets {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.stages-work_imet {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 30px;
  width: calc(50% - 15px);
  height: 304px;
}

.stages-work_imet span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #fff;
  background-color: #16c2ea;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.stages-work_imet__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.stages-work_imet ul {
  padding-left: 20px;
}

.stages-work_imet ul>li {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
  list-style-type: disc;
}

.block-callback h2 {
  margin-bottom: 40px;
  padding: 0;
}

.banner-callback {
  position: relative;
  padding: 60px;
  border-radius: 40px;
  background: linear-gradient(122.08deg, #16c2ea 37.74%, #16a0ea 85.68%);
}

.banner-callback_title {
  font-weight: 500;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 24px;
}

.calculate {
  margin-bottom: 30px;
}

.calculate .popup-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  width: 229px;
  height: 54px;
  border-radius: 100px;
  z-index: 9999;
}

.banner-callback_text {
  width: 65%;
}

.banner-callback_desc {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fff;
  width: 70%;
  margin-bottom: 25px;
}

.banner-callback_desc span {
  font-weight: 400;
}

.banner-callback_text .demo-version .popup-btn {
  font-size: 16px;
  width: 223px;
  height: 54px;
}

.banner-callback_img {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-yellow {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f7d400;
  padding: 18px 0 50px 134px;
}

.banner-yellow_title {
  font-weight: 800;
  font-size: 212.51px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 0;
  color: #fff;
}

.banner-yellow_desc p {
  font-weight: 600;
  font-size: 29.16px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
  color: #fff;
  width: 67%;
}

.banner-yellow_img {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-green {
  position: relative;
  display: flex;
  align-items: center;
  padding: 70px 90px;
  border-radius: 30px;
  background: linear-gradient(102.34deg, #68ce00 36.86%, #3daa02 99.52%);
}

.banner-green_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #fff;
  margin-bottom: 40px;
}

.banner-green_img {
  position: absolute;
  top: 0;
  right: 0;
}

.banner-green_text {
  width: 78%;
}

.banner-green_text .demo-version .popup-btn {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 193px;
  height: 54px;
}

.cookie-banner {
  display: none;
}

.cookie-banner.show {
  display: block;
  position: fixed;
  left: 0;
  bottom: 24px;
  width: 100%;
  z-index: 9999;
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 60px;
  background-color: #fff;
  max-width: 1170px;
  box-shadow: 0px 10px 14px 0px #00000040;
  border-radius: 30px;
  margin: 0 auto;
}

.cookie-content p {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0%;
  max-width: 60%;
}

.cookie-content p a {
  color: #16c2ea;
  text-decoration: underline;
}

.cookie-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  width: 150px;
  height: 43px;
}

.examples h2 {
  padding: 0 15%;
  margin-bottom: 60px;
}

.examples-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 30px;
}

.examples-tab {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 12.5px 17px;
  color: #2f2f2f;
  border: 2px solid #68ce00;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.examples-tab.active {
  background: linear-gradient(102.34deg, #68ce00 36.86%, #3daa02 99.52%);
  color: #fff;
}

.examples-content {
  position: relative;
}

.examples-pane {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.4s ease;
  position: absolute;
  width: 100%;
}

.examples-pane.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}

.examples-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.card {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
}

.card-title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.card-title span {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
}

.card-text {
  /* position: relative; */
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.card-text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

#retail .card-picture {
  left: 0;
  right: auto;
  height: 150px;
}

.card-picture {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 120px;
}

.card-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.capabilities-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 30px;
}

.capabilities-tab.active {
  background: linear-gradient(102.34deg, #16c2ea 36.86%, #05a4e8 99.52%);
  color: #fff;
}

.capabilities-tab {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  padding: 12.5px 17px;
  border: 2px solid #16c2ea;
  border-radius: 100px;
  background: transparent;
  cursor: pointer;
  transition: 0.3s;
}

.capabilities-content {
  background: linear-gradient(102.34deg, #16c2ea 36.86%, #05a4e8 99.52%);
  padding: 50px;
  border-radius: 30px;
}

.capabilities-pane.active {
  display: flex;
}

.capabilities-pane {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.capabilities-slider {
  position: relative;
  width: 55%;
}

.capabilities-btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  z-index: 2;
  width: 100%;
}

.capabilities-img {
  object-fit: cover;
  width: 550px;
  height: 311px;
  border: 7px solid #e8eaef;
  border-radius: 13px;
}

.cap-swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #f7d400;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.cap-swiper-btn:hover {
  background-color: #fff;
}

.capabilities-prev::before {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/cap-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
  rotate: calc(180deg);
}

.capabilities-next::before {
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/cap-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
}

.capabilities-lists_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  text-align: left;
  color: #fff;
}

.capabilities-lists ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 28px;
}

.capabilities-lists ul li {
  font-weight: 400;
  font-size: 19px;
  line-height: 120%;
  letter-spacing: 0%;
  list-style: disc;
  color: #fff;
}

.sertifikaty-sovmestimosti {
  position: relative;
}

.sertifikaty-sovmestimosti h2 {
  margin-bottom: 60px;
}

.sertifikaty-sovmestimosti-wrapper {
  background-color: #f2f2f2;
  padding: 40px 112px;
  border-radius: 30px;
}

.sertifikaty-sovmestimosti-text_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-bottom: 12px;
}

.sertifikaty-sovmestimosti-text_desc p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.sertifikaty-sovmestimosti-slide {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  height: auto !important;
}

.sertifikaty-sovmestimosti-text {
  width: 53%;
  margin-right: auto;
}

.sertifikaty-sovmestimosti-icon {
  margin-bottom: 24px;
}

.sertifikaty-sovmestimosti-img {
  max-height: 376px;
}

.sertifikaty-sovmestimosti-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.sertifikaty-sovmestimosti .swiper-btns {
  top: 54.4%;
}

.banner-info {
  position: relative;
  background-image: url(/wp-content/themes/svody-theme/images/banner-info.png);
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 70px 0;
}

.banner-info_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #232323;
  margin-bottom: 24px;
  padding: 0 10%;
}

.banner-info_text {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #232323;
  margin-bottom: 40px;
  padding: 0 17%;
}

.stats-overview {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 53px;
  margin-bottom: 40px;
}

.stat-number {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #68ce00;
}

.stat-item {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;
}

.stat-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #232323;
}

.licenses {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 60px;
}

.license {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 200px;
}

.license span {
  font-weight: 500;
  font-size: 10px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #191f32;
}

.awards {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 50px;
}

.award-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  width: calc(25% - 15px);
  height: 157px;
  background: #ffffff;
  padding: 20px 24px;
  border-radius: 16px;
}

.award-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  width: 106px;
  height: 44px;
  gap: 10px;
  border-radius: 24px;
  color: #fff;
}

.award-rank.blue {
  background-color: #16c2ea;
}

.award-rank.green {
  background-color: #68ce00;
}

.award-rank.yellow {
  background-color: #f7d400;
}

.award-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  color: #2f2f2f;
}

.projects-metrics {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  margin-bottom: 50px;
}

.metric-item {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 150px;
}

.metric-number {
  font-weight: 700;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #68ce00;
}

.metric-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #232323;
}

.company-capabilities {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 76px;
}

.capability-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  text-align: center;
  gap: 12px;
  width: 350px;
}

.capability-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #191f32;
}

.news h2 {
  margin-bottom: 60px;
}

.news-imets,
.search-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.news-imet,
.search-card {
  background-color: #f2f2f2;
  border-radius: 16px;
  height: 530px;
}

.news-imet_text,
.search-card__body {
  padding: 20px 20px 0;
}

.news-imet_img,
.search-card__image {
  width: 100%;
  height: 200px;
}

.news-imet_img img,
.search-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}

.news-imet_time,
.search-card_time {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #919191;
  margin-bottom: 10px;
}

.news-imet_title,
.search-card__title {
  margin-bottom: 14px;
  height: 84px;
}

.news-imet_title a,
.search-card__title a {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #2f2f2f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-imet_title a:hover,
.search-card__title a:hover {
  color: #16c2ea;
}

.news-imet_desc,
.search-card__excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.banner-action.more {
  width: 100%;
  display: flex;
  justify-content: center;
}

.banner-action.more button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  width: 188px;
  height: 54px;
}

.site-footer {
  background-color: #f2f2f2;
  border-radius: 60px 60px 0 0;
  padding: 87px 0 70px;
}

.nav-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 16px;
}

.info-footer .logo-svody {
  margin-bottom: 45px;
}

.copyright {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #232323;
  margin-bottom: 15px;
}

.address p {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #232323;
  width: 75%;
}

.sidebar-footer {
  display: flex;
  gap: 80px;
  align-items: baseline;
}

.menu-footer {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 10px 98px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-footer li>a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #232323;
}

.menu-footer li>a:hover {
  color: #16c2ea;
}

.social-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-footer>div {
  display: flex;
  gap: 8px;
  align-items: center;
}

.social-footer .mail a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #16c2ea;
}

.social-footer .mail a:hover {
  text-decoration: none;
}

.social-footer .telephone a,
.social-footer .telegram a {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #232323;
}

.social-footer .telephone a:hover,
.social-footer .telegram a:hover {
  color: #16c2ea;
}

.documents {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.documents a {
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0%;
  color: #232323;
}

.documents a:hover {
  color: #16c2ea;
}

.breadcrumb-wrapp {
  margin: 40px 0 20px;
}

.breadcrumb-wrapp span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #2f2f2f;
}

.breadcrumb-wrapp span>span::after {
  content: "";
  width: 4px;
  height: 4px;
  background: url("/wp-content/themes/svody-theme/images/br.svg") no-repeat center;
  vertical-align: middle;
}

.breadcrumb-wrapp span>span:last-child::after {
  content: none;
}

.breadcrumb-wrapp span>a {
  color: #919191;
}

.contacts-content {
  background: #f2f2f2;
  padding: 60px 100px;
  border-radius: 30px;
}

.contacts-content_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 30px;
}

.contacts-wrapp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  padding-bottom: 55px;
  margin-bottom: 40px;
  border-bottom: 3px solid #ffffff;
}

.contacts-imets {
  display: flex;
  align-items: center;
  width: 100%;
}

.contacts-imet div {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 8px;
}

.contacts-imet.first-child {
  width: 75%;
}

.contacts-imet span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.contacts-imet a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #16c2ea;
}

.contacts-imet a:hover {
  text-decoration: none;
}

.text-registry {
  width: 81%;
}

.contacts-bottom {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contacts-bottom p {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
}

.contacts-bottom p a {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-decoration: underline;
  color: #16c2ea;
}

.contacts-bottom p a:hover {
  text-decoration: none;
}

.contacts-h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 20px;
  text-align: center;
}

.contacts-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  width: 45%;
  margin: 0 auto 40px;
}

.codes-activities_imets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.codes-activities_imet {
  background: #fff;
  border-radius: 24px;
  padding: 30px 50px;
}

.codes-activities_imet span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #fff;
  width: 70px;
  height: 44px;
  border-radius: 24px;
  margin-bottom: 16px;
}

.codes-activities_imet span.blue {
  background: #16c2ea;
}

.codes-activities_imet span.green {
  background: #68ce00;
}

.codes-activities_imet span.yellow {
  background: #f7d400;
}

.codes-activities_imet p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.content-technologies {
  background: #f2f2f2;
  padding: 100px 122px;
  border-radius: 30px;
}

.codes-activities_title,
.content-technologies_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}

.content-technologies .contacts-subtitle {
  width: 60%;
  margin: 0 auto 50px;
  text-align: center;
}

.content-technologies_block {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.content-technologies_wrapp:first-child {
  flex: 0 0 100%;
}

.content-technologies_wrapp {
  text-align: center;
  flex: 0 0 calc(50% - 61px);
}

.content-technologies_imets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}

.content-technologies_imet {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background: #ffffff;
  padding: 20px 46px;
  border-radius: 16px;
}

.content-technologies_wrapp>p {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}

.content-technologies_imet span {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
}

.banner-video {
  position: relative;
  width: 100%;
  height: 638px;
  border: 10px solid #e8eaef;
  border-radius: 30px;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 2;
}

.banner-video__video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.single-title {
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 40px;
}

.single-image {
  margin-bottom: 40px;
}

.single-image img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  border-radius: 24px;
  object-fit: cover;
}

.single-content {
  display: flex;
  flex-direction: column;
  padding: 0 85px;
  margin-bottom: 40px;
}

.single-content p,
.single-content li {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
}

.single-content>p {
  margin-bottom: 20px;
}

.single-content>p:last-child {
  margin: 0;
}

.single-content a {
  text-decoration: underline;
  color: #2f2f2f;
}

.single-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
  margin: 20px 0;
}

.single-content h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  margin: 0;
}

.single-content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}

.single-content ul>li {
  list-style: disc;
}

.custom-quote {
  position: relative;
  background-color: #f2f2f2;
  border-radius: 30px;
  padding: 34px 140px;
  margin: 20px -85px;
}

.custom-quote::before {
  display: block;
  position: absolute;
  left: 42px;
  top: 34px;
  content: "";
  background-image: url(/wp-content/themes/svody-theme/images/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 38px;
  height: 35px;
}

.custom-quote__text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 24px;
}

.custom-quote__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.custom-quote__image img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100px;
}

.custom-quote__fio {
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  margin-bottom: 4px;
}

.custom-quote__position {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #919191;
}

.page-section {
  margin-bottom: 110px;
}

.error-404 {
  margin: 130px 0;
}

.error-content {
  font-weight: 800;
  font-size: 154px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #e31e24;
  margin-bottom: 40px;
  text-align: center;
}

.error-title {
  font-weight: 800;
  font-size: 42px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-bottom: 24px;
  text-align: center;
}

.error-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.error-text p {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0%;
}

.error-home {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  width: 121px;
  height: 47px;
  border-radius: 30px;
  margin-top: 35px;
}

.mobile-menu {
  display: flex;
  align-items: center;
}

.header-search {
  margin-right: 16px;
}

.search-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 12px;
  border: 1px solid #16C2EA;
  border-radius: 100px;
}

.search-overlay {
  position: fixed;
  inset: 0;
  background: #0000004D;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  z-index: 998;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px);
  transition: .3s ease;
  background-color: #fff;
  box-shadow: 0px 5px 40.3px 0px #4D4A5B29;
  border-radius: 0 0 40px 40px;
  z-index: 9999;
}

.search-input {
  font-family: Manrope;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border: 1px solid #D5D5D5;
  color: #2F2F2F;
  padding: 12px 16px;
  border-radius: 8px;
}

.search-input:focus-visible {
  border: 1px solid #D5D5D5;
  outline: unset;
}

.search-input::placeholder {
  color: #A6A6A6;
}

.search-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.search-suggestions {
  background: #fff;
  overflow: hidden;
  position: absolute;
  top: 67%;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  box-shadow: 0px 9px 14px 0px #00000040;
  padding: 30px;
  width: 800px;
  height: auto;
}

.suggestion-item {
  display: block;
  text-decoration: none;
  margin-bottom: 14px;
}

.suggestion-item:last-child {
  margin: 0;
}

.suggestion-item:hover {
  background: #f5f5f5;
}

.search-empty__count {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #919191;
  margin-bottom: 16px;
}

.search-empty__count span {
  color: #16C2EA;
}

.search-empty__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  color: #4F4F4F;
}

.search-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.search-form {
  position: relative;
  width: 800px;
  margin: 60px 0;
}

.search-input {
  width: 100%;
  padding-right: 50px;
}

.search-submit {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.search-submit img {
  width: 16px;
  height: 16px;
}

.search-content .search-form {
  margin: 0 0 30px;
}

.search-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
}

.search-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 8px 12px;
  border-radius: 60px;
  border: 1px solid #D5D5D5;
  background: #fff;
  color: #2F2F2F;
}

.search-tab:hover {
  background: #16C2EA;
  border: 1px solid #16C2EA;
  color: #fff;
}

.search-tab.active {
  background: #16C2EA;
  border: 1px solid #16C2EA;
  color: #fff;
}

.search-toggle__text {
  display: none;
}