html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* golos-text-regular - cyrillic_cyrillic-ext_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_cyrillic-ext_latin-regular.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* golos-text-500 - cyrillic_cyrillic-ext_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_cyrillic-ext_latin-500.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* golos-text-700 - cyrillic_cyrillic-ext_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_cyrillic-ext_latin-700.woff2")
    format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --white: #f5f5f5;
  --black: #0f0f0f;
  --green: #26ddcc;
  --grey-text: #989898;
  --grey-light: #e7eae9;
  --grey: #dfdfdf;
  --dark-grey: #5c5a5a;
  --red: #db1313;
  --white-100: rgba(245, 245, 245, 0.1);
  --white-200: rgba(245, 245, 245, 0.2);
  --black-200: rgba(15, 15, 15, 0.2);
  --black-400: rgba(15, 15, 15, 0.4);
  --black-500: rgba(15, 15, 15, 0.5);
  --font-family: "Golos Text", sans-serif;
  --second-family: "Inter", sans-serif;
  --third-family: "Golos Text VF", sans-serif;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.h2 {
  font-weight: 400;
  font-size: 6.7rem;
  line-height: 100%;
}

.h3 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
}

.p,
.cases__slide-body a {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--grey-text);
}

.h2 span {
  color: var(--green);
}

body {
  font-family: var(--font-family);
  background: var(--black);
}

html {
  font-size: clamp(8px, 0.52vw, 10px);
}

img,
video,
svg {
  max-width: 100%;
  height: auto;
}

.wrapper {
  max-width: 1800px;
  margin: 0 auto;
}

.section-padding,
.form-block.active,
.home-second__title-2,
.home-second__feature-item,
.home-second__services {
  padding-left: 6rem !important;
  padding-right: 6rem !important;
}

@media screen and (max-width: 960px) {
  .section-padding,
  .form-block.active,
  .home-second__title-2,
  .home-second__feature-item,
  .home-second__services {
    padding-left: 3.2rem !important;
    padding-right: 3.2rem !important;
  }
}

@media screen and (max-width: 480px) {
  .section-padding,
  .form-block.active,
  .home-second__title-2,
  .home-second__feature-item,
  .home-second__services {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}

/* header */

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

.header__content {
  display: flex;
  align-items: center;
  gap: 12rem;
}

.header__nav-list {
  display: flex;
  gap: 4.4rem;
}

.header__nav-list a,
.header__lang {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--white);
  text-decoration: none;
}

.header__nav-link,
.header__lang {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.header__nav-link::before,
.header__lang::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffffff;
  margin-bottom: 0.4rem;
}

.header {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition:
    transform 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}

.header--scrolled {
  background-color: rgba(15, 15, 15, 0.6);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}

.header--hidden {
  transform: translateY(-100%);
}

/* header */

.hero-home__title {
  font-weight: 400;
  font-size: 6.8rem;
  line-height: 100%;
  text-align: center;
  color: var(--white);
}

.hero-home__title span {
  color: var(--green);
}

.hero-home__description {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  text-align: center;
  color: var(--grey-text);
  max-width: 719px;
  margin-top: 4.4rem;
  margin-bottom: 6rem;
}

.hero-home__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
  position: relative;
  z-index: 1;
}

button {
  cursor: pointer;
}

.hero-home__button {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  text-align: center;
  color: var(--black);
  background: var(--green);
  border: none;
  padding: 2.5rem 6rem;
  transition: all ease 0.3s;
  text-decoration: none;
}

.hero-home__button:hover {
  background: var(--white);
  color: var(--black);
}

.hero-home {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-second__title-1,
.home-second__title-2 {
  color: var(--white);
}

.home-second__title-1 {
  text-align: center;
}

.home-second__header {
  margin-bottom: 10rem;
}

.home-second__feature-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-second__feature-item h3 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--green);
}

.home-second__feature-item p {
  max-width: 58.1rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--grey-text);
}

.home-second__feature-item {
  padding: 4.4rem 0;
  border-bottom: 1px solid var(--white);
}

.home-second__features > :first-child {
  border-top: 1px solid var(--white);
}

.home-second__features {
  margin-bottom: 10rem;
}

.home-second__services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 134.4rem;
  gap: 2.4rem;
  margin: 0 auto;
}

.home-second__service-link {
  background: var(--white-100);
  display: flex;
  padding: 3.2rem;
  flex-direction: column;
  gap: 13.3rem;
  text-decoration: none;
  height: 100%;
  min-height: 187.5px;
}

.home-second__service-link img {
  max-width: 3.4rem;
  align-self: flex-end;
}

.home-second__service-name {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
}

.home-second {
  margin-bottom: 18rem;
}

.cases__title {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--green);
  margin-bottom: 6rem;
}

.cases__slide-name {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
  margin-top: 2.4rem;
}

.cases__slide {
  text-decoration: none;
}

.cases__slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 43.6rem;
}

@media screen and (max-width: 767px) {
  .cases__slide-image {
    min-height: 32.8rem;
  }
}

@media screen and (max-width: 500px) {
  .cases__slide-image {
    min-height: 24.3rem;
  }
}

.cases {
  margin-bottom: 18rem;
}

.steps__content {
  display: flex;
}

.steps__content > :first-child {
  flex: 1;
}

.steps__content > :last-child {
  flex: 2;
}

.steps__number {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--grey-text);
}

.steps__item-title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
  margin-bottom: 3.2rem;
}

.steps__item-description {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--grey-text);
}

.steps__item {
  display: flex;
  gap: 10.3rem;
  padding: 4.4rem 0;
  border-bottom: 1px solid var(--white);
}

.steps__list > :first-child {
  border-top: 1px solid var(--white);
}

.steps__text-content {
  display: flex;
  gap: 3.2rem;
}

.promises__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}

.promises__header p {
  max-width: 43.2rem;
}

.promises {
  margin-top: 18rem;
}

.promises__header h2 {
  color: var(--white);
}

.promises__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}

.promises__item {
  background: var(--white-100);
  padding: 3.2rem;
}

.promises__item {
  display: flex;
  flex-direction: column;
  gap: 8.5rem;
}

.promises__item h3 {
  margin-bottom: 3.2rem;
  min-height: 65.67px;
}

.promises__item-label {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 1.6rem;
}

.home-form .promises__item-label::before,
.home-form .header__lang::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--green);
  margin-bottom: 0.4rem;
}

