@charset "UTF-8";
/* golos-text-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/golos-text-v7-cyrillic_latin-regular.woff2") format("woff2"), url("../fonts/golos-text-v7-cyrillic_latin-regular.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* golos-text-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/golos-text-v7-cyrillic_latin-500.woff2") format("woff2"), url("../fonts/golos-text-v7-cyrillic_latin-500.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* golos-text-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/golos-text-v7-cyrillic_latin-600.woff2") format("woff2"), url("../fonts/golos-text-v7-cyrillic_latin-600.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* golos-text-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/golos-text-v7-cyrillic_latin-700.woff2") format("woff2"), url("../fonts/golos-text-v7-cyrillic_latin-700.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* golos-text-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/golos-text-v7-cyrillic_latin-800.woff2") format("woff2"), url("../fonts/golos-text-v7-cyrillic_latin-800.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* golos-text-900 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/golos-text-v7-cyrillic_latin-900.woff2") format("woff2"), url("../fonts/golos-text-v7-cyrillic_latin-900.ttf") format("truetype"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* CSS Reboot Styles */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body,
ul,
ol,
p,
dl,
dd,
figure,
blockquote,
pre {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font: inherit;
  margin: 0;
}

ul, ol {
  padding: 0;
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

td,
th {
  padding: 0;
  text-align: left;
  font-weight: normal;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

img,
audio,
canvas,
iframe,
svg,
video {
  max-width: 100%; /* Set responsive behaviour */
  height: auto;
  vertical-align: middle; /* Remove bottom spacing under element (line-height) */
}

iframe {
  border: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
textarea,
button,
optgroup,
select {
  margin: 0;
  font-family: inherit;
  vertical-align: middle;
}

textarea {
  resize: vertical;
}

/* Fast Tap enables no-delay taps (FastClick-esque) on supporting browsers */
a,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}

/* Make fonts more sexy */
body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

*::-moz-placeholder {
  opacity: 1;
}

*::placeholder {
  opacity: 1;
}

:root {
  --background-color: #E9E5E4;
  --background-color: #F5F5F5;
  --light-gray: #F5F5F5;
  --brand-color-pink: #FB366E;
  --brand-color-light-pink: #FC7EA2;
  --brand-color-pomegranate: #d2043f;
  --brand-color-peach: #fba636;
  --brand-color-purple: #7E76DD;
  --brand-color-blue: #4237CD;
  --brand-color-dark: #1F222B;
  --brand-color-light-purple: #D9D7F5;
  --text-color-dark: #1F222B;
  --text-color-light: #F5F5F5;
}


body {
  width: 100%;
  height: auto;
  min-height: 100dvh;
  font-family: "Golos Text", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: var(--text-color-dark);
  background-color: var(--background-color);
  position: relative;
}

.wrapper {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

button,
label,
input,
.swiper-button-next,
.swiper-button-prev {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.header {
  flex: 0 0;
}

.main {
  flex: 1 0;
}

.footer {
  flex: 0 0;
  margin-top: 150px;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

input {
  border: 0;
  outline: 0;
  border-radius: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #fff;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}

img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.no-scroll {
  overflow: hidden;
}

section {
  scroll-margin-top: 86px;
}

@media (min-width: 500px) {
  .no-scroll {
    padding-right: 17px;
  }
}
/* firefox */
@supports (-moz-appearance: none) {
  .no-scroll {
    padding-right: 0;
  }
}
@media (hover: none) and (pointer: coarse) {
  .no-scroll {
    margin-right: 0;
  }
}
textarea:focus {
  outline: none;
}

._container {
  width: 100%;
  max-width: calc(1440px + 20vw);
  padding-left: 10vw;
  padding-right: 10vw;
  margin-left: auto;
  margin-right: auto;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-padding-top {
  padding-top: 70px;
}

.section-padding-bottom {
  padding-bottom: 70px;
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.btn:hover {
  filter: brightness(110%);
}
.btn:active {
  transform: translateY(1px);
}

.purple-text {
  color: var(--brand-color-blue);
}


/* Selection color change */
::-moz-selection {
  color: #ffffff;
  background-color: #4237CD;
}
::selection {
  color: #ffffff;
  background-color: #4237CD;
}

::-moz-selection {
  color: #ffffff;
  background-color: #4237CD;
}

/* Scrollbar change */
.cases-tabs__buttons::-webkit-scrollbar {
  width: 12px;
}

.cases-tabs__buttons::-webkit-scrollbar-track {
  background: transparent;
}

.cases-tabs__buttons::-webkit-scrollbar-thumb {
  background: var(--brand-color-purple);
  border-radius: 10px;
}

.cases-tabs__buttons::-webkit-scrollbar-thumb:hover {
  background: var(--brand-color-purple);
}

.cases-tabs__buttons {
  scrollbar-width: thin;
  scrollbar-color: var(--brand-color-purple) transparent;
}

/* Header styles */
/* Media queries */
@media (min-width: 768px) {
  .br-tab {
    display: none;
  }
  .br-mob {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .br-desc {
    display: none;
  }
  .br-mob {
    display: none;
  }
}
@media (max-width: 600px) {
  .br-desc {
    display: none;
  }
  .br-tab {
    display: none;
  }
  .br-mob {
    display: block !important;
  }
}
/* STYLES */
/* burger menu */
:root {
  --burger-menu-color: #fff;
  --burger-menu-width: 56px;
  --burger-menu-height: 52px;
  --burger-top-plus: 5px;
  --burger-top-minus: -5px;
  --burger-line-height: 2px;
  --burger-line-round: 0;
}

.header__burger {
  width: var(--burger-menu-width);
  height: var(--burger-menu-height);
  position: relative;
  transition-duration: 0.5s;
  background-color: var(--brand-color-pink);
  border-radius: 8px;
  flex-shrink: 0;
  cursor: pointer;
}

.header__burger span {
  height: var(--burger-line-height);
  border-radius: var(--burger-line-round);
  background-color: transparent;
  width: 60%;
  position: absolute;
  transition-duration: 0.25s;
  transition-delay: 0.25s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header__burger span::before {
  content: "";
  height: var(--burger-line-height);
  border-radius: var(--burger-line-round);
  background-color: var(--burger-menu-color);
  left: 0px;
  position: absolute;
  top: var(--burger-top-minus);
  width: 100%;
  transition-duration: 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
}

.header__burger span::after {
  content: "";
  height: var(--burger-line-height);
  border-radius: var(--burger-line-round);
  background-color: var(--burger-menu-color);
  left: 0px;
  position: absolute;
  top: var(--burger-top-plus);
  width: 100%;
  transition-duration: 0.25s;
  transition: transform 0.25s, top 0.25s 0.25s;
}

.header__burger.open span {
  transition-duration: 0.1s;
  transition-delay: 0.25s;
  background: transparent;
}

.header__burger.open span:before {
  transition: top 0.25s, transform 0.25s 0.25s;
  top: 0px;
  transform: rotateZ(-45deg);
}

.header__burger.open span:after {
  transition: top 0.4s, transform 0.25s 0.25s;
  top: 0px;
  transform: rotateZ(45deg);
}

.mobile-menu-opened .header__burger {
  background-color: transparent;
  border: 1px solid #FB366E;
}
.mobile-menu-opened .header__burger span::before {
  background-color: #FB366E;
}
.mobile-menu-opened .header__burger span::after {
  background-color: #FB366E;
}

/* header */
.header {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 50;
}

.header__inner {
  border-radius: 16px;
  background-color: var(--light-gray);
  background-color: #fff;

  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 16px;
  height: 88px;
  position: relative;
}

.header__logo {
  display: flex;
  max-width: 180px;
  width: 100%;
}

.header-nav {
  display: flex;
  width: auto;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  list-style: none;
}

.header-nav .menu-item-has-children {
  position: relative;
}

.header-nav li > a {
  position: relative;
  color: var(--text-color-dark);
  -moz-column-gap: 32px;
       column-gap: 32px;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: -0.02em;
  transition-duration: 0.3s;
}

.header-nav li > a:hover {
  color: var(--brand-color-pink);
}

.header-nav .sub-menu li > a {
  font-weight: 400;
}

.header-nav .menu-item-has-children > a {
  padding-right: 16px;
}

.header-nav .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  display: inline-flex;
  width: 10px;
  aspect-ratio: 8/4;
  background: center/contain no-repeat url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 0.75L4.75 4.75L8.75 0.75' stroke='%231F222B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}

.sub-menu {
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  width: -moz-max-content;
  width: max-content;
  padding: 16px;
  background-color: var(--light-gray);
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  list-style: none;
  border-radius: 16px;
  min-width: 507px;
}

.sub-menu li {
  margin-bottom: 13px;
}

.sub-menu li a {
  font-size: 16px;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.menu-item-has-children--opened > a::before {
  transform: rotate(180deg);
}

.menu-item-has-children--opened .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header-nav li.menu-item-has-children.menu-item-has-children--opened > a::after {
  width: 100%;
}

.header-nav .sub-menu li a::after {
  display: none;
}

.multilang-editor-section {
  width: 100%;
  padding-top: 70px;
}

.multilang-editor-box {
  width: 100%;
  aspect-ratio: 1440/681;
  border-radius: 32px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 64px;
}

.multilang-editor-section__content {
  display: flex;
  flex-direction: column;
  z-index: 2;
}

.multilang-editor-section__title {
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  color: var(--text-color-light);
  margin-bottom: 32px;
}

.multilang-editor-section__text {
  font-weight: 400;
  font-size: 24px;
  color: var(--text-color-light);
  line-height: 140%;
  margin-bottom: 32px;
}

.multilang-editor-section__button {
  padding-left: 24px;
  padding-right: 24px;
  height: 58px;
  font-weight: 600;
  font-size: 20px;
  line-height: 80%;
  color: var(--text-color-light);
  background-color: var(--brand-color-purple);
  border-radius: 16px;
  transition-duration: 0.3s;
  padding-bottom: 2px;
}

.multilang-editor-section__button:hover {
  background-color: var(--brand-color-blue);
  color: #fff;
}

.multilang-editor-bg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 101%;
  height: 100%;
  position: absolute;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.margin-section {
  margin-top: 100px;
}

.mobile-menu {
  position: absolute;
  top: 116px;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.15s ease, visibility 0.15s ease;
}
.mobile-menu .mobile-menu-top {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-color: var(--text-color-light);
  background-color: #fff;
  padding: 32px;
}
.mobile-menu .menu-mob-first {
  flex-direction: column;
  align-items: flex-start;
}
.mobile-menu .menu-mob-first li a {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  margin-bottom: 24px;
}
.mobile-menu .header-nav .menu-item-has-children > a::before {
  width: 25px;
  right: -25px;
  top: 20px;
}
.mobile-menu .menu-item-has-children--opened .sub-menu {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: initial;
  background-color: transparent;
  padding-left: 0;
  padding-bottom: 0;
}
.mobile-menu .menu-item-has-children--opened .sub-menu li a {
  transition-duration: 0s;
  font-size: 22px;
}
.mobile-menu .mobile-menu-bottom {
  background-color: var(--text-color-light);
  background-color: #fff;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-top: 4px;
  padding: 32px;
}

.menu-mob-second {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  padding-right: 45px;
}
.menu-mob-second li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #1f222b;
  border: 1px solid rgba(174, 169, 234, 0.2);
  border-radius: 8px;
  padding: 8px 16px;
  min-height: 26px;
  display: flex;
  transition-duration: 0.3s;
}
.menu-mob-second li a:hover {
  background-color: var(--brand-color-pink);
  color: #fff;
}

.mobile-menu .menu-item-has-children--opened .sub-menu li a {
  font-weight: 400;
}

.mobile-menu-opened .mobile-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

/* Media Queries */
html {
  font-size: 0.0525vw;
}

body::after {
  content: "";
  position: fixed;
  top: 100px;
  left: 40px;
  padding: 4px 14px;
  background-color: #e9e9e9;
  border-radius: 4px;
  color: rgb(0, 0, 0);
  z-index: 50;
  white-space: nowrap;
  font-size: 17px;
}

@media (max-width: 1000px) {
  .header-nav--desktop {
    display: none;
  }
  .header__inner {
    height: 56px;
    border-radius: 12px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header__logo {
    max-width: 115px;
  }
  .mobile-menu {
    top: 84px;
  }
}
@media (max-width: 900px) {
  body::after {
    content: "800-900px";
  }
}
@media (max-width: 800px) {
  body::after {
    content: "700-800px";
  }
}
@media (max-width: 700px) {
  body::after {
    content: "600-700px";
  }
}
@media (max-width: 600px) {
  body::after {
    content: "500-600px";
  }
}
@media (max-width: 500px) {
  body::after {
    content: "400-500px";
  }
}
@media (max-width: 400px) {
  body::after {
    content: "350-400px";
  }
}
@media (max-width: 350px) {
  body::after {
    content: "< 350px";
  }
}
/* sam styles */
.section-title {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
  color: #1F222B;
}

.section-rating__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.rating-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  background: #F5F5F5;
  background-color: #fff;
  border-radius: 16px;
  min-height: 240px;
  height: 100%;
  padding: 20px;
}

.rating-item_purple {
  color: #F5F5F5;
  background-color: #FB366E;
}

.rating-item_purple .rating-item__head {
  color: #F5F5F5;
}

.rating-item_purple.rating-item {
  color: #F5F5F5;
  background-color: #FB366E;
}

.rating-item__head {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 32px;
  line-height: 85%;
  color: #7E76DD;
}

.rating-item__head span {
  display: block;
}

.rating-item__number {
  font-size: 80px;
  font-size: 79px;
  line-height: 70%;
}

.rating-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  align-self: stretch;
  flex-grow: 0;
  max-width: 235px;
}

.section-serv__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-serv__btn-all {
  display: flex;
  max-width: 240px;
  width: 100%;
  height: 56px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1.5px solid #4237CD;
  border-radius: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #4237CD;
  transition-duration: 0.3s;
}

.section-serv__btn-all:hover {
  background-color: #4237CD;
  color: #fff;
}

.section-services .swiper-slide {
  height: 100%;
  aspect-ratio: 464/640;
  max-width: 464px;
}

.section-services__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 149px;
  height: 36px;
  border: 1px solid rgba(245, 245, 245, 0.5);
  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #E9E5E4;
  transition-duration: 0.2s;
}

.section-services__btn:hover {
  background-color: var(--brand-color-blue);
  border-color: var(--brand-color-blue);
}

.swiper-services {
  margin-top: 40px;
  border-radius: 16px;
  overflow: visible;
}

.services-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  background: rgb(242, 177, 177);
  color: #F5F5F5;
  border-radius: 16px;
  overflow: hidden;
}

.services-item__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  filter: none;
  z-index: -1;
}

.services-item__desc {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}

.services-item__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 22px;
}

.services-item__text {
  font-size: 20px;
  line-height: 140%;
}

.swiper-services-nav {
  display: flex;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  gap: 16px;
  margin-top: 20px;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 1;
}

.swiper-services-nav .swiper-button-next, .swiper-services-nav .swiper-button-prev {
  position: initial;
  width: 60px;
  height: 60px;
  margin-top: 0;
}

.swiper-services-nav .swiper-button-prev {
  transition-duration: 0.3s;
}

.swiper-services-nav .swiper-button-next::after, .swiper-services-nav .swiper-button-prev::after {
  display: none;
}

.swiper-services-nav .swiper-button-next .progress-circle {
  transition: stroke-dashoffset 360ms linear;
  will-change: stroke-dashoffset;
}

.swiper-services-nav .swiper-button-next svg {
  fill: rgba(251, 54, 110, 0.4);
}

.swiper-services-nav .swiper-button-next .path-line {
  fill: #FB366E;
  fill-opacity: 1;
}

.swiper-services-nav .swiper-button-next path {
  fill-opacity: 1;
  stroke-opacity: 0;
}

/* cases section */
.cases-tabs {
  margin-top: 30px;
}

/* Кнопки табов */
.cases-tabs__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}

.cases-tabs__btn {
  background: transparent;
  border: 1px solid rgba(174, 169, 234, 0.2);
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color-dark);
  cursor: pointer;
  transition: all 0.2s ease;
  color: #1f222b;
  height: 36px;
}

.cases-tabs__btn:hover {
  background-color: #cdc2f8;
}

.cases-tabs__btn.active {
  background: #7E76DD;
  color: #fff;
  border-color: #7E76DD;
}

/* Контент вкладок */
.cases-tabs__content {
  position: relative;
}

.cases-tab {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.cases-tab.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.cases-swiper {
  overflow: visible;
}

/* Карточки кейсов */
.case-card {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: var(--light-gray);
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

.case-card__info {
  display: flex;
  flex-direction: column;
  width: 50%;
}

.case-card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  color: #1f222b;
  margin-bottom: 10px;
}

.case-card__category {
  color: #8a8a8a;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
}

.case-card__text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--brand-color-dark);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-card__buttons {
  display: flex;
  gap: 16px;
}

.case-card__image {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}

.case-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.case-card__category {
  font-size: 15px;
  color: rgba(31, 34, 43, 0.6);
  margin-bottom: 10px;
}

.case-card__text {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(31, 34, 43, 0.85);
  margin-bottom: 24px;
  max-width: 420px;
}

.case-card__buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: auto;
}

.case-card__buttons .want-this-btn {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  transition: background 0.3s ease;
  border: 1px solid var(--brand-color-pink);
  color: var(--brand-color-pink);
  height: 36px;
}

.case-card__buttons .want-this-btn:hover {
  background: var(--brand-color-pink);
  color: #fff;
}

.case-card__buttons .more-info-btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  color: #1f222b;
  position: relative;
  height: 36px;
  padding: 0 16px;
  transition-duration: 0.3s;
}

