@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;
  scrollbar-width: thin;
}

*::-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;
}

.wp-block-table::-webkit-scrollbar {
  height: 6px;
}

.wp-block-table::-webkit-scrollbar-track {
  background: transparent;
}

.wp-block-table::-webkit-scrollbar-thumb {
  background: var(--brand-color-pink);
  border-radius: 0;
}

.wp-block-table {
  scrollbar-width: thin;
  scrollbar-color: var(--brand-color-pink) 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_purple .rating-item__title a {
  color: #F5F5F5;
}

.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: 1px solid var(--brand-color-blue);

  border-radius: 8px;
  font-size: 16px;
  line-height: 20px;
  color: #E9E5E4;
  color: var(--brand-color-blue);
  transition-duration: 0.2s;
}

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

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

.services-item {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  /* color: #F5F5F5; */
  color: var(--text-color-dark);
  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: 28px;
  line-height: 1.05;
}

.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,
.employee-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;
  width: max-content;
    white-space: nowrap;
}

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

.cases-tabs__btn.active,
.employee-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: 23px;
  line-height: 120%;
  color: #1f222b;
  margin-bottom: 10px;
  min-height: 115px;
}

.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;
}

.cv-courses-section .case-card__image {
  aspect-ratio: 1/1;
}

.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__wrapper {
  display: flex;
  border-radius: 16px;
  padding: 32px;
  /* background-color: var(--light-gray); */
  margin-top: 24px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  aspect-ratio: 1440/528;
  width: 100%;
  background-color: #fff;
}

.team-tab-btns {
  margin-top: 35px;
}

.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;
  background-color: #F5F5F5;
  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%;
  width: 100%;
}

.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; */
  max-width: 100%;
}

.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--one {
  margin-bottom: 15px;
}

.marquee-box--two {
  margin-bottom: 15px;
}

.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: 90%;
  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);
}
.file-field  {
  display: flex;
  flex-direction: column;
}
.contact-form-box .file-field .wpcf7-form-control-wrap {
  width: 100%;
  order: 2;
}






.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: 3px;
  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: 10px;
}

.course-card__r-top {
  margin-bottom: 12px;
}

.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: 16px;
  line-height: 156%;
  margin-bottom: 8px;
}

.course-card__tags {
  gap: 6px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.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;
}

.project-discussion-section .connect-us-btn {
  border-radius: 16px;
}


.case-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.course-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
}

.course-card__text {
  min-height: 63px;
}




@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: .8vw;
  }
  .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,
  .employee-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, 23px);
    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;
  }

  .case-card__title {
    min-height: initial;
  }

}
@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;
  }
  .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 var(--brand-color-blue);
    /* 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);
    width: 50%;
    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;
    aspect-ratio: 1/1;
  }
  .cases-tabs__buttons {
    margin-bottom: 14px;
  }
  .cases-tabs__btn,
  .employee-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__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;
  }
  .section-serv__btn-all {
    display: none;
  }
  .section-serv__btn-all--mob {
    display: flex;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    height: 46px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 12px;
  }

  .case-card__title {
   -webkit-line-clamp: 3;
   height: 70px;
   margin-bottom: 10px;
  }

  .case-card__category {
    margin-bottom: 10px;
  }

}
@media (max-width: 550px) {
  .margin-section {
    margin-top: 80px;
  }
  .full-vacancy-section.margin-section {
    margin-top: 60px;
  }
  .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;
  }
}
@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--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: 14px;
  }
  .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;
  }
  .contact-form-box form input,
  .contact-form-box form .dropdown__button,
  .dropdown__list-item,
  .contact-form-box form input::placeholder {
    font-size: 14px;
  }
  .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: 6px;
    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;

    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;

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

    background-color: var(--light-gray);
    transition-duration: .3s;

    max-width: 464px;

    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 25px;
    background-color: #fff;
    width: max-content;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.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%);
}

.popup-success-header {
  color: var(--Primary-Dark-Blue-1000, #1F222B);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 6px;
}

.close-success-message {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 17px;
}

@media (max-width: 650px) {

    .popup-success-message {
        width: calc(100% - 10px);
        font-size: 18px;
        border-radius: 12px;
        font-size: 14px;
        padding: 12px;
        max-width: 350px;
    }

    .popup-success-header {
      font-size: 24px;
    }

    .popup-success-message__icon {
      width: 32px;
      height: 32px;
    }

    .popup-success-title {
      max-width: 250px;
    }

}



/* 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;
}


@media (max-width: 600px) {

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

}





/* new styles */

.avatars-list {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-height: 165px;
  overflow-x: scroll;
  overflow-y: hidden;
}

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

.avatars-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: max-content;
  height: 100%;
}

.avatars-list__img-box {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}

.avatars-list__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  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;
  align-items: center;
  flex-wrap: wrap;
}

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

.breadcrumbs-separator {
  content: "";
  display: inline-block !important;
  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;
  column-gap: 25px;
}

.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: 34%;
  }

}

@media (max-width: 1800px) {

  .project-discussion__avatar {
    bottom: 34.5%;
  }

}

@media (max-width: 1700px) {

  .project-discussion__avatar {
    bottom: 36.4%;
  }

}

@media (max-width: 1500px) {

   .project-discussion__avatar {
    bottom: 33.2%;
  }

}

@media (max-width: 1350px) {

  .project-discussion__avatar {
    bottom: 32.3%;
  }

}


@media (max-width: 1100px) {

  .project-discussion__avatar {
    bottom: 32.1%;
  }

}


@media (max-width: 1000px) {

  .project-discussion__avatar {
    bottom: 35.9%;
  }

}

@media (max-width: 900px) {

   .project-discussion__avatar {
    bottom: 37.6%;
  }

}

@media (max-width: 850px) {

  .project-discussion__avatar {
    bottom: 38.6%;
  }

}

@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;
  }

  .course-program-section .accordion__button {
    height: auto;
    padding: 20px 20px 20px 20px;
  }
  .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;
  }
}















/* 04-12-25 styles */

.case-info-box {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  padding: 57px 40px;
}

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

.case-info-box__content {
  z-index: 2;
  position: relative;
  max-width: 815px;
  width: 100%;
}

.case-info-title {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 24px;
}

.case-info-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}

.case-info-box-tags {
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
  align-items: center;
}

.case-info-tag {
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
  border-radius: 1000px;
  background-color: #fff;
  padding-left: 12px;
  padding-right: 20px;
  height: 42px;
  color: #4237CD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.case-info-tag img {
  max-width: 22px;
  flex-shrink: 0;
}

.case-info-tag-text {
  white-space: nowrap;
}

.about-entity-box {
  width: 100%;
  margin-top: 40px;
}

.about-entity-box__item {
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-top: 40px;
  border-bottom: 1px solid #E0E0E1;
}

.about-entity-box__item:first-child {
  border-top: 1px solid #E0E0E1;
}