.home-form {
  background-color: var(--white);
  background-image: url("/wp-content/uploads/2025/11/bg-svg.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 55%;
  min-height: 100vh;
}
.form-container {
  padding: 18rem 0;
  width: 100%;
  position: relative;
  z-index: 2;
}

.form-header-h2-1 {
  text-align: right;
}

.form-header {
  margin-bottom: 4rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.progress-bar {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--black);
}

.form-step-intro {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 6rem;
}

.form-block {
  display: none;
}

.top-border:has(.form-block.active) {
  padding-top: 6rem;
  border-top: 1px solid var(--black);
}

.form-block.active {
  display: flex;
  gap: 24rem;
  padding-left: 6rem;
  padding-right: 6rem;
}

.form-content {
  display: flex;
  gap: 5rem;
  margin-bottom: 4rem;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.form-group > label,
.checkbox-group label,
.radio-group label {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--black);
}

.checkbox-group,
.radio-group {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
}

.checkbox-group label,
.radio-group label {
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 10px;
  cursor: pointer;
}
.form-group [type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="url"] {
  width: 100%;
  border: 1px solid var(--black);
  padding: 2.4rem;
  outline: none;
}

.form-group input,
.form-group input::placeholder {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--black);
}

.input-label {
  margin-bottom: 16px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem 17.6rem;
}

.input-label span {
  color: var(--green);
}

.contact-form .form-group {
  margin-bottom: 0;
}

.form-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 1.5rem;
}

.btn {
  border: none;
  transition: background-color 0.3s;
  padding: 2rem;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 110%;
  background: var(--green);
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 8.8rem;
  justify-content: space-between;
}

.btn-secondary:disabled {
  cursor: not-allowed;
}

.form-navigation-final {
  text-align: left;
}

.textarea-wrapper textarea {
  width: 100%;
  min-height: 18rem;
  resize: none;
  border: 1px solid var(--black);
  padding: 2.4rem;
  outline: none;
  margin-top: 1.6rem;
}

.textarea-wrapper textarea,
.textarea-wrapper textarea::placeholder {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--black);
}

.char-counter {
  position: absolute;
  bottom: 2.4rem;
  right: 2.4rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--grey-text);
  color: #aaa;
}

.textarea-wrapper {
  position: relative;
}

.progress-bar-cont {
  display: flex;
}

.cont-112 {
  flex: 1;
}

.checkbox-group-label {
  margin-bottom: 2.4rem;
}

.home-form {
  margin-top: 18rem;
}

.checkbox-group input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.checkbox-group label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  min-height: 18px;
}

.checkbox-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background-color: var(--grey-light);
  transition: background-color 0.2s ease-in-out;
}

.checkbox-group input[type="checkbox"]:checked + label::before {
  background-color: var(--green);
}

.checkbox-group label::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 50%;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translateY(-60%) rotate(45deg);
}

.checkbox-group input[type="checkbox"]:checked + label::after {
  display: block;
}

.radio-group input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}

.radio-group label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  user-select: none;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
}

.radio-group label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
  background-color: var(--grey-light);
  border-radius: 50%;
  transition: background-color 0.2s ease-in-out;
}

.radio-group input[type="radio"]:checked + label::before {
  background-color: var(--green);
}

.radio-group label::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.radio-group input[type="radio"]:checked + label::after {
  display: block;
}

.swiper-team-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 43.2rem;
  margin-bottom: 2.4rem;
}

.team-header h2 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--green);
  opacity: 0.96;
  margin-bottom: 6rem;
}

.team-header p {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
  opacity: 0.96;
}

.team-header {
  margin-bottom: 10rem;
  margin-top: 18rem;
}

.swiper-team {
  overflow: hidden;
}

.swiper-team h3 {
  margin-bottom: 1.6rem;
}

.marquee-wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.marquee {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}

.marquee__content {
  display: flex;
  flex-shrink: 0;
  width: max-content;
  gap: 7rem;
  animation: scroll 40s linear infinite;
  will-change: transform;
}

.marquee--reverse .marquee__content {
  animation-direction: reverse;
}