.case-card__buttons .more-info-btn:hover {
  color: var(--brand-color-blue);
}

.project-discussion-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--text-color-dark);
  border-radius: 40px;
}
.project-discussion-section .section-title {
  color: #fff;
}

.project-discussion__wrapper {
  display: flex;
  border-radius: 16px;
  padding: 32px;
  background-color: var(--light-gray);
  margin-top: 40px;
  -moz-column-gap: 32px;
       column-gap: 32px;
  aspect-ratio: 1440/528;
  width: 100%;
}

.project-discussion__left {
  width: 528px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.project-discussion__number {
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  color: var(--brand-color-purple);
  margin-bottom: 16px;
}

.project-discussion__text {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}

.connect-us-btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #f5f5f5;
  padding-left: 50px;
  padding-right: 50px;
  height: 56px;
  border-radius: 10px;
  background-color: var(--brand-color-pink);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  transition-duration: 0.2s;
}

.project-discussion__avatars {
  display: flex;
  margin-top: auto;
}

.avatars-list {
  display: block;
}

.project-discussion__right {
  border-radius: 12px;
  padding: 32px;
  background-color: #E9E5E4;
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-grow: 1;
}

.project-discussion__info {
  display: flex;
  flex-direction: column;
  max-width: 325px;
  width: 50%;
  flex-shrink: 0;
}

.project-discussion__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
}

.project-discussion__position {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
  color: rgba(31, 34, 43, 0.6);
}

.project-discussion__quote {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.project-discussion__badges {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.badge {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 8px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  width: -moz-max-content;
  width: max-content;
}

.project-discussion__image {
  aspect-ratio: 1/1;
  max-width: 400px;
  width: 100%;
}

.badge--approved {
  color: var(--brand-color-pomegranate);
  background-color: #f6e2e7;
}

.badge--company-experience {
  color: var(--brand-color-peach);
  background-color: #f6ede2;
}

.partners-section .section-title {
  margin-bottom: 40px;
}

.marquee-box {
  width: 100%;
  white-space: nowrap;
  position: relative;
  height: 100px;
}

.marquee-items {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

.marquee-item {
  height: 100%;
  display: inline-block;
  margin-right: 24px;
  aspect-ratio: 342/100;
  border-radius: 16px;
  overflow: hidden;
}

.marquee-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.marquee-items {
  animation: marquee 40s linear infinite;
}

.marquee-box--one .marquee-items {
  left: -200px;
  position: relative;
}

.marquee-box--two .marquee-items {
  left: -600px;
  position: relative;
}

.marquee-box--three .marquee-items {
  left: -500px;
  position: relative;
}

.marquee-box--two,
.marquee-box--three {
  display: none;
}

.marquee-box--two .marquee-items {
  animation: marquee-reverse 40s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .marquee-items {
    -webkit-animation: marquee 30s linear infinite;
  }
}
@keyframes marquee-reverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .marquee-box--two .marquee-items {
    -webkit-animation: marquee-reverse 30s linear infinite;
  }
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 98%;
  height: 90%;
}

.swiper-button-disabled {
  opacity: 0.8;
}

.contact-editor-section__inner {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.contact-editor-section__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-editor-section__title {
  margin-bottom: 32px;
}

.highlight {
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  color: #3F3F61;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  display: inline;
}
.highlight p {
  display: inline;
  z-index: 2;
  position: relative;
}

.highlight-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 8%;
  background-color: #CDC8E3;
}

.highlight-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -9px;
  width: auto;
  height: 150%;
  aspect-ratio: 20/68;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='68' viewBox='0 0 20 68' xmlns='http://www.w3.org/2000/svg'><rect width='3' height='58' transform='matrix(1 0 0 -1 8 58)' fill='%237E76DD'/><circle cx='9.57055' cy='9.57055' r='9.57055' transform='matrix(1 0 0 -1 0 67.1602)' fill='%237E76DD'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.highlight-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: auto;
  height: 150%;
  aspect-ratio: 20/68;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='68' viewBox='0 0 20 68' xmlns='http://www.w3.org/2000/svg'><rect width='3' height='58' transform='matrix(1 0 0 -1 8 58)' fill='%237E76DD'/><circle cx='9.57055' cy='9.57055' r='9.57055' transform='matrix(1 0 0 -1 0 67.1602)' fill='%237E76DD'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.highlight-text {
  z-index: 4;
  position: relative;
}

.contact-editor-section__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 28px;
  padding-right: 50px;
}

.contact-editor-section__right {
  width: 586px;
  flex-shrink: 0;
  border-radius: 16px;
  padding: 32px;
  background-color: var(--light-gray);
  background-color: #fff;
}

.contact-form-box__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 32px;
}

.contact-editor-section__text:last-child {
  margin-bottom: 0;
}

.contact-form-box .contact-form-box__btns {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-top: 16px;
}
.contact-form-box .wpcf7-submit {
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border-radius: 10px;
  padding: 0 24px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-color-blue);
  color: #fff;
  cursor: pointer;
}
.contact-form-box .connect-to-telegram {
  width: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border: 1.5px solid var(--brand-color-blue);
  color: var(--brand-color-blue);
  border-radius: 10px;
  padding: 0 24px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.3s;
}
.contact-form-box .connect-to-telegram:hover {
  background-color: var(--brand-color-light-purple);
}
.contact-form-box form {
  display: flex;
  flex-direction: column;
}
.contact-form-box form input,
.contact-form-box form .dropdown__button {
  width: 100%;
  padding: 0px 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color-dark);
  height: 56px;
  border: 1px solid rgba(174, 169, 234, 0.2);
  border-radius: 8px;
  background-color: var(--light-gray);
  background-color: #fff;
}
.contact-form-box form input::-moz-placeholder {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(31, 34, 43, 0.5);
}
.contact-form-box form input::placeholder {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: rgba(31, 34, 43, 0.5);
}
.contact-form-box form .dropdown__button {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: rgba(31, 34, 43, 0.5);
}
.contact-form-box form .dropdown__button--choosen {
  color: var(--text-color-dark);
}
.contact-form-box .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 8px;
}
.contact-form-box [data-name=acceptance-803] {
  margin-top: 8px;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] {
  display: block;
  margin-top: 0px;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item {
  position: relative;
  line-height: 1.5;
  margin-left: 0 !important;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.wpcf7-form-control-wrap[data-name=acceptance-803] label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 2px solid var(--text-color-dark);
  box-sizing: border-box;
  background-color: transparent;
  transition: all 0.2s;
  border-radius: 3px;
}


.wpcf7-form-control-wrap[data-name="acceptance-803"] input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 8px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  pointer-events: none;
}


.wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item-label {
  display: block;
}

.wpcf7 .wpcf7-submit:disabled {
  background-color: #837E7D !important;
}

.contact-form-box .wpcf7-submit {
  transition-duration: 0.3s;
}

.contact-form-box .wpcf7-submit:hover {
  background-color: var(--brand-color-light-purple);
  color: var(--brand-color-blue);
}

.wpcf7-list-item-label,
.wpcf7-list-item-label a {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-transform: lowercase;
  color: var(--text-color-dark);
}

.wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-position: auto;
  text-underline-offset: 5px;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.wpcf7-list-item-label a:hover {
  text-decoration: none;
}

.wpcf7-acceptance .form-acceptance__link {
  font-weight: 700;
  text-transform: initial;
}

.dropdown {
  position: relative;
}

.dropdown__button {
  position: relative;
  display: block;
  text-align: left;
  height: 46px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  width: 253px;
  height: 59px;
  cursor: pointer;
  border-radius: 64px;
  border: 1px solid rgba(255, 255, 255, 0.57);
}

.dropdown__button:focus, .dropdown__button--active {
  outline: none;
  box-shadow: none;
}

.dropdown__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  content: "";
  position: absolute;
  width: 12px;
  height: auto;
  aspect-ratio: 12/7;
  background-image: url("../img/dr-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.dropdown__list {
  display: none;
  position: absolute;
  left: 0;
  top: 63px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #E7E6F3;
  background: #fff;
  width: 100%;
  z-index: 1;
}

.dropdown__list--visible {
  display: block;
}

.dropdown__list-item {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E7E6F3;
  background-color: var(--light-gray);
  background-color: #fff;
  padding: 13px 20px;
  font-size: 16px;
  cursor: pointer;
  transition-duration: 0.15s;
}

.dropdown__list-item:first-child {
  border-radius: 6px 6px 0 0;
}

.dropdown__list-item:last-child {
  border-radius: 0 0 6px 6px;
  border-bottom: none;
}

.dropdown__list-item:hover {
  background: rgba(205, 200, 227, 0.3490196078);
}

.dropdown__input-hidden {
  display: none;
}

.info-swiper,
.courses-swiper {
  margin-top: 40px;
}

.info-card {
  padding: 20px;
  background-color: var(--text-color-light);
  background-color: #fff;
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 464/522;
  display: flex;
  flex-direction: column;
}

.info-card__top {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 424/260;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.info-card__top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(31, 34, 43, 0), rgba(31, 34, 43, 0.18));
  pointer-events: none;
}

.info-card__hoop {
  display: flex;
  width: 100%;
  align-items: center;
  position: absolute;
  justify-content: flex-end;
  bottom: 12px;
  right: 12px;
  -moz-column-gap: 12px;
       column-gap: 12px;
  z-index: 2;
}

.info-card-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 7px;
       column-gap: 7px;
}
.info-card-item span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.info-card-item__icon {
  display: inline-flex;
}