.about-entity-box__left {
  width: 28%;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.about-entity-box__right {
  width: 72%;
}

.rp-box {
  margin-top: 40px;
  width: 100%;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  padding-bottom: 180px;
}

.rp-item {
  width: calc(25% - 18px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 20px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}

.rp-item__text {
  color: #1F222B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}

.rp-item__text__number {
  font-weight: 400;
  font-size: 280px;
  line-height: 1;
  text-align: center;
  color: var(--brand-color-purple);
  top: 155px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.rp-item.rp-item--full {
  background-color: var(--brand-color-purple);
  top: 180px;
  position: relative;
}
.rp-item.rp-item--full .rp-item__text {
  color: #fff;
}
.rp-item.rp-item--full .rp-item__text__number {
  color: #fff;
}

.content-types-section__inner,
.publishing-frequency__inner {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
  align-items: flex-start;
}

.content-types-section__left,
.publishing-frequency__left {
  width: calc(50% - 20px);
}

.content-types-section__right,
.publishing-frequency__right {
  width: calc(50% - 20px);
}

.cpts-box {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.cpts-item,
.zpts-item {
  width: 100%;
  padding: 20px;
  border-radius: 16px;
  border: 2px solid #E7E6F3;
  display: flex;
  align-items: flex-start;
}

.zpts-item {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  border: 1px solid rgba(251, 54, 110, 0.2);
}

.cpts-item__left {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  color: #9FA1A4;
  width: 40px;
  flex-shrink: 0;
}

.cpts-item__right {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.zpts-item__icon {
  max-width: 30px;
}

.tasks-and-solutions__inner,
.results-section__inner {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.tasks-and-solutions__left,
.results-section__left {
  width: 342px;
  flex-shrink: 0;
}

.tasks-and-solutions__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.tas-item {
  padding: 36px 32px;
  border-radius: 16px;
  background-color: #fff;
}
.tas-item h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
}
.tas-item p {
  font-size: 18px;
  margin-bottom: 15px;
}
.tas-item p:last-child {
  margin-bottom: 0;
}

.wp-block-list {
  margin-bottom: 16px;
}

.tas-list li,
ul.wp-block-list li {
  display: block;
  background: url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6 1C8.76142 1 11 3.23858 11 6C11 8.76142 8.76142 11 6 11C3.23858 11 1 8.76142 1 6C1 3.23858 3.23858 1 6 1Z' stroke='%234237CD' stroke-width='2'/></svg>") 0 7px no-repeat;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
}

ol.wp-block-list  {
  /* left: 18px; */
  padding-left: 18px;
  position: relative;
}

ol.wp-block-list li {
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 10px;

}

ul.wp-block-list li {
  padding-left: 27px;
}

.tas-list li:last-child,
ul.wp-block-list li:last-child {
  margin-bottom: 0;
}

.results-section__right {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.results-section__right .pta-item {
  width: 100%;
  height: 197px;
  aspect-ratio: initial;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  padding-right: 45px;
}

.results-section__right .pta-item__right {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.review-item-section__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.review-item__left {
  width: 500px;
}

.review-item__right {
  width: 708px;
}

.review-item__icon-box {
  margin-bottom: 32px;
}

.review-item__icon-box img {
  max-width: 58px;
}

.review-item__text-box {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 35px;
}

.review-item__bottom {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.review-item__avatar {
  width: 64px;
  height: 64px;
  border: 2px solid var(--brand-color-blue);
  border-radius: 1000px;
  overflow: hidden;
  padding: 4px;
  background-color: #fff;
}

.review-item__avatar img {
  background-color: var(--brand-color-blue);
  border-radius: 1000px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review-item__bottom-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 5px;
}

.review-item__name {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

.review-item__position {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: rgba(31, 34, 43, 0.5);
}

.review-item__avatar.review-item__avatar--red {
  border-color: var(--brand-color-pink);
}

.page-info-section .about-hero-title {
  margin-bottom: 32px;
}

.page-info-section .common-btn {
  margin-top: 32px;
}

.page-info-section .about-hero-section__left {
  padding-bottom: 34px;
  border-bottom: 2px solid #E0E0E1;
}

.checkbox {
  margin-bottom: 14px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox:last-child {
  margin-bottom: 0;
}

.checkbox-input {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  transition: 300ms;
}

.checkbox-input::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0_2110_805)'><path d='M18.333 2C20.293 2 21.893 3.537 21.995 5.472L22 5.667V18.333C22 20.293 20.463 21.893 18.528 21.995L18.333 22H5.667C4.72818 22 3.82509 21.64 3.1438 20.9941C2.46252 20.3481 2.05492 19.4655 2.005 18.528L2 18.333V5.667C2 3.707 3.537 2.107 5.472 2.005L5.667 2H18.333ZM15.707 9.293C15.5195 9.10553 15.2652 9.00021 15 9.00021C14.7348 9.00021 14.4805 9.10553 14.293 9.293L11 12.585L9.707 11.293L9.613 11.21C9.41201 11.0546 9.1594 10.9815 8.90647 11.0056C8.65355 11.0297 8.41928 11.1492 8.25125 11.3397C8.08321 11.5303 7.99402 11.7777 8.00177 12.0316C8.00953 12.2856 8.11365 12.527 8.293 12.707L10.293 14.707L10.387 14.79C10.5794 14.9393 10.8197 15.0132 11.0627 14.9979C11.3057 14.9826 11.5348 14.8792 11.707 14.707L15.707 10.707L15.79 10.613C15.9393 10.4206 16.0132 10.1803 15.9979 9.93732C15.9826 9.69429 15.8792 9.46519 15.707 9.293Z' fill='%23FB366E'/></g><defs><clipPath id='clip0_2110_805'><rect width='24' height='24' fill='white'/></clipPath></defs></svg>");
  background-repeat: no-repeat;
  transition: 300ms;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.checkbox-input:checked {
  background-color: transparent;
  border-color: transparent;
}

.checkbox-input:checked + label {
  color: #FB366E;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.checkbox-input:checked::after {
  opacity: 1;
}

.main-box-section {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-top: 100px;
}

.main-box-wrap {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.main-box-left {
  width: 342px;
  border-radius: 16px;
  background-color: #fff;
  padding: 20px;
  flex-shrink: 0;
}

.filtres-header {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

.filtres-block {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9E9EA;
}

.filtres-title {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 12px;
}

.checkbox-input {
  border-radius: 4px;
  border: 2px solid #1F222B;
}

.checkbox-label {
  cursor: pointer;
  padding-left: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.main-box-right {
  width: 100%;
}
.main-box-right .section-serv__btn-all {
  width: 100%;
  height: 56px;
  max-width: initial;
  font-size: 16px;
  border: 2px solid var(--brand-color-blue);
  border-radius: 16px;
  margin-top: 24px;
}

.choosen-items-box {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.choosen-item {
  width: auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.choosen-item__title {
  color: #1F222B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
}

.choosen-item__list {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 100px;
  background-color: #fff;
  width: auto;
  flex-wrap: wrap;
}

.choosen-filter-tab {
  display: flex;
  align-items: center;
  height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 100px;
  background-color: var(--brand-color-pink);
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  color: #fff;
  padding-bottom: 1px;
}

.cases-bh-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.case-item {
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
}

.case-item__img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 484/300;
  object-fit: cover;
}

.case-item__content {
  display: flex;
  flex-direction: column;
  aspect-ratio: 485/226;
}

.case-item__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-item__category {
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  margin-bottom: 10px;
}

.case-item__text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 72px;
}

.choosen-filter-tab__close {
  display: inline-flex;
  width: 18px;
  height: auto;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M12 4L4 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M4 4L12 12' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  top: 1px;
  position: relative;
  margin-left: 5px;
}

.main-btn-box {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.main-btn-box .common-btn {
  width: 100%;
  height: 56px;
  font-size: 16px;
}

.common-btn--void {
  background-color: transparent;
  border: 2px solid var(--brand-color-blue);
  color: var(--brand-color-blue);
}

.case-info-box-bg {
  display: flex;
}

.case-info-box-bg--mob {
  display: none;
}

.filters-close {
  display: none;
}

.open-filters-panel {
  width: 100%;
  height: 46px;
  border-radius: 12px;
  align-items: center;
  display: none;
  justify-content: space-between;
  background-color: #fff;
  margin-bottom: 24px;
  color: #1F222B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  cursor: pointer;
}

.open-filters-panel::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml;utf8,<svg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'><g clip-path='url(%23clip0)'><path d='M7.5 15L12.5 10L7.5 5' stroke='%231F222B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0'><rect width='20' height='20' fill='white' transform='translate(0 20) rotate(-90)'/></clipPath></defs></svg>") no-repeat center/20px 20px;
  background-size: contain;
  background-repeat: no-repeat;
}



@media (max-width: 1919px) {
  .case-card__buttons .want-this-btn, .case-card__buttons .more-info-btn {
    font-size: clamp(14px, 16rem, 16px);
  }
  .case-item__title {
    font-size: clamp(18px, 24rem, 24px);
  }
  .case-item__category {
    font-size: clamp(13px, 14rem, 14px);
  }
  .case-item__text {
    font-size: clamp(14px, 16rem, 16px);
    min-height: initial;
  }
  .about-entity-box__left {
    font-size: clamp(18px, 32rem, 32px);
  }
  .about-entity-box__right {
    font-size: clamp(14px, 18rem, 18px);
  }
  .rp-item__text__number {
    font-size: clamp(150px, 280rem, 280px);
    top: 155rem;
  }
  .tas-item h2 {
    font-size: clamp(18px, 32rem, 32px);
    margin-bottom: 24rem;
  }
  .tas-item p {
    font-size: clamp(14px, 18rem, 18px);
  }
  .tas-list li {
    font-size: clamp(13px, 16rem, 16px);
  }
  .review-item__text-box {
    font-size: clamp(14px, 20rem, 20px);
  }
}
@media (max-width: 1700px) {
  .results-section .pta-item__number {
    top: -35%;
    font-size: 280px;
  }
}
@media (max-width: 1600px) {
  .main-box-left {
    width: 300px;
  }

  .results-section .pta-item__number {
    width: 180px;
    flex-shrink: 0;
    margin-right: 30px;
  }

  .rp-item__text {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .case-info-box-bg {
    -o-object-position: -50px center;
       object-position: -50px center;
  }
}
@media (max-width: 1400px) {
  .main-box-left {
    width: 280px;
  }
  .main-box-section {
    margin-top: 70px;
  }
  .tas-item {
    padding: 25px 20px;
  }
  .rp-item__text__number {
    font-size: 15vw;
    top: 195rem;
  }
}
@media (max-width: 1280px) {
  .tasks-and-solutions__left {
    width: 200px;
  }
  .review-item__icon-box img {
    max-width: 35px;
  }
  .review-item__name {
    font-size: 20px;
  }
  .review-item__position {
    font-size: 16px;
    margin-bottom: 5px;
  }

  
  .rp-box {
    display: flex;
    flex-wrap: wrap;
    max-width: 750px;
    gap: 24px;
    width: 100%;
  }
  .rp-item {
    width: calc(50% - 12px);
  }
  .rp-item__text__number {
    font-size: 256px;
  }
  .rp-item.rp-item--full {
    top: 0;
  }
  .rp-item__text__number {
    top: 215px;
  }
  .rp-box {
    padding-bottom: 0;
  }


}


@media (max-width: 1200px) {
  .results-section__inner {
    flex-direction: column;
    row-gap: 30px;
  }
  .results-section .pta-item__number {
    margin-right: 55px;
  }
}


@media (max-width: 1100px) {
  .about-entity-box__item {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .content-types-section__inner,
  .publishing-frequency__inner {
    flex-direction: column;
    row-gap: 24px;
  }
  .content-types-section__left, .publishing-frequency__left {
    width: 100%;
  }
  .content-types-section__right, .publishing-frequency__right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .case-info-tag {
    font-size: 14px;
    height: 32px;
    border-radius: 10px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .case-info-box-tags {
    gap: 4px;
    flex-wrap: wrap;
  }
  .case-info-box {
    padding: 40px 30px;
    height: auto;
  }
  .case-info-tag img {
    max-width: 18px;
  }
  .case-info-title {
    font-size: 35px;
  }
}
@media (max-width: 950px) {
  .cases-bh-box {
    grid-template-columns: 1fr;
  }
  .main-box-left {
    width: 300px;
  }
}
@media (max-width: 700px) {
  .tasks-and-solutions__inner {
    flex-direction: column;
    row-gap: 24px;
  }
  .review-item__right {
    width: 100%;
    max-width: initial;
  }
  .main-box-left {
    width: 240px;
    padding: 10px;
    border-radius: 12px;
  }
  .filtres-header {
    color: #1F222B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
  }
  .filtres-title {
    color: #1F222B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
  }
  .main-btn-box .common-btn {
    height: 46px;
    font-size: 14px;
    border-radius: 12px;
    min-width: initial;
  }
  .main-btn-box {
    margin-top: 12px;
  }
  .filtres-block {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .main-box-right .section-serv__btn-all {
    height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .page-info-section .about-hero-title {
    margin-bottom: 20px;
  }
  .page-info-section .about-hero-section__left {
    padding-bottom: 20px;
  }
  .page-info-section .common-btn {
    margin-top: 16px;
  }
  .main-box-left {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 250;
    background-color: #F5F5F5;
    height: 100dvh;
    overflow-y: auto;
    border-radius: 0;
    transition-duration: 0.3s;
  }
  .filters {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .filters.opened {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .choosen-items-box {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
  .case-item {
    padding: 12px;
    border-radius: 12px;
    gap: 12px;
  }
  .case-item__img {
    border-radius: 8px;
  }
  .main-box-right .section-serv__btn-all {
    display: flex;
  }
  .case-info-box {
    padding: 12px;
    border-radius: 12px;
    height: auto;
    width: 100%;
    aspect-ratio: 300/554;
    max-height: 600px;
  }
  .case-info-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
  .case-info-text {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .case-info-tag img {
    max-width: 18px;
  }
  .case-info-box-bg {
    display: none;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
  .case-info-box-bg--mob {
    display: flex;
  }
  .about-entity-box {
    margin-top: 24px;
  }
  .about-entity-box__item {
    flex-direction: column;
    row-gap: 10px;
  }
  .about-entity-box__right {
    width: 100%;
  }
  .rp-item__text {
    font-size: clamp(14px, 18rem, 18px);
  }
  .rp-item {
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    aspect-ratio: 300/280;
    max-height: 280px;
  }
  .rp-item__text__number {
    top: 36%;
  }
  .rp-box {
    margin-top: 24px;
  }
  .cpts-item, .zpts-item {
    border-radius: 12px;
    padding: 10px;
  }
  .cpts-item {
    flex-direction: column;
    row-gap: 10px;
  }
  .cpts-item__right {
    font-size: 14px;
  }
  .zpts-item__icon {
    max-width: 20px;
  }
  .zpts-item {
    padding: 12px;
    border-radius: 12px;
  }
  .tas-item {
    padding: 12px;
    border-radius: 12px;
  }
  .tas-item h2 {
    margin-bottom: 12px;
  }
  .tas-list li {
    line-height: 1.4;
    background: url("data:image/svg+xml;utf8,<svg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='5' cy='5' r='4' stroke='%234237CD' stroke-width='1'/></svg>") 0 6px no-repeat;
  }
  .tas-item p,
  .tas-list li {
    margin-bottom: 12px;
  }
  .tasks-and-solutions__right {
    row-gap: 24px;
  }
  .tasks-and-solutions-section .section-title br {
    display: none;
  }
  .tasks-and-solutions__left {
    width: 100%;
  }
  .results-section__right .pta-item {
    padding: 12px;
    border-radius: 12px;
    aspect-ratio: initial;
    width: 100%;
    height: auto;
  }
  .results-section__right {
    row-gap: 24px;
  }
  .results-section .pta-item__number {
    font-size: 256px;
    font-size: 50vw;
    margin-right: 0;
    width: auto;
    height: auto;
    max-width: initial;
    top: initial;
    bottom: -40%;
    height: 130px;
    line-height: 0.8;
  }
  .results-section .pta-item__title {
    margin-bottom: 30px;
  }
  .review-item-section__inner {
    flex-direction: column;
    row-gap: 24px;
  }
  .review-item__icon-box {
    margin-bottom: 24px;
  }
  .review-item__text-box {
    margin-bottom: 24px;
  }
  .review-item__avatar {
    width: 50px;
    height: 50px;
    border-width: 1px;
  }
  .review-item__name {
    font-size: 18px;
  }
  .review-item__bottom {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .review-item__position {
    font-size: 13px;
    margin-bottom: 0px;
  }
  .filtres-header {
    height: 56px;
    width: 100%;
    background-color: #fff;
    border-radius: 12px;
    color: #1F222B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .filtres-block {
    background-color: #fff;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 12px;
  }
  .filters-close {
    content: "";
    display: flex;
    width: 40px;
    height: 40px;
    background: url("data:image/svg+xml;utf8,<svg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'><rect x='0.75' y='0.75' width='38.5' height='38.5' rx='7.25' stroke='%23FB366E' stroke-width='1.5'/><g clip-path='url(%23clip0)'><path d='M26 14L14 26' stroke='%23FB366E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><path d='M14 14L26 26' stroke='%23FB366E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></g><defs><clipPath id='clip0'><rect width='24' height='24' fill='white' transform='translate(8 8)'/></clipPath></defs></svg>") no-repeat center/40px 40px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .open-filters-panel {
    display: flex;
  }
  .cases-bh-box,
  .case-item__content {
    width: 100%;
  }

  .requirements-project-section .rp-item__text {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .results-section .pta-item__number {
    font-size: 256px;
  }
}

.cases-empty-message {
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.case-item--hidden,
.info-card--hidden {
	opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
}











/* new styles 15-12-25 */
.blog-news-section {
  margin-top: 100px;
}

.search-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.search-form__label {
  flex-grow: 1;
  position: relative;
}

.search-form__label::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.5 8.33333C2.5 9.09938 2.65088 9.85792 2.94404 10.5657C3.23719 11.2734 3.66687 11.9164 4.20854 12.4581C4.75022 12.9998 5.39328 13.4295 6.10101 13.7226C6.80875 14.0158 7.56729 14.1667 8.33333 14.1667C9.09938 14.1667 9.85792 14.0158 10.5657 13.7226C11.2734 13.4295 11.9164 12.9998 12.4581 12.4581C12.9998 11.9164 13.4295 11.2734 13.7226 10.5657C14.0158 9.85792 14.1667 9.09938 14.1667 8.33333C14.1667 7.56729 14.0158 6.80875 13.7226 6.10101C13.4295 5.39328 12.9998 4.75022 12.4581 4.20854C11.9164 3.66687 11.2734 3.23719 10.5657 2.94404C9.85792 2.65088 9.09938 2.5 8.33333 2.5C7.56729 2.5 6.80875 2.65088 6.10101 2.94404C5.39328 3.23719 4.75022 3.66687 4.20854 4.20854C3.66687 4.75022 3.23719 5.39328 2.94404 6.10101C2.65088 6.80875 2.5 7.56729 2.5 8.33333Z' stroke='%231F222B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 17.5L12.5 12.5' stroke='%231F222B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.search-form__input {
  width: 100%;
  height: 56px;
  padding-right: 16px;
  background-color: #fff;
  border-radius: 16px;
  padding-left: 46px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #fff;
}

.search-form__input::-moz-placeholder {
  color: rgba(31, 34, 43, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.search-form__input::placeholder {
  color: rgba(31, 34, 43, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.search-form__button {
  width: 240px;
  height: 56px;
  background-color: var(--brand-color-blue);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 16px;
  transition-duration: 0.35s;
  cursor: pointer;
}

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

.blog-news-search__center {
  margin-top: 24px;
}

.blog-news-search__bottom {
  margin-top: 24px;
  width: 100%;
}
.blog-news-search__bottom .blog-news-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}

.search-result-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.blog-news-search-result {
  margin-top: 24px;
  margin-bottom: 24px;
}


.blog-news-section .info-card {
  background-color: #fff;
  width: calc(33.33% - 16px);
}


.blog-news-search__bottom .section-serv__btn-all {
  margin-left: auto;
  margin-right: auto;
  width: 240px;
}

.nothing-find {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  max-width: 708px;
}

.article-thumb-section {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.article-thumb-section img {
  border-radius: 10px;
}

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

.article-section__inner._container {
  max-width: 708px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.article-h-info {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.article-category,
.article-date {
  color: #777777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
}

.article-h-info span {
  position: relative;
  padding-right: 20px;
}

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

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

.article-h1 {
  color: #1F222B;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 24px;
}

.article-s-info {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.article-item {
  flex-shrink: 0;
}

.article-comments-item::before {
  content: "";
  display: inline-flex;
  width: 21px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 19' fill='none'%3E%3Cpath d='M3.821 1.93142C7.72 -0.833582 13.289 -0.607581 16.894 2.46642C20.561 5.59542 21.062 10.7044 18.046 14.3644C15.205 17.8114 10.081 18.9474 5.815 17.1694L5.582 17.0684L1.208 17.9994L1.168 18.0054L1.133 18.0124H1.115L1.093 18.0174H1.055L1.022 18.0214L1.001 18.0204L0.978 18.0214L0.945 18.0184H0.91L0.888 18.0144L0.866 18.0124L0.831 18.0054L0.797 18.0004L0.781 17.9964L0.757 17.9914L0.708 17.9754L0.684 17.9704L0.673 17.9654L0.651 17.9584L0.606 17.9384L0.576 17.9264L0.565 17.9204L0.551 17.9144L0.52 17.8964L0.475 17.8724L0.459 17.8614L0.422 17.8354L0.382 17.8084L0.38 17.8044L0.367 17.7954L0.324 17.7554L0.299 17.7354L0.293 17.7284L0.237 17.6664L0.224 17.6524L0.213 17.6384L0.174 17.5824L0.16 17.5634L0.155 17.5534L0.113 17.4804L0.106 17.4684L0.102 17.4604L0.095 17.4484L0.0810001 17.4104L0.0610001 17.3684L0.0569999 17.3524L0.053 17.3424L0.036 17.2814L0.029 17.2634L0.027 17.2484L0.0220001 17.2294L0.017 17.1964L0.00900006 17.1544L0.00699997 17.1234L0.00399995 17.1134V17.0974L0 17.0434L0.000999928 17.0074L0.00200009 16.9844L0.00399995 16.9314L0.0079999 16.9064V16.8874L0.016 16.8524L0.0209999 16.8184L0.026 16.7984L0.03 16.7784L0.0480001 16.7184L0.0510001 16.7054L1.201 13.2554L1.179 13.2184C-1.031 9.47142 -0.03 4.82742 3.592 2.09942L3.821 1.93142Z' fill='%237E76DD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}

.article-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  height: 44px;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid #E7E6F3;
  border-radius: 1000px;
  color: #7E76DD;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.article-reading-time-item::before {
  content: "";
  display: inline-flex;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M15 1.33989C16.5202 2.21758 17.7826 3.47997 18.6603 5.00017C19.538 6.52038 20 8.24483 20 10.0002C20 11.7556 19.5379 13.48 18.6602 15.0002C17.7825 16.5204 16.5201 17.7828 14.9999 18.6605C13.4797 19.5381 11.7552 20.0002 9.99984 20.0001C8.24446 20.0001 6.52002 19.538 4.99984 18.6603C3.47965 17.7826 2.21729 16.5202 1.33963 15C0.46198 13.4797 -4.45897e-05 11.7553 3.22765e-09 9.99989L0.00500012 9.67589C0.0610032 7.94888 0.563548 6.26585 1.46364 4.79089C2.36373 3.31592 3.63065 2.09934 5.14089 1.25977C6.65113 0.420205 8.35315 -0.0137108 10.081 0.000330246C11.8089 0.0143713 13.5036 0.47589 15 1.33989ZM10 3.99989C9.73478 3.99989 9.48043 4.10525 9.29289 4.29279C9.10536 4.48032 9 4.73468 9 4.99989V10.0259L9.009 10.1309L9.029 10.2379L9.069 10.3669L9.117 10.4689L9.163 10.5469L9.205 10.6069L9.274 10.6869L9.362 10.7699L9.445 10.8319L12.445 12.8319C12.5543 12.9048 12.6768 12.9554 12.8056 12.9809C12.9345 13.0065 13.0671 13.0064 13.1959 12.9806C13.3247 12.9549 13.4471 12.9041 13.5563 12.831C13.6654 12.758 13.7591 12.6642 13.832 12.5549C13.9049 12.4456 13.9555 12.3231 13.9811 12.1943C14.0066 12.0654 14.0065 11.9328 13.9808 11.804C13.955 11.6752 13.9042 11.5528 13.8311 11.4436C13.7581 11.3345 13.6643 11.2408 13.555 11.1679L11 9.46389V4.99989C11 4.75496 10.91 4.51856 10.7473 4.33552C10.5845 4.15249 10.3603 4.03555 10.117 4.00689L10 3.99989Z' fill='%237E76DD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 8px;
}

.article-views-item::before {
  content: "";
  display: inline-flex;
  width: 22px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16' fill='none'%3E%3Cpath d='M10.9997 0C15.2897 0 18.8627 2.429 21.6647 7.154L21.8847 7.533L21.9297 7.633L21.9597 7.716L21.9737 7.771L21.9877 7.853L21.9987 7.953V8.063L21.9847 8.174C21.9781 8.21113 21.9694 8.24786 21.9587 8.284L21.9197 8.392L21.8837 8.467L21.8677 8.497C19.1037 13.333 15.5677 15.877 11.3127 15.996L10.9997 16C6.60368 16 2.96268 13.451 0.131678 8.496C0.0453871 8.34494 0 8.17397 0 8C0 7.82603 0.0453871 7.65506 0.131678 7.504C2.96268 2.549 6.60368 0 10.9997 0ZM10.9997 5C10.204 5 9.44097 5.31607 8.87836 5.87868C8.31575 6.44129 7.99968 7.20435 7.99968 8C7.99968 8.79565 8.31575 9.55871 8.87836 10.1213C9.44097 10.6839 10.204 11 10.9997 11C11.7953 11 12.5584 10.6839 13.121 10.1213C13.6836 9.55871 13.9997 8.79565 13.9997 8C13.9997 7.20435 13.6836 6.44129 13.121 5.87868C12.5584 5.31607 11.7953 5 10.9997 5Z' fill='%237E76DD'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 8px;
}

.page-content {
  margin-top: 60px;
}

.c-quote {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-left: 2px solid var(--brand-color-blue);
  background-color: #EFEEFB;
  margin: 60px 0;
}
.c-quote .c-quote__img {
  max-width: 42px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.c-quote .c-quote__top {
  margin-bottom: 16px;
}
.c-quote .c-quote__center {
  margin-bottom: 16px;
}
.c-quote .c-quote__center p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.c-quote .c-quote__center p:last-child {
  margin-bottom: 0;
}
.c-quote .review-item__name {
  font-size: 20px;
  font-weight: 600;
}
.c-quote .review-item__position {
  font-size: 16px;
}
.c-quote .review-item__bottom-right {
  padding-bottom: 10px;
}

.c-quote .review-item__avatar {
  padding: 0px;  
}

.c-quote .review-item__name {
  padding-top: 4px;
}

.margin-section .c-quote {
  margin-top: 0;
  margin-bottom: 0;
}

.small-quote-block {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-left: 2px solid var(--brand-color-blue);
  background-color: #EFEEFB;
  margin: 60px 0;
}
.small-quote-block p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
.small-quote-block p:last-child {
  margin-bottom: 0;
}

.like-count {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.like-button .like-button-svg-stroke {
  stroke: #c47d91 !important;
}

.like-button .like-button-svg-fill {
  fill: #c47d91 !important;
}

.like-button.like-button--active .like-button-svg-stroke {
  stroke: #D2043F !important;
}

.like-button.like-button--active .like-button-svg-fill {
  fill: #D2043F !important;
}

/* default page styles */
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  font-style: normal;
  leading-trim: both;
  text-edge: cap;
}

.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5 {
  margin-top: 40px;
}

@media (max-width: 600px) {

  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5 {
    margin-top: 35px;
  }

}

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

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

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

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

.page-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

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

.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;
}

.wp-block-group {
  margin-top: 60px;
  margin-bottom: 60px;
}

.copy-link-block {
  display: flex;
  padding: 16px;
  border-radius: 16px;
  background-color: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  cursor: pointer;
  transition-duration: .7s;
}

.copy-link-block:hover {
  background-color: #EFEEFB;
}

.copy-link-block__text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.copy-link-block__icon {
  max-width: 24px;
  width: 100%;
  margin-right: 10px;
}

.copy-link-block__text {
  display: flex;
  align-items: center;
}

.discuss-task-block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.discuss-task-block .discuss-task-header {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
  font-style: normal;
  font-size: 32px;
  color: #fff;
}
.discuss-task-block .page-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}
.discuss-task-block .page-content p:last-child {
  margin-bottom: 0;
}
.discuss-task-block .common-btn {
  width: 100%;
  height: 56px;
  margin-top: 16px;
  font-size: 16px;
}

.article-comments-section {
  margin-top: 17px;
}

.article-comments-section textarea {
  width: 100%;
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  padding-left: 50px;
  border: none;
  resize: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  height: 160px;
}

.article-comments-section textarea::-moz-placeholder {
  color: rgba(31, 34, 43, 0.5);
}

.article-comments-section textarea::placeholder {
  color: rgba(31, 34, 43, 0.5);
}

.textarea-info {
  color: #777777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
}

.commets-wrapper {
  width: 100%;
  position: relative;
}

.commets-wrapper::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 18px;
  width: 21px;
  height: 19px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 19' fill='none'%3E%3Cpath d='M3.821 1.93142C7.72 -0.833582 13.289 -0.607581 16.894 2.46642C20.561 5.59542 21.062 10.7044 18.046 14.3644C15.205 17.8114 10.081 18.9474 5.815 17.1694L5.582 17.0684L1.208 17.9994L1.168 18.0054L1.133 18.0124H1.115L1.093 18.0174H1.055L1.022 18.0214L1.001 18.0204L0.978 18.0214L0.945 18.0184H0.91L0.888 18.0144L0.866 18.0124L0.831 18.0054L0.797 18.0004L0.781 17.9964L0.757 17.9914L0.708 17.9754L0.684 17.9704L0.673 17.9654L0.651 17.9584L0.606 17.9384L0.576 17.9264L0.565 17.9204L0.551 17.9144L0.52 17.8964L0.475 17.8724L0.459 17.8614L0.422 17.8354L0.382 17.8084L0.38 17.8044L0.367 17.7954L0.324 17.7554L0.299 17.7354L0.293 17.7284L0.237 17.6664L0.224 17.6524L0.213 17.6384L0.174 17.5824L0.16 17.5634L0.155 17.5534L0.113 17.4804L0.106 17.4684L0.102 17.4604L0.095 17.4484L0.0810001 17.4104L0.0610001 17.3684L0.0569999 17.3524L0.053 17.3424L0.036 17.2814L0.029 17.2634L0.027 17.2484L0.0220001 17.2294L0.017 17.1964L0.00900006 17.1544L0.00699997 17.1234L0.00399995 17.1134V17.0974L0 17.0434L0.000999928 17.0074L0.00200009 16.9844L0.00399995 16.9314L0.0079999 16.9064V16.8874L0.016 16.8524L0.0209999 16.8184L0.026 16.7984L0.03 16.7784L0.0480001 16.7184L0.0510001 16.7054L1.201 13.2554L1.179 13.2184C-1.031 9.47142 -0.03 4.82742 3.592 2.09942L3.821 1.93142Z' fill='%231F222B' fill-opacity='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.textarea-info {
  margin-top: 17px;
}

.comment-submit-btn {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: var(--brand-color-pink);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid var(--brand-color-pink);
  border-radius: 8px;
  transition-duration: 0.3s;
  cursor: pointer;
  height: 36px;
  background-color: transparent;
}

.comment-submit-btn:hover {
  background-color: var(--brand-color-pink);
  color: #fff;
}

.comments-list {
  margin-top: 24px;
}


.comment-respond {
  margin-bottom: 60px;
}

.comments-list-amount {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
}

.comment-item {
  margin-bottom: 32px;
}

.comment-item__header {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.comment-item__avatar {
  width: 48px;
  height: 48px;
}

.comment-item__info {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.comment-item__name {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.comment-item__date {
  color: rgba(31, 34, 43, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.comment-item__description {
  padding-left: 58px;
}

.comment-item__description p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

.comment-item__description p:last-child {
  margin-bottom: 0;
}

.comment-item__reply-button,
.comment-reply-link {
  color: var(--brand-color-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42;
  margin-left: 43px;
  margin-top: 12px;
  padding: 6px 15px;
  transition-duration: 0.3s;
  cursor: pointer;
}

.comment-item__reply-button:hover,
.comment-reply-link:hover {
  color: var(--brand-color-blue);
}

.article-main-img {
  display: flex;
}

.article-mobile-img {
  display: none;
}

.tooltip,
.share-box-info {
  opacity: 0;
  transition: opacity 0.3s;
  position: fixed;
  background: #fff;
  color: var(--brand-color-blue);
  padding-bottom: 1.5px;
  border-radius: 3px;
  padding-left: 18px;
  padding-right: 18px;
  min-height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  white-space: nowrap;
  border-radius: 100px;
  font-weight: 500;
  font-size: 15px;
  pointer-events: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

#showAllBlogPosts {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  height: 46px;
}

.info-card--hidden {
  display: none;
}

.nothing-found .search-form__input {
  border-color: var(--brand-color-pomegranate);
}




/* Общая обёртка таблицы */
.wp-block-table {
    width: 100%;
    overflow-x: auto;
    margin: 32px 0;
    padding-bottom: 5px;
}

.wp-block-table .has-fixed-layout {
    width: max-content !important;
}

/* Таблица */
.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

/* Ячейки */
.wp-block-table td {
    padding: 16px !important;
    vertical-align: top;
    border: 1px solid #C3BFC0 !important;

    color: #1F222B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

/* Заголовки */
/* .wp-block-table tr:first-child td {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
} */

.wp-block-table td {
  max-width: 353px !important;
}

.wp-block-image,
.wp-block-video {
  margin-top: 60px;
  margin-bottom: 60px;
  
}

.wp-block-image img,
.wp-block-video video {
  border-radius: 16px;
  overflow: hidden;
}

.wp-block-image .wp-element-caption {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #777777;
  margin-top: 10px;
  margin-bottom: 10px;
}

.article-pl {
  display: flex;
  align-items: center;
  margin-top: 100px;
  justify-content: space-between;
}



/* Адаптив */
@media (max-width: 1024px) {
    .wp-block-table table {
        font-size: 15px;
    }

    .wp-block-table td {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .wp-block-table table {
        min-width: 900px;
    }
}



.tooltip.active {
  opacity: 1;
}

@media (max-width: 1919px) {
  .nothing-find {
    font-size: clamp(18px, 24rem, 24px);
  }
  .article-h1 {
    font-size: clamp(24px, 48rem, 48px);
  }
}
@media (max-width: 1280px) {
  .article-section {
    margin-top: 50px;
  }
  .article-h-info {
    margin-bottom: 40px;
  }
  .page-content {
    margin-top: 40px;
  }
  .c-quote,
  .discuss-task-block,
  .copy-link-block,
  .small-quote-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1100px) {
  .search-form__input,
  .search-form__button {
    height: 46px;
    font-size: 14px;
    border-radius: 12px;
  }
  .search-form__input::-moz-placeholder {
    font-size: 14px;
  }
  .search-form__input::placeholder {
    font-size: 14px;
  }
  .search-form__input {
    padding-right: 10px;
  }
  .search-form__label::before {
    left: 14px;
  }
  .blog-news-section {
    margin-top: 80px;
  }

}
@media (max-width: 800px) {
  .article-section__inner._container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 700px) and (max-width: 1280px) {
  .blog-news-section .info-card {
    width: calc(50% - 12px);
    aspect-ratio: 464/450;
  }
  .blog-news-section .info-card__title,
  .blog-news-section .info-card__text {
    margin-bottom: 10px;
  }
}
@media (max-width: 700px) {
  .blog-news-section .info-card {
    width: 100%;
    aspect-ratio: initial;
    height: auto;
    border-radius: 12px;
  }
  .blog-news-section .info-card__top {
    aspect-ratio: 276/200;
    height: auto;
  }
  .blog-news-section .info-card__title {
    margin-bottom: 14px;
  }
  .blog-news-section .info-card__text {
    margin-bottom: 14px;
  }
  .blog-news-section .info-card__hoop {
    bottom: 12px;
  }
}
@media (max-width: 700px) {
  .page-content h1 {
    font-size: 28px;
  }
  .page-content h2 {
    font-size: 24px;
  }
  .page-content h3 {
    font-size: 20px;
  }
}
@media (max-width: 600px) {
  .blog-news-search__bottom .section-serv__btn-all {
    height: 46px;
    width: 100%;
    max-width: 400px;
    font-size: 14px;
    display: flex;
  }
  .search-form__button {
    width: 160px;
  }
  .article-main-img {
    display: none;
  }
  .article-mobile-img {
    display: flex;
  }
  .article-thumb-section {
    margin-top: 60px;
  }
  .article-section {
    margin-top: 24px;
  }
  .article-category, .article-date {
    font-size: 13px;
  }
  .article-h-info span::after {
    width: 3px;
    height: 3px;
  }
  .article-h-info {
    margin-bottom: 20px;
  }
  .article-item {
    font-size: 12px;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
  }
  .article-reading-time-item::before {
    width: 17px;
    height: 17px;
    margin-right: 5px;
  }
  .article-comments-item::before {
    width: 28px;
    height: 16px;
    margin-right: 5px;
  }
  .article-views-item::before {
    width: 19px;
    height: 13px;
    margin-right: 5px;
  }
  .article-h1 {
    margin-bottom: 12px;
  }
  .page-content {
    margin-top: 24px;
  }
  .c-quote,
  .discuss-task-block,
  .copy-link-block,
  .small-quote-block,
  .wp-group {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .page-content h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 12px;
  }
  .page-content p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  ul.wp-block-list li {
    font-size: 13px;
    display: block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5 0.5C7.48528 0.5 9.5 2.51472 9.5 5C9.5 7.48528 7.48528 9.5 5 9.5C2.51472 9.5 0.5 7.48528 0.5 5C0.5 2.51472 2.51472 0.5 5 0.5Z' stroke='%234237CD'/%3E%3C/svg%3E") 0 7px no-repeat;
    padding-left: 20px;
    margin-bottom: 10px;
    /* background-repeat: no-repeat; */
  }

  ol.wp-block-list li {
    margin-bottom: 10px;
    font-size: 13px;
    padding-left: 3px;
  }

  .article-thumb-section {
    width: 100%;
    height: auto;
  }
  .article-s-info {
    gap: 4px;
  }
  .c-quote .c-quote__img {
    max-width: 31px;
  }
  .c-quote {
    padding: 12px;
  }
  .c-quote .c-quote__top {
    margin-bottom: 12px;
  }
  .c-quote .c-quote__center p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .c-quote .c-quote__center {
    margin-bottom: 12px;
  }
  .c-quote .review-item__name {
    font-size: 18px;
    font-weight: 500;
    padding-top: 5px;
  }
  .c-quote .review-item__position {
    font-size: 13px;
  }
  .c-quote .review-item__bottom-right {
    padding-bottom: 5px;
  }
  .discuss-task-block .common-btn {
    margin-top: 24px;
    height: 46px;
    font-size: 14px;
    border-radius: 12px;
  }
  .article-section__inner._container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .comment-item__description p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .comment-item__name {
    font-size: 16px;
  }
  .comment-item__date {
    font-size: 13px;
  }
  .comment-item__header {
    margin-bottom: 6px;
  }
  .comment-item__avatar {
    width: 36px;
    height: 36px;
  }
  .comment-item__description {
    padding-left: 44px;
  }
  .comment-item__reply-button {
    margin-left: 30px;
  }
  .comment-item {
    margin-bottom: 20px;
  }
  .comments-list-amount {
    font-size: 14px;
  }
  .textarea-info {
    font-size: 13px;
  }
  .comment-item__reply-button {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .copy-link-block {
    padding-top: 0;
    padding-bottom: 0;
    height: 44px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 12px;
    padding-right: 12px;
  }
  .copy-link-block__icon {
    margin-right: 6px;
  }
  #showAllBlogPosts {
    font-size: 14px;
    height: 46px;
    width: 100%;
    max-width: 400px;
    background-color: var(--brand-color-blue);
    color: #fff;
    border-radius: 12px;
  }
  .wp-block-list {
    margin-bottom: 10px;
  }

    .search-form {
      flex-direction: column;
      row-gap: 10px;
    }
  .search-form__label {
    width: 100%;
  }
  .search-form__button {
    width: 100%;
  }
  .search-form__label::before {
    width: 16px;
    height: 16px;
  }
  .search-form__input {
    padding-left: 35px;
  }
  .search-form__label::before {
    left: 12px;
  }
  .page-content {
    font-size: 14px;
  }
  .page-content h1 {
    font-size: 24px;
  }
  .page-content h3 {
    font-size: 17px;
  }
  .page-content h4 {
    font-size: 16px;
  }
  .page-content h5 {
    font-size: 14px;
  }
  .tooltip {
    font-size: 16px;
  }

  .wp-block-group,
  .wp-block-table,
  .wp-block-image, 
  .wp-block-video,
  .c-quote, 
  .discuss-task-block, 
  .copy-link-block, 
  .small-quote-block, 
  .wp-group {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  /* .wp-block-table tr:first-child td {
    font-size: 16px;
  } */

  .wp-block-table td {
    padding: 10px !important;
    font-size: 13px;
  }

  .wp-block-table td {
  max-width: 240px !important;
}

.page-content table {
  margin: 0;
}

.wp-block-image .wp-element-caption {
  font-size: 12px;
}

.wp-block-image img, .wp-block-video video {
  border-radius: 12px;
}

.copy-link-block__text {
  font-size: 14px;
}

.article-pl {
  margin-top: 60px;
}

}
@media (max-width: 500px) {

}





/* social share widget */ 

.social-share-box {
    position: relative;
}

.social-share-toggle {
    /* position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); */
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 17V19C4 19.5304 4.21071 20.0391 4.58579 20.4142C4.96086 20.7893 5.46957 21 6 21H18C18.5304 21 19.0391 20.7893 19.4142 20.4142C19.7893 20.0391 20 19.5304 20 19V17' stroke='%231F222B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 9L12 4L17 9' stroke='%231F222B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 4V16' stroke='%231F222B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    z-index: 4;
    cursor: pointer;
    top: 2px;
    position: relative;
}

/* .social-share-toggle::before {
    content: '';
    position: absolute;
    top: 52%;
    left: 48%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    background: url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9694 0.0410337C11.3793 0.172947 10.9037 0.43091 10.4721 0.858893C10.0112 1.31326 9.75868 1.77349 9.6295 2.39788C9.58253 2.62359 9.57372 2.75258 9.58546 3.0721L9.59721 3.46784L7.8386 4.6404L6.07706 5.81295L6.01541 5.72501C5.02308 4.36484 3.09125 4.0805 1.74074 5.09476C1.21522 5.4905 0.842356 6.04453 0.645651 6.72462C0.586933 6.92982 0.578125 7.02069 0.578125 7.49851C0.578125 8.09065 0.61042 8.26067 0.798317 8.70624C1.52348 10.4065 3.68724 11.0426 5.2374 10.0107C5.49869 9.83776 5.8187 9.53876 5.97137 9.3277C6.02128 9.25734 6.07119 9.19872 6.08 9.20165C6.08881 9.20165 6.88444 9.72637 7.84447 10.3654L9.59133 11.5292L9.58253 11.9396C9.57372 12.4233 9.62657 12.7369 9.79098 13.1414C9.95539 13.5372 10.1403 13.8127 10.4721 14.1381C10.9154 14.5778 11.3998 14.8358 12.0105 14.9589C12.3511 15.0293 13.044 15.0058 13.3786 14.9149C13.866 14.783 14.2917 14.5397 14.6763 14.1733C15.0785 13.7893 15.3662 13.3056 15.513 12.775C15.5718 12.5552 15.5806 12.4614 15.5776 11.9835C15.5776 11.4793 15.5718 11.4236 15.4954 11.1774C15.3281 10.6234 15.0991 10.2452 14.6881 9.84362C14.2389 9.40391 13.728 9.14009 13.1232 9.03456C12.6182 8.94662 11.9283 9.01111 11.4967 9.18406C10.983 9.39512 10.5044 9.74982 10.2108 10.1368L10.0846 10.3068L8.32596 9.14009L6.57029 7.97046V7.49851V7.02655L8.32596 5.85693L10.0846 4.69023L10.2108 4.86025C10.5044 5.24719 10.983 5.60189 11.4967 5.81295C11.9283 5.98591 12.6182 6.0504 13.1232 5.96246C13.728 5.85693 14.2389 5.5931 14.6881 5.15339C15.0991 4.75179 15.3281 4.37364 15.4954 3.8196C15.5718 3.57337 15.5776 3.51767 15.5776 3.01347C15.5806 2.37149 15.5365 2.16043 15.3017 1.67968C15.1314 1.33085 14.9464 1.07875 14.6528 0.800265C14.2888 0.454361 13.8572 0.211055 13.3786 0.0791416C13.0645 -0.00586796 12.2806 -0.0263882 11.9694 0.0410337Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
} */

.social-share-widget {
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 10px;
    row-gap: 10px;
    transition-duration: .3s;

    position: absolute;
    bottom: 160%;
    left: 50%;
    transform: translateX(-50%);

    width: 230px;
    height: auto;

    border-radius: 16px;
    background-color: #fff;
    padding: 16px;

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

.social-share-widget::after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 7px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='7' viewBox='0 0 20 7' fill='none'%3E%3Cpath d='M0 0H20L12.4988 6.00098C11.0379 7.16967 8.96209 7.16968 7.50122 6.00098L0 0Z' fill='white'/%3E%3C/svg%3E");
}

.social-share-box--opened .social-share-widget {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.share-button {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* .share-box-info {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 7px;
    padding-bottom: 6px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 100px;
    background-color: #333946;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition-duration: .3s;
    pointer-events: none;
    opacity: 0;
    white-space: nowrap;
    display: flex;
    align-items: center;
} */

.share-box-info.show {
    opacity: 1;
}

.share-button {
  display: flex;
  column-gap: 10px;
  align-items: center;
}

.share-button__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42; 
}

.share-button img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.comment-form #author {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 16px;
  width: 100%;
  height: 50px;
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.comment-form #author::placeholder {
  opacity: 1;
  color: rgba(31, 34, 43, 0.5);
}

.logged-in-as {
  margin-bottom: 10px;
  font-size: 17px;
}

.commets-wrapper::before {
  transition-duration: .15s;
}

.textarea-focused.commets-wrapper::before {
  filter: brightness(0) saturate(100%) invert(24%) sepia(66%) saturate(2899%) hue-rotate(231deg) brightness(87%) contrast(87%);
}

.comment-item__avatar {
  border-radius: 1000px;
  overflow: hidden;
}

.logged-in-as a {
  color: var(--brand-color-blue);
}

.comment-form-cookies-consent {
  margin-top: 15px;
}

.comment-form-cookies-consent label {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: var(--text-color-dark);
}

#wp-comment-cookies-consent {
  margin-right: 10px;
}


.comment-form-cookies-consent {
  display: flex;
}

.comment .depth-2 {
  padding-left: 58px;
  margin-top: 30px;
}

.comment .depth-3 {
  padding-left: 116px;
  margin-top: 30px;
}

.comment-reply-title {
  margin-bottom: 10px;
}

.comment-reply-title a {
  color: var(--brand-color-blue);
  margin-left: 10px;
  font-size: 18px;
}

@media (max-width: 1100px) {

  .social-share-widget {
    left: -202px;
    transform: initial;
  }

  .social-share-widget::after {
    left: 93%;
  }

}

@media (max-width: 767px) { 

    .footer-link {
        font-size: 16px;
    }

    .footer-menu__link a {
        font-size: 16px;
    }

    .footer-menu__link {
        font-size: 16px;
    }

    .footer-line {
        font-size: 16px;
    }

    .footer-copy {
        margin-top: 20px;
    }

    footer {
        padding-bottom: 20px;
    }

}

@media (max-width: 650px) {

    .fpp-marquee {
        display: none;
    }

}

@media (max-width: 600px) {

  .comment-respond {
    margin-bottom: 24px;
  }

  .comment-item__name {
    font-weight: 500;
  }

  .comment-reply-link {
    margin-left: 30px;
  }

  .comment .depth-2 {
    padding-left: 30px;
  }

  .comment .depth-3 {
    padding-left: 60px;
  }

  .info-card__title {
    min-height: 45px;
  }

  .contact-editor-section__text {
    margin-bottom: 12px;
  }

  .articles-section.margin-section {
    margin-top: 60px;
  }

  .tas-list li, ul.wp-block-list li {
    line-height: 1.4;
  }

   ul.wp-block-list li {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M5 0.5C7.48528 0.5 9.5 2.51472 9.5 5C9.5 7.48528 7.48528 9.5 5 9.5C2.51472 9.5 0.5 7.48528 0.5 5C0.5 2.51472 2.51472 0.5 5 0.5Z' stroke='%234237CD'/%3E%3C/svg%3E") 0 5px no-repeat;
   }

   .article-h-info span::after {
    top: 50%;
   }

   .article-thumb-section {
    margin-top: 24px;
   }

   .article-comments-section textarea,
   .comment-form #author {
    border-radius: 12px;
    padding: 10px;
    font-size: 14px;
   }

   .article-comments-section textarea {
    padding-left: 40px;
   }

   .commets-wrapper::before {
    top: 10px;
    left: 10px;
   }

   .comment-submit-btn {
    bottom: 10px;
    right: 10px;
   }

   .textarea-info {
      margin-top: 10px;
    }

    .textarea-info {
      line-height: 1.25;
    }

    .comment-form #author {
      height: 42px;
    }

    .logged-in-as {
      font-size: 13px;
    }

}















/* 25-12-25 */
.case-card {
  background-color: #fff;
}

.about-hero-tabs {
  flex-wrap: wrap;
  row-gap: 8px;
}

.about-hero-section--special .about-hero-info__text {
  margin-bottom: 0;
}

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

.cv-courses-section-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}
.cv-courses-section-box .case-card {
  background-color: #fff;
  aspect-ratio: initial;
}

.lectures-slider,
.students-feedback-swiper {
  margin-top: 40px;
}

.students-feedback-swiper {
  overflow: visible;
}

.rewiews-card {
  padding: 20px;
  border-radius: 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  aspect-ratio: 464/240;
  min-height: 230px;
  width: 100%;
}
.rewiews-card .review-item__avatar {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  padding: 0px 0px;
  border: none;
}

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

.rewiews-card .review-item__bottom {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.rewiews-card .review-item__name {
  font-size: 20px;
}
.rewiews-card .review-item__position {
  color: rgba(31, 34, 43, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.rewiews-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.rewiews-card__bottom {
  overflow: hidden;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rewiews-card__text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 98px;
  margin-bottom: 10px;
}

.read-full-review-text {
  color: rgba(31, 34, 43, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
  cursor: pointer;
}

.read-full-review-text:hover {
  text-decoration: none;
}

.licenses-certificates-section .section-serv__btn-all {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.licenses-certificates-box {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 80px;
  flex-wrap: wrap;
  margin-top: 90px;
}

.license-certificate-item {
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  width: calc(50% - 12px);
}

.license-certificate-item__top {
  margin-bottom: 30px;
}

.license-certificate-item__tabs {
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
}

.license-certificate-item-tab {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
}

.license-certificate-item-tab--red {
  color: var(--brand-color-pomegranate);
  background-color: #F6E2E7;
}

.license-certificate-item-tab--orange {
  color: #FBA636;
  background-color: #F6EDE2;
}

.license-certificate-item__name {
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.supa-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;
}

.supa-btn:hover {
  background: var(--brand-color-pink);
  color: #fff;
}

.license-certificate-item__top {
  position: relative;
  width: 100%;
  height: 100px;
}
.license-certificate-item__top img {
  width: 49%;
  min-width: 276px;
  height: auto;
  aspect-ratio: 322/170;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 0;
}

.why-us-section__subttle {
  max-width: 667px;
  margin-top: 32px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.contact-editor-section--special .contact-editor-section__inner {
  width: 100%;
  background-color: #fff;
  padding: 32px;
  border-radius: 16px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.contact-editor-section--special .contact-editor-section__left {
  justify-content: flex-start;
  width: 50%;
}
.contact-editor-section--special .contact-editor-section__right {
  max-width: initial;
  width: 50%;
  background-color: transparent;
  padding: 0px 0px;
}
.contact-editor-section--special .section-title {
  font-size: 39px;
}

.about-entity-section .common-btn {
  margin-top: 100px;
  width: 100%;
}

.tariff-plans-box {
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
  margin-top: 40px;
  justify-content: center;
}

.tariff-plans-box.tariff-plans-box--wide .tariff-plan {
  width: 100%;
  flex-grow: 1;
}

.tariff-plan {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 16px);
  padding: 6px;
  background-color: #fff;
  border-radius: 16px;
}

.tariff-plan__top {
  border-radius: 12px;
  background-color: #EFEEFB;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.tariff-plan__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 14px;
}

.tariff-plan__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  margin-bottom: 14px;
}

.tariff-plan-price-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tariff-plan__old-price {
  color: #878893;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  text-decoration-line: line-through;
}

.tariff-plan__current-price {
  color: #1F222B;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.tariff-plan__discount {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 10px;
  color: #fff;
  background-color: var(--brand-color-pink);
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1px;
}

.tariff-plan__info-line {
  color: rgba(31, 34, 43, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.tariff-plan__btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: var(--brand-color-blue);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  height: 56px;
  border: 1.5px solid var(--brand-color-blue);
  margin-top: 14px;
  transition-duration: 0.5s;
  cursor: pointer;
}

.tariff-plan__btn:hover {
  background-color: var(--brand-color-blue);
  color: #fff;
}

.tariff-plan__bottom {
  padding: 20px;
}

.tariff-plan__list {
  list-style: none;
}

.tariff-plan__list li {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #F5F5F5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.tariff-plan__list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.tariff-plan__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1.33989C16.5083 2.21075 17.7629 3.46042 18.6398 4.96519C19.5167 6.46997 19.9854 8.17766 19.9994 9.91923C20.0135 11.6608 19.5725 13.3758 18.72 14.8946C17.8676 16.4133 16.6332 17.6831 15.1392 18.5782C13.6452 19.4733 11.9434 19.9627 10.2021 19.998C8.46083 20.0332 6.74055 19.6131 5.21155 18.7791C3.68256 17.9452 2.39787 16.7264 1.48467 15.2434C0.571462 13.7604 0.0614093 12.0646 0.00500011 10.3239L0 9.99989L0.00500011 9.67589C0.0610032 7.94888 0.563548 6.26585 1.46364 4.79089C2.36373 3.31592 3.63065 2.09934 5.14089 1.25977C6.65113 0.420205 8.35315 -0.0137108 10.081 0.000330246C11.8089 0.0143713 13.5036 0.47589 15 1.33989ZM13.707 7.29289C13.5348 7.12072 13.3057 7.01729 13.0627 7.002C12.8197 6.98672 12.5794 7.06064 12.387 7.20989L12.293 7.29289L9 10.5849L7.707 9.29289L7.613 9.20989C7.42058 9.06075 7.18037 8.98692 6.9374 9.00225C6.69444 9.01757 6.46541 9.12101 6.29326 9.29315C6.12112 9.4653 6.01768 9.69433 6.00235 9.9373C5.98702 10.1803 6.06086 10.4205 6.21 10.6129L6.293 10.7069L8.293 12.7069L8.387 12.7899C8.56237 12.926 8.77803 12.9998 9 12.9998C9.22197 12.9998 9.43763 12.926 9.613 12.7899L9.707 12.7069L13.707 8.70689L13.79 8.61289C13.9393 8.42049 14.0132 8.18024 13.9979 7.93721C13.9826 7.69419 13.8792 7.46509 13.707 7.29289Z' fill='%23FB366E'/%3E%3C/svg%3E");
}

.course-program-section__subbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 10px;
}

.cps-item {
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.cps-item img {
  max-width: 24px;
}
.cps-item p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.course-program-section .accordion__item {
  border: 1px solid #F5F5F5;
  overflow: hidden;
}
.course-program-section .accordion__button__subtitle {
  color: rgba(31, 34, 43, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1px;
}
.course-program-section .faq-box {
  margin-top: 20px;
}

.course-program-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 16px;
  margin-bottom: 20px;
}

.course-program-item__title {
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 20px;
  padding-right: 20px;
  height: 36px;
  border: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-color-pink);
  border-radius: 10px;
}

.tariff-plan--accent .tariff-plan__top {
  background-color: var(--brand-color-pink);
}
.tariff-plan--accent .tariff-plan__title,
.tariff-plan--accent .tariff-plan__text,
.tariff-plan--accent .tariff-plan__current-price {
  color: #fff;
}
.tariff-plan--accent .tariff-plan__info-line,
.tariff-plan--accent .tariff-plan__old-price {
  color: #FED7E2;
}
.tariff-plan--accent .tariff-plan__btn {
  color: var(--brand-color-pink);
  background-color: #fff;
  border-color: #fff;
}
.tariff-plan--accent .tariff-plan__btn:hover {
  background-color: var(--brand-color-blue);
  color: #fff;
  border-color: var(--brand-color-blue);
}
.tariff-plan--accent .tariff-plan__discount {
  background-color: var(--brand-color-blue);
}

.course-program-section .accordion__button__title {
  margin-bottom: 5px;
}



.ct-vacancies-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.ct-vacancy {
  width: calc(50% - 12px);
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
  flex-direction: column;
}

.ct-vacancy__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
}

.ct-vacancy__title {
  color: #1F222B;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 8px;
}

.ct-vacancy__info {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  width: 100%;
}

.ct-vacancy__text {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #1F222B;
}

.ct-vacancy__bottom {
  display: flex;
  align-items: center;
}

.ct-vacancy .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;
}

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

.ct-vacancy .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;
}

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

.ct-vacancies-dwnl-more-btn {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}



.image-block-section .image-block img {
  border-radius: 16px;
  overflow: hidden;
}

.image-block-section .image-block__subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #777777;
}



@media (max-width: 1919px) {
  .rewiews-card {
    aspect-ratio: 464/250;
  }
  .contact-editor-section--special .section-title {
    font-size: 39rem;
    font-size: clamp(24px, 39rem, 39px);
  }
  .tariff-plan__title {
    font-size: 32rem;
    font-size: clamp(24px, 32rem, 32px);
  }
  .tariff-plan__text {
    font-size: 14rem;
    font-size: clamp(13px, 14rem, 14px);
  }
  .tariff-plan__old-price {
    font-size: 20rem;
    font-size: clamp(14px, 20rem, 20px);
  }
  .tariff-plan__current-price {
    font-size: 40rem;
    font-size: clamp(32px, 40rem, 40px);
  }
  .tariff-plan__info-line {
    font-size: 13rem;
    font-size: clamp(13px, 13rem, 13px);
  }
  .tariff-plan__btn {
    font-size: 16rem;
    font-size: clamp(14px, 16rem, 16px);
  }
  .tariff-plan__discount {
    font-size: clamp(14px, 18rem, 18px);
  }

  .course-program-section .accordion__button__title {
    font-size: clamp( 18px, 32rem, 32px);
  }

  .course-program-section .accordion__button__subtitle {
    font-size: clamp( 13px, 16rem, 16px);
  }

  .course-program-section .accordion__content {
    font-size: clamp( 16px, 18rem, 18px);
  }

  .course-program-item__title {
    font-size: clamp( 13px, 18rem, 18px);
  }

  .cps-item p {
    font-size: clamp( 13px, 16rem, 16px);
  }

}
@media (max-width: 1700px) {
  .rewiews-card {
    aspect-ratio: 464/300;
  }
}
@media (max-width: 1400px) {

  .course-program-item__title {
    height: 28px;
    padding-left: 8px;
    padding-right: 8px;
  }

}
@media (max-width: 1280px) {
  .rewiews-card .review-item__name {
    font-size: 16px;
  }
  .rewiews-card .review-item__position {
    font-size: 13px;
  }
  .rewiews-card__stars {
    max-width: 90px;
  }
  .rewiews-card__top {
    margin-bottom: 14px;
  }
  .rewiews-card__bottom {
    font-size: 14px;
    min-height: 78px;
  }
  .read-full-review-text {
    font-size: 13px;
  }
  .rewiews-card {
    padding: 12px;
    border-radius: 12px;
  }
  .rewiews-card {
    aspect-ratio: 464/260;
    min-height: initial;
  }
  .contact-editor-section--special .contact-editor-section__left,
  .contact-editor-section--special .contact-editor-section__right {
    width: 100%;
  }
  .contact-editor-section--special .contact-editor-section__right {
    max-width: 560px;
  }
  .contact-editor-section--special .contact-editor-section__inner {
    flex-direction: column;
    row-gap: 32px;
  }
  .contact-editor-section--special .section-title {
    margin-bottom: 0;
  }
  .contact-editor-section--special .contact-editor-section__inner {
    padding: 20px;
  }
  .licenses-certificates-box {
    row-gap: 60px;
  }
  .license-certificate-item__name {
    font-size: 16px;
  }
  .license-certificate-item-tab {
    font-size: 12px;
  }
  .license-certificate-item__top img {
    right: 0;
  }
  .licenses-certificates-box {
    margin-top: 60px;
  }
  .license-certificate-item-tab {
    height: 32px;
  }
  .tariff-plans-box {
    gap: 20px;
  }
}
@media (max-width: 1000px) {
  .licenses-certificates-box {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .tariff-plans-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tariff-plan {
    width: calc(50% - 10px);
  }
  .tariff-plan__btn {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .cv-courses-section-box {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
@media (max-width: 700px) {
  .license-certificate-item {
    width: 100%;
    border-radius: 12px;
  }
  .license-certificate-item__top img {
    left: 50%;
    transform: translateX(-50%);
    right: initial;
    width: 70%;
    min-width: 270px;
  }
  .license-certificate-item__top {
    margin-bottom: 14px;
  }
  .license-certificate-item__tabs,
  .license-certificate-item__name {
    margin-bottom: 14px;
  }
  .licenses-certificates-box {
    margin-top: 350rem;
    row-gap: 80px;
  }
  .tariff-plan {
    width: 450px;
  }
  .tariff-plans-section .section-title {
    text-align: center;
  }
  .tariff-plans-box {
    margin-top: 24px;
  }
}
@media (max-width: 600px) {
  .cv-courses-section-box {
    margin-top: 24px;
  }
  .lectures-slider,
  .students-feedback-swiper {
    margin-top: 24px;
  }
  .rewiews-card .review-item__avatar {
    width: 36px;
    height: 36px;
  }
  .rewiews-card {
    aspect-ratio: 464/245;
  }
  .contact-editor-section--special .contact-editor-section__inner {
    padding: 12px;
    border-radius: 12px;
  }
  .contact-editor-section--special .section-title {
    font-size: 24px;
  }
  .license-certificate-item-tab {
    height: 32px;
    font-size: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
  .license-certificate-item__name {
    font-size: 14px;
  }
  .supa-btn {
    font-size: 14px;
    height: 32px;
  }
  .license-certificate-item {
    padding: 12px;
  }
  .licenses-certificates-box {
    row-gap: 100px;
  }
  .rewiews-card__text {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 98px;
    margin-bottom: 10px;
  }
  .tariff-plan__btn {
    height: 46px;
    font-size: 14px;
  }
  .tariff-plan__current-price {
    font-size: 32px;
    font-weight: 600;
  }
  .tariff-plan__discount {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 100px;
    height: 23px;
  }
  .tariff-plan__top,
  .tariff-plan__bottom {
    padding: 12px;
  }
  .tariff-plan__list li::before {
    width: 15px;
    height: 15px;
  }
  .tariff-plan__list li {
    font-size: 13px;
    padding-left: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tariff-plan__bottom {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .tariff-plans-box {
    row-gap: 30px;
  }
  .tariff-plan__text {
    color: rgba(31, 34, 43, 0.5);
  }
  .why-us-section__subttle {
    font-size: 14px;
    margin-top: 12px;
  }
  .why-us-grid {
    margin-top: 24px;
  }
  .about-entity-box__item {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .about-entity-section .common-btn {
    margin-top: 24px;
  }
  .why-us-card {
    min-height: 220px;
  }
  .course-program-section__subbox {
    margin-bottom: 25px;
  }
  .course-program-item {
    border-radius: 12px;
    padding: 10px;
  }
  .course-program-section .faq-box {
    margin-top: 14px;
  }
  .course-program-section .accordion__button {
    border-radius: 8px;
    padding: 10px;
  }
  .course-program-section .accordion__content > * {
    margin-bottom: 8px;
  }
  .course-program-section .accordion__content {
    padding-bottom: 10px;
  }
  .course-program-item {
    margin-bottom: 24px;
  }
  .licenses-certificates-section .show-all-licenses-certificates {
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    height: 46px;
    font-size: 14px;
    line-height: 16px;
    border-radius: 12px;
    display: flex;
  }

  .team-tab-btns {
    margin-top: 24px;
  }

}
@media (max-width: 500px) {
  .rewiews-card__text {
    -webkit-line-clamp: 4;
    min-height: 80px;
  }
  .licenses-certificates-box {
    margin-top: 280rem;
  }
  .tariff-plan__current-price {
    line-height: 1.1;
  }
  .licenses-certificates-box {
    row-gap: 70px;
  }
}







.contact-editor-section .section-title {
  line-height: 1.3;
}

.students-feedback-section .review-item__avatar img {
  background-color: #fff;
}

.rewiews-card--opened .rewiews-card__text {
  min-height: initial;
  -webkit-line-clamp: initial;
}

.rewiews-card.rewiews-card--opened {
  aspect-ratio: initial;
}

.license-certificate-item--hide {
	display: none;
}

.avatars-list__wrapper {
  display: grid;
  grid-template-rows: 64px 64px;
  grid-auto-flow: column;
  padding-bottom: 25px;
}


.avatars-list {
  scrollbar-width: auto;
  scrollbar-color: var(--brand-color-pink) #F5F5F5;
}

@media (max-width: 1600px) {



}

@media (max-width: 1250px) {

  .project-discussion__avatars {
    margin-top: 30px;
  }

  .project-discussion-section .connect-us-btn {
    min-height: 46px;
  }

  .project-discussion__wrapper {
    aspect-ratio: initial;
  }

}

@media (max-width: 1100px) {

  .project-discussion__left {
    width: 300px;
  }

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

}

@media (max-width: 1000px) {

  .project-discussion__avatars {
    margin-top: 20px;
  }

}

@media (max-width: 800px) {

  .project-discussion__left,
  .project-discussion__right {
    max-width: 450px;
    width: 100%;
  }

}

@media (max-width: 600px) {

  .project-discussion__avatars {
    margin-top: 24px;
  }

  .project-discussion-section .connect-us-btn {
    border-radius: 12px;
  }

}

@media (max-width: 550px) {

  .project-discussion__avatars {
    left: 0;
    position: relative;
    width: calc(100% + 12px);
  }

  .avatars-list {
    padding-right: 12px;
  }

}

@media (min-width: 800px) and (max-width: 1919px) {

  .project-discussion__image {
    max-width: initial;
    flex-shrink: initial;
    aspect-ratio: initial;
  }

  .project-discussion__info {
    max-width: initial;
  }

}

@media (min-width: 800px) and (max-width: 1200px) {

  .badge {
    font-size: 10.5px;
  }

}






/* 05-01-2026 */
.bwc-bottom-box {
  width: 100%;
  padding: 32px;
  border-radius: 16px;
  border: 2px solid #E0E0E1;
}

.bwc-bottom-box.page-content .bwc-title {
  color: #1F222B;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
}
.bwc-bottom-box.page-content .bwc-list {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-top: 0;
}
.bwc-bottom-box.page-content .bwc-list li {
  margin-bottom: 3px;
}
.bwc-bottom-box.page-content .bwc-strong-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4px;
}
.bwc-bottom-box.page-content .common-btn {
  width: 100%;
  margin-top: 24px;
}
.bwc-bottom-box.page-content .small-quote-block {
  margin-top: 24px;
  margin-bottom: 0;
}

.bwc-bottom-box-block {
  margin-bottom: 60px;
}

.bwc-btn-cb {
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 16px;
  background-color: #fff;
  margin-bottom: 10px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-duration: 0.3s;
  cursor: pointer;
}
.bwc-btn-cb::after {
  content: "посмотреть";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  color: #8F9195;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}
.bwc-btn-cb .bwc-btn-cb-title {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.bwc-btn-cb .bwc-btn-cb-title::before {
  content: "";
  display: flex;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 2L12.117 2.007C12.3402 2.03332 12.5481 2.13408 12.707 2.29301C12.8659 2.45194 12.9667 2.65978 12.993 2.883L13 3V7L13.005 7.15C13.0408 7.62617 13.2458 8.07383 13.5829 8.41203C13.92 8.75023 14.3669 8.95666 14.843 8.994L15 9H19L19.117 9.007C19.3402 9.03332 19.5481 9.13408 19.707 9.29301C19.8659 9.45194 19.9667 9.65978 19.993 9.883L20 10V19C20 19.7652 19.7077 20.5015 19.1827 21.0583C18.6578 21.615 17.9399 21.9501 17.176 21.995L17 22H7C6.23479 22 5.49849 21.7077 4.94174 21.1827C4.38499 20.6578 4.04989 19.9399 4.005 19.176L4 19V5C3.99996 4.23479 4.29233 3.49849 4.81728 2.94174C5.34224 2.38499 6.06011 2.04989 6.824 2.005L7 2H12Z' fill='%234237CD'/%3E%3Cpath d='M19.001 7.00002H15.001L15 2.99902L19.001 7.00002Z' fill='%234237CD'/%3E%3C/svg%3E");
}

.bwc-btn-cb:hover {
  background-color: #EFEEFB;
}

.bwc-top-box {
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}

.bwc-top-box__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 24px;
}

.bwc-top-box__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}

.bow-box {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.bow-box-item {
  padding: 20px;
  padding-top: 12px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(236, 236, 236, 0.831);
  position: relative;
  overflow: hidden;
}
.bow-box-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.bow-box-item__number {
  width: -moz-max-content;
  width: max-content;
  color: rgba(245, 245, 245, 0.5);
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  z-index: 2;
}
.bow-box-item__content {
  z-index: 2;
}

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

.bow-box-item__text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  min-height: 75px;
}

.bow-box-item:nth-child(1),
.bow-box-item:nth-child(2),
.bow-box-item:nth-child(3) {
  width: calc(33.33% - 16px);
  aspect-ratio: 464/342;
}

.bow-box-item:nth-child(4),
.bow-box-item:nth-child(5) {
  width: calc(50% - 12px);
  aspect-ratio: 708/342;
}

.bow-box-item:nth-child(4) .bow-box-item__text {
  max-width: 530px;
}

.bow-box-item:nth-child(5) .bow-box-item__text {
  max-width: 465px;
}

.bow-box-item__bg--mob {
  display: none;
}

.ct-vacancies-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;
}

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

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

.key-skills-tabs {
  display: flex;
  gap: 8px;
}

.key-skills-tab {
  color: rgba(31, 34, 43, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 8px;
  white-space: nowrap;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  cursor: pointer;
}

.full-vacancy-box {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.full-vacancy-box__left {
  width: 50%;
  padding: 32px;
  background-color: #fff;
  border-radius: 16px;
}

.full-vacancy-header {
  color: #1F222B;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.16;
  margin-bottom: 24px;
}

.full-vacancy-info-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.full-vacancy-info-pan {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7E76DD;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 8px;
  border: 1px solid #EFEEFB;
  height: 28px;
}

.full-vacancy-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}

.full-vacancy-box__right {
  width: 50%;
  border: 2px solid #E0E0E1;
  padding: 32px;
  border-radius: 16px;
}
.full-vacancy-box__right p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.full-vacancy-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 24px;
}

.key-skills-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.full-vacancy-btns {
  margin-top: 40px;
  display: flex;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.full-vacancy-btns .common-btn {
  width: 50%;
  min-width: initial;
}
.full-vacancy-btns .common-btn--empty {
  width: 50%;
  background-color: transparent;
  border-color: var(--brand-color-blue);
  border: 1px solid var(--brand-color-blue);
  color: var(--brand-color-blue);
}
.full-vacancy-btns .common-btn--empty:hover {
  background-color: var(--brand-color-light-purple);
}

.full-vacancy-box__item {
  margin-bottom: 40px;
}

.full-vacancy-btns .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;
}

.full-vacancy-btns .connect-to-telegram:hover {
  background-color: var(--brand-color-light-purple);
}

.full-vacancy-box__left .info-card__qert span::after {
  background-color: #777;
}

.project-team-assembly-section--special .pta-item {
  background-color: #fff;
}
.project-team-assembly-section--special .pta-item__right {
  justify-content: center;
}
.project-team-assembly-section--special .project-team-assembly__right {
  row-gap: 24px;
}
.project-team-assembly-section--special .common-btn {
  width: 100%;
  margin-top: 24px;
}
.project-team-assembly-section--special .project-team-assembly__box {
  margin-top: 40px;
}

@media (max-width: 1919px) {
  .bwc-top-box__title {
    font-size: clamp(24px, 48rem, 48px);
  }
  .bow-box-item__title {
    font-size: clamp(18px, 32rem, 32px);
    margin-bottom: 22rem;
  }
  .bow-box-item__text {
    font-size: clamp(14px, 18rem, 18px);
  }
  .bow-box-item__number {
    font-size: clamp(18px, 32rem, 32px);
  }
  .bow-box-item {
    padding: 20rem;
    padding-top: 10px;
  }
  .ct-vacancy__title {
    font-size: clamp(16px, 18rem, 18px);
  }
  .ct-vacancy__text {
    font-size: clamp(14px, 16rem, 16px);
  }
  .full-vacancy-box__right,
  .full-vacancy-box__left {
    padding: 32rem;
  }
  .full-vacancy-box__item {
    margin-bottom: 40rem;
  }
  .full-vacancy-header {
    font-size: clamp(24px, 48rem, 48px);
  }
  .full-vacancy-description,
  .full-vacancy-box__right p,
  .full-vacancy-box__right .wp-block-list li,
  .full-vacancy-box__right .bwc-list li {
    font-size: clamp(14px, 16rem, 16px);
  }
  .full-vacancy-title {
    font-size: clamp(18px, 32rem, 32px);
    margin-bottom: 24rem;
  }
  .full-vacancy-btns {
    margin-top: 40rem;
  }
}
@media (max-width: 1280px) {
  .project-team-assembly-section--special .project-team-assembly__box {
    min-height: initial;
  }
}
@media (max-width: 1100px) {
  .bow-box {
    gap: 20px;
  }
  .full-vacancy-btns {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .full-vacancy-box {
    flex-direction: column;
    row-gap: 24px;
  }
  .full-vacancy-box__left,
  .full-vacancy-box__right {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .project-team-assembly-section--special .common-btn {
    max-width: 700px;
  }
  .project-team-assembly-section--special .project-team-assembly__left {
    aspect-ratio: 1/1.1;
    height: auto;
  }
  .project-team-assembly-section--special .project-team-bg {
    -o-object-position: initial;
       object-position: initial;
  }
}
@media (max-width: 900px) {
  .bow-box .bow-box-item {
    width: 100%;
    max-width: 500px;
    max-width: initial;
    width: min(700px, 100%);
    aspect-ratio: 708/300;
  }
  .bow-box-item__title {
    font-size: 22px;
  }
  .bow-box-item__text {
    font-size: 16px;
  }
  .bow-box-item__number {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .ct-vacancy {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .bwc-top-box {
    padding: 12px;
    border-radius: 12px;
  }
  .bwc-top-box__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .bwc-top-box__text {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .bow-box-item__bg {
    display: none;
  }
  .bow-box-item__bg--mob {
    display: flex;
  }
  .bow-box-item__title {
    font-size: 18px;
  }
  .bow-box-item__text {
    font-size: 14px;
  }
  .bow-box-item__number {
    font-size: 18px;
  }
  .bow-box {
    row-gap: 24px;
  }
  .bow-box .bow-box-item {
    border-radius: 12px;
    aspect-ratio: 300/220;
    padding: 12px;
  }
  .bow-box {
    margin-top: 24px;
  }
  .bow-box-item__text {
    min-height: initial;
  }
  .ct-vacancies-tabs__btn {
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 8px;
    font-size: 14px;
  }
  .ct-vacancy {
    border-radius: 12px;
    padding: 12px;
  }
  .ct-vacancy__title {
    margin-bottom: 14px;
  }
  .ct-vacancy__info {
    margin-bottom: 12px;
  }
  .ct-vacancy__content {
    margin-bottom: 16px;
  }
  .ct-vacancies-dwnl-more-btn {
    width: 100%;
    max-width: 500px;
    height: 46px;
    font-size: 14px;
    border-radius: 12px;
    display: flex;
  }
  .ct-vacancy .want-this-btn {
    font-size: 14px;
  }
  .ct-vacancy .more-info-btn {
    font-size: 14px;
  }
  .full-vacancy-box__left,
  .full-vacancy-box__right {
    padding: 12px;
    border-radius: 12px;
  }
  .ct-vacancy__info.info-card__qert {
    margin-bottom: 14px;
  }
  .full-vacancy-info-wrap {
    margin-bottom: 14px;
  }
  .full-vacancy-description {
    margin-bottom: 16px;
  }
  .full-vacancy-info-pan {
    font-size: 12px;
    height: 30px;
  }
  .full-vacancy-info-wrap {
    gap: 6px;
  }
  .full-vacancy-box {
    row-gap: 15px;
  }
  .full-vacancy-description, .full-vacancy-box__right p, .full-vacancy-box__right .wp-block-list li, .full-vacancy-box__right .bwc-list li {
    font-size: 13px;
  }
  .full-vacancy-box__item {
    margin-bottom: 24px;
  }
  .full-vacancy-title {
    margin-bottom: 12px;
  }
  .full-vacancy-btns {
    flex-direction: column;
    row-gap: 12px;
    margin-top: 12px;
  }
  .full-vacancy-btns .common-btn {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .full-vacancy-box__right {
    border-width: 1px;
  }
  .project-team-assembly-section--special .project-team-assembly__box {
    margin-top: 24px;
  }
}
@media (max-width: 500px) {
  .bwc-top-box .common-btn {
    width: 100%;
    max-width: initial;
  }
  .project-team-assembly__left {
    aspect-ratio: 1/1;
  }
}





/* 14-01-26 */

/* Popup */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none;
  padding: 20px;
  padding-top: 15px;
  max-width: 464px;
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  max-height: 98%;
  overflow-y: auto;
  overflow-x: none;
  scrollbar-width: thin;
  scrollbar-color: var(--brand-color-blue) transparent;
}

.popup.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background: rgba(121, 121, 121, 0.025);
  backdrop-filter: blur(3px) saturate(140%);
  -webkit-backdrop-filter: blur(3px) saturate(140%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.popup-overlay.is-open {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup__container {
  position: relative;
  z-index: 2;
  border-radius: 28px;
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  z-index: 4;
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #0f172a;
  transform-origin: center;
}

.popup__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__title {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 5px;
}

.popup__subtitle {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

/* Form */
.popup-form__field {
  margin-bottom: 16px;
}

.contact-editor-section .popup-form__field {
  margin-bottom: 8px;
}

.sub-spec-wrap {
  margin-top: 14px;
}

.popup .sub-spec-wrap {
  margin-top: 0;
}

.popup .popup-form__field input {
  width: 100%;
  height: 56px;
  padding: 0 16px;
  border-radius: 12px;
  border: 1px solid rgba(174, 169, 234, 0.2);
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  outline: none;
}

.popup .contact-form-box form .dropdown__button {
  background-color: transparent;
}

.popup .form-group {
  margin-bottom: 14px;
}

.popup .dropdown__list-item {
  background-color: #fff;
}

.popup .dropdown__list {
  border: 1px solid rgba(174, 169, 234, 0.2);
}

.popup .wpcf7-submit {
  width: 100%;
  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;
  margin-top: 14px;
  cursor: pointer;
}

.popup-form__input::-moz-placeholder {
  color: #8F9095;
}

.popup-form__input::placeholder {
  color: #8F9095;
}

.popup-form__input:focus {
  border-color: #a5b4fc;
  box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15);
}

.popup-form__select {
  width: 100%;
  height: 74px;
  padding: 0 24px;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.popup-form__select-text {
  font-size: 22px;
  color: #94a3b8;
}

.popup-form__select-icon {
  width: 18px;
  height: 18px;
  border-right: 2px solid #94a3b8;
  border-bottom: 2px solid #94a3b8;
  transform: rotate(45deg);
  margin-top: -4px;
}

.popup-form__accept {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin: 18px 0 18px;
}

.popup-form__checkbox {
  width: 22px;
  height: 22px;
  margin-top: 3px;
  accent-color: #3f35d2;
  cursor: pointer;
}

.popup-form__accept-text {
  font-size: 18px;
  line-height: 1.35;
  color: #0f172a;
}

.popup-form__accept-text a {
  color: #0f172a;
  text-decoration: underline;
}

.popup-form__or {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
  color: #94a3b8;
  font-size: 18px;
}

.popup-form__or span {
  height: 1px;
  background: #e2e8f0;
  flex: 1;
}

.popup-form__or em {
  font-style: normal;
  top: -2px;
  position: relative;
  color: rgba(31, 34, 43, 0.4);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.popup-form__telegram {
  width: 100%;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #27A6E5;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  -moz-column-gap: 12px;
  column-gap: 12px;
  transition-duration: 0.3s;
}

.popup-form__telegram:hover {
  background-color: #fff;
  background: #0097e2;
}

.popup-form__tg-icon {
  display: inline-block;
  width: 19px;
  height: auto;
  aspect-ratio: 19/17;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2219%22%20height%3D%2217%22%20viewBox%3D%220%200%2019%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M19%200.602225L15.9946%2016.2923C15.9946%2016.2923%2015.5741%2017.3801%2014.4189%2016.8584L7.48458%2011.3526L7.45242%2011.3364C8.38909%2010.4654%2015.6524%203.70266%2015.9698%203.39612C16.4613%202.92136%2016.1562%202.63873%2015.5856%202.99736L4.85679%2010.053L0.717638%208.61077C0.717638%208.61077%200.0662573%208.37083%200.00359284%207.84911C-0.0598962%207.32653%200.739076%207.0439%200.739076%207.0439L17.6131%200.188948C17.6131%200.188948%2019%20-0.44207%2019%200.602225Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
}

.popup textarea:focus,
.contact-editor-section textarea:focus, 
.popup input:focus,
.contact-editor-section input:focus {
  border-color: var(--brand-color-blue);
}

.popup textarea,
.contact-editor-section textarea {
  width: 100%;
  height: 140px;
  resize: none;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(174, 169, 234, 0.2);
  font-size: 16px;
  font-weight: 400;
  background-color: transparent;
  outline: none;
}

.popup textarea::-moz-placeholder,
.contact-editor-section textarea::-moz-placeholder {
  color: #8F9095;
  font-size: 16px;
}

.popup textarea::placeholder,
.contact-editor-section textarea::placeholder {
  color: #8F9095;
  font-size: 16px;
}

.popup .contact-form-box form .dropdown__button {
  margin-bottom: 0;
  border-radius: 12px;
}

.popup .dropdown__button.dropdown__button--active {
    border-color: var(--brand-color-blue);
}

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

.popup .dropdown__list-item:last-child {
  border-radius: 0 0 12px 12px;
}

.popup .dropdown__list {
  border-radius: 12px;
}

.popup .wpcf7-file {
  padding-top: 17px;
  padding-bottom: 17px;
  border: none;
}




.file-field {
	position: relative;
}

.file-field input[type="file"] {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.file-field__btn {
	cursor: pointer;
	user-select: none;
  margin-bottom: 7px;
}

.file-field__text {
  font-size: 16px;
  font-weight: 400;
  transition-duration: .3s;
}

.file-field__text:hover {
  color: var(--brand-color-blue);
}

.file-field__text::before {
  content: '';
  display: inline-block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_2_12837)%22%3E%3Cpath%20d%3D%22M12.5002%205.83339L7.08357%2011.2501C6.75205%2011.5816%206.56581%2012.0312%206.56581%2012.5001C6.56581%2012.9689%206.75205%2013.4185%207.08357%2013.7501C7.41509%2014.0816%207.86473%2014.2678%208.33357%2014.2678C8.80242%2014.2678%209.25205%2014.0816%209.58357%2013.7501L15.0002%208.33339C15.6633%207.67034%2016.0358%206.77107%2016.0358%205.83339C16.0358%204.8957%2015.6633%203.99643%2015.0002%203.33339C14.3372%202.67034%2013.4379%202.29785%2012.5002%202.29785C11.5626%202.29785%2010.6633%202.67034%2010.0002%203.33339L4.58357%208.75005C3.58901%209.74461%203.03027%2011.0935%203.03027%2012.5001C3.03027%2013.9066%203.58901%2015.2555%204.58357%2016.2501C5.57814%2017.2446%206.92705%2017.8034%208.33357%2017.8034C9.7401%2017.8034%2011.089%2017.2446%2012.0836%2016.2501L17.5002%2010.8334%22%20stroke%3D%22%231F222B%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_2_12837%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  margin-right: 8px;
  top: 4px;
  position: relative;
}

.file-field {
  margin-top: 20px;
  margin-bottom: 12px;
}

.file-field .file-field__name {
    font-size: 15px;
    font-weight: 400;
    color: var(--brand-color-blue);
    width: 100%;
}

.file-field .wpcf7-not-valid-tip {
  display: flex;
  bottom: -5px;
  color: rgb(157, 2, 2);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  height: 20px;
}

.file-field__remove {
	position: absolute;
	top: 4px;
  right: 0;
	width: 22px;
	height: 22px;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%3E%0A%20%20%3Cg%20clip-path%3D%22url(%23clip0_2_12851)%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M18%206L6%2018%22%20stroke%3D%22%231F222B%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%20%20%3Cpath%20d%3D%22M6%206L18%2018%22%20stroke%3D%22%231F222B%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%0A%20%20%3C/g%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip0_2_12851%22%3E%0A%20%20%20%20%20%20%3Crect%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22white%22/%3E%0A%20%20%20%20%3C/clipPath%3E%0A%20%20%3C/defs%3E%0A%3C/svg%3E");

  background-position: center;
  background-size: contain;
  background-repeat: repeat;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: 0.2s ease;
}

.file-field--selected .file-field__remove {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.file-field__remove:hover {
  filter: brightness(0) saturate(100%) invert(17%) sepia(56%) saturate(3691%) hue-rotate(238deg) brightness(110%) contrast(96%);
}



@media (max-width: 1350px) {
  .popup textarea::-moz-placeholder,
  .contact-editor-section textarea::-moz-placeholder {
    font-size: 14px;
  }
  .popup textarea::placeholder,
  .contact-editor-section textarea::placeholder {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .popup textarea {
    padding: 10px;
    border-radius: 12px;
  }
}

@media (max-width: 500px) {
  .popup {
    width: calc(100% - 10px);
    border-radius: 12px;
    padding: 12px;
  }
  .popup__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    padding-right: 35px;
  }
  .popup__subtitle {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .popup .popup-form__field input {
    height: 46px;
    border: 12px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    border: 1px solid rgba(174, 169, 234, 0.2);
  }

  .popup .popup-form__field input:focus {
    border-color: var(--brand-color-blue);
  }

  .popup .popup-form__field input::-moz-placeholder {
    font-size: 14px;
  }
  .popup .popup-form__field input::placeholder {
    font-size: 14px;
  }
  .popup .contact-form-box form .dropdown__button {
    font-size: 14px;
    padding-left: 10px;
  }
  .popup-form__field {
    margin-bottom: 12px;
  }
  .popup .form-group {
    margin-bottom: 12px;
  }
  .popup .contact-form-box form .dropdown__button {
    margin-bottom: 0;
  }
  .popup__close {
    width: 20px;
    height: 20px;
    top: 20px;
    right: 15px;
  }
  .popup .wpcf7-form-control-wrap {
    margin-top: 0;
  }
  .popup .wpcf7-submit,
  .popup-form__telegram {
    margin-top: 6px;
    height: 46px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
  }
  .popup-form__telegram {
    font-weight: 400;
    margin-top: 0;
  }
  .popup-form__or em {
    font-size: 13px;
  }
  .popup-form__or {
    margin: 10px 0;
  }
  .popup-form__tg-icon {
    width: 15px;
  }
  .popup .contact-form-box form .dropdown__button {
    border-radius: 12px;
    padding-right: 32px;
  }
  .popup .dropdown__list-item:first-child {
    border-radius: 10px 10px 0 0;
  }
  .popup .dropdown__list-item:last-child {
    border-radius: 0 0 10px 10px;
  }

  .popup__close::before, .popup__close::after {
    display: flex;
    width: 18px;
    height: 1px;
  }

  .popup .wpcf7-submit {
    margin-top: 10px;
  }
}


/* last */ 

.popup .dropdown__list {
  max-height: 123px;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup .dropdown__list-item {
  transition-duration: .3s;
}

.popup .dropdown__list-item:hover  {
  color: var(--brand-color-blue);
}

.popup .dropdown__list-item {
  padding: 10px 20px;
}

.form-group-wrap {
  margin-bottom: 8px;
}





@media (max-width: 500px) {

  .dropdown__list-item {
    height: auto; 
  }

  .popup .dropdown__list-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup {
    padding-top: 12px;
    padding-bottom: 16px;
  }
    
}





#ez-toc-container {
  border-radius: 16px;
  border: none !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

#ez-toc-container.toc_close .ez-toc-toggle {
  margin-bottom: 10px;
}

#ez-toc-container.toc_close {
  padding-bottom: 20px !important;
}

.ez-toc-toggle {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  height: 40px;
}

.ez-toc-toggle::before {
  content: 'Содержание';
  display: inline-block;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.ez-toc-toggle::after {
  content: '';
  display: inline-block;
  width: 14px;
  aspect-ratio: 12/6;
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2715%27%20height%3D%279%27%20viewBox%3D%270%200%2015%209%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M1.5%201.5L7.5%207.5L13.5%201.5%27%20stroke%3D%27%231F222B%27%20stroke-width%3D%273%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
  margin-left: 7px;
}

#ez-toc-container.toc_close .ez-toc-toggle::after  {
  transform: rotate(180deg);
  top: 1px;
}

.ez-toc-js-icon-con {
  display: none !important;
}

#ez-toc-container a:hover {
  text-decoration: none !important;
}

.ez-toc-btn:focus {
  outline: none !important;
}

.ez-toc-list li {
  margin-bottom: 8px !important;
}

.ez-toc-link {
  color: #4036C8 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 120% !important;
}

.ez-toc-link:hover {
  text-decoration: underline !important;
}

.ez-toc-list-level-3 {
  margin-top: 7px !important;
}

@media (max-width: 600px) {

  .ez-toc-toggle::before {
    font-weight: 500;
  }

  #ez-toc-container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #ez-toc-container.toc_close {
    padding-bottom: 5px !important;
  }

  #ez-toc-container.toc_close .ez-toc-toggle {
    margin-bottom: 5px;
  }

  .ez-toc-toggle::after {
      width: 12px;
  }

}


.el {
  transition: .3s;
}


.page-content.special-title-block {
  margin-top: 0;
}

.page-content.special-title-block * {
  text-align: center; 
  margin-top: 0;
  margin-bottom: -30px;
}

.page-content.special-title-block h2 {
  font-weight: 500;
  font-size: 40px;
  line-height: 52px;
}

.page-content.special-title-block h3,
.page-content.special-title-block h4,
.page-content.special-title-block h5 {
  font-weight: 500;
}

.page-content.special-title-block h3 {
  font-size: 34px;
  line-height: 44px;
}

.page-content.special-title-block h4 {
  font-size: 29px;
  line-height: 38px;
}

.page-content.special-title-block h5 {
  font-size: 24px;
  line-height: 32px;
}


.sd-page-content.page-content a {
  color: var(--brand-color-blue);
  transition-duration: .3s;
  text-decoration: underline;
}

.sd-page-content.page-content a:hover {
  text-decoration: none;
  color: var(--brand-color-blue);
}

@media (max-width: 1919px) {

  .page-content.special-title-block h2 {
    font-size: 2.08vw;
    line-height: 2.71vw;
  }

  .page-content.special-title-block h3 {
    font-size: 1.77vw;
    line-height: 2.29vw;
  }

  .page-content.special-title-block h4 {
    font-size: 1.51vw;
    line-height: 1.98vw;
  }

  .page-content.special-title-block h5 {
    font-size: 1.25vw;
    line-height: 1.67vw;
  }

}

@media (max-width: 1280px) {

  .page-content.special-title-block * {
    margin-bottom: -10px;
  }

}

@media (max-width: 1100px) {

  .page-content.special-title-block h2 {
    font-size: 30px;
    line-height: 130%;
  }

  .page-content.special-title-block h3 {
    font-size: 26px;
    line-height: 130%;
  }

  .page-content.special-title-block h4 {
    font-size: 22px;
    line-height: 130%;
  }

  .page-content.special-title-block h5 {
    font-size: 20px;
    line-height: 130%;
  }

}

@media (max-width: 800px) {

  .page-content.special-title-block h2 {
    font-size: 25px;
  }

  .page-content.special-title-block h3 {
    font-size: 22px;
  }

  .page-content.special-title-block h4 {
    font-size: 20px;
  }

  .page-content.special-title-block h5 {
    font-size: 18px;
  }

}

@media (max-width: 600px) {

  .page-content.special-title-block h2 {
    font-size: 24px;
    line-height: 120%;
  }

  .page-content.special-title-block h3 {
    font-size: 20px;
    line-height: 120%;
  }

  .page-content.special-title-block h4 {
    font-size: 18px;
    line-height: 120%;
  }

  .page-content.special-title-block h5 {
    font-size: 16px;
    line-height: 120%;
  }
  
  .page-content.special-title-block * {
    margin-bottom: 0;
  }

  .course-program-section .accordion__content {
    font-size: 13px;
  }

  .image-block-section .image-block img {
    border-radius: 12px;
  }

}

.accordion__content ul li {
  margin-bottom: 7px;
}

.wpa-test-msg {
  display: none !important;
}

.page-content .page-content__title {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.15;
}

@media (max-width: 600px) {
  .page-content .page-content__title {
    font-size: 25px;
  }
}