.marquee:hover .marquee__content {
  animation-play-state: paused;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.marquee__item img {
  max-height: 8rem;
  max-width: 20rem;
  width: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.8;
  transition:
    filter 0.3s,
    opacity 0.3s;
}

.marquee__item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.partners h2 {
  text-align: center;
  margin-bottom: 10rem;
}

.partners {
  margin: 18rem 0;
}

.center-block__text-wrapper h2 {
  color: var(--white);
}

.center-block__image-wrapper {
  display: flex;
  justify-content: center;
}

.center-block__image-wrapper img {
  max-width: 80%;
}

.center-block__image-wrapper {
  margin-top: 10rem;
}

.center-block-text {
  margin-top: 6rem;
}

/* 




 */

.faq__container {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  align-items: start;
}

@media (max-width: 768px) {
  .faq__container {
    grid-template-columns: 1fr;
  }
}

.faq__column {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.faq__item {
  background: var(--white-100);
  color: var(--white);
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: 5rem 3.2rem;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 110%;
  color: var(--white);
}

.faq__icon {
  position: relative;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq__icon::before,
.faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transition: transform 0.3s ease-out;
  transform-origin: center;
}

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

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

.faq__item.active .faq__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq__item.active .faq__icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.faq__answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out;
}

.faq__answer-content {
  padding: 0 3.2rem 3.2rem 3.2rem;
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: var(--grey-text);
}

.home-faq {
  margin: 18rem 0;
}
.home-faq h2 {
  text-align: center;
  margin-bottom: 9.5rem;
}

.footer__header h2 {
  color: var(--white);
}

.footer__header {
  padding-bottom: 4rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid var(--white);
}

.footer__main {
  display: flex;
  gap: 20rem;
}

.footer__main > :first-child,
.footer__main > :last-child {
  flex: 1;
}

.footer__intro img {
  max-width: 60rem;
}

.footer__intro-text {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
}

.footer__intro-text a {
  color: var(--green);
}

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

.footer__form-group {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.footer__form-group label {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: var(--white);
}

.footer__form-fields {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer__form-group input {
  border: 1px solid var(--white);
  padding: 2.4rem;
  background: none;
}

.footer__form-group input:focus {
  outline: none;
  border-color: var(--green);
}

.footer__form-group input {
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: var(--white);
}

.footer__privacy a {
  font-weight: 400;
  font-size: 2rem;
  line-height: 100%;
  color: var(--grey-text);
}
.footer__privacy {
  margin-top: 3.2rem;
  margin-bottom: 6rem;
}

.footer__submit-btn {
  width: 100%;
  background: var(--green);
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  text-align: center;
  color: var(--black);
  border: none;
  padding: 3.2rem 0;
  transition: all ease 0.3s;
}

.footer__submit-btn:hover {
  background: var(--white);
  color: var(--black);
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 5rem;
}

.footer__bottom-row {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer__bottom-row--top p,
.footer__bottom-row--top a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 110%;
  color: var(--grey-text);
}

.footer__socials a {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  text-align: center;
  color: var(--white);
  text-decoration: none;
  display: inline-block;
}

.footer__socials {
  display: flex;
  gap: 7.2rem;
}

.footer__legal p {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: right;
  color: var(--grey-text);
}

.footer__bottom-row--bottom {
  align-items: flex-end;
}

.footer__bottom {
  padding-bottom: 3.2rem;
}

/* 




 */

@media screen and (max-width: 1000px) {
  .hero-home__title br {
    display: none;
    font-size: 6rem;
  }

  .hero-home__title {
    font-size: 6rem;
  }

  .h2 {
    font-size: 5.5rem;
  }

  .home-second__feature-title,
  .home-second__feature-item p {
    max-width: 288px;
  }

  .home-second,
  .cases {
    margin-bottom: 12rem;
  }

  .promises {
    margin-top: 12rem;
  }

  .steps__content {
    flex-direction: column;
  }

  .form-content {
    flex-direction: column;
  }

  .contact-form {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }

  .home-form,
  .team-header {
    margin-top: 12rem;
  }

  .partners,
  .home-faq {
    margin: 12rem 0;
  }

  .faq__container {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

@media screen and (max-width: 1326px) {
  .promises__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .promises__header {
    flex-direction: column;
    gap: 4.4rem;
  }
}

@media screen and (max-width: 1151px) {
  .footer__main {
    gap: 7rem;
  }

  .footer__legal p {
    max-width: 450px;
  }
}

@media screen and (max-width: 824px) {
  .header__content {
    gap: 7rem;
  }

  .header__nav-list {
    gap: 3.4rem;
  }
}

@media screen and (max-width: 767px) {
  .header__nav,
  .header__lang {
    display: none;
  }

  .burger {
    border: none;
    background: none;
  }

  .hero-home__title {
    font-size: 3.5rem;
  }

  .hero-home__description {
    margin-top: 2.4rem;
    margin-bottom: 4.4rem;
  }

  .hero-home__button {
    font-size: 2rem;
    padding: 2rem 4.4rem;
  }
}

@media screen and (max-width: 958px) {
  .h2 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 857px) {
  .h2 {
    font-size: 4.3rem;
  }
}

@media screen and (max-width: 767px) {
  .home-second__feature-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }

  .home-second__feature-title,
  .home-second__feature-item p {
    max-width: 388px;
  }

  .home-second__header {
    margin-bottom: 4.4rem;
  }
  .home-second__feature-item {
    padding: 3.2rem 0;
  }

  .home-second__services {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 1.2rem;
  }

  .h2 {
    font-size: 3rem;
  }

  .home-second__feature-item h3,
  .home-second__service-name,
  .cases__slide-name,
  .team-header p {
    font-size: 2.5rem;
  }

  .steps__item {
    flex-direction: column-reverse;
    gap: 2.4rem;
  }

  .promises__list {
    grid-template-columns: 1fr;
  }

  .form-block.active {
    flex-direction: column;
    gap: 3.2rem;
  }

  .form-navigation > :first-child,
  .form-navigation > :last-child {
    flex: 1;
  }

  .form-header {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .form-header-h2-1 {
    text-align: left;
  }

  .home-form {
    background-image: none;
  }

  .faq__question {
    padding: 3rem 3.2rem;
  }

  .home-faq h2 {
    margin-bottom: 4.5rem;
  }
}

@media screen and (max-width: 661px) {
  .swiper-team-bg {
    min-height: 25rem;
  }

  .h3 {
    font-size: 2rem;
  }
}

.home-second {
  margin-top: 3rem;
}

@media screen and (max-width: 933px) {
  .footer__main {
    flex-direction: column-reverse;
  }

  .footer__intro .footer__intro-text {
    display: none;
  }

  .footer__intro a {
    display: flex;
    justify-content: center;
  }

  .footer__bottom {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer__intro img {
    max-width: 100%;
  }

  .footer__socials {
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }

  .footer__legal p {
    text-align: center;
  }

  .footer__bottom-row {
    text-align: center;
    gap: 1.6rem;
    margin-top: 1.6rem;
  }

  .footer__legal p {
    font-size: 14px;
  }

  .footer__legal {
    margin-top: 4.4rem;
  }
}

.flex-mob .footer__intro-text {
  display: none;
}

@media screen and (max-width: 933px) {
  .flex-mob .footer__intro-text {
    display: block;
  }

  .footer__intro-text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .footer__main {
    gap: 12rem;
  }
}

.home-second__service-link {
  transition: all ease 0.6s;
}

.home-second__service-link > img {
  opacity: 0;
  transition: all ease 0.6s;
}

.home-second__service-link:hover > img {
  opacity: 1;
}

.home-second__service-link:hover {
  background: var(--green);
  color: var(--black);
}

.home-second__service-link .home-second__service-name {
  transition: all ease 0.6s;
}

.home-second__service-link:hover .home-second__service-name {
  color: var(--black);
}

.cases__slide-last .cases__slide-image {
  background: var(--green);
  transition: all ease 0.3s;
}

.cases__slide-last:hover .cases__slide-image {
  background: var(--white);
}

.cases__slide-last div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.2rem;
}

.cases__slide-last div > :first-child {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--black);
}

.cases__slide-last div > :last-child {
  font-weight: 400;
  font-size: 6.8rem;
  line-height: 100%;
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .cases__slide-last div > :last-child {
    font-size: 3rem;
  }

  .cases__slide-last div > :first-child {
    font-size: 2rem;
  }
}

/* 


 */

/* @media screen and (min-width: 767px) { */
.steps__item {
  transition: opacity 0.5s ease-out;
  opacity: 1;
}
.steps__item-description {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(15px);
  transition:
    max-height 0.6s ease-out,
    opacity 0.5s ease-out,
    transform 0.6s ease-out;
}
.steps__image-wrapper {
  overflow: hidden;
  max-height: 80px;
  transition: max-height 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.steps__item.is-active {
  opacity: 1;
}
.steps__item.is-active .steps__item-description {
  max-height: 200px;
  opacity: 1;
  transform: translateY(0);
}
.steps__item.is-active .steps__image-wrapper {
  max-height: 500px;
}
.steps__item.is-active .steps__item-title {
  transition: color 0.5s ease-out;
}
/* } */

.burger {
  display: none;
}

@media screen and (max-width: 767px) {
  .burger {
    display: block;
  }
}

body.no-scroll {
  overflow: hidden;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--black);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
}

.popup.is-active {
  opacity: 1;
  visibility: visible;
}

.popup__nav-link {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  color: var(--white);
  text-decoration: none;
  padding: 25px 30px;
  display: block;
  border-bottom: 1px solid var(--white);
}

.popup__nav-list > :first-child a {
  border-top: 1px solid var(--white);
}

.popup__content {
  margin-top: calc(94.28px + 44px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.popup__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.popup__lang-switcher {
  font-weight: 400;
  font-size: 25px;
  line-height: 100%;
  color: var(--white);
  padding-bottom: 32px;
  padding-left: 30px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--white);
  display: block;
  text-decoration: none;
}

.popup__socials {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 32px;
}

.popup__socials a {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: var(--white);
  text-decoration: none;
}

.popup__nav-link::before,
.popup__lang-switcher::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffffff;
  margin-bottom: 0.4rem;
}

.popup__nav-link,
.popup__lang-switcher {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

@media screen and (max-width: 380px) {
  .popup__nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .popup__lang-switcher {
    font-size: 20px;
  }

  .popup__lang-switcher {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .popup__socials a {
    font-size: 14px;
  }
}

.relative {
  position: relative;
}

.abs-hero {
  position: absolute;
  transition: transform 0.3s ease-out;
  will-change: transform;
}

.abs-hero-1 {
  top: 20%;
  left: 10%;
  width: 27.2rem;
  height: 20.4rem;
}

.abs-hero-2 {
  top: 10%;
  left: 70%;
  width: 20.4rem;
  height: 15.3rem;
}

.abs-hero-3 {
  top: 38%;
  right: 8%;
  width: 17.2rem;
  height: 19.2rem;
}

.abs-hero-4 {
  bottom: 12%;
  right: 18%;
  width: 13.7rem;
  height: 15.2rem;
}

.abs-hero-5 {
  bottom: 20%;
  left: 10%;
  width: 13.7rem;
  height: 15.2rem;
}

@media screen and (max-width: 1159px) {
  .abs-hero-1 {
    max-width: 230px;
  }

  .abs-hero-2 {
    max-width: 160px;
  }

  .abs-hero-3 {
    max-width: 130px;
  }

  .abs-hero-4,
  .abs-hero-5 {
    max-width: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .abs-hero {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer__form-group input {
    padding: 1.6rem;
  }

  .footer__form-group label {
    font-size: 16px;
  }

  .footer__submit-btn {
    padding: 2rem 0;
  }

  .footer__bottom {
    margin-top: 4.4rem;
  }
}

.accordion-container {
  position: relative;
  width: 80vw;
  height: 60vh;
  min-height: 400px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s ease-in-out;
}

.accordion-container {
  position: relative;
  width: 80vw;
  height: 60vh;
  min-height: 400px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.5s ease-in-out;
}

.accordion-item {
  position: absolute;
  width: 400px;
  height: 490px;
  background-size: cover;
  background-position: center;
  transform: translateX(calc((var(--i) - 2) * 120px));
  transition:
    transform 0.5s ease-in-out,
    width 0.5s ease-in-out;
}

.accordion-container.is-scrolled-into-view {
  width: 100vw;
}

.accordion-container.is-scrolled-into-view .accordion-item {
  transform: translateX(calc((var(--i) - 2) * 20vw));
}

@media (max-width: 1023px) {
  .accordion-item {
    width: 320px;
    transform: translateX(calc((var(--i) - 2) * 80px));
  }

  .accordion-container.is-scrolled-into-view {
    width: 100vw;
  }

  .accordion-container.is-scrolled-into-view .accordion-item {
    transform: translateX(calc((var(--i) - 2) * 20vw));
  }
}

@media (max-width: 767px) {
  /* --- Mobile accordion: горизонтальна scroll-snap карусель --- */

  .center-block__image-wrapper {
    margin-top: 4.4rem;
  }

  /* Дозволяємо контейнеру секції скролитись по горизонталі */
  .center-block {
    overflow-x: clip; /* clip не блокує дочірній overflow як hidden */
  }

  /* Контейнер — горизонтальна карусель */
  .accordion-container,
  .accordion-container.is-scrolled-into-view {
    /* Скидаємо десктопні значення */
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    transition: none !important;

    /* Карусель */
    display: flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    justify-content: flex-start !important;

    overflow-x: auto !important;
    overflow-y: visible !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 1.6rem;

    gap: 1.2rem;
    padding: 0 1.6rem 2rem 1.6rem;
    scrollbar-width: none;
  }

  .accordion-container::-webkit-scrollbar,
  .accordion-container.is-scrolled-into-view::-webkit-scrollbar {
    display: none;
  }

  /* Кожна картка — окремий слайд */
  .accordion-item,
  .accordion-container.is-scrolled-into-view .accordion-item {
    /* Скидаємо absolute + transform від --i */
    position: relative !important;
    transform: none !important;
    transition: none !important;

    /* Розміри слайду */
    flex: 0 0 72vw !important;
    width: 72vw !important;
    max-width: 300px !important;
    height: 380px !important;

    background-size: cover !important;
    background-position: center !important;

    scroll-snap-align: start;
    border-radius: 8px;
    overflow: hidden;
  }

  /* Текст не обрізається */
  .accordion-item h2,
  .accordion-item h3,
  .accordion-item p,
  .accordion-item span {
    white-space: normal !important;
    word-break: break-word;
  }
}

.flex-13,
.flex-11 {
  display: none;
}

@media screen and (max-width: 1000px) {
  .flex-11 {
    display: flex;
    gap: 10rem;
    justify-content: space-between;
  }

  .flex-14 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flex-13 {
    display: flex;
    gap: 5rem;
    margin-top: -10rem;
    justify-content: center;
  }
}

@media screen and (max-width: 504px) {
  .flex-11 {
    gap: 7rem;
  }

  .flex-13 {
    gap: 3rem;
  }
}

@media screen and (max-width: 439px) {
  .flex-11 {
    gap: 3rem;
    width: 100%;
    justify-content: space-between;
  }

  .flex-13 {
    gap: 2rem;
    margin-top: -15rem;
  }

  .flex-13 > :first-child {
    max-width: 227px;
  }

  .flex-13 > :last-child {
    max-width: 128px;
  }

  .flex-13,
  .flex-11 {
    align-items: flex-end;
    max-width: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .hero-home {
    height: auto;
    padding-top: 164px;
    margin-bottom: 120px;
  }

  /* accordion-item height controlled by scroll-snap block above */

  .hero-home__content {
    margin-bottom: 80px;
  }

  .hero-home.section-padding {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .hero-home__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.h2 {
  text-indent: calc(21px + 24rem);
}

@media screen and (max-width: 767px) {
  .h2 {
    text-indent: 4.8rem;
  }

  .hero-home__content {
    margin-top: 0;
  }
}

.promises__title.h2,
.home-faq h2.h2,
.team-header h2.h2,
.partners h2.h2 {
  text-indent: 0rem !important;
}

.main {
  overflow-x: hidden;
}

.header__nav-item a,
.header__nav-link::before,
.header__lang::before {
  transition: ease 0.3s;
}

.header__nav-item:hover a,
.header__actions:hover a {
  color: var(--green);
}

.header__nav-link:hover::before,
.header__lang:hover::before {
  background-color: var(--green);
}

.no-scroll {
  overflow: hidden;
}
.no-scroll-team {
  overflow: hidden;
}

.promises__item-label::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: var(--green);
  margin-bottom: 0.4rem;
}

.btn,
.btn path {
  transition: all ease 0.3s;
}

.btn:hover {
  background: var(--black);
  color: var(--white);
}

.btn:hover path {
  stroke: var(--white);
}

@media screen and (max-width: 500px) {
  .center-block__image-wrapper {
    margin-top: 4.4rem;
  }

  .home-faq {
    margin-top: 0;
  }

  .home-second__service-link {
    gap: 8rem;
  }

  .promises__item h3 {
    min-height: 0;
  }
}

.footer__social-link,
.footer__credit-link {
  transition: all ease 0.3s;
}

.footer__social-link:hover,
.footer__credit-link:hover {
  color: var(--green);
}

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

.cases__slider,
.cases__slider-2 {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  overflow-y: hidden;
  width: max-content;
}

.cases__slide {
  width: 58.4rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .cases__slide {
    width: 44rem;
  }
}

@media screen and (max-width: 500px) {
  .cases__slide {
    width: 33.3rem;
  }
}

.cases__slider::-webkit-scrollbar {
  display: none;
}

.cases__slider {
  scrollbar-width: none;
}

.cases__slider {
  -ms-overflow-style: none;
}

.opacity {
  opacity: 0;
}

.cases__slider-wrapper,
.cases__slider-wrapper-2 {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 966px) {
  .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.4rem;
  }
}

.faq__item .faq__icon::before,
.faq__item .faq__icon::after,
.faq__item .faq__question {
  transition: all ease 0.3s;
}

.faq__item:hover .faq__question {
  color: var(--green);
}

.faq__item:hover .faq__icon::before,
.faq__item:hover .faq__icon::after {
  background-color: var(--green) !important;
}

.footer__privacy-link {
  transition: all ease 0.6s;
}

.footer__privacy-link:hover {
  color: var(--green);
}

.hero-case {
  margin-top: 115px;
  aspect-ratio: 450 / 223;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.project-case {
  margin-top: 8rem;
}

.project-case__title {
  font-weight: 400;
  font-size: 6.8rem;
  line-height: 100%;
  color: var(--white);
  margin-bottom: 6rem;
}

.project-case__header {
  border-bottom: 1px solid var(--white);
  margin-bottom: 6rem;
}

.project-case__statistic {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
}

.project-case__text {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
}

.project-case__body,
.project-tasks__container,
.progress-card {
  display: flex;
  gap: 6rem;
}

.project-case__body > :first-child,
.project-tasks__container > :first-child,
.progress-card > :first-child {
  flex: 1;
}

.project-case__body > :last-child,
.project-tasks__container > :last-child,
.progress-card > :last-child {
  flex: 2.1;
}

.project-tasks__title {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 87%;
  color: var(--green);
}

.task-card__title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
}

.task-card__body * {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: var(--grey-text);
}

.project-tasks {
  margin-top: 10rem;
}

.task-card {
  border-bottom: 1px solid var(--white);
  padding-bottom: 4.4rem;
}

.project-tasks__list > :first-child {
  border-top: 1px solid var(--white);
}

.task-card__header {
  padding: 4.1rem 0 4.1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cases__slide-number,
.cases__slide-subtitle {
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  color: var(--grey-text);
  margin-bottom: 4.4rem;
}

.cases__slide-subtitle {
  color: var(--white);
}

.cas-re .cases__slide {
  background: var(--white-100);
  padding: 3.2rem;
  aspect-ratio: 1/1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.case-banner h2,
.progress-card__title,
.results__title,
.single-rev__title {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  text-align: center;
  color: var(--green);
  margin-bottom: 6rem;
}

.case-banner img {
  width: 100%;
}

.progress-card__title {
  text-align: left;
}

.progress-card__body * {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: var(--grey-text);
}

.progress-card__body a,
.progress-card__body span {
  color: var(--green);
}

.campaign-progress__list > :not(:last-child) {
  margin-bottom: 10rem;
}

.stat-card__value {
  font-weight: 400;
  font-size: 12rem;
  line-height: 100%;
  color: var(--green);
}

.stat-card__description {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--grey-text);
  max-width: 584px;
}

.flex-5453 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6rem 0;
}

.stat-card {
  border-bottom: 1px solid var(--white);
}

.results__list > :first-child {
  border-top: 1px solid var(--white);
}

/* 







 */

.creative-slider {
  overflow-x: hidden;
}

.creative-slider .swiper-slide {
  opacity: 0.3;
  transition: opacity 0.4s ease;
}

.creative-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 8px;
  padding: 15px;
  backdrop-filter: blur(15px);
  width: 60px;
  height: 60px;
  background: var(--black-200);
}

.swiper-button-next:after {
  content: "" !important;
}

/* 








 */

.slider h2 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--green);
  margin-bottom: 6rem;
  text-align: center;
}

@media screen and (max-width: 1037px) {
  .project-case__statistic {
    font-size: 1.6rem;
  }

  .project-case__text {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 600px) {
  .project-case__body {
    flex-direction: column;
    gap: 4.4rem;
  }

  .project-case__title {
    font-size: 3rem;
    margin-bottom: 3.2rem;
  }

  .project-case__header {
    margin-bottom: 3.2rem;
  }
}

@media screen and (max-width: 500px) {
  .project-tasks__container {
    flex-direction: column;
    gap: 4.4rem;
  }

  .task-card__header {
    padding: 4.4rem 0 4.1rem 0;
  }

  .task-card__body * {
    font-size: 1.6rem;
  }

  .task-card__title,
  .project-tasks__title,
  .cases__title,
  .case-banner h2,
  .progress-card__title,
  .results__title,
  .slider h2 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 900px) {
  .cas-re .cases__slide {
    aspect-ratio: 44 / 51;
  }

  .cases__slide {
    width: 44.4rem;
  }
}

@media screen and (max-width: 500px) {
  .cases__slide-subtitle {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }

  .p {
    font-size: 1.6rem;
  }

  .progress-card {
    flex-direction: column;
    gap: 0;
  }

  .progress-card h3 {
    margin-bottom: 3.2rem;
  }

  .progress-card__body * {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1000px) {
  .stat-card__value {
    font-size: 7.6rem;
  }

  .stat-card__description {
    font-size: 2.6rem;
  }

  .flex-5453 {
    padding-top: 4.4rem;
    padding-bottom: 4.4rem;
  }

  .flex-5453 {
    gap: 15rem;
  }
}

@media screen and (max-width: 500px) {
  .flex-5453 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4.4rem;
  }

  .stat-card__description {
    font-size: 2rem;
  }
}

.cases-2 {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .campaign-progress__list > :not(:last-child) {
    margin-bottom: 7rem;
  }

  .case-banner h2,
  .progress-card__title,
  .results__title,
  .cases__title,
  .single-rev__title {
    margin-bottom: 4rem;
  }
}
.cases-page {
  padding-top: 22rem;
}

.cases-page h2 {
  color: var(--white);
  margin-bottom: 10rem;
}

.cases-page__filter {
  display: flex;
  align-items: center;
  gap: 3.2rem;
  margin-bottom: 6rem;
}

.cases-page__filter-button {
  border: none;
  background: none;
  font-weight: 500;
  font-size: 2rem;
  line-height: 110%;
  color: var(--white);
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 6px;
}

.cases-page__filter-button.active {
  color: var(--green);
}

.cases-page__filter-button::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #ffffff;
  margin-bottom: 0.5rem;
}

.cases-page__filter-button.active::before {
  background-color: var(--green);
}

.cases-page__list {
  padding-bottom: 18rem;
}

.cases-page__item-wrapper {
  position: sticky;
  top: 5rem;
}

.cases-page__item {
  display: block;
  aspect-ratio: 16/9;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
  .cases-page__filter-button {
    font-size: 1.6rem;
  }

  .cases-page__filter {
    gap: 2rem;
    flex-wrap: wrap;
  }

  .cases-page__list {
    padding-bottom: 12rem;
  }

  .cases-page h2 br {
    display: none;
  }

  .cases-page h2 {
    margin-bottom: 8rem;
    font-size: 3rem;
  }

  .cases-page {
    padding-top: 18rem;
  }
}

.team__slider-2 {
  display: flex;
  width: max-content;
}

.team__slider-2 > div {
  flex-shrink: 0;
  width: 432px;
  margin-right: 30px;
  box-sizing: border-box;
}

/* 







 */

.task-card__body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0;
  margin: 0;
}

.task-card {
  padding-bottom: 0;
  transition: padding-bottom 0.4s ease;
}

.task-card.active {
  padding-bottom: 4.4rem;
}

.task-card__header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.task-card__header svg {
  display: none;
}

.task-card__header::after {
  content: "+";
  color: #f5f5f5;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

.task-card.active .task-card__header::after {
  content: "−";
}

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

.swiper-button-hidden {
  display: none;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
  transition: all ease 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: var(--black-400);
}

.single-rev__content {
  background: var(--white);
  padding: 4.4rem;
  display: flex;
}

.single-rev__content > :first-child {
  flex: 1;
}

.single-rev__content > :last-child {
  flex: 2;
}

.single-rev__author-avatar {
  aspect-ratio: 1/1;
  width: 120px;
  border-radius: 50%;
}

.single-rev__author-info {
  display: flex;
  flex-direction: column;
  gap: 17rem;
  border-right: 1px solid var(--grey-text);
}

.single-rev__author-name {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 1.2rem;
}

.single-rev__author-position,
.single-rev__author-position a {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: var(--grey-text);
}

.single-rev__author-position a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.single-rev__quote {
  padding-left: 4.4rem;
}

.single-rev__quote-text {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--black);
}

@media screen and (max-width: 600px) {
  .single-rev__content {
    flex-direction: column;
  }

  .single-rev__author-avatar {
    width: 80px;
  }

  .single-rev__author-info {
    border-right: none;
    flex-direction: row;
    gap: 3.2rem;
  }

  .single-rev__quote-text,
  .single-rev__author-name {
    font-size: 2rem;
  }

  .single-rev__author-info {
    align-items: center;
  }

  .single-rev__author-position {
    font-size: 1.6rem;
  }

  .single-rev__author-info {
    padding-bottom: 3.2rem;
    border-bottom: 1px solid var(--grey-text);
    margin-bottom: 3.2rem;
  }

  .single-rev__content > :last-child {
    padding: 0;
  }

  .single-rev__content {
    padding: 3.2rem;
  }
}

@media screen and (max-width: 500px) {
  .single-rev__title {
    font-size: 2rem;
  }
}

.cases-page__filter-button,
.cases-page__filter-button::before,
.task-card__header::after {
  transition: all ease 0.3s;
}

.cases-page__filter-button:hover {
  color: var(--green);
}

.cases-page__filter-button:hover::before {
  background-color: var(--green);
}

.task-card__header:hover::after {
  color: var(--green);
}

.not-found-page__content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.not-found-page__error-code {
  display: flex;
  align-items: center;
  margin-bottom: 6rem;
}

.not-found-page__error-code p {
  font-weight: 400;
  font-size: 325px;
  line-height: 80%;
  color: var(--white);
}

.not-found-page__description {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  text-align: center;
  color: var(--white);
  margin-bottom: 44px;
}

.not-found-page__home-link {
  display: inline-block;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  text-align: center;
  color: var(--black);
  padding: 3.2rem 6rem;
  background: var(--green);
  text-decoration: none;
  transition: all ease 0.3s;
}

.not-found-page__home-link:hover {
  background: var(--white);
  color: var(--black);
}

@media screen and (max-width: 1000px) {
  .not-found-page__home-link {
    padding: 2.2rem 4rem;
    font-size: 2.6rem;
  }

  .not-found-page__error-code p {
    font-size: 280px;
  }

  .not-found-page__image {
    width: 100%;
    max-width: 261px;
  }
}

@media screen and (max-width: 655px) {
  .not-found-page__error-code p {
    font-size: 160px;
  }

  .not-found-page__image {
    max-width: 161px;
  }

  .not-found-page__home-link {
    width: 100%;
  }

  .not-found-page__description br {
    display: none;
  }

  .not-found-page__description {
    font-size: 1.6rem;
    margin-bottom: 32px;
  }

  .not-found-page__home-link {
    font-size: 2rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .not-found-page__error-code {
    margin-bottom: 24px;
  }
}

.blog-1 {
  padding-top: 150px;
}

.blog__title {
  color: var(--white);
  margin-bottom: 10rem;
}

.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 24px;
}

.blog__article-title {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 56.31px;
  margin-bottom: 24px;
}

.blog__excerpt {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--grey-text);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 35.2px;
}

.blog__date {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: #888787;
  margin-bottom: 24px;
}

.blog__image-wrapper {
  aspect-ratio: 146/109;
  margin-bottom: 24px;
}

.blog {
  margin-bottom: 18rem;
}

.blog__item {
  text-decoration: none;
}

@media screen and (max-width: 966px) {
  .blog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 44px 16px;
  }

  .blog__article-title {
    margin-bottom: 1.6rem;
    font-size: 26px;
  }

  .blog__excerpt {
    font-size: 16px;
  }

  .blog__date {
    margin-bottom: 2.4rem;
  }
}

@media screen and (max-width: 629px) {
  .blog__list {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .blog__article-title {
    font-size: 16px;
    min-height: 0;
  }
}

.cases-hero__ticker {
  width: 100%;
  overflow: hidden;
  padding-top: 15rem;
  padding-bottom: 3rem;
  white-space: nowrap;
  position: relative;
}

.cases-hero__ticker-track {
  display: flex;
  animation: scroll 30s linear infinite;
}

.cases-hero__ticker-logo {
  height: 90px;
  margin: 0 5rem;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.cases-hero {
  margin-top: 150px;
}

.cases-hero__title {
  color: var(--white);
  margin-bottom: 4.4rem;
}

.cases-hero__content {
  max-width: 988px;
  margin: 0 auto;
}

.cases-hero__subtitle {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: var(--white);
  margin-bottom: 6rem;
}

.cases-hero__actions {
  display: flex;
  gap: 24px;
}

.cases-hero__actions a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  font-size: 3rem;
  line-height: 110%;
  text-align: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
  transition: all ease 0.3s;
}

.cases-hero__button-1 {
  color: var(--black);
  background: var(--green);
}

.cases-hero__button-1:hover {
  background: var(--white);
  color: var(--black);
}

.cases-hero__button-2 {
  border: 1px solid var(--white);
  background: transparent;
  color: var(--white);
}

.cases-hero__button-2:hover {
  background: var(--white);
  color: var(--black);
}

.experience {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.experience__container {
  overflow: hidden;
}

.experience__list {
  display: flex;
  width: max-content;
}

.experience__item {
  width: 600px;
  min-width: 600px;
  aspect-ratio: 1 / 0.9;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 1px solid var(--grey-text);
  border-bottom: 1px solid var(--grey-text);
  border-right: 1px solid var(--grey-text);
  padding: 3.2rem;
}

.experience__list > :first-child {
  border-left: 1px solid var(--grey-text);
}

.experience__term {
  font-weight: 400;
  font-size: 12rem;
  line-height: 100%;
  color: var(--green);
}

.experience__description {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--grey-text);
}

.wrapper2 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.services-block-title {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--green);
  margin-bottom: 6rem;
}

.services-block p {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
  opacity: 0.96;
  margin-bottom: 10rem;
}

.services-block-2 {
  margin: 18rem 0;
}

.services-block-2 h2 {
  color: var(--white);
  margin-bottom: 10rem;
}

.services-block-2-3 .services-block-2-3-item {
  border-bottom: 1px solid var(--white);
  padding-top: 4.4rem;
  padding-bottom: 4.4rem;
}

.services-block-2-3 .services-block-2-3-item p {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--white);
}

.services-block-2-3 > :first-child {
  border-top: 1px solid var(--white);
}

.services-block-2-3 > :last-child {
  text-align: right;
}

.services-block-2-3 > :nth-child(2) {
  text-align: center;
}

.steps-2 .steps__item .steps__item-title {
  margin-bottom: 0;
}

.steps-2 .steps__item.is-active .steps__item-title {
  margin-bottom: 3.2rem;
}

.steps-2,
.center-block-2 {
  margin-top: 18rem;
}

@media screen and (max-width: 960px) {
  .cases-hero__content {
    max-width: 655px;
  }

  .cases-hero__actions a {
    font-size: 2rem;
    padding: 20px 10px;
  }

  .cases-hero__subtitle {
    margin-bottom: 4.4rem;
    font-size: 1.6rem;
  }

  .cases-hero__ticker-logo {
    height: 100px;
    margin: 0 4rem;
  }

  .services-block-title {
    font-size: 2.6rem;
    margin-bottom: 4.4rem;
  }

  .services-block-p {
    font-size: 2.6rem !important;
    margin-bottom: 8rem;
  }

  .home-second__service-link .home-second__service-name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }

  .home-second__services {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .services-block-2-3 .services-block-2-3-item p {
    font-size: 2.6rem;
  }

  .services-block-2-3 .services-block-2-3-item {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  .services-block-2 h2 {
    margin-bottom: 8rem;
  }

  .services-block-2 {
    margin: 12rem 0;
  }
}

@media screen and (max-width: 500px) {
  .cases-hero__actions {
    flex-direction: column;
  }

  .cases-hero__actions {
    max-width: 324px;
    margin: 0 auto;
  }

  .cases-hero__title {
    margin-bottom: 24px;
  }

  .cases-hero__subtitle {
    margin-bottom: 44px;
  }

  .cases-hero__ticker-logo {
    height: 72px;
    margin: 0 1.5rem;
  }

  .services-block-2-3 .services-block-2-3-item p {
    font-size: 2rem;
    text-align: left;
  }

  .services-block-2 h2 {
    margin-bottom: 4.4rem;
  }
}

@media screen and (max-width: 1429px) {
  .experience__item {
    width: 500px;
    min-width: 500px;
  }
}

@media screen and (max-width: 1332px) {
  .experience__item {
    width: 400px;
    min-width: 400px;
  }
}

@media screen and (max-width: 1207px) {
  .experience__term {
    font-size: 8rem;
  }

  .experience__item {
    padding: 2.5rem;
  }

  .experience__description {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .steps-2 .steps__item.is-active .steps__item-title {
    margin-bottom: 32px !important;
  }
}

.hero_single {
  margin-bottom: 10rem;
}

.hero_single h1 {
  color: var(--white);
  margin-bottom: 10rem;
}

.hero_single {
  margin-top: 150px;
}

.hero_single-img {
  aspect-ratio: 2/1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.wrapper3 {
  max-width: 888px;
  margin: 0 auto;
}

.single-content p,
.single-content li,
.single-content a {
  font-weight: 400;
  font-size: 2rem;
  line-height: 150%;
  color: var(--black);
}

.hero_single h1 {
  color: var(--black);
}

.single-content a {
  color: var(--green);
}

.body2 {
  background: white;
}

.single-content h2 {
  font-weight: 400;
  font-size: 3.9rem;
  line-height: 110%;
  color: var(--black);
}

.single-content h3 {
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--black);
}

.single-content h4 {
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 110%;
  color: var(--black);
  margin-bottom: 3.2rem;
}

.single-div-p {
  background: var(--grey-light);
  padding: 3.2rem;
}

.single-two {
  columns: 2;
  gap: 32px;
}

.footer2 {
  background: #0f0f0f;
  padding-top: 18rem;
}

.card-cont-12 span {
  display: block;
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: #888787;
  margin-top: 2.4rem;
}

.card-cont-12 h3 {
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: var(--black);
  margin: 2.4rem 0;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card-cont-12 p {
  font-weight: 400;
  font-size: 2rem;
  line-height: 110%;
  color: var(--grey-text);

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.cases-09 {
  margin: 18rem 0;
}

.header23 .header__nav-list a,
.header23 .header__lang {
  color: var(--black);
}

.header23 .header__nav-link::before,
.header23 .header__lang::before {
  background-color: var(--black);
}

.single-content strong {
  font-weight: 600;
}

.single-content ul {
  list-style: disc;
  padding-left: 20px;
}

.single-content ol {
  list-style: decimal;
  padding-left: 20px;
}

.single-content ul > :not(:last-child),
.single-content ol > :not(:last-child) {
  margin-bottom: 8px;
}

.flex-item-232 {
  display: flex;
  gap: 30px;
}

.flex-item-232 > :first-child {
  flex: 1;
}

.flex-item-232 > :last-child {
  flex: 2;
}

.flex-34343 {
  display: flex;
  gap: 16px;
}

.flex-34343 p {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: var(--green);
}

.flex-cont-232 > :not(:last-child) {
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .flex-item-232 {
    flex-direction: column;
    gap: 2.4rem;
  }

  .flex-34343 p {
    font-size: 1.6rem;
  }

  .single-content p,
  .single-content li,
  .single-content a {
    font-size: 1.6rem;
  }

  .single-two {
    columns: 1;
  }

  .single-content h2 {
    font-size: 2rem;
  }

  .single-content h3 {
    font-size: 1.8rem;
  }

  .single-content h4 {
    font-size: 1.6rem;
  }

  .hero_single h1,
  .hero_single {
    margin-bottom: 4.4rem;
  }

  .cases-09 {
    margin: 12rem 0;
  }

  .card-cont-12 h3 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
    margin-top: 2.4rem;
  }

  .card-cont-12 p {
    font-size: 1.6rem;
  }

  .card-cont-12 span {
    font-size: 1.6rem;
  }

  .footer2 {
    padding-top: 12rem;
  }

  .steps-2,
  .center-block-2 {
    margin-top: 12rem;
  }

  .experience {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

/* 










 */

@media (max-width: 960px) {
  html {
    font-size: 1.04vw;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 2.08vw;
  }
}

.experience__container {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.experience__item {
  flex-shrink: 0;
}

.experience__item:last-child {
  flex-grow: 1;
}

@media (max-width: 1100px) {
  .experience__list {
    flex-direction: column;
  }

  .experience__item {
    border-left: 1px solid var(--grey-text);
  }

  .experience__item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .wrapper2 {
    width: 100%;
  }

  .experience__list {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .wrapper2 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

@media (max-width: 1110px) {
  .experience__list {
    display: flex;
    flex-direction: column;
  }
  .experience__item {
    overflow: hidden;
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .services-block .home-second__service-link {
    padding: 1.6rem;
    aspect-ratio: none;
  }

  .services-block p,
  .services-block-title {
    font-size: 2rem !important;
  }

  .services-block p {
    margin-bottom: 8rem;
  }

  .cases-hero__actions a {
    padding: 15px 10px;
  }
}

.animated-text {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.animated-text.visible {
  opacity: 1;
}

.burger {
  color: #f5f5f5;
}

.single .burger {
  color: #000;
}

.single {
  background: #fff;
}

.footer {
  background: #0f0f0f;
}

.single-post .header__nav-list a,
.single-post .header__lang {
  color: #000;
}

.single-post .burger.is-active {
  color: #f5f5f5;
}

.single-post .header__logo path {
  fill: #000;
}

.two-path {
  fill: var(--green) !important;
}

.header__logo.logo--popup-open path {
  fill: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .footer__header h2 br {
    display: none;
  }

  .cases-page__filter-button:hover {
    color: #fff;
  }

  .cases-page__filter-button:hover::before {
    background-color: var(--white);
  }

  /* .steps-2 .steps__item .steps__item-title {
    margin-bottom: 32px!important;
  } */
}

.experience__item {
  overflow: hidden; /* чтобы контент не вылезал при уменьшении высоты */
}

.header__logo {
  margin-left: -7px;
}

.steps__item > :first-child {
  flex: 1;
}

.steps__item > :last-child {
  flex: 1;
}

.steps__image-wrapper img {
  width: 100%;
  max-width: 588px;
}

.footer__form-feedback.success {
  color: var(--green); /* Зеленый */
  margin-bottom: 15px;
  font-size: 14px;
}

.footer__form-feedback.error {
  color: #dc3545; /* Красный */
  margin-bottom: 15px;
  font-size: 14px;
}

.footer__form-feedback.error ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination {
  margin-top: 60px;
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 5px;
  border: 1px solid #e0e0e0;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition:
    background-color 0.3s ease,
    color 0.3s ease,
    border-color 0.3s ease;
}

.pagination .page-numbers.current {
  background-color: #0f0f0f;
  color: #ffffff;
  border-color: #0f0f0f;
  cursor: default;
}

.pagination .dots {
  border: none;
  background: transparent;
}

.pagination .screen-reader-text {
  display: none;
}

.single-case {
  background: #0f0f0f;
}

.swiper-cases__slider,
.swiper-team__slider-2 {
  overflow: hidden;
}

.swiper-prev,
.swiper-next,
.swiper-next-2,
.swiper-prev-2,
.swiper-prev-3,
.swiper-next-3 {
  background: var(--black-200);
  padding: 15px;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
  z-index: 10;
  top: 45%;
  cursor: pointer;
}

.swiper-next,
.swiper-next-2,
.swiper-next-3 {
  right: 5px;
}

.swiper-prev,
.swiper-prev-2,
.swiper-prev-3 {
  left: 5px;
}

.wrapper-cases,
.team__slider-wrapper-2 {
  position: relative;
}

.swiper-prev-3,
.swiper-next-3 {
  top: 50%;
}

.case-constructor ul,
.task-card__body ul {
  list-style: disc;
  padding-left: 20px;
}

.case-constructor ol,
.task-card__body ol {
  list-style: decimal;
  padding-left: 20px;
}

html,
body {
  scroll-behavior: smooth;
}

.current-menu-item a {
  color: var(--green);
}

.current-menu-item .header__nav-link::before {
  background-color: var(--green);
}

.flex-5453 > :first-child {
  flex: 1;
}

.flex-5453 > :last-child {
  flex: 1;
}

.case-constructor > section[style*="--pt"] {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .case-constructor > section[style*="--pt"] {
    padding-top: var(--pt);
  }
}

.case-constructor > section[style*="--pb"] {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .case-constructor > section[style*="--pb"] {
    padding-bottom: var(--pb);
  }
}

.blog-1 {
  margin-bottom: 12rem;
}

.construcror-123 > div[style*="--pt"] {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .construcror-123 > div[style*="--pt"] {
    padding-top: var(--pt);
  }
}

.construcror-123 > div[style*="--pb"] {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .construcror-123 > div[style*="--pb"] {
    padding-bottom: var(--pb);
  }
}

.single-post .burger rect {
  fill: #000;
}

.header--scrolled .header__logo path {
  fill: #fff;
}

.single-post .header--scrolled .burger rect {
  fill: #fff;
}

.single-post .header__nav-link::before,
.single-post .header__lang::before {
  background-color: #000;
}

.header__logo .feezzz {
  fill: #26ddcc !important;
}

.single-post .header--scrolled .header__nav-link::before,
.single-post .header--scrolled .header__lang::before {
  background-color: #fff;
}

.single-post .header--scrolled .header__nav-list a,
.single-post .header--scrolled .header__lang {
  color: #fff;
}

.swiper-next-2,
.swiper-prev-2 {
  top: 42%;
}
@media screen and (max-width: 767px) {
  .swiper-next,
  .swiper-prev {
    top: 43%;
  }
}

.page-template-template-service .steps {
  margin-bottom: 18rem;
}

@media screen and (max-width: 1000px) {
  .page-template-template-service .steps {
    margin-bottom: 12rem;
  }
}

.thank-you__text {
  font-weight: 400;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  color: var(--white);
  margin-top: 80px;
  margin-bottom: 44px;
  max-width: 850px;
}

.thank-you__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
}

.thank-you__button {
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  color: var(--black);
  padding: 22px 60px;
  background: var(--green);
  border: none;
  transition: all ease 0.3s;
  text-decoration: none;
  display: inline-block;
}

.thank-you__button:hover {
  background: var(--white);
  color: var(--black);
}

@media screen and (max-width: 767px) {
  .thank-you__text {
    font-size: 22px;
  }

  .thank-you__button {
    font-size: 18px;
  }

  .thank-you__button {
    padding: 11px 40px;
  }
}