.info-card-item__comments {
  content: "";
  display: inline-flex;
  width: 13.3px;
  height: auto;
  background-image: url("../img/comment-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.info-card__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.info-card-item__views.info-card-item__icon {
  content: "";
  width: 15px;
  aspect-ratio: 15/11;
  height: auto;
  background-image: url("../img/view-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.info-card-item__minutes.info-card-item__icon {
  content: "";
  width: 14px;
  aspect-ratio: 14/14;
  height: auto;
  background-image: url("../img/time-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.info-card-item__comments.info-card-item__icon {
  content: "";
  width: 14px;
  aspect-ratio: 14/13;
  height: auto;
  background-image: url("../img/comment-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.info-card__bottom {
  padding-top: 20px;
  border-top: 2px solid #E9E5E4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.info-card__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info-card__tit {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #777;
  position: relative;
}

.info-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.info-card__qert {
  display: flex;
  align-items: baseline;
  margin-top: auto;
}

.info-card__qert span {
  padding-right: 20px;
}

.info-card__qert span::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 55%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #e9e5e4;
}

.info-card__qert span:last-child::after {
  display: none;
}

.current {
  display: inline-flex;
  min-width: 22px;
}

.courses-swiper {
  overflow: visible;
}

.course-card {
  display: flex;
  padding: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background-color: var(--light-gray);
  background-color: #fff;
  border-radius: 16px;
  aspect-ratio: 1074/370;
}

.course-card__left {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.course-card__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.course-card__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.course-card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 16px;
}

.course-card__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.course-card__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 156%;
  margin-bottom: 16px;
}

.course-card__tags {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.course-card__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--brand-color-purple);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 7px;
  padding-bottom: 7px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(174, 169, 234, 0.2);
  border-radius: 8px;
  transition-duration: 0.2s;
}

.course-card__tag:hover {
  background-color: #f4f1fd;
}

.course-card__btn {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  border-radius: 10px;
  width: 100%;
  aspect-ratio: 507/56;
  color: #fff;
  background-color: var(--brand-color-blue);
  transition-duration: 0.3s;
}

.course-card__btn:hover {
  color: var(--brand-color-blue);
  background-color: var(--brand-color-light-purple);
}

.section-serv__btn-all--mob {
  display: none;
}

.reviews-section__box {
  display: flex;
}

.reviews-section__left {
  width: calc(50% - 24px);
}

.reviews-section__right {
  width: 50%;
}

.reviews-str-icon {
  max-width: 66px;
  margin-bottom: 32px;
}

.reviews-slider {
  position: relative;
  width: 100%;
}

.reviews-slider__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.reviews-slider__counter {
  font-size: 16px;
  font-weight: 500;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "";
}

.reviews-slider .swiper-button-prev {
  width: 26px;
  height: auto;
  aspect-ratio: 26/15;
  background-image: url("../img/arr-prev-p.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: initial;
  margin: 0;
  margin-right: 24px;
}

.reviews-slider .swiper-button-next {
  width: 26px;
  height: auto;
  aspect-ratio: 26/15;
  background-image: url("../img/arr-next-p.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: initial;
  margin: 0;
  margin-left: 24px;
}

.reviews-slider__counter {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
}

.total {
  min-width: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.review-card__text {
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.review-card__name {
  text-align: right;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  margin-bottom: 16px;
}

.review-card__company {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
  color: rgba(31, 34, 43, 0.5);
}

.al-img-mob {
  display: none;
}

@media (min-width: 1919px) {
  body::after {
    content: "> 1940px";
  }
}
@media (max-width: 1919px) {
  body::after {
    content: "< 1940px";
  }
  .multilang-editor-section__title {
    font-size: 96rem;
  }
  .multilang-editor-section__text {
    font-size: clamp(13px, 24rem, 24px);
  }
  .multilang-editor-box {
    padding: 64rem;
    border-radius: 32rem;
  }
  .multilang-editor-section__button {
    font-size: 20rem;
    height: 56rem;
    border-radius: 16rem;
    padding-left: 24rem;
    padding-right: 24rem;
  }
  .mobile-menu .menu-mob-first li a {
    font-size: 40rem;
  }
  .mobile-menu .menu-item-has-children--opened .sub-menu li a {
    font-size: 22rem;
  }
  .mobile-menu .header-nav .menu-item-has-children > a::before {
    top: 20rem;
    width: 25rem;
    right: -25rem;
  }
  .margin-section {
    margin-top: 5.21vw;
  }
  .section-rating__list {
    gap: 1.25vw;
    margin-top: 1.25vw;
  }
  .rating-item {
    border-radius: 0.83vw;
    min-height: 12.5vw;
    padding: 1.04vw;
  }
  .rating-item__head {
    gap: 0.52vw;
    font-size: 1.67vw;
  }
  .rating-item__number {
    font-size: 4.17vw;
  }
  .rating-item__title {
    font-size: 1.04vw;
    max-width: 12.24vw;
  }
  .section-title {
    font-size: 2.08vw;
    line-height: 2.71vw;
  }
  .section-serv__btn-all {
    max-width: 12.5vw;
    height: 2.92vw;
    border-radius: 0.83vw;
  }
  .swiper-services {
    border-radius: 0.83vw;
    margin-top: 2.19vw;
  }
  .services-item__desc {
    gap: 1.04vw;
  }
  .services-item__title {
    font-size: 1.67vw;
    line-height: 1.15vw;
  }
  .services-item__text {
    font-size: 1vw;
  }
  .section-services__btn {
    border-radius: 0.42vw;
    width: 7.76vw;
    height: 1.88vw;
    font-size: 0.83vw;
  }
  .swiper-services-nav {
    gap: 0.83vw;
    margin-top: 1.04vw;
  }
  .swiper-services-nav .swiper-button-prev, .swiper-services-nav .swiper-button-next {
    width: 3.13vw;
    height: 3.13vw;
  }
  .case-card__title {
    font-size: 24rem;
  }
  .case-card {
    width: 100%;
    aspect-ratio: 708/370;
    height: auto;
    border-radius: 16rem;
  }
  .case-card__category {
    font-size: 16rem;
    margin-bottom: 10rem;
  }
  .case-card__text {
    margin-bottom: 24rem;
    font-size: 16rem;
  }
  .case-card {
    padding: 32rem;
  }
  .card__buttons {
    gap: 16rem;
  }
  .cases-tabs__btn {
    font-size: clamp(15px, 16rem, 16px);
    padding-left: 16rem;
    padding-right: 16rem;
  }
  .case-card__image {
    border-radius: 10rem;
  }
  .case-card__buttons .want-this-btn,
  .case-card__buttons .more-info-btn {
    font-size: 16rem;
  }
  .section-serv__btn-all {
    font-size: 16rem;
  }
  .project-discussion__number {
    font-size: 64rem;
  }
  .project-discussion__text {
    font-size: clamp(16px, 24rem, 24px);
  }
  .project-discussion__name {
    font-size: clamp(16px, 24rem, 24px);
    font-weight: 500;
    margin-bottom: 8rem;
  }
  .project-discussion__right {
    padding: 32rem;
  }
  .project-discussion__position {
    font-size: clamp(13px, 16rem, 16px);
    margin-bottom: 24rem;
  }
  .project-discussion__quote {
    font-size: clamp(14px, 16rem, 16px);
  }
  .project-discussion__wrapper {
    padding: 32rem;
  }
  .connect-us-btn {
    font-size: clamp(14px, 16rem, 16px);
  }
  .project-discussion__image {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400rem;
    width: 50%;
  }
  .project-discussion__right {
    -moz-column-gap: 30rem;
         column-gap: 30rem;
  }
  .info-card__title {
    font-size: 18rem;
    font-size: clamp(14px, 18rem, 18px);
    line-height: 1.4;
    margin-bottom: 16rem;
  }
  .info-card__text {
    font-size: 16rem;
    font-size: clamp(12px, 16rem, 16px);
    margin-bottom: 16rem;
  }
  .info-card__tit {
    font-size: clamp(13px, 14rem, 14px);
  }
  .info-card__bottom {
    padding-top: 20rem;
  }
  .info-card__top {
    margin-bottom: 20rem;
  }
  .info-card {
    padding: 20rem;
  }
  .info-card {
    border-radius: 16rem;
  }
  .review-card__text {
    font-size: 20rem;
  }
  .review-card__name {
    font-size: 24rem;
  }
  .review-card__company {
    font-size: 18rem;
  }
  .reviews-slider__counter {
    font-size: clamp(16px, 20rem, 20px);
  }
  .reviews-slider .swiper-button-next,
  .reviews-slider .swiper-button-prev {
    width: 26rem;
    min-width: 22px;
  }
  .reviews-slider .swiper-button-next {
    margin-left: 24rem;
  }
  .reviews-slider .swiper-button-prev {
    margin-right: 24rem;
  }
  .contact-editor-section__text {
    font-size: clamp(14px, 20rem, 20px);
    padding-right: 50rem;
  }
  .contact-form-box__title {
    font-size: clamp(18px, 24rem, 24px);
  }
  .course-card {
    padding: 20rem;
    border-radius: 16rem;
  }
  .course-card__title {
    font-size: clamp(18px, 24rem, 24px);
    margin-bottom: 16rem;
  }
  .course-card__text {
    font-size: clamp(14px, 16rem, 16px);
  }
  .course-card__subtitle {
    font-size: clamp(16px, 18rem, 18px);
    margin-bottom: 16rem;
  }
  .course-card__tag {
    font-size: clamp(13px, 14rem, 14px);
  }
  .course-card__btn {
    font-size: clamp(14px, 16rem, 16px);
  }
  .course-card__text {
    margin-bottom: 32rem;
  }
  .course-card__left {
    border-radius: 10rem;
  }
}
@media (max-width: 1700px) {
  .project-discussion__info {
    max-width: 300px;
  }
  .course-card {
    aspect-ratio: initial;
  }
}
@media (max-width: 1600px) {
  .header {
    margin-top: 30px;
  }
  .multilang-editor-section {
    padding-top: 50px;
  }
  .project-discussion__info {
    max-width: 250px;
  }
  .badge {
    font-size: 12px;
  }
  .connect-us-btn {
    height: 46px;
    padding-left: 40rem;
    padding-right: 40rem;
  }
  .contact-editor-section__text br {
    display: none;
  }
}
@media (max-width: 1500px) {
  .marquee-box {
    height: 64px;
  }
  .marquee-item {
    margin-right: 12px;
  }
  .project-discussion__left {
    width: 450px;
  }
}
@media (max-width: 1400px) {
  .project-discussion__left {
    width: 370px;
  }
  .project-discussion-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .wpcf7-list-item-label, .wpcf7-list-item-label a {
    font-size: 13px;
  }
}
@media (max-width: 1350px) {
  .contact-editor-section__right {
    width: 450px;
  }
  .contact-editor-section__inner {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .contact-form-box .connect-to-telegram {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .contact-form-box .wpcf7-submit {
    font-size: 14px;
  }
  .highlight-box::before {
    left: -7px;
  }
  .highlight-box::after {
    right: -7px;
  }
  .contact-form-box form input::-moz-placeholder {
    font-size: 14px;
  }
  .contact-form-box form input,
  .contact-form-box form .dropdown__button,
  .dropdown__list-item,
  .contact-form-box form input::placeholder {
    font-size: 14px;
  }
}
@media (max-width: 1300px) {
  .project-discussion__left {
    width: 300px;
  }
  .course-card__tag {
    font-size: 12px;
  }
  .course-card__btn {
    min-height: 38px;
  }
}
@media (max-width: 1280px) {
  .info-swiper {
    overflow: visible;
  }
  .info-card-item span {
    font-size: 13px;
  }
  .info-card__top {
    min-height: 190px;
  }
}
@media (max-width: 1100px) {
  body::after {
    content: "< 1100px";
  }
  .section-title {
    font-size: 30px;
  }
  .project-discussion__wrapper {
    padding: 20px;
  }
  .rating-item {
    min-height: 200px;
  }
  .rating-item__number {
    font-size: 50px;
  }
  .rating-item__title {
    font-size: 18px;
  }
  .section-serv__btn-all {
    max-width: 210px;
    height: 45px;
    font-size: 15px;
  }
  .section-services .swiper-slide {
    aspect-ratio: 350/400;
  }
  .services-item__title {
    line-height: 27px;
  }
  .services-item__text {
    line-height: 105%;
    font-size: 18px;
  }
  .swiper-services-nav .swiper-button-next, .swiper-services-nav .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .section-services__btn {
    font-size: 14px;
  }
  .swiper-services {
    margin-top: 25px;
  }
  ._container {
    padding: 0 20px;
    max-width: 1480px;
  }
  .multilang-editor-section__button {
    min-width: 200px;
    min-height: 40px;
    font-size: 14px;
  }
  .header__burger {
    width: 40px;
    height: 40px;
  }
  .margin-section {
    margin-top: 70px;
  }
  .header {
    margin-top: 40px;
  }
  .header__logo {
    max-width: 120px;
  }
  .case-card {
    padding: 16px;
    aspect-ratio: 1/0.6;
  }
  .case-card__title {
    font-size: 16px;
  }
  .case-card__category {
    font-size: 13px;
  }
  .case-card__text {
    font-size: 14px;
  }
  .case-card__buttons {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .case-card__buttons .more-info-btn,
  .case-card__buttons .want-this-btn {
    font-size: 14px;
  }
  .section-serv__btn-all {
    border-radius: 12px;
    max-width: initial;
    padding-left: 60rem;
    padding-right: 60rem;
    width: -moz-max-content;
    width: max-content;
  }
  .cases-tabs__buttons {
    overflow-y: hidden;
    overflow-x: auto;
    width: calc(100% + 20px);
    left: 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-right: 20px;
  }
  .cases-tabs__btn {
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
  }
  .services-item__title {
    font-size: 20px;
  }
  .services-item__text {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .section-services__btn {
    background-color: transparent;
    border: none;
    border-radius: 8px;
    padding: 0 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 125%;
    transition: background 0.3s ease;
    border: 1px solid #B9B5E9;
    color: #e9e5e4;
    height: 36px;
    width: -moz-max-content;
    width: max-content;
  }
  .swiper-services-nav {
    margin-top: 12px;
  }
  .header__inner {
    height: 70px;
  }
  .sub-menu {
    top: 65px;
  }
  .section-rating__list {
    margin-top: 30px;
  }
  .multilang-editor-section__text {
    font-size: clamp(13px, 3vw, 16px);
  }
  .mobile-menu {
    top: 120px;
  }
  .mobile-menu .header-nav {
    row-gap: 10px;
  }
  .mobile-menu .menu-mob-first li a {
    font-size: 24px;
  }
  .mobile-menu .menu-mob-first li a {
    margin-bottom: 10px;
  }
  .mobile-menu .mobile-menu-top,
  .mobile-menu .mobile-menu-bottom {
    padding: 20px;
  }
  .mobile-menu .menu-item-has-children--opened .sub-menu li a {
    font-size: 14px;
  }
  .mobile-menu .sub-menu li {
    margin-bottom: 5px;
  }
  .mobile-menu .header-nav .menu-item-has-children > a::before {
    top: 13px;
    width: 34rem;
    right: -25rem;
  }
  .menu-mob-second li a {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
  }
  .rating-item {
    padding: 15px;
    border-radius: 12px;
  }
  .rating-item__title {
    max-width: 200px;
  }
  .header-nav--desktop .sub-menu {
    display: none;
  }
  .case-card__text {
    margin-bottom: 14px;
    font-size: 14px;
  }
  .section-title {
    line-height: 130%;
  }
  .reviews-section__box {
    flex-direction: column;
    row-gap: 50px;
  }
  .reviews-slider__controls {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
    margin-top: 45px;
    justify-content: flex-start;
  }
  .reviews-section__right {
    max-width: 75%;
    width: 100%;
  }
  .review-card__name {
    font-size: 20px;
    text-align: left;
    margin-bottom: 12px;
  }
  .review-card__company {
    text-align: left;
    line-height: 1.2;
    font-size: 16px;
  }
  .review-card__text {
    font-size: 18px;
  }
  .reviews-str-icon {
    margin-bottom: 20px;
  }
  .review-card__text {
    margin-bottom: 25px;
  }
  .project-discussion__left {
    width: 35%;
  }
  .project-discussion__image {
    width: calc(100% - 250px);
    max-width: initial;
  }
  .info-card__hoop {
    bottom: 8px;
  }
  .info-card__title {
    font-size: 16px;
  }
  .info-card__text {
    font-size: 14px;
  }
  .info-card__tit {
    font-size: 13px;
  }
  .info-card {
    padding: 12px;
    border-radius: 16px;
    aspect-ratio: 464/580;
  }
  .info-card__title {
    margin-bottom: 25px;
  }
  .info-card__bottom {
    border-top: none;
  }
  .info-card__hoop {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .course-card {
    padding: 12px;
    border-radius: 12px;
  }
  .course-card__left {
    border-radius: 10px;
  }
  .course-card__title {
    margin-bottom: 10px;
  }
  .course-card__text {
    margin-bottom: 20px;
  }
  .course-card__subtitle {
    font-size: 16px;
  }
  .course-card__tag {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .contact-editor-section__inner {
    flex-direction: column;
    row-gap: 40px;
  }
  .contact-editor-section__text {
    max-width: 450px;
    margin-bottom: 15px;
    padding-right: 15px;
  }
  .contact-editor-section__right {
    border-radius: 12px;
  }
}
@media (max-width: 950px) {
  .section-rating__list {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .section-services .swiper-slide {
    aspect-ratio: 311/400;
  }
  .services-item__title {
    font-size: 30px;
    line-height: 24px;
  }
  .case-card {
    padding: 16px;
    aspect-ratio: 1/0.55;
  }
  .reviews-section__box {
    row-gap: 30px;
  }
  .course-card__btn {
    height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .swiper-services {
    overflow: hidden;
  }
}
@media (max-width: 800px) {
  .section-title {
    font-size: 25px;
  }
  .header__logo {
    max-width: 115px;
  }
  .reviews-section__right {
    max-width: 100%;
  }
  .project-discussion__wrapper {
    flex-direction: column;
    row-gap: 32px;
  }
  .project-discussion__left {
    width: 100%;
  }
  .project-discussion__avatars {
    margin-top: 32px;
  }
  .project-discussion__number {
    font-size: 48px;
    margin-bottom: 14px;
  }
  .connect-us-btn {
    max-width: 276px;
    width: 100%;
    font-size: 14px;
  }
  .project-discussion__right {
    flex-direction: column;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .project-discussion__left {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .project-discussion__name {
    font-size: 20px;
  }
  .project-discussion__position {
    font-size: 16px;
  }
  .project-discussion__quote {
    font-size: 14px;
    margin-bottom: 30px;
    text-align: center;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .project-discussion__info {
    width: 100%;
    max-width: 100%;
  }
  .project-discussion__name {
    font-size: 24px;
    text-align: center;
  }
  .project-discussion__badges {
    align-items: center;
  }
  .project-discussion__image {
    margin-left: auto;
    margin-right: auto;
  }
  .project-discussion__position {
    text-align: center;
  }
  .project-discussion__wrapper {
    row-gap: 60px;
  }
}
@media (max-width: 730px) {
  .services-item__title {
    font-size: 27px;
  }
  .reviews-section__left {
    width: 100%;
  }
}
@media (max-width: 650px) {
  .section-services .swiper-slide {
    aspect-ratio: 300/400;
  }
  .section-rating__list {
    gap: 10px;
  }
}
@media (max-width: 630px) {
  .section-services .swiper-slide {
    max-width: 100%;
    aspect-ratio: 430/350;
  }
  .services-item__title {
    margin-bottom: 12px;
  }
  .services-item__text {
    margin-bottom: 12px;
  }
}
@media (max-width: 600px) {
  .section-rating__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .rating-item {
    min-height: 155px;
    border-radius: 10px;
  }
  .section-serv__btn-all {
    max-width: 149px;
    height: 35px;
    padding: 0;
    border-radius: 9px;
  }
  .rating-item__number {
    font-size: 40px;
  }
  .section-services .swiper-slide {
    max-width: 100%;
  }
  .rating-item__title {
    font-size: 16px;
  }
  .multilang-editor-box {
    border-radius: 12px;
    aspect-ratio: 300/350;
    max-height: 500px;
  }
  .multilang-editor-bg {
    -o-object-position: -400px bottom;
       object-position: -400px bottom;
  }
  .header {
    margin-top: 10px;
  }
  .case-card {
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
  }
  .case-card__info {
    width: 100%;
    order: 2;
    margin-top: 12px;
  }
  .case-card__image {
    width: 100%;
    order: 1;
    border-radius: 8px;
  }
  .cases-tabs__buttons {
    margin-bottom: 14px;
  }
  .cases-tabs__btn {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
    font-size: 14px;
  }
  .cases-swiper {
    overflow: hidden;
  }
  .case-card__title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .case-card__title br {
    display: none;
  }
  .case-card__category {
    margin-bottom: 14px;
  }
  .case-card__buttons .want-this-btn {
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .multilang-editor-section__title {
    font-size: 130rem;
  }
  .marquee-box--two,
  .marquee-box--three {
    display: flex;
  }
  .marquee-box {
    margin-bottom: 10px;
  }
  .marquee-item {
    aspect-ratio: 200/64;
    border-radius: 12px;
  }
  .section-title {
    font-size: 24px;
    line-height: 120%;
  }
  .multilang-editor-section {
    padding-top: 40px;
  }
  .case-card__title {
    line-height: 130%;
    margin-bottom: 14px;
  }
  .partners-section .section-title {
    margin-top: 24px;
  }
  .partners-section .section-title {
    margin-bottom: 24px;
    margin-top: 0;
  }
  .reviews-section__box {
    row-gap: 24px;
  }
  .reviews-str-icon {
    max-width: 44px;
    margin-bottom: 20px;
  }
  .review-card__text {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .reviews-slider__counter {
    font-size: 18px;
  }
  .reviews-slider .swiper-button-prev {
    margin-right: 18px;
  }
  .reviews-slider .swiper-button-next {
    margin-left: 18px;
  }
  .reviews-slider__controls {
    gap: 0;
  }
  .review-card__name {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .review-card__company {
    font-size: 13px;
  }
  .reviews-slider__controls {
    margin-top: 24px;
  }
  .header__inner {
    height: 56px;
  }
  .project-discussion-section {
    border-radius: 16px;
  }
  .project-discussion__wrapper {
    margin-top: 24px;
  }
  .project-discussion__image {
    width: 100%;
  }
  .project-discussion__wrapper {
    padding: 12px;
    border-radius: 12px;
    row-gap: 24px;
  }
  .project-discussion__quote {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .project-discussion__position {
    font-size: 13px;
  }
  .project-discussion__info {
    max-width: initial;
    width: 100%;
  }
  .project-discussion__name {
    font-size: 18px;
  }
  .project-discussion__right {
    padding: 12px;
    border-radius: 8px;
  }
  .project-discussion__image {
    margin-top: 24px;
  }
  .mobile-menu .mobile-menu-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .mobile-menu .mobile-menu-bottom {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .mobile-menu .mobile-menu-top, .mobile-menu .mobile-menu-bottom {
    padding: 10px;
  }
  .mobile-menu {
    top: 65px;
  }
  .mobile-menu .menu-mob-first li a {
    margin-bottom: 0;
  }
  .mobile-menu .header-nav {
    row-gap: 10px;
  }
  .mobile-menu .header-nav .menu-item-has-children > a::before {
    top: 13px;
    width: 15px;
    right: -25rem;
  }
  .sub-menu {
    min-width: initial;
    width: 100%;
  }
  .mobile-menu {
    width: 300px;
  }
  .mobile-menu .menu-mob-first li a {
    line-height: 1.25;
  }
  .mobile-menu .menu-item-has-children--opened .sub-menu {
    padding-top: 4px;
  }
  .mobile-menu .sub-menu li,
  .mobile-menu .sub-menu li a {
    line-height: normal;
  }
  .info-card__text {
    margin-bottom: 15px;
  }
  .info-card__top {
    margin-bottom: 10px;
  }
  .course-card {
    flex-direction: column;
    row-gap: 12px;
  }
  .course-card__left {
    width: 100%;
    border-radius: 8px;
  }
  .course-card__right {
    width: 100%;
  }
  .course-card__subtitle {
    margin-bottom: 12px;
  }
  .course-card__tag {
    height: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .course-card__tags {
    margin-bottom: 12px;
  }
  .highlight {
    padding-left: 7px;
    padding-right: 7px;
  }
  .section-services__btn {
    border-color: #fff;
    color: #fff;
    padding: 0 12px;
  }
}
@media (max-width: 550px) {
  .margin-section {
    margin-top: 80px;
  }
  .rating-item__title {
    font-size: 18px;
  }
  ._container {
    padding: 0 10px;
  }
  .services-item {
    border-radius: 12px;
  }
  .section-rating__list {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 24px;
  }
  .services-item__title {
    line-height: 130%;
  }
  .services-item {
    padding: 12px;
  }
  .section-services__btn {
    font-size: 14px;
    line-height: 140%;
    height: 32px;
  }
  .services-item__desc {
    gap: 12px;
  }
  .services-item__text {
    line-height: 140%;
    max-width: 256px;
    font-size: 16px;
  }
  .section-services .swiper-slide {
    aspect-ratio: 300/300;
  }
  .rating-item {
    padding: 12px;
    border-radius: 12px;
  }
  .rating-item__head {
    font-size: 20px;
    line-height: 100%;
  }
  .swiper-services {
    border-radius: 12px;
  }
  .rating-item__number {
    font-size: 64px;
  }
  .rating-item {
    min-height: 190px;
  }
  .swiper-services {
    margin-top: 24px;
  }
  .section-serv__btn-all {
    max-width: 100%;
    height: 46px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 12px;
  }
  .swiper-services-nav .swiper-button-next, .swiper-services-nav .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
  .swiper-services-nav {
    gap: 8px;
  }
  .section-serv__btn-all {
    margin-top: 24px;
  }
  .section-serv__head .swiper-services-nav {
    margin: 0;
  }
  .services-item__title {
    font-size: 25px;
  }
  .rating-item__number {
    margin-left: 5px;
  }
  .section-serv__btn-all {
    display: none;
  }
  .section-serv__btn-all--mob {
    display: flex;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .multilang-editor-box {
    border-radius: 12px;
    aspect-ratio: 300/481;
    max-height: initial;
  }
  .multilang-editor-section__title {
    font-size: 11vw;
    margin-bottom: 16px;
  }
  .multilang-editor-section__text {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .multilang-editor-section__button {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    padding: 12px;
    max-width: 500px;
    min-width: initial;
  }
  .multilang-editor-box {
    padding: 12px;
  }
  .multilang-editor-section__text br {
    display: none;
  }
  .header__inner {
    padding-left: 8px;
    padding-right: 8px;
  }
  .multilang-editor-bg {
    -o-object-position: initial;
       object-position: initial;
  }
  .services-item__text {
    margin-bottom: 0;
  }
  .section-services__btn {
    padding-bottom: 1px;
  }
  .services-item__text {
    font-size: 14px;
  }
  .services-item__title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .section-services .swiper-slide {
    aspect-ratio: 300/414;
  }
  .section-serv__btn-all {
    display: none;
  }
  .section-serv__btn-all--mob {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 100%;
  }
  .cases-tabs,
  .info-swiper,
  .courses-swiper {
    margin-top: 24px;
  }
  .mobile-menu {
    width: 100%;
  }
  .mobile-menu .mobile-menu-bottom {
    margin-top: 2px;
  }
  .project-discussion__name,
  .project-discussion__position,
  .project-discussion__quote {
    text-align: left;
  }
  .project-discussion__quote {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .project-discussion__badges {
    align-items: flex-start;
  }
  .project-discussion__text {
    margin-bottom: 24px;
  }
  .al-img {
    display: none;
  }
  .al-img-mob {
    display: flex;
  }
  .project-discussion__image {
    margin-top: 15px;
  }
  .info-card__top {
    height: 180px;
    min-height: initial;
  }
  .info-card {
    aspect-ratio: initial;
    height: auto;
  }
  .info-card__title {
    margin-bottom: 20px;
  }
  .info-card__text {
    margin-bottom: 15px;
  }
  .contact-editor-section__title {
    margin-bottom: 34px;
  }
  .contact-editor-section__inner {
    row-gap: 20px;
  }
  .contact-editor-section__right {
    width: 100%;
    padding: 12px;
  }
  .contact-form-box__title {
    margin-bottom: 12px;
  }
  .contact-form-box form input::-moz-placeholder {
    font-size: 14px;
    padding: 0px 10px;
  }
  .contact-form-box form input,
  .contact-form-box form .dropdown__button,
  .dropdown__list-item,
  .contact-form-box form input::placeholder {
    font-size: 14px;
    padding: 0px 10px;
  }
  .contact-form-box form input, .contact-form-box form .dropdown__button {
    height: 46px;
  }
  .dropdown__list {
    top: 54px;
  }
  .dropdown__list-item {
    height: 46px;
    display: flex;
    align-items: center;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] {
    margin-top: 12px;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] label::before {
    width: 15px;
    height: 15px;
    top: 3px;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: 6px;
    top: 5px;
    width: 4px;
    height: 8px;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] .wpcf7-list-item-label {
    top: -5px;
  }
  .wpcf7-form-control-wrap[data-name=acceptance-803] label {
    padding-left: 25px;
  }
  .contact-form-box__title {
    max-width: 200px;
  }
  .wpcf7-list-item-label, .wpcf7-list-item-label a {
    font-size: 12px;
  }
  .contact-form-box .wpcf7-submit,
  .contact-form-box .connect-to-telegram {
    height: 46px;
    font-size: 14px;
  }
  .contact-form-box .contact-form-box__btns {
    margin-top: 8px;
  }
  .contact-editor-section__title br {
    display: none;
  }
  .info-card {
    border-radius: 12px;
  }
}
@media (max-width: 450px) {
  .contact-form-box .wpcf7-submit,
  .contact-form-box .connect-to-telegram {
    width: 100%;
  }
  .contact-form-box__btns {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media (max-width: 400px) {
  .multilang-editor-section__title {
    font-size: 10.6vw;
  }
}
body::after {
  left: 0;
  top: 0;
  background-color: #000;
  color: #fff;
  opacity: 0.5;
}

/* Footer styles */
.footer {
  padding: 100px 0;
  background-color: #1F222B;
  border-radius: 40px 40px 0 0;
  color: #E9E5E4;
  font-size: 14px;
}
.footer .br-mobil {
  display: none;
}
.footer-right {
  display: grid;
  grid-template-columns: 342px 320px;
  align-items: flex-start;
  gap: 24px;
  padding-right: 22px;
  justify-content: space-between;
}
.footer-left {
  min-width: 416px;
  width: 100%;
}
.footer a {
  color: #E9E5E4;
  transition-duration: 0.2s;
}
.footer a:hover {
  color: #fff;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer-block {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.footer-upper__logo {
  max-width: 136px;
  width: 100%;
  aspect-ratio: 136/20;
}
.footer-upper__contact {
  display: flex;
  flex-direction: column;
}
.footer-upper__number {
  margin-top: 48px;
  font-weight: 500;
  font-size: 32px;
  line-height: 22px;
  transition-duration: 0.2s;
}
.footer-upper__number:hover {
  color: #fff;
}
.footer-upper__mail {
  margin-top: 32px;
  font-size: 14px;
  line-height: 20px;
}
.footer-upper__list-social {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
.footer-upper__social {
  display: grid;
  align-items: center;
  gap: 8px;
  grid-template-columns: 24px 1fr;
  font-size: 14px;
  line-height: 20px;
}
.footer-lower {
  margin-top: 40px;
  padding: 32px 0;
  border-top: 1px solid rgba(245, 245, 245, 0.1);
}
.footer-lower__contact {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 20px;
  opacity: 0.6;
}
.footer__list_grey {
  opacity: 0.6;
}

@media (min-width: 1100px) and (max-width: 1920px) {
  footer {
    font-size: 14px;
  }
  .footer {
    padding: 5.21vw 0;
    border-radius: 2.08vw 2.08vw 0 0;
  }
  .footer-left {
    min-width: 21.67vw;
  }
  .footer-upper__logo {
    max-width: 7.08vw;
  }
  .footer-upper__number {
    margin-top: 2.5vw;
    font-size: 1.67vw;
    line-height: 1.15vw;
  }
  .footer-upper__mail {
    margin-top: 1.67vw;
    font-size: 0.73vw;
    line-height: 1.04vw;
  }
  .footer-upper__list-social {
    gap: 0.42vw;
    margin-top: 2.5vw;
  }
  .footer-upper__social {
    gap: 0.42vw;
    grid-template-columns: 1.25vw 1fr;
    line-height: 1.04vw;
  }
  .footer-right {
    grid-template-columns: 17.81vw 16.67vw;
    gap: 1.25vw;
    padding-right: 1.15vw;
  }
  .footer__list {
    gap: 0.83vw;
  }
  .footer-lower {
    margin-top: 2.08vw;
    padding: 1.67vw 0;
  }
  .footer-block {
    gap: 1.25vw;
  }
  .footer-lower__contact {
    gap: 0.83vw;
    line-height: 1.04vw;
  }
}
@media (max-width: 1300px) {
  .footer {
    font-size: 13px;
  }
}
@media (max-width: 1100px) {
  .footer-right {
    grid-template-columns: repeat(2, 200px);
  }
}
@media (max-width: 1000px) {
  .footer-lower.footer-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .footer-lower.footer-block .footer-right {
    display: flex;
    justify-content: center;
    gap: 100px;
    padding: 0;
  }
  .footer-lower__contact {
    text-align: center;
  }
  .footer-upper__contact.footer-left {
    min-width: auto;
  }
  .footer-right {
    padding: 0;
  }
}
@media (max-width: 850px) {
  .footer-upper__right.footer-right {
    grid-template-columns: repeat(2, 150px);
  }
  .footer-upper__number {
    margin-top: 30px;
  }
  .footer-upper__list-social {
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .footer-block {
    flex-direction: column;
    gap: 40px;
  }
  .footer-upper__right.footer-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-upper__right.footer-right .footer__list {
    flex-direction: row;
  }
}
@media (max-width: 550px) {
  .footer {
    padding: 80px 0;
    border-radius: 16px 16px 0 0;
  }
  .footer-upper__logo {
    max-width: 115px;
    aspect-ratio: 115/18;
  }
}
@media (max-width: 500px) {
  .footer {
    line-height: 20px;
  }
  .footer-upper__number {
    margin-top: 20px;
    font-size: 18px;
    line-height: 23px;
  }
  .footer-upper__mail {
    margin-top: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .footer-upper__list-social {
    margin-top: 20px;
  }
  .footer-upper {
    gap: 20px;
  }
  .footer-upper__right.footer-right {
    display: grid;
    grid-template-columns: repeat(2, 145px);
  }
  .footer-upper__right.footer-right {
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }
  .footer-upper__right.footer-right .footer__list {
    flex-direction: column;
    gap: 6px;
    line-height: 20px;
  }
  .footer-lower.footer-block {
    margin-top: 20px;
    padding: 20px 0;
    gap: 20px;
  }
  .footer-lower__contact {
    gap: 20px;
    text-align: left;
  }
  .footer-lower.footer-block .footer-right {
    flex-direction: column;
    gap: 20px;
  }
  .footer__list {
    gap: 20px;
    line-height: 20px;
  }
  .footer .br-mobil {
    display: block;
  }
}
.body::after {
  display: none;
}






/* new styles */


/* Contact Form 7 */

.wpcf7-form br {
    display: none;
}

.wpcf7-form .wpcf7-spinner {
    display: none;
}

.wpcf7-form .wpcf7-response-output {
    display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-not-valid {
    border: 1px solid rgb(157, 2, 2) !important;
}

.invalid .dropdown__button {
    border: 1px solid rgb(157, 2, 2) !important;
}

.invalid  .dropdown__button.dropdown__button--choosen {
    border: 1px solid rgba(174, 169, 234, 0.2) !important;
}

.wpcf7 {
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}


.popup-success-message {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 10px;
    z-index: 2000;
    justify-content: center;
    align-items: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 22px;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    background-color: var(--light-gray);
    color: var(--brand-color-blue);

    transition-duration: .3s;
}

.show.popup-success-message  {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.close-success-message {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 25px;
    height: auto;
    aspect-ratio: 1/1;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M4 4L20 20M20 4L4 20" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="round" /%3E%3C/svg%3E');
    filter: brightness(0) saturate(100%) invert(19%) sepia(53%) saturate(3643%) hue-rotate(238deg) brightness(101%) contrast(103%);
}

@media (max-width: 650px) {

    .popup-success-message {
        max-width: 96%;
        width: 100%;
        font-size: 18px;
        border-radius: 6px;
    }

}



/* 404 page */

.not-found {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.not-found-box {
    text-align: center;
}

.not-found__btn {
    margin-top: 5px;
    color: #0e233a;
    font-size: 16px;
    width: 100%;
}

.not-found__desc {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.3;
}

.not-found__btn:hover {
    text-decoration: underline;
}

.not-found__404 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}

.main-404 {
    margin-top: 150px;
    height: 500px;
    position: relative;
}


/* default page styles */


.page-content {
    padding: 20px;
    line-height: 1.5;
    font-size: 18px;
    color: #333;
    min-height: 500px;
    max-width: 1100px;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
    font-weight: 700;
    margin: 20px 0 10px;
    line-height: 1.35;
}

.page-content h1 {
    font-size: 32px;
}

.page-content h2 {
    font-size: 23px;
}

.page-content h3 {
    font-size: 20px;
}

.page-content h4 {
    font-size: 18px;
}

.page-content h5 {
    font-size: 16px;
}

.page-content p {
    margin-bottom: 15px;
}

.page-content a {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s;
}

.page-content a:hover {
    color: #005580;
}

.page-content img,
.page-content picture {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px 0;
}

.page-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.page-content table,
.page-content th,
.page-content td {
    border: 1px solid #ddd;
}

.page-content th,
.page-content td {
    padding: 10px;
    text-align: left;
}

.page-content ul,
.page-content ol {
    padding-left: 20px;
    margin: 15px 0;
}

.page-content ul {
    list-style-type: disc;
}

.page-content ol {
    list-style-type: decimal;
}

.page-content video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 15px 0;
}


@media (max-width: 768px) {
    .page-content {
        padding: 15px;
        font-size: 16px;
    }

    .page-content h1 {
        font-size: 28px;
    }

    .page-content h2 {
        font-size: 24px;
    }

    .page-content h3 {
        font-size: 20px;
    }
}

@media (max-width: 600px) {

  .latest-cases-section .section-serv__btn-all {
    display: flex;
  }

}

@media (max-width: 500px) {
    .page-content {
        font-size: 14px;
    }

    .page-content h1 {
        font-size: 24px;
    }

    .page-content h2 {
        font-size: 20px; 
    }

    .page-content h3 {
        font-size: 18px; 
    }

    .page-content h4 {
        font-size: 16px;
    }

    .page-content h5 {
        font-size: 14px;
    }
}












/* new styles */

.avatars-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avatars-list__img-box {
  cursor: pointer;
  border-radius: 50%;
}

.avatars-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.avatars-list__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.avatars-list__img-box.active {
  outline: 3px solid var(--brand-color-pink);
  outline-offset: 0px;
}

.avatars-list__arrow {
  position: relative;
  background: var(--brand-color-pink);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.avatars-list__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 18px;
  transform: translate(-50%, -50%);
 background: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17L9 9L1 1' stroke='%23F5F5F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center/contain;
}


.avatars-list__item-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  width: 0;
  font-size: 0px;
}

@media (max-width: 600px) {
  .avatars-list__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }

  .avatars-list {
    gap: 8px;
  }

  .avatars-list__img {
    width: 51px;
    height: 51px;
  }

  .avatars-list__arrow {
    width: 51px;
    height: 51px;
    font-size: 28px;
  }

  .avatars-list__img-box.active {
    outline: 2px solid var(--brand-color-pink);
  }

   .project-discussion__quote {
    max-width: 100%;
   }

}







/* Animations */


.typing {
  display: inline-block;
  white-space: nowrap;
  font: inherit;
  color: inherit;
}

.cursor {
  font: inherit;
  color: inherit;
  animation: blink 0.6s step-end infinite;
  font-weight: 300;
}

@keyframes blink {
  50% { opacity: 0; }
}






/* new styles */
.avatars-list {
  display: flex;
  align-items: center;
  gap: 16px;
}

.avatars-list__img-box {
  cursor: pointer;
  border-radius: 50%;
}

.avatars-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.avatars-list__img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.avatars-list__img-box.active {
  outline: 3px solid var(--brand-color-pink);
  outline-offset: 0px;
}

.avatars-list__arrow {
  position: relative;
  background: var(--brand-color-pink);
  border: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s;
}

.avatars-list__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17L9 9L1 1' stroke='%23F5F5F5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center/contain;
}

.avatars-list__item-hidden {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 0;
  width: 0;
  font-size: 0px;
}

@media (max-width: 600px) {
  .avatars-list__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
  }
  .avatars-list {
    gap: 8px;
  }
  .avatars-list__img {
    width: 51px;
    height: 51px;
  }
  .avatars-list__arrow {
    width: 51px;
    height: 51px;
    font-size: 28px;
  }
  .avatars-list__img-box.active {
    outline: 2px solid var(--brand-color-pink);
  }
  .project-discussion__quote {
    max-width: 100%;
  }
}
/* Animations */
.typing {
  display: inline-block;
  white-space: nowrap;
  font: inherit;
  color: inherit;
}

.cursor {
  font: inherit;
  color: inherit;
  animation: blink 0.6s step-end infinite;
  font-weight: 300;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
/* Breadcrumbs */
.breadcrumbs-section {
  margin-top: 32px;
  margin-bottom: 32px;
}

#breadcrumbs {
  font-family: inherit;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #777777;
}

#breadcrumbs a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: #777777;
  transition-duration: 0.3s;
}

#breadcrumbs a:hover {
  color: var(--brand-color-pink, #ff006a);
}

#breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

#breadcrumbs span {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

#breadcrumbs .separator {
  font-size: 14px;
  color: #7b7b7b;
  margin: 0 4px;
}

.breadcrumbs-separator {
  content: "";
  display: inline-block;
  width: 6px;
  height: auto;
  aspect-ratio: 6/10;
  margin: 0 6px;
  background: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 8.75L4.75 4.75L0.75 0.75' stroke='%23777777' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: middle;
  margin-left: 8px;
  margin-right: 8px;
}

.about-hero-section {
  width: 100%;
  display: flex;
  padding-top: 42px;
  padding-bottom: 200px;
}

.about-hero-section__inner {
  display: flex;
  position: relative;
}

.about-hero-section__left {
  width: 100%;
  z-index: 3;
  position: relative;
}

.about-hero-title {
  font-weight: 600;
  font-size: 64px;
  line-height: 120%;
  margin-bottom: 48px;
}

.about-hero-info p {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 25px;
}

.about-hero-info p:last-child {
  margin-bottom: 0;
}

.about-hero-tabs {
  margin-top: 48px;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.about-hero-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid var(--brand-color-light-pink);
  border-radius: 8px;
  height: 52px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--brand-color-pomegranate);
}
.about-hero-tab img {
  max-width: 22px;
  flex-shrink: 0;
}
.about-hero-tab span {
  white-space: nowrap;
}

div.about-hero-tab:nth-child(1) > img:nth-child(1) {
  max-width: 20px;
}

.about-hero-section__right {
  position: absolute;
  right: -50px;
  top: 85%;
  transform: translateY(-50%);
  pointer-events: none;
  max-width: 1140px;
  width: 100%;
  aspect-ratio: 1/1;
}

.about-hero-info {
  display: flex;
  flex-direction: column;
}

.about-hero-info__text {
  max-width: 662px;
}

.about-hero-bg-mob {
  display: none;
}

.timeline-item {
  position: relative;
  padding-top: 96px;
}

.timeline-item__point {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
}

.timeline-item__point {
  filter: grayscale(100%);
}

.timeline-item__line {
  position: absolute;
  top: 16px;
  left: -100%;
  height: 2px;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}

.timeline-item__line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #FB366E;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.6s ease, transform-origin 0.6s ease;
}

/* когда активен — заполняется слева направо */
.timeline-item__active .timeline-item__line::before {
  transform: scaleX(1);
  transform-origin: left center;
}

/* когда класс снимается — анимация в обратную сторону */
.timeline-item__line.removing::before {
  transform: scaleX(0);
  transform-origin: right center;
}

/* первая линия не нужна */
.timeline-item:first-child .timeline-item__line {
  display: none;
}

.project-team-assembly__box {
  margin-top: 32px;
  display: flex;
  align-items: stretch;
  -moz-column-gap: 24px;
       column-gap: 24px;
  width: 100%;
}

.project-team-assembly__left {
  width: calc(33% - 12px);
  padding: 32px;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #F6F6F6;
  position: relative;
}

.project-team-assembly-text {
  position: relative;
  z-index: 2;
}

.project-team-assembly-text p {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 25px;
}

.project-team-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.project-team-assembly__right {
  width: calc(67% - 12px);
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.pta-item {
  width: 100%;
  display: flex;
  border-radius: 16px;
  background-color: var(--light-gray);
  background-color: #fff;
  padding: 24px;
  overflow: hidden;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: 952/196;
}

.pta-item__number {
  width: 100%;
  max-width: 220px;
  aspect-ratio: 220/196;
  font-weight: 400;
  font-size: 280px;
  line-height: 138%;
  text-align: center;
  color: var(--brand-color-purple);
  top: -70px;
  position: relative;
}

.pta-item__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pta-item__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
}

.pta-item__tags {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.pta-quote {
  padding: 24px;
  border-radius: 16px;
  border: 1px solid var(--brand-color-blue);
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
  flex-grow: 1;
}

.pta-quote p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--brand-color-blue);
  margin-bottom: 10px;
}

.pta-quote p:last-child {
  margin-bottom: 0;
}

.pta-quote::before,
.pta-quote::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}

.pta-quote::before {
  top: 20px;
  left: 20px;
  width: 22px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.70588 0L7.11765 9.80769V17H0V9.80769L6.47059 0H9.70588ZM22 0L19.4118 9.80769V17H12.2941V9.80769L18.7647 0H22Z' fill='%234237CD'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: middle;
}

.pta-quote::after {
  bottom: 20px;
  right: 20px;
  width: 22px;
  height: 17px;
  background: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.2941 17L14.8824 7.19231V0H22V7.19231L15.5294 17H12.2941ZM0 17L2.58824 7.1923V0H9.70588V7.19231L3.23529 17H0Z' fill='%234237CD'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: middle;
}

.pta-item__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  color: var(--brand-color-purple);
  padding-left: 8px;
  padding-right: 8px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid rgba(174, 169, 234, 0.2);
  border-radius: 8px;
  transition-duration: 0.2s;
  height: 28px;
}

.project-team-bg--mob {
  display: none;
}

.latest-cases-section .section-serv__btn-all {
  width: 100%;
  font-size: 16px;
  margin-top: 24px;
  max-width: initial;
}

.text-under-title {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
}

.latest-cases-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 64px;
}

.latest-cases-item {
  border-radius: 16px;
  padding: 32px 38px;
  width: calc(50% - 12px);
  aspect-ratio: 708/424;
  overflow: hidden;
  transition-duration: 0.4s;
  position: relative;
}

.latest-cases-item:hover,
.e-news-item:hover,
.our-telegram-media-item:hover {
  transform: scale(1.025);
  box-shadow: 0 4px 9px 0 rgba(31, 34, 43, 0.03), 0 17px 17px 0 rgba(31, 34, 43, 0.03), 0 37px 22px 0 rgba(31, 34, 43, 0.01), 0 66px 27px 0 rgba(31, 34, 43, 0), 0 104px 29px 0 rgba(31, 34, 43, 0);
}

.latest-cases-item__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: var(--light-gray);
  z-index: 3;
  position: relative;
  padding-right: 72px;
}

.latest-cases-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.latest-cases-item::after {
  content: "";
  position: absolute;
  top: 40px;
  right: 40px;
  width: 32px;
  height: 32px;
  background-image: url("../img/arr-tro.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.editorial-news-section .section-serv__btn-all {
  width: 100%;
  max-width: initial;
  margin-top: 24px;
  display: flex !important;
}

.editorial-news-box {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: flex-start;
  margin-top: 40px;
}

.editorial-news-box__left {
  width: 70%;
}

.editorial-news-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.e-news-item {
  width: calc(50% - 12px);
  border-radius: 16px;
  padding: 32px 38px;
  aspect-ratio: 1/1;
  overflow: hidden;
  transition-duration: 0.4s;
  position: relative;
}

.e-news-item::after {
  content: "";
  position: absolute;
  top: 38px;
  right: 32px;
  width: 32px;
  height: 32px;
  background-image: url("../img/arr-tro.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.e-news-item__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: var(--light-gray);
  z-index: 3;
  position: relative;
  padding-right: 60px;
}

.e-news-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.editorial-news-box__right {
  width: 30%;
  background-color: var(--text-color-light);
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}

.editorial-news-box__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 24px;
}

.media-publications-box {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.media-publication-item {
  padding-bottom: 12px;
  border-bottom: 1px solid #E9E5E4;
}

.media-publication-item:last-child {
  border-bottom: none;
}

.media-publication-item__title {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
  transition-duration: 0.3s;
}

.media-publication-item:hover .media-publication-item__title {
  color: var(--brand-color-blue);
}

.media-publication-item__bottom {
  display: flex;
  align-items: baseline;
}

.media-publication-item__bottom span {
  padding-right: 20px;
}

.media-publication-item__bottom span::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 55%;
  transform: translateY(-50%);
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background: #e9e5e4;
}

.media-publication__author {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #777;
  position: relative;
  max-height: 19px;
}

.media-publication-item__bottom span:last-child:after {
  display: none;
}

.our-telegram-media-box {
  display: flex;
  gap: 24px;
  width: 100%;
  aspect-ratio: 1440/700;
  margin-top: 40px;
}

.our-telegram-media-item__tags {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  z-index: 2;
  position: relative;
}

.our-telegram-media-item__tag {
  padding-left: 12px;
  padding-right: 12px;
  height: 36px;
  background-color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 143%;
  border-radius: 8px;
  color: var(--brand-color-pomegranate);
  display: flex;
  justify-content: center;
  align-items: center;
}

.our-telegram-media-item {
  width: 100%;
  display: flex;
  border-radius: 16px;
  padding: 35px 32px;
  height: 100%;
  overflow: hidden;
  transition-duration: 0.4s;
  position: relative;
}

.our-telegram-media-item::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  background-image: url("../img/arr-tro.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.our-telegram-media-item__title {
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: var(--light-gray);
  z-index: 3;
  position: relative;
  padding-right: 72px;
}

.our-telegram-media-item__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.our-telegram-media-box__left {
  width: 464px;
}

.our-telegram-media-box__right {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: calc(100% - 488px);
}

.our-telegram-media-item::after {
  top: 42px;
}

.our-telegram-media-box__right > a:nth-child(1) .our-telegram-media-item__tag {
  color: var(--brand-color-purple);
}

a.our-telegram-media-item:nth-child(2) .our-telegram-media-item__tag {
  color: var(--brand-color-pink);
}

.our-telegram-media-item__img__mob,
.e-news-item__img__mob,
.latest-cases-item__img__mob {
  display: none;
}

.timeline-section {
  position: relative;
  background: #1b1d26;
  color: #fff;
  overflow: hidden;
  height: 100dvh;
  max-height: 1200px;
  border-radius: 40px;
  z-index: 3;
}
.timeline-section .section-title {
  color: var(--text-color-light);
}

.timeline-section__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.timeline-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 40px;
}

.timeline-header h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 40px;
}

.timeline-image {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-top: 40px;
  aspect-ratio: 1440/400;
  border-radius: 16px;
  overflow: hidden;
}

.timeline-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.timeline-scroll {
  position: relative;
  margin-top: 40px;
}

.timeline-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.timeline-item {
  /* flex: 0 0 465px; */
  width: 465px;
  padding-right: 60px;
}

.timeline-year {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color-light);
  margin-bottom: 56px;
}

.timeline-item h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.timeline-item p {
  font-size: 16px;
  line-height: 1.4;
}

.timeline-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: var(--text-color-light);
  margin-bottom: 16px;
}

.timeline-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: var(--text-color-light);
}

.timeline-item__active .timeline-item__point {
  filter: grayscale(0);
}


/* new */

.project-discussion__image {
  position: relative;
}


.project-discussion__avatar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32%;
  width: 56%;
}

.avatars-list__img-box {
  border-radius: 1000px;
}

.avatars-list__img-box {
  border: 3px solid transparent;
  border-radius: 1000px;
  outline: none;
}

.avatars-list__img-box.active {
  border: 3px solid var(--brand-color-pink);
  outline: none;

}


@media (max-width: 1919px) {

  .project-discussion__avatar {
    bottom: 33%;
  }

}

@media (max-width: 1800px) {

  .project-discussion__avatar {
    bottom: 33.5%;
  }

}

@media (max-width: 1700px) {

  .project-discussion__avatar {
    bottom: 35%;
  }

}

@media (max-width: 1500px) {

   .project-discussion__avatar {
    bottom: 34%;
  }

}

@media (max-width: 1350px) {

  .project-discussion__avatar {
    bottom: 33.5%;
  }

}


@media (max-width: 1100px) {

  .project-discussion__avatar {
    bottom: 31.5%;
  }

}


@media (max-width: 1000px) {

  .project-discussion__avatar {
    bottom: 33%;
  }

}

@media (max-width: 900px) {

   .project-discussion__avatar {
    bottom: 35%;
  }

}

@media (max-width: 800px) {

   .project-discussion__avatar {
    bottom: 31.7%;
  }

}











@media (max-width: 1919px) {
  .about-hero-title {
    font-size: 64rem;
    margin-bottom: 48rem;
  }
  .about-hero-info p {
    font-size: clamp(14px, 20rem, 20px);
  }
  .about-hero-tab {
    font-size: clamp(13px, 16rem, 16px);
  }
  .about-hero-section__right {
    max-width: 1140rem;
    right: -50rem;
  }
  .about-hero-info__text {
    max-width: 750rem;
  }
  .project-team-assembly-text p {
    font-size: clamp(14px, 20rem, 20px);
  }
  .pta-item__title {
    font-size: clamp(18px, 20rem, 20px);
  }
  .pta-item__tag {
    font-size: clamp(12px, 14rem, 14px);
  }
  .pta-item__number {
    font-size: 280rem;
    top: -60rem;
  }
  .pta-quote p {
    font-size: clamp(14px, 16rem, 16px);
  }
  .project-team-assembly__left {
    padding: 32rem;
  }
  .pta-item {
    padding: 24rem;
  }
  .pta-item {
    border-radius: 16rem;
  }
  .project-team-assembly__left {
    border-radius: 16rem;
  }
  .pta-quote {
    border-radius: 16rem;
  }
  .pta-item__number {
    max-width: 220rem;
  }
  .project-team-assembly-text p {
    margin-bottom: 25rem;
  }
  .latest-cases-item__title {
    font-size: clamp(18px, 32rem, 32px);
  }
  .latest-cases-item {
    padding: 32rem 38rem;
  }
  .latest-cases-item::after {
    top: 40rem;
    right: 40rem;
  }
  .text-under-title {
    font-size: clamp(14px, 20rem, 20px);
  }
  .e-news-item__title {
    font-size: clamp(18px, 32rem, 32px);
    padding-right: 65rem;
  }
  .e-news-item {
    padding: 32rem 38rem;
  }
  .media-publication-item__title {
    font-size: clamp(16px, 18rem, 18px);
  }
  .editorial-news-box__title {
    font-size: clamp(18px, 32rem, 32px);
  }
  .editorial-news-box__right {
    padding: 32rem;
  }
  .editorial-news-box__right,
  .e-news-item {
    border-radius: 16rem;
  }
  .our-telegram-media-item {
    font-size: clamp(14px, 24rem, 24px);
    padding: 35rem 32rem;
  }
  .our-telegram-media-item__title {
    font-size: clamp(18px, 32rem, 32px);
  }
  .our-telegram-media-item__top {
    width: 100%;
  }
  .our-telegram-media-item::after {
    top: 40rem;
    right: 30rem;
  }
  .timeline-section .section-title {
    font-size: clamp(24px, 30rem, 40px);
    line-height: 1.4;
  }
  .timeline-item {
    /* flex: 0 0 465rem; */
    width: 465px;
    padding-right: 60rem;
    padding-top: 96rem;
  }
  .timeline-image {
    margin-top: 40rem;
  }
  .timeline-year {
    margin-bottom: 56rem;
  }
  .timeline-title {
    margin-bottom: 16rem;
    font-size: 28rem;
  }
  .timeline-text {
    font-size: 20rem;
  }
  .timeline-item__point {
    width: 32rem;
    height: 32rem;
  }
  .timeline-item__line {
    top: 16rem;
  }
}
@media (max-height: 1000px) and (min-width: 600px) and (max-width: 1920px) {
  .timeline-image {
    max-width: 90%;
  }
  .timeline-item__point {
    width: 26px;
    height: 26px;
  }
  .timeline-item__line {
    top: 12px;
  }
  .timeline-item {
    /* flex: 0 0 465rem; */
    padding-right: 30rem;
    padding-top: 60rem;
  }
  .timeline-year {
    margin-bottom: 30rem;
  }
  .timeline-title {
    margin-bottom: 16rem;
    font-size: 26rem;
    line-height: 1.25;
  }
  .timeline-year {
    font-size: 15px;
  }
}
@media (max-height: 900px) and (min-width: 600px) and (max-width: 1920px) {
  .timeline-image {
    max-width: 80%;
  }
}
@media (max-height: 800px) and (min-width: 600px) and (max-width: 1920px) {
  .timeline-item {
    /* flex: 0 0 465rem; */
    padding-right: 30rem;
    padding-top: 55rem;
  }
  .timeline-year {
    margin-bottom: 30rem;
  }
  .timeline-scroll {
    margin-top: 40rem;
  }
  .timeline-item__point {
    width: 22px;
    height: 22px;
  }
}
@media (max-width: 1400px) {
  .pta-item__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .pta-item__tag {
    font-size: 10px;
    height: 24px;
  }
}
@media (max-width: 1300px) {
  .about-hero-info__text {
    max-width: 800rem;
  }
  .about-hero-title {
    font-size: 40px;
  }
  .latest-cases-box {
    margin-top: 40px;
  }
  .our-telegram-media-box,
  .editorial-news-container,
  .latest-cases-box {
    gap: 20px;
  }
  .our-telegram-media-box__right {
    row-gap: 20px;
  }
  .project-team-assembly__box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .e-news-item {
    max-height: 300px;
  }
}
@media (max-width: 1280px) {
  .about-hero-tab {
    padding-left: 13px;
    padding-right: 13px;
    height: 40px;
  }
  .project-team-assembly__box {
    min-height: 640px;
  }
  .editorial-news-box {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
  .editorial-news-box__left {
    width: 100%;
  }
  .editorial-news-box__right {
    width: 100%;
  }
  .editorial-news-section .section-serv__btn-all {
    height: 46px;
    font-size: 14px;
  }
  .editorial-news-box__right, .e-news-item {
    border-radius: 16px;
  }
  .our-telegram-media-item__tag {
    height: 34px;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 400;
    font-size: 13px;
    line-height: 140%;
  }
  .our-telegram-media-item__tags {
    margin-top: 35rem;
  }
  .our-telegram-media-item::after {
    width: 24px;
    height: 24px;
  }
  .timeline-section {
    border-radius: 24px;
  }
}
@media (max-width: 1100px) {
  .about-hero-info__text {
    max-width: 450px;
  }
  .about-hero-section__right {
    max-width: 1400rem;
    right: -270rem;
    top: 68%;
  }
  .project-team-assembly__box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .project-team-assembly__left {
    width: calc(33% - 10px);
  }
  .project-team-assembly__right {
    width: calc(67% - 10px);
  }
  .pta-quote::before {
    top: 12px;
    left: 12px;
  }
  .pta-quote::after {
    bottom: 12px;
    right: 12px;
  }
  .pta-quote {
    padding-left: 50px;
    padding-right: 40px;
  }
  .timeline-year {
    font-size: 13px;
    margin-bottom: 25px;
  }
  .timeline-title {
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 500;
  }
  .timeline-text {
    font-size: 14px;
  }
  .timeline-item__point {
    width: 24px;
    height: 24px;
  }
  .timeline-item {
    padding-top: 35px;
  }
  .timeline-scroll {
    margin-top: 24px;
  }
  .timeline-image {
    margin-top: 24px;
  }
}
@media (max-width: 1000px) {
  .project-team-assembly__box {
    flex-direction: column;
    row-gap: 24px;
    border-radius: 12px;
  }
  .project-team-assembly__left {
    width: 100%;
    height: 400px;
  }
  .project-team-assembly__right {
    width: 100%;
    row-gap: 24px;
  }
  .pta-item {
    display: flex;
    -moz-column-gap: 24px;
         column-gap: 24px;
    height: 165px;
    border-radius: 12px;
  }
  .pta-quote {
    border-radius: 12px;
  }
  .pta-item__number {
    font-size: 256px;
    max-width: 150px;
  }
  .pta-item__number {
    top: -65px;
  }
  .pta-item__title {
    font-weight: 500;
    margin-bottom: 12px;
  }
  .pta-item__right {
    justify-content: flex-start;
  }
  .pta-item__tag {
    height: 32px;
  }
  .pta-item,
  .project-team-assembly__left {
    padding: 12px;
    border-radius: 12px;
  }
  .e-news-item {
    aspect-ratio: 708/424;
  }
  .our-telegram-media-box__left {
    width: 40%;
  }
  .our-telegram-media-box__right {
    width: 60%;
  }
  .timeline-image {
    min-width: 700px;
  }
  .timeline-item {
    /* flex: 0 0 280px; */
    width: 280px;
  }
  .pta-item__title {
    font-size: 18px;
    font-weight: 500;
  }
  .pta-item__tag {
    font-size: 12px;
    height: 32px;
  }
  .project-team-bg {
    -o-object-position: center -60vw;
       object-position: center -60vw;
  }
  .project-team-assembly-text p {
    max-width: 400px;
  }
  .project-team-assembly__box {
    max-width: 700px;
  }
  .project-team-assembly__left {
    height: 300px;
  }
}
@media (max-width: 950px) {
  .about-hero-section__right {
    max-width: 1700rem;
    right: -700rem;
    top: 68%;
  }
}
@media (max-width: 900px) {
  .latest-cases-item__title {
    max-width: 550px;
  }
  .latest-cases-item::after {
    top: 25rem;
    right: 40rem;
  }
}
@media (max-width: 800px) {
  .about-hero-section__inner {
    flex-direction: column;
  }
  .about-hero-section__right {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
    max-width: initial;
    width: 100%;
    aspect-ratio: 320/300;
    height: auto;
    overflow: hidden;
  }
  .about-hero-section {
    padding-bottom: 0;
  }
  .e-news-item {
    width: 100%;
    max-height: 300px;
  }
  .e-news-item__title {
    max-width: 550px;
  }
  .e-news-item::after {
    top: 40rem;
    right: 40rem;
  }
  .our-telegram-media-box {
    flex-direction: column;
  }
  .our-telegram-media-box__left {
    width: 100%;
  }
  .our-telegram-media-item {
    aspect-ratio: 708/424;
    max-height: 300px;
  }
  .our-telegram-media-box__right {
    width: 100%;
  }
  .our-telegram-media-item::after {
    top: 40rem;
    right: 40rem;
    width: 32px;
    height: 32px;
  }
  .latest-cases-item {
    width: 100%;
    max-height: 300px;
  }
}
@media (max-width: 600px) {
  .breadcrumbs-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .about-hero-section {
    padding-top: 0;
  }
  .about-hero-title {
    font-size: 32px;
    max-width: 300px;
    margin-bottom: 16px;
    line-height: 110%;
  }
  .about-hero-info p {
    margin-bottom: 15px;
  }
  .about-hero-tab img {
    max-width: 16px;
  }
  .about-hero-tabs {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 8px;
  }
  .about-hero-tab {
    max-width: initial;
    width: -moz-max-content;
    width: max-content;
  }
  .about-hero-bg {
    display: none;
  }
  .about-hero-bg-mob {
    display: block;
  }
  .about-hero-section__right {
    aspect-ratio: 541/486;
  }
  .about-hero-section__right .about-hero-bg-mob {
    min-width: 115%;
  }
  .project-team-assembly__left {
    aspect-ratio: 300/440;
    height: auto;
    width: 100%;
    max-height: 570px;
  }
  .project-team-assembly-text .project-team-sm-text {
    font-weight: 400;
  }
  .project-team-assembly-text p {
    margin-bottom: 15px;
  }
  .pta-item {
    padding: 12px;
    border-radius: 12px;
    flex-direction: column;
    aspect-ratio: initial;
    height: auto;
    align-items: center;
  }
  .pta-item__right {
    order: 1;
    width: 100%;
  }
  .pta-item__number {
    order: 2;
    top: -30px;
    line-height: 1;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .pta-item__title br {
    display: none;
  }
  .pta-item__tags {
    margin-bottom: 24px;
  }
  .project-team-assembly__box {
    margin-top: 24px;
  }
  .latest-cases-item {
    padding: 12px 10px;
  }
  .e-news-item::after {
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .editorial-news-box__title {
    padding-bottom: 12px;
    border-bottom: 1px solid #E9E5E4;
  }
  .editorial-news-box__right {
    padding: 12px;
    border-radius: 12px;
  }
  .media-publication-item__title {
    line-height: 130%;
    margin-bottom: 14px;
  }
  .media-publication__author {
    font-size: 13px;
  }
  .media-publications-box {
    row-gap: 18px;
  }
  .editorial-news-section .section-serv__btn-all {
    margin-top: 24px;
  }
  .editorial-news-section .editorial-news-box__right .section-serv__btn-all {
    margin-top: 12px;
  }
  .editorial-news-box__title {
    margin-bottom: 12px;
  }
  .our-telegram-media-item__tags {
    max-width: 250px;
  }
  .timeline-section {
    border-radius: 16px;
  }
  .timeline-section .section-title {
    font-size: 24px;
  }
  .timeline-section .section-title br {
    display: none;
  }
  .timeline-image {
    border-radius: 12px;
  }
  .timeline-item__line {
    top: 11px;
  }
  .timeline-scroll {
    /* overflow-y: auto; */
    padding-bottom: 20px;
    width: calc(100% + 20px);
    left: -10px;
    position: relative;
    padding-left: 10px;
  }
  .timeline-item__point {
    filter: grayscale(0);
  }
  .timeline-item__line {
    background-color: #FB366E;
  }
  .timeline-item {
    flex: initial;
    width: 90vw;
  }
  .timeline-section {
    max-height: initial;
    min-height: initial;
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 16px;
  }
  .timeline-item {
    padding-right: 30px;
  }
  .timeline-track {
    width: -moz-max-content;
    width: max-content;
  }
  .timeline-title {
    max-width: 250px;
  }
  .timeline-text {
    max-width: 300px;
  }
  .editorial-news-box__title {
    font-size: 20px;
  }
  .footer {
    padding: 80px 0;
    border-radius: 16px 16px 0 0;
  }
}
@media (max-width: 500px) {
  .breadcrumbs-section {
    margin-top: 13px;
    margin-bottom: 10px;
  }
  #breadcrumbs a,
  #breadcrumbs span {
    font-size: 12px;
  }
  .breadcrumbs-separator {
    width: 5px;
  }
  .pta-quote {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 45px;
    padding-bottom: 40px;
  }
  .project-team-bg {
    display: none;
  }
  .project-team-bg--mob {
    display: flex;
  }
  .text-under-title {
    margin-top: 12px;
  }
  .text-under-title br {
    display: none;
  }
  .latest-cases-box {
    margin-top: 24px;
  }
  .latest-cases-item {
    min-height: 300px;
    border-radius: 12px;
    max-height: initial;
  }
  .section-serv__btn-all {
    height: 46px;
    font-size: 14px;
  }
  .latest-cases-item::after {
    top: 12px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .latest-cases-item__title,
  .e-news-item__title {
    padding-right: 35px;
  }
  .e-news-item {
    padding: 12px 10px;
  }
  .editorial-news-box {
    margin-top: 24px;
  }
  .editorial-news-box__right, .e-news-item {
    border-radius: 12px;
  }
  .section-serv__btn-all,
  .latest-cases-section .section-serv__btn-all {
    height: 46px;
    font-size: 14px;
  }
  .our-telegram-media-box {
    margin-top: 24px;
  }
  .our-telegram-media-item {
    padding: 12px;
    border-radius: 12px;
  }
  .e-news-item::after {
    top: 12px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .our-telegram-media-item {
    aspect-ratio: 1/1;
  }
  .our-telegram-media-box__right {
    row-gap: 24px;
  }
  .our-telegram-media-box, .editorial-news-container, .latest-cases-box {
    gap: 24px;
  }
  .our-telegram-media-item__title {
    max-width: 270px;
  }
  .our-telegram-media-item__tags {
    margin-top: 14px;
    max-width: initial;
    gap: 8px;
  }
  .our-telegram-media-item::after {
    top: 12px;
    right: 16px;
    width: 24px;
    height: 24px;
  }
  .our-telegram-media-item__title br {
    display: none;
  }
  .our-telegram-media-item__img,
  .e-news-item__img,
  .latest-cases-item__img {
    display: none;
  }
  .our-telegram-media-item__img__mob,
  .e-news-item__img__mob,
  .latest-cases-item__img__mob {
    display: flex;
  }
  .timeline-image {
    height: 300px;
  }
  .timeline-image img {
    -o-object-position: left;
       object-position: left;
  }
  .timeline-section__inner {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }
  div.about-hero-tab:nth-child(1) > img:nth-child(1) {
    max-width: 14px;
  }
  .about-hero-tab {
    padding-left: 12px;
    padding-right: 12px;
  }
  .about-hero-info__text {
    max-width: 300px;
  }
  .e-news-item,
  .latest-cases-item {
    aspect-ratio: 1/1;
    max-height: 300px;
  }
  .project-team-bg {
    -o-object-position: initial;
       object-position: initial;
  }
}
@media (max-width: 400px) {
  .our-telegram-media-item__tags {
    max-width: initial;
  }
  .our-telegram-media-item__title {
    padding-right: 25px;
  }
}


.timeline-year,
.timeline-title,
.timeline-text,
.timeline-item {
  user-select: none;
}

.timeline-track {
  will-change: transform;
}


@media (min-width: 600px) {


.timeline-track {
  will-change: transform;
  transform: translateZ(0);
}

.timeline-scroll {
    cursor: ew-resize;
}

.timeline-item {
  /* width: 13%; */
  padding-right: 30px;
  flex: initial;
}



}



@media (max-width: 600px) {

  .timeline-section__inner {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    right: initial;
    transform: initial;
  }

.timeline-item {
  width: 70%;
  padding-right: 30px;
  flex: initial;
}


}






























/* styles 24/11/25 */


/* problem solution section */
.problem-solution-section .problem-solution-section-section__inner {
  margin-bottom: 100px;
}

.problem-solution-section-section__inner {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.problem-solution-section__left {
  width: 50%;
}

.problem-solution-section__right {
  width: 50%;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.pst-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding: 20px;
  padding-bottom: 16px;
  aspect-ratio: 342/267;
  width: calc(50% - 12px);
}

.pst-item__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.pst-item__content {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.pst-item__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 10px;
}

.pst-item__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.35;
  color: #fff;
  height: 75px;
  overflow: hidden;
  flex-shrink: 0;
}

/* useful section */
.useful-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}

.useful-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.useful-card__num {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
  color: rgb(174, 169, 234);
  margin-bottom: 60px;
}

.useful-card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 15px;
}

.useful-card__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  margin-bottom: 15px;
}

.more-btn {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 125%;
  transition: background 0.3s ease;
  border: 1px solid #EC3368;
  color: #EC3368;
  height: 36px;
}

.more-btn:hover {
  background-color: #EC3368;
  color: #fff;
}

.common-btn {
  width: -moz-max-content;
  width: max-content;
  min-width: 240px;
  border-radius: 16px;
  padding: 0 24px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-color-blue);
  height: 56px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  transition-duration: 0.3s;
  cursor: pointer;
  color: #fff;
}

.common-btn:hover {
  background-color: var(--brand-color-light-purple);
  color: var(--brand-color-blue);
}

.special-text {
  color: var(--brand-color-blue);
  font-weight: 700;
}

.about-hero-section-common {
  padding-top: 0;
  padding-bottom: 50px;
}
.about-hero-section-common .about-hero-section__left {
  max-width: 710px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-hero-section-common .about-hero-title {
  margin-bottom: 32px;
}
.about-hero-section-common .about-hero-info__text {
  margin-bottom: 32px;
  max-width: 662px;
}
.about-hero-section-common .about-hero-section__right {
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: initial;
  aspect-ratio: inherit;
  top: -30px;
}
.about-hero-section-common .about-hero-info__subtext {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 32px;
  color: #8A8C90;
}
.about-hero-section-common .about-hero-info p {
  font-size: 18px;
}

.we-info-section {
  position: relative;
  background: #1b1d26;
  color: #fff;
  overflow: hidden;
  border-radius: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.we-info-section .section-title {
  color: #fff;
  margin-bottom: 24px;
}
.we-info-section .text-under-title {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 24px;
}

.we-info-section__inner {
  display: flex;
  -moz-column-gap: 44px;
       column-gap: 44px;
}

.we-info-section__left {
  width: 51%;
}

.we-info-section__right {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.h-text {
  background-color: rgba(127, 118, 221, 0.3333333333);
  position: relative;
  border-left: 4px solid #7C74DA;
  border-right: 4px solid #7C74DA;
  padding-left: 12px;
  padding-right: 12px;
}

/* .h-text::before {
  content: "";
  display: inline-flex;
  width: auto;
  height: 40%;
  aspect-ratio: 19/67;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='68' viewBox='0 0 20 68' xmlns='http://www.w3.org/2000/svg'><rect width='3' height='58' transform='matrix(1 0 0 -1 8 58)' fill='%237E76DD'/><circle cx='9.57055' cy='9.57055' r='9.57055' transform='matrix(1 0 0 -1 0 67.1602)' fill='%237E76DD'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(20px) translateX(-9px);
}

.h-text::after {
  content: "";
  display: inline-flex;
  width: auto;
  height: 40%;
  aspect-ratio: 19/67;
  background-image: url("data:image/svg+xml;utf8,<svg width='20' height='68' viewBox='0 0 20 68' xmlns='http://www.w3.org/2000/svg'><rect width='3' height='58' transform='matrix(1 0 0 -1 8 58)' fill='%237E76DD'/><circle cx='9.57055' cy='9.57055' r='9.57055' transform='matrix(1 0 0 -1 0 67.1602)' fill='%237E76DD'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: translateY(20px) translateX(9px);
} */

/* why us section */
.why-us-grid {
  display: flex;
  gap: 24px;
  margin-top: 40px;
  padding-bottom: 160px;
}

.why-us-card {
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(66, 55, 205, 0.15) 0%, rgba(66, 55, 205, 0) 100%);
  padding: 20px;
  width: calc(25% - 18px);
  height: auto;
  aspect-ratio: 342/460;
}

.why-us-card:nth-child(2) {
  transform: translateY(160px);
  top: 160px;
}

.why-us-card:nth-child(3) {
  transform: translateY(80px);
  top: 80px;
}

.why-us-card__num {
  color: var(--Primary-Blue-1000, #4237CD);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 40px;
}

.why-us-card__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

/* seo copywriting service */
.seo-copywriting-service-section .text-under-title {
  max-width: calc(50% - 12px);
}

.seo-copywriting__inner {
  margin-bottom: 48px;
}

.seo-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 90px;
}

.seo-card {
  border-radius: 14px;
  padding: 32px 20px;
  border: 2px solid #F6CFDA;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.seo-card__top {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 25px;
}

.seo-card__number {
  color: rgba(31, 34, 43, 0.4);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-top: 6px;
}

.seo-card__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: var(--brand-color-pink);
  line-height: 1.15;
}

.seo-card__text {
  color: #1F222B;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

/* target audience section */
.target-audience-section__inner {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.target-audience-section__left {
  width: calc(50% - 12px);
}

.target-audience-section__right {
  width: calc(50% - 12px);
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* карточка */
.audience-card {
  border: 2px solid #E7E6F3;
  border-radius: 16px;
  padding: 20px;
}

.audience-card__dots {
  display: flex;
  gap: 6px;
  margin-bottom: 125px;
}

.audience-card__dots span {
  width: 28px;
  height: 28px;
  border-radius: 100px;
  background: rgba(174, 169, 234, 0.2);
}

.audience-card__dots span.active {
  background-color: var(--brand-color-purple);
}

.audience-card__dots span:first-child {
  opacity: 1;
}

.audience-card__title {
  color: var(--brand-color-purple);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 20px;
}

.audience-card__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.accordion {
  width: 100%;
}

.accordion__item + .accordion__item {
  margin-top: 20px;
}

.faq-box {
  margin-top: 42px;
}

.accordion__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
  border-radius: 16px;
  background-color: #fff;
  min-height: 104px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.3s ease;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.05;
  z-index: 2;
}

.accordion__panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
  background-color: #fff;
  border-radius: 4px;
  border-radius: 16px;
  position: relative;
}

.accordion__content {
  padding: 20px 84px 20px 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 0;
}

.accordion__content > * {
  margin-bottom: 12px;
}

.accordion__content > *:last-child {
  margin-bottom: 0;
}

.accordion-icon {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background-color: var(--text-color-light);
  position: relative;
  transition-duration: 0.3s;
  flex-shrink: 0;
  margin-left: 25px;
}

.accordion-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml;utf8,<svg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0)'><path d='M16 6.66699V25.3337' stroke='%231F222B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M6.66602 16H25.3327' stroke='%231F222B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0'><rect width='32' height='32' fill='white'/></clipPath></defs></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition-duration: 0.3s;
}

.accordion__item--opened .accordion-icon {
  background-color: var(--brand-color-pink);
}

.accordion__item--opened .accordion-icon::after {
  filter: brightness(0) saturate(100%) invert(100%) sepia(3%) saturate(7457%) hue-rotate(302deg) brightness(106%) contrast(88%);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.accordion__item--opened .accordion__button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.accordion__item {
  background-color: #fff;
  border-radius: 16px;
}

.accordion__item--opened .accordion__panel {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.we-info-section .section-title {
  font-size: clamp(24px, 48rem, 48px);
  line-height: 1.3;
  margin-bottom: 24rem;
  max-width: 50vw;
}

@media (max-width: 1919px) {
  .about-hero-section-common .about-hero-info p {
    font-size: clamp(14px, 18rem, 18px);
  }
  .about-hero-section-common .about-hero-info__subtext {
    font-size: clamp(13px, 15rem, 15px);
  }
  .about-hero-section-common .about-hero-title,
  .about-hero-section-common .about-hero-info__text {
    margin-bottom: 32rem;
  }
  .about-hero-section-common .about-hero-info__subtext {
    margin-top: 32rem;
  }
  .about-hero-section-common .about-hero-section__left {
    max-width: 710rem;
    min-width: 510px;
  }
  .common-btn {
    min-height: 46px;
    height: 56rem;
    font-size: clamp(14px, 16rem, 16px);
  }
  .we-info-section .section-title {
    font-size: clamp(24px, 48rem, 48px);
    line-height: 130%;
    margin-bottom: 24rem;
    max-width: 50vw;
  }
  .we-info-section .text-under-title {
    font-size: clamp(14px, 18rem, 18px);
    margin-bottom: 24rem;
  }
  .h-text::before,
  .h-text::after {
    height: 90rem;
  }
  .pst-item {
    padding: 20rem;
  }
  .pst-item__title {
    font-size: clamp(24px, 32rem, 32px);
  }
  .pst-item__text {
    font-size: clamp(14px, 18rem, 18px);
    height: 75rem;
  }
  .problem-solution-section .rating-item__number {
    font-size: clamp(50px, 79rem, 79px);
  }
  .useful-card__title {
    font-size: clamp(18px, 24rem, 24px);
  }
  .useful-card__text {
    font-size: clamp(14px, 16rem, 16px);
  }
  .useful-card__num {
    font-size: clamp(56px, 64rem, 64px);
  }
  .why-us-card__num {
    font-size: clamp(24px, 32rem, 32px);
    margin-bottom: 40rem;
  }
  .why-us-card:nth-child(3) {
    transform: translateY(80rem);
  }
  .why-us-card:nth-child(2) {
    transform: translateY(160rem);
  }
  .seo-card__title {
    font-size: clamp(24px, 32rem, 32px);
  }
  .seo-card__text {
    font-size: clamp(14px, 20rem, 20px);
  }
  .seo-card__number {
    font-size: clamp(14px, 20rem, 20px);
  }
  .seo-card {
    padding: 32rem 20rem;
    height: auto;
    min-height: 200px;
  }
  .audience-card__title {
    font-size: clamp(24px, 32rem, 32px);
  }
  .audience-card__text {
    font-size: clamp(14px, 20rem, 20px);
  }
  .audience-card {
    padding: 20rem;
  }
  .audience-card__dots {
    margin-bottom: 154rem;
  }
  .audience-card__dots span {
    width: 28rem;
    height: 28rem;
    min-width: 24px;
    min-height: 24px;
  }
  .accordion__button {
    font-size: clamp(18px, 32rem, 32px);
    padding-top: 20rem;
    padding-bottom: 20rem;
    min-height: 72px;
    height: 104rem;
  }
  .accordion__content {
    font-size: clamp(14px, 18rem, 18px);
  }
  .accordion-icon {
    width: 64rem;
    height: 64rem;
    min-width: 48px;
    min-height: 48px;
  }
}
@media (max-width: 1500px) {
  .useful-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1380px) {
  .problem-solution-section-section__inner {
    flex-direction: column;
    row-gap: 30px;
  }
  .problem-solution-section__right {
    width: 100%;
    max-width: 900px;
  }
  .pst-item {
    width: calc(33.33% - 16px);
  }
  .pst-item__title {
    font-size: clamp(24px, 32rem, 32px);
  }
  .pst-item {
    padding: 15px;
  }
  .pst-item__text {
    height: auto;
    min-height: 56px;
  }
  .why-us-card__text {
    font-size: 14px;
  }
  .why-us-card {
    padding-left: 16px;
    padding-right: 16px;
  }
  .useful-card {
    padding: 20px 16px;
    padding-top: 12px;
  }
  .why-us-grid {
    gap: 16px;
  }
}
@media (max-width: 1200px) {
  .problem-solution-section .rating-item__number {
    font-size: clamp(40px, 79rem, 79px);
  }
}
@media (max-width: 1100px) {
  .seo-cards-grid {
    margin-top: 60px;
  }
  .seo-card {
    padding: 25px 15px;
  }
}
@media (max-width: 1000px) {
  .about-hero-section-common .about-hero-section__right {
    top: 0;
  }
}
@media (max-width: 950px) {
  .useful-grid,
  .why-us-grid,
  .seo-cards-grid {
    gap: 20px;
  }
  .target-audience-section__right {
    gap: 20px;
  }
  .audience-card {
    padding: 15px;
  }
}
@media (max-width: 900px) {
  .we-info-section__inner {
    flex-direction: column;
    row-gap: 30px;
    align-items: center;
  }
  .we-info-section__left,
  .we-info-section__right {
    width: 80%;
  }
  .we-info-section .section-title,
  .we-info-section .text-under-title {
    margin-bottom: 24px;
  }
  .we-info-section .common-btn {
    max-width: 300px;
    width: 100%;
  }
  .we-info-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pst-item__title {
    font-size: 22px;
  }
  .pst-item {
    aspect-ratio: 342/267;
    width: calc(50% - 12px);
  }
  .problem-solution-section__right {
    max-width: 600px;
  }
  .problem-solution-section__left {
    width: 100%;
  }
  .problem-solution-section .problem-solution-section-section__inner {
    margin-bottom: 80px;
  }
  .why-us-grid {
    flex-wrap: wrap;
  }
  .why-us-card {
    width: calc(50% - 12px);
    aspect-ratio: 342/225;
  }
  .why-us-card__text {
    font-size: 18px;
  }
  .why-us-card:nth-child(2),
  .why-us-card:nth-child(3) {
    transform: translateY(0);
  }
  .why-us-grid {
    padding-bottom: 0;
  }
  .target-audience-section__inner {
    flex-direction: column;
    row-gap: 35px;
  }
  .target-audience-section__right {
    width: 100%;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .audience-card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 800px) {
  .problem-solution-section__right {
    gap: 20px;
  }
  .useful-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .why-us-card {
    aspect-ratio: initial;
    padding-bottom: 40px;
  }
  .seo-copywriting-service-section .text-under-title {
    max-width: initial;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .about-hero-section-common .about-hero-section__right .about-hero-bg-mob {
    max-width: initial;
    min-width: initial;
  }
  .about-hero-section-common .about-hero-section__right {
    max-width: initial;
    width: calc(100% + 40px);
    left: -20px;
    position: relative;
  }
  .about-hero-section-common .about-hero-section__left {
    min-width: initial;
    max-width: initial;
    width: 100%;
  }
  .about-hero-section-common .about-hero-info__subtext {
    max-width: 662px;
  }
  .about-hero-section-common .about-hero-title,
  .about-hero-section-common .about-hero-info__text {
    margin-bottom: 16px;
  }
  .about-hero-section-common .about-hero-info__subtext {
    margin-top: 16px;
  }
  .about-hero-section-common .about-hero-info__subtext {
    font-size: 13px;
  }
  .common-btn {
    border-radius: 12px;
  }
  .about-hero-section-common .about-hero-info__text {
    max-width: initial;
  }
  .about-hero-section-common .about-hero-info {
    max-width: 480px;
  }
  .about-hero-info__text p br {
    display: none;
  }
  .about-hero-section-common .about-hero-section__inner {
    row-gap: 10px;
  }
  .we-info-section {
    border-radius: 16px;
  }
  .we-info-section__left, .we-info-section__right {
    width: 100%;
  }
  .we-info-section .section-title {
    max-width: 300px;
    width: 100%;
  }
  .h-text::before, .h-text::after {
    height: 45px;
    display: flex;
  }
  .about-hero-section-common {
    padding-bottom: 0;
  }
  .we-info-section {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .we-info-section .common-btn {
    max-width: 400px;
  }
  .pst-item {
    width: 100%;
    max-width: 300px;
    aspect-ratio: 300/200;
    overflow: hidden;
    border-radius: 22px;
    padding: 15px;
  }
  .pst-item__text {
    font-size: 14px;
    height: auto;
    min-height: initial;
  }
  .pst-item__bg {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
  .problem-solution-section-section__inner {
    row-gap: 24px;
  }
  .pst-item__title {
    font-size: clamp(21px, 3.5rem, 24px);
    margin-bottom: 4px;
  }
  .pst-item__text {
    font-size: clamp(14px, 2.5rem, 14px);
    min-height: 14vw;
  }
  .useful-grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 14px;
  }
  .useful-card {
    padding: 12px;
    border-radius: 16px;
  }
  .useful-card__num {
    margin-bottom: 14px;
    line-height: 0.8;
  }
  .more-btn {
    font-size: 14px;
    height: 32px;
    border-radius: 8px;
  }
  .more-btn {
    padding: 0px 12px;
  }
  .useful-grid {
    margin-top: 24px;
  }
  .why-us-grid {
    gap: 10px;
  }
  .why-us-card {
    width: calc(50% - 8px);
    border-radius: 12px;
    padding: 16px;
  }
  .why-us-card {
    width: 100%;
    aspect-ratio: initial;
    padding-bottom: 64px;
    max-height: 300px;
  }
  .why-us-card__text {
    padding-right: 15px;
  }
  .seo-cards-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .seo-card {
    padding: 10px;
    border-radius: 12px;
    min-height: auto;
  }
  .seo-card__top {
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 20px;
  }
  .seo-cards-grid {
    row-gap: 24px;
  }
  .seo-cards-grid {
    margin-top: 24px;
  }
  .audience-card__title {
    margin-bottom: 10px;
  }
  .audience-card {
    width: 100%;
    padding: 10px;
    border-radius: 12px;
  }
  .target-audience-section__right {
    row-gap: 24px;
  }
  .audience-card__dots {
    margin-bottom: 68px;
  }
  .seo-card,
  .audience-card {
    border-width: 1px;
  }
  .target-audience-section__left {
    width: 100%;
  }
  .target-audience-section__inner {
    row-gap: 24px;
  }
  .accordion__button {
    padding-left: 12px;
    padding-right: 12px;
  }
  .accordion__content {
    padding-left: 12px;
    padding-right: 12px;
  }
  .accordion-icon {
    border-radius: 8px;
    margin-left: 14px;
  }
  .accordion__item + .accordion__item {
    margin-top: 14px;
  }
  .faq-section .section-serv__btn-all--mob {
    display: flex;
  }
  .accordion__button {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .faq-box {
    margin-top: 24px;
  }

  .h-text {
    border-left: 2px solid #7C74DA;
    border-right: 2px solid #7C74DA;
    padding-left: 6px;
    padding-right: 6px;
  }

}
@media (max-width: 550px) {
  .about-hero-section-common .about-hero-section__right {
    width: calc(100% + 20px);
    left: -10px;
  }
  .problem-solution-section .rating-item__number {
    font-size: clamp(30px, 410rem, 64px);
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .common-btn {
    width: 100%;
    max-width: initial;
  }
  .useful-card {
    padding: 12px;
    border-radius: 16px;
    aspect-ratio: 300/223;
    width: 100%;
    height: auto;
    min-height: initial;
    box-shadow: none;
  }
}

