@charset "UTF-8";
/* --- Variables --- */
/* SCSS variables (compile-time) */
/* базовый чёрный */
/* базовый тёмный */
/* фирменный тёмно-синий */
/* базовый белый */
/* CSS variables (runtime) */
:root {
  --base-black: #000000;
  --base-dark: #333333;
  --spec-dark-blue: #0e192e;
  --base-white: #ffffff;
}

/* --- Page: 404 --- */
.wrapper-404 {
  width: 535px;
  margin: 120px auto;
}
.wrapper-404 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper-404 img {
  margin-bottom: 45px;
}
.wrapper-404 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 59px;
  background-color: #7c4469;
  border-radius: 29px;
  color: #fff;
  font-size: 16px;
  text-decoration: none; /* Убираем стандартное подчеркивание ссылки */
  box-sizing: border-box;
  transition: background-color 0.3s ease; /* Плавная смена цвета при наведении */
  cursor: pointer;
  margin-top: 70px;
  color: #fff;
}
.wrapper-404 a:visited {
  color: #fff;
}
.wrapper-404 {
  /* Состояние при наведении курсора (опционально) */
}
.wrapper-404 .btn:hover {
  background-color: #5d334e; /* Чуть более темный оттенок для эффекта нажатия */
  color: #fff;
}

@media (max-width: 768px) {
  .wrapper-404 {
    width: 330px;
    margin: 70px auto;
  }
  .wrapper-404 .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .wrapper-404 img {
    margin-bottom: 45px;
  }
}
/* -- End of Page: 404 -- */
/* -- Page: Impressum -- */
#impressum-section > div {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
}
#impressum-section > div h1 {
  color: #7c4469;
}
#impressum-section > div h2 {
  color: #7c4469;
}

@media (min-width: 768.05px) and (max-width: 1280px) {
  #impressum-section > div {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    padding: 0 20px;
  }
}
/* -- End of Page: Impressum -- */
/* --- End of Variables --- */
/* --- Fonts --- */
@font-face {
  font-family: "PTSans-Regular";
  src: url("../fonts/PTSans-Regular.woff2") format("woff2"), url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PTSans-Bold";
  src: url("../fonts/PTSans-Bold.woff2") format("woff2"), url("../fonts/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* --- End of Fonts --- */
/*---General---*/
/*--- Desktop ---*/
h1 {
  position: relative;
  color: #4a235a;
  font-size: 52px;
  font-family: "PTSans-Bold";
  line-height: 130%;
  z-index: 10;
}

h2 {
  font-size: 40px;
  font-family: "PTSans-Bold";
  line-height: 130%;
}

h3 {
  font-size: 32px;
  font-family: "PTSans-Bold";
  line-height: 130%;
}

h4 {
  font-size: 22px;
  font-family: "PTSans-Bold";
  line-height: 130%;
}

p,
a,
li {
  font-family: "PTSans-Regular";
  color: #111111;
  font-size: 20px;
  line-height: 140%;
}

a:visited {
  color: unset;
}

/*--- End of Desktop ---*/
/*--- Pad ---*/
@media (min-width: 768.05px) and (max-width: 1280px) {
  h1 {
    color: #4a235a;
    font-size: 40px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  h2 {
    font-size: 32px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  h3 {
    font-size: 28px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  h4 {
    font-size: 20px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  p,
  a,
  li {
    font-family: "PTSans-Regular";
    color: #111111;
    font-size: 18px;
    line-height: 140%;
  }
}
/*--- End of Pad ---*/
/*--- Mobile ---*/
@media (min-width: 360px) and (max-width: 768px) {
  h1 {
    color: #4a235a;
    font-size: 30px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  h2 {
    font-size: 28px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  h3 {
    font-size: 24px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  h4 {
    font-size: 18px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  p,
  a,
  li {
    font-family: "PTSans-Regular";
    color: #111111;
    font-size: 16px;
    line-height: 140%;
  }
}
/*--- End of Mobile ---*/
/*--- End of General---*/
/*---Footer---*/
.site-footer {
  width: 100%;
  position: relative;
  background: #56193a;
}

.site-footer__container {
  display: grid;
  max-width: 1920px;
  height: 730px;
  background: #56193a;
  margin: 0 auto;
}

.site-footer__container {
  display: grid;
  grid-auto-rows: 604px 126px;
}

.footer-top {
  display: grid;
  max-width: 1280px;
  align-self: center;
  margin: 0 auto;
  width: 100%;
}

.footer-top__box {
  display: grid;
  max-width: 1280px;
  height: 323px;
  grid-template-columns: auto 144px;
  margin: 0 auto;
}

.footer-top__left {
  display: grid;
  max-width: 1136px;
  grid-template-columns: repeat(3, 1fr);
}

.footer-top__right {
  display: grid;
  width: 99%;
}

#menu-footer-services > li {
  padding: 0;
}

#menu-footer-services-de > li {
  padding: 0;
}

#menu-footer-services > li > a {
  font-family: "PTSans-Regular";
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
}

#menu-footer-services-de > li > a {
  font-family: "PTSans-Regular";
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
}

#menu-footer-services > li:nth-child(1) > a {
  font-family: "PTSans-Regular";
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;
}

#menu-footer-services-de > li:nth-child(1) > a {
  font-family: "PTSans-Regular";
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;
}

#menu-footer-branding > li:nth-child(1) > a {
  font-family: "PTSans-Regular";
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;
}

#menu-footer-branding-de > li:nth-child(1) > a {
  font-family: "PTSans-Regular";
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;
}

#menu-footer-interest > li:nth-child(1) > a {
  font-family: "PTSans-Regular";
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;
}

#menu-footer-interest-de > li:nth-child(1) > a {
  font-family: "PTSans-Regular";
  font-size: 32px;
  line-height: 110%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 20px;
}

#menu-footer-branding > li {
  padding: 0;
}

#menu-footer-branding-de > li {
  padding: 0;
}

#menu-footer-branding > li > a {
  font-family: "PTSans-Regular";
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
}

#menu-footer-branding-de > li > a {
  font-family: "PTSans-Regular";
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
}

#menu-footer-interest > li {
  padding: 0;
}

#menu-footer-interest-de > li {
  padding: 0;
}

#menu-footer-interest > li > a {
  font-family: "PTSans-Regular";
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
}

#menu-footer-interest-de > li > a {
  font-family: "PTSans-Regular";
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-decoration: none;
  padding-bottom: 12px;
}

#menu-footer-services,
#menu-footer-interest,
#menu-footer-branding {
  padding: 0;
  margin: 0;
}

#menu-footer-services-de,
#menu-footer-interest-de,
#menu-footer-branding-de {
  padding: 0;
  margin: 0;
}

.logo__footer img {
  width: 213px;
  height: 62px;
  object-fit: contain;
  /* чтобы не искажалось при изменении пропорций */
  display: block;
  /* убирает лишние пробелы под картинкой */
}

.footer__media {
  text-align: right;
}

.footer__media a {
  display: block;
  padding-bottom: 20px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-family: "PTSans-Regular";
  padding: 0 20px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
}

.hr-white {
  color: #fff;
  height: 1px;
  margin: 0;
  width: 100%;
}

.hr-white__bottom {
  color: #fff;
  height: 1px;
  margin: 0;
  position: absolute;
  bottom: 126px;
  width: 100%;
}

.footer-bottom768 {
  display: none;
}

#colophon > div > div.footer-bottom > div.footer-bottom__center > span {
  padding-left: 10px;
}

.footer-bottom__center > a {
  padding-left: 10px;
}

@media (max-width: 768px) {
  .footer-top__left {
    display: grid;
    grid-template-areas: "first second" "third third ";
    grid-template-columns: 49% 49%;
    gap: 14px;
    margin-top: -10px;
  }
  .footer-bottom768:nth-child(4) > div:nth-child(3) > p {
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
  }
  .footer-bottom768 {
    display: grid;
    grid-template-columns: 38% max-content;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 12px;
    font-family: "PTSans-Regular";
  }
  .footer-bottom768 a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
  }
  .footer-bottom768.footer-bottom768__data {
    display: grid;
    grid-template-columns: 38% max-content;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 12px;
    font-family: "PTSans-Regular";
    padding: 0 10px 60px 10px;
  }
  .footer-bottom768.footer-bottom768__legal {
    display: grid;
    grid-template-columns: 38% max-content;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    align-content: center;
    color: #fff;
    font-size: 12px;
    font-family: "PTSans-Regular";
    padding: 0 10px 20px 10px;
  }
  #menu-footer-services > li:nth-child(1) a > img:nth-child(1) {
    display: none;
  }
}
@media (min-width: 320.05px) and (max-width: 768px) {
  .footer-menu.footer-menu_services {
    display: grid;
    grid-area: first;
  }
  .footer-menu.footer-menu_branding {
    display: grid;
    grid-area: second;
  }
  .footer-menu.footer-menu_interest {
    display: grid;
    grid-area: third;
  }
  .footer-top__left {
    display: grid;
    grid-template-areas: "first second" "third third";
    /* например, чтобы третий занимал всю ширину бл*/
    grid-template-columns: 49% 49%;
    gap: 14px;
  }
  .footer-bottom__center {
    display: none;
  }
  .footer-bottom__center span {
    padding-left: 6px;
  }
  .site-footer__container {
    display: block;
  }
  .footer__media {
    text-align: right;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 222px;
    margin: 0 auto;
    padding-top: 20px;
  }
  .site-footer__container {
    display: grid;
    height: 607px;
    background: #56193a;
    margin: 0 auto;
    padding: 0 5px;
    grid-auto-rows: 473px 67px 67px;
  }
  .footer-top__right {
    display: none;
  }
  .footer-bottom {
    display: none;
  }
  .footer-bottom__center {
    display: none;
  }
  .footer-bottom__center span {
    padding-left: 6px;
  }
  .footer__media {
    text-align: right;
    display: flex;
    justify-content: space-around;
    width: 130px;
  }
  .footer__media a {
    width: 36px;
    padding-bottom: 0;
  }
  #menu-footer-services > li > a {
    font-family: "PTSans-Regular";
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-services-de > li > a {
    font-family: "PTSans-Regular";
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-branding > li > a {
    font-family: "PTSans-Regular";
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-branding-de > li > a {
    font-family: "PTSans-Regular";
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-interest > li > a {
    font-family: "PTSans-Regular";
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-interest-de > li > a {
    font-family: "PTSans-Regular";
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-services > li:nth-child(1) > a {
    font-family: "PTSans-Regular";
    font-size: 28px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-services-de > li:nth-child(1) > a {
    font-family: "PTSans-Regular";
    font-size: 28px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-branding > li:nth-child(1) > a {
    font-family: "PTSans-Regular";
    font-size: 28px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-branding-de > li:nth-child(1) > a {
    font-family: "PTSans-Regular";
    font-size: 28px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-interest > li:nth-child(1) > a {
    font-family: "PTSans-Regular";
    font-size: 28px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  #menu-footer-interest-de > li:nth-child(1) > a {
    font-family: "PTSans-Regular";
    font-size: 28px;
    line-height: 110%;
    color: #fff;
    text-decoration: none;
    padding-bottom: 20px;
  }
  .logo__footer img {
    width: 160px;
    height: auto;
  }
  .hr-white__bottom {
    color: #fff;
    height: 1px;
    margin: 0;
    position: absolute;
    bottom: 85px;
    width: 100%;
  }
  .footer-top {
    display: grid;
    max-width: 1280px;
    align-self: center;
    margin: 0 auto;
    width: 94%;
  }
  .footer-top__box {
    display: grid;
    height: 511px;
    grid-template-columns: unset;
    margin: 0 auto;
    width: 100%;
  }
  .site-footer__container {
    display: grid;
    height: 861px;
    background: #56193a;
    margin: 0 auto;
    padding: 0 5px;
    grid-auto-rows: 710px 75px 76px;
  }
  #menu-footer-services a {
    padding-left: 0;
  }
  #menu-footer-services-de a {
    padding-left: 0;
  }
  #menu-footer-branding a {
    padding-left: 0;
  }
  #menu-footer-branding-de a {
    padding-left: 0;
  }
  #menu-footer-interest a {
    padding-left: 0;
  }
  #menu-footer-interest-de a {
    padding-left: 0;
  }
  .logo__footer img {
    width: 120px;
  }
  #colophon > div > div:nth-child(4) > div.footer-bottom__left > span {
    padding-left: 3px;
  }
}
@media (min-width: 768.05px) and (max-width: 984px) {
  .footer-top__box {
    display: block;
    max-width: 1280px;
    height: 323px;
    grid-template-columns: auto 144px;
    margin: 0 auto;
  }
  .footer__media {
    text-align: right;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 222px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .wrapper__faqs {
    display: block;
    margin: 80px auto 0;
  }
  .faqs__table {
    display: grid;
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 45px;
  }
  .footer-bottom {
    display: grid;
    max-width: 1024px;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-family: "PTSans-Regular";
    padding: 0 20px;
    gap: 19px;
  }
  #colophon > div > div.footer-bottom > div.footer-bottom__center > span {
    padding-left: 8px;
  }
}
@media (min-width: 984.05px) and (max-width: 1280px) {
  .footer-top__box {
    display: block;
    max-width: 1280px;
    height: 323px;
    grid-template-columns: auto 144px;
    margin: 0 auto;
    width: 90%;
  }
  .footer__media {
    text-align: right;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 222px;
    margin: 0 auto;
    padding-top: 40px;
  }
  .wrapper__faqs {
    display: block;
    margin: 80px auto 0;
  }
  .faqs__table {
    display: grid;
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 45px;
  }
  #colophon > div > div.footer-bottom > div.footer-bottom__center > span {
    padding-left: 8px;
  }
}
/*--- End of Footer---*/
/*--Header--*/
.header__wrapper {
  display: block;
  background: #56193a;
  width: 100%;
}

#masthead {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  line-height: 1.5;
  height: 81px;
  display: grid;
  align-items: center;
  padding-top: 0;
}

.nav-menu {
  display: flex;
  justify-items: center;
  justify-content: space-around;
  margin: 0;
}

#menu-top-de {
  display: flex;
  justify-items: center;
  justify-content: space-around;
  margin: 0;
}

.cona {
  display: grid;
  position: relative;
  grid-template-columns: auto;
  margin-top: 0px;
  margin: 0 auto;
  z-index: 3;
}

#navbar-top {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  list-style-type: none;
  width: 100%;
  max-width: 1171px;
  margin: 0 auto;
  padding-top: 0;
}
#navbar-top p {
  padding: 0 20px;
  font-size: 24px;
  margin: 0;
  font-weight: 700;
}

.country-selector {
  text-align: right;
  border: solid 1px;
  border-radius: 9px;
}
.country-selector a {
  font-size: 16px;
}
.country-selector a:visited {
  color: #365341;
}

.phone_country__frame {
  margin-left: 20px;
}

#menu-top-ru {
  padding: 0;
}

#navbar-top {
  list-style-type: none;
  padding-left: 0px;
}
#navbar-top li > a {
  font-size: 16px;
  font-family: "PTSans-Regular";
  line-height: 120%;
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease, text-shadow 0.3s ease;
}
#navbar-top li > a:hover {
  color: #f1a4b4;
  text-shadow: 0 0 9px #f1a4b4;
}

#navbar-top.navbar-top__header {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: 199px 62% 20%;
  padding: 0 5px;
}

.img-logo__header {
  display: grid;
  justify-content: end;
}

#navbar-top li > .sub-menu {
  display: none;
}
#navbar-top li > .sub-menu ul.sub-menu {
  display: none;
}

#navbar-top li {
  position: relative;
}

#navbar-top .sub-menu {
  display: none;
}

#navbar-top li > .sub-menu > li {
  display: grid;
  height: 50px;
  justify-content: left;
  align-content: center;
  padding: 0 11px;
}
#navbar-top li > .sub-menu > li a {
  color: #fff;
}
#navbar-top li > .sub-menu > li:hover > a {
  color: #365341;
}

.menu-item {
  position: relative;
  display: grid;
  padding-bottom: 0;
}

.navbar-header {
  margin: 320px 0 70px 0;
}

/*добавлены стили для исключения кнопки navbar-toggle*/
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: transparent;
}

#navbar-top li > a {
  color: #ffffff;
}

#navbar-top sub > li > a {
  color: #365341;
}

/* List */
.menu__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 18px;
}

/* Item */
.menu__item {
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.menu__item a {
  text-decoration: none;
  font-size: 18px;
}

/* Link */
#nav-footer > li > a {
  font-size: 20px;
}

.logo-menu {
  display: grid;
  align-content: center;
  justify-content: end;
}

.site-header {
  display: grid;
  grid-template-columns: 240px auto 240px;
  align-items: center;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1280px;
  width: 100%;
  z-index: 10;
}

.menu-item {
  position: relative;
  max-width: 350px;
}

.menu-item > a {
  position: relative;
}

.menu-item > ul {
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
}

.navbar-top__header img {
  height: 50px;
}

#navbar-top span {
  color: #fff;
  font-size: 37px;
  font-weight: 900;
  text-align: right;
}

.current_page_item a {
  color: mediumaquamarine;
}

.menu-item-home {
  display: none;
}

#menu-top-ru .sub-menu {
  display: none;
}
#menu-top-ru .sub-menu {
  display: none;
}

.site-branding {
  display: grid;
}

.text-branding p {
  margin: 5px 0;
  font-weight: 700;
}
.text-branding {
  align-content: center;
}

.btn_phone__frame {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: right;
  z-index: 2;
}

.phone_country__frame p {
  padding: 0;
  margin: 0;
}
.phone_country__frame p.phone {
  color: #ffffff;
  font-size: 18px;
  font-family: "PTSans-Regular";
  line-height: 120%;
}
.phone_country__frame p.country {
  color: #b5598c;
  font-size: 12px;
  font-family: "PTSans-Regular";
  line-height: 120%;
}

.lang-switcher-nav__desk {
  display: grid;
  justify-self: center;
  margin: 0;
  padding: 0;
}

#menu-langswitch-ru-1,
#menu-langswitch-de-1 {
  display: grid;
  justify-self: center;
  align-content: center;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}

.lang-item {
  padding: 0;
}

/* базовый стиль для всех флажков */
.lang-item a img {
  opacity: 0.8;
  /* остальные чуть тусклее */
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(1.4);
}

/* подсветка активного языка */
.lang-item.current-lang a img {
  opacity: 1;
  transform: scale(1.8);
  border-radius: 1px;
}

/* === Мегаменю под Header === */
/* === Стили мегаменю === */
.mega-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #56193a;
  background-image: url(../img/frame-155-transparent1.png);
  background-repeat: no-repeat;
  background-position-x: 50%;
  background-position-y: -77px;
  width: 100%;
  /* как на картинке */
  padding: 60px 0;
  z-index: 10000;
}

.mega-menu.active {
  display: block;
}

#menu-mega-ru {
  display: flex;
  grid-template-columns: repeat(5, max-content);
  list-style: none;
  width: 1240px;
  margin: 0 auto;
  justify-content: space-between;
  padding: unset;
}

#menu-mega-de {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 49px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 1276px;
  padding-left: 0;
}

.mega-menu__list > li {
  display: block;
  padding-bottom: 10px;
}

.mega-menu__list > li > a {
  display: block;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 32px;
  color: #f1a4b4;
  font-family: "PTSans-Bold";
  opacity: 50%;
  text-decoration: none;
  line-height: 130%;
  letter-spacing: 0.128px;
}

.mega-menu__list li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mega-menu__list li ul li {
  padding: 5px 0;
}

.mega-menu__list li ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 0;
  transition: 0.2s;
  font-family: "PTSans-Regular";
  font-size: 20px;
  line-height: 140%;
}

.mega-menu__list li ul li a:hover {
  text-decoration: underline;
}

.mega-menu__list li ul li a:hover {
  text-decoration: underline;
}

.screensaver {
  height: 380.6px;
  background: #56193a;
  width: 100vw;
  position: absolute;
  top: 81px;
  z-index: 10;
}

.screensaver {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.screensaver.active {
  width: 100%;
  opacity: 1;
  pointer-events: auto;
}

.screensaver {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.screensaver.active {
  display: block;
  opacity: 1;
  pointer-events: auto;
}

.triangle {
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: auto;
  vertical-align: 2px;
}

/* ====== ДЕСКТОП ====== */
.triangle-desktop {
  display: inline-block;
  margin-left: 6px;
  width: 10px;
  height: auto;
  vertical-align: 2px;
  transition: transform 0.3s ease;
}

/* ====== МОБИЛЬНОЕ МЕНЮ ====== */
.triangle-mobile {
  width: 15px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  transition: transform 0.3s ease;
}

/* Переворот при активном пункте */
.menu-item.open > a .triangle-mobile {
  transform: rotate(180deg);
}

/* Второй уровень — треугольник справа */
.menu__list .sub-menu > .menu-item > a {
  position: relative;
  display: block;
  padding-right: 24px;
}

.menu__list .sub-menu > .menu-item > a .triangle-mobile {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
}

header > div > div.site-branding div.frame-155-blick {
  position: absolute;
  width: auto;
  height: auto;
  left: calc(50% - 718px);
  top: 0px;
  z-index: 1;
}

.site-branding > a > img {
  position: relative;
  height: 57px;
  top: 3px;
  z-index: 1000000;
}

/* === End of Мегаменю под Header === */
@media (max-width: 1024px) {
  .site-branding {
    display: none;
  }
  .site-branding__mobile {
    display: grid;
    padding-left: 10px;
    position: relative;
  }
  .site-branding__mobile a {
    display: grid;
    align-content: center;
    z-index: 2;
  }
  .country-selector {
    padding-top: 2px;
  }
  .header {
    display: grid;
    padding: 0;
  }
  .header__menu {
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
  }
  .menu {
    display: grid;
  }
  .mobile_navbar {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    align-content: center;
    list-style-type: none;
    grid-template-columns: max-content 1fr 84px;
    padding: 0 8px;
    margin: 0 auto;
    gap: 10px;
  }
  .mobile_navbar p {
    display: grid;
    justify-content: left;
    padding-right: 20px;
    font-size: 18px;
    font-weight: 700;
  }
  .menu__button {
    z-index: 10000;
    display: block;
    padding: 0 4px;
    border: none;
    background-color: #ffffff;
    justify-self: start;
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }
  .navbar-header {
    margin: 180px auto 100px;
  }
  .navbar-top {
    display: none;
  }
  #navbar-top {
    display: none;
  }
  #navbar-top__sub {
    display: none;
  }
  .navbar-header {
    display: grid;
    column-gap: 8px;
    line-height: 1;
  }
  .menu__list {
    display: none;
    row-gap: 0;
    padding-top: 0;
    padding-left: 0;
    text-align: left;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .menu__list--open {
    display: grid;
    z-index: auto;
    background: #56193a;
    z-index: 111;
    padding-top: 40px;
  }
  #menu__list > li > a {
    font-weight: 300;
    text-decoration: none;
    font-size: 24px;
    padding: 12px 6px 12px 20px;
    color: #ffffff;
    line-height: 120%;
    /* Добавляем Flexbox для идеального выравнивания */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* текст и стрелка будут слева */
    gap: 8px; /* аккуратный отступ между текстом и стрелкой, если нужен */
  }
  #menu__list > li > a:hover {
    opacity: 0.7;
  }
  #menu__list > li:nth-child(n+3) > a {
    font-weight: 300;
    text-decoration: none;
    font-size: 20px;
    padding: 12px 6px 12px 20px;
    color: #ffffff;
    line-height: 120%;
    /* Добавляем Flexbox для идеального выравнивания */
    display: flex;
    align-items: center;
    justify-content: flex-start; /* текст и стрелка будут слева */
    gap: 8px; /* аккуратный отступ между текстом и стрелкой, если нужен */
  }
  #menu__list .sub-menu > li > a {
    color: #f1a4b4;
  }
  #menu__list .sub-menu > li > a:hover {
    opacity: 0.7;
  }
  .menu__icon {
    display: block;
    stroke: #56193a;
    z-index: 20;
  }
  .menu__icon:hover {
    opacity: 0.5;
  }
  .menu__icon-menu,
  .menu__button--open .menu__icon-cross {
    display: block;
  }
  .menu__icon-cross,
  .menu__button--open .menu__icon-menu {
    display: none;
  }
  .scrollen-row {
    display: none;
  }
  .img-logo__header-mobile:hover {
    opacity: 0.7;
  }
  #navbar-top.navbar-top__header {
    display: none;
  }
  .menu__button:hover {
    cursor: pointer;
  }
  .menu-item a {
    color: #ffffff;
    text-decoration: none;
    padding-left: 20px;
  }
  .menu-item.selected {
    background-color: #56193a;
  }
  .menu-item.selected a {
    color: #fff;
  }
  .navbar {
    display: grid;
    justify-content: right;
  }
  .lang-switcher-nav__desk {
    display: none;
    padding: 0;
    margin: 0;
  }
  .btn_phone__frame {
    display: none;
  }
  .btn_phone__frame--mob {
    display: grid;
    grid-template-columns: max-content max-content;
    justify-content: right;
    align-content: center;
  }
  #masthead {
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    line-height: 1.5;
    height: 76px;
    display: grid;
    align-items: center;
    padding-top: 0;
    background-image: url(../img/bg-header-tablet.webp);
    background-position: 20%;
  }
  #menu-langswitch-ru {
    margin: 0;
    padding: 0;
  }
  .lang-switcher-nav__mob {
    display: grid;
    align-self: end;
  }
  .lang-item a img {
    width: 23px;
    height: 23px;
    margin-left: 5px;
  }
  .menu-item > ul > li > ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
  }
  .menu-item > ul {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 20px;
  }
  .site-branding img {
    width: 185px;
    height: 44px;
  }
  /* общая иконка для мобильного меню */
  .menu__list img.triangle,
  .menu__list img.triangle-mobile {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0px;
    margin-left: 16px;
    transition: transform 0.28s ease;
  }
  /* поместим иконку второго уровня справа */
  .menu__list .sub-menu > .menu-item > a {
    position: relative;
    padding-right: 28px;
    /* оставляем место справа для иконки */
  }
  /* иконка у второго уровня — абсолютная справа */
  .menu__list .sub-menu > .menu-item > a img.triangle-mobile {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0;
  }
  /* поворот для любого открытого пункта */
  /* Поворот для открытого пункта первого уровня (если они не абсолютно спозиционированы) */
  .menu__list > .menu-item.open > a img.triangle,
  .menu__list > .menu-item.open > a img.triangle-mobile {
    transform: rotate(180deg);
  }
  /* Поворот для открытого пункта ВТОРОГО уровня (сохраняем центрирование) */
  .menu__list .sub-menu > .menu-item.open > a img.triangle-mobile {
    transform: translateY(-50%) rotate(180deg);
  }
  /* Скрываем вложенные sub-menu по умолчанию (мобильная логика) */
  .menu__list .sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
  }
  /* При открытом li показываем immediate sub-menu */
  .menu__list .menu-item.open > .sub-menu {
    max-height: 2000px;
    /* достаточно большое значение */
  }
  .phone_country__frame--bottom {
    background: #56193a;
    padding: 20px 20px 28px 20px;
  }
  .phone_country__frame--bottom p {
    padding: 0;
    margin: 0;
  }
  .phone_country__frame--bottom p.phone {
    color: #ffffff;
    font-size: 18px;
    font-family: "PTSans-Regular";
    line-height: 120%;
  }
  .phone_country__frame--bottom p.country {
    color: #b5598c;
    font-size: 12px;
    font-family: "PTSans-Regular";
    line-height: 120%;
    padding-top: 1px;
  }
  .menu-mobile {
    position: absolute;
    top: 57px;
    left: 0;
    width: 100%;
    background-color: #56193a;
    overflow-y: auto;
    padding-bottom: 0;
    /* чтобы меню не перекрывало нижний блок */
    display: none;
    /* скрыто по умолчанию */
    z-index: 9999;
  }
  .menu-mobile.active {
    display: block;
    /* показываем при открытии */
  }
  .menu__list {
    list-style: none;
    margin: 0;
    padding: 20px 0;
  }
  .menu__list a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
  }
  .phone_country__frame--bottom {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #56193a;
    color: #fff;
    padding: 20px 20px 28px 20px;
    text-align: center;
    z-index: 10;
  }
  .menu-mobile__footer--media {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    width: 133px;
    margin: 20px auto;
  }
  .phone_mobile {
    display: none;
  }
  #masthead {
    background-image: none;
  }
  #masthead > div > nav > div.header__menu.menu > div.mobile_navbar > div.site-branding__mobile > div {
    position: absolute;
    width: 400px;
    height: auto;
    left: calc(50% - 166px);
    top: -18px;
    z-index: 1;
  }
  .header__menu.menu > .mobile_navbar > .site-branding__mobile > div > img {
    max-width: auto;
    width: auto;
    height: auto;
    z-index: 1;
  }
  /* Базовое состояние иконки */
  .menu__list .menu-item > a img.triangle,
  .menu__list .menu-item > a img.triangle-mobile {
    transform-origin: center center; /* Точка вращения строго по центру */
    transition: transform 0.3s ease; /* Плавная анимация переворота */
  }
  /* Состояние открытого меню */
  .menu__list .menu-item.open > a img.triangle,
  .menu__list .menu-item.open > a img.triangle-mobile {
    transform: rotate(180deg);
  }
  a:focus {
    outline: none;
  }
}
/*End of @media  (max-width: 1024px)*/
@media (min-width: 1024.05px) and (max-width: 1280px) {
  .site-branding img {
    width: 185px;
    height: 44px;
  }
  header > div > div.site-branding div.frame-155-blick {
    position: absolute;
    width: auto;
    height: auto;
    left: calc(50% - 648px);
    top: 0px;
    z-index: 1;
  }
  header > div > div.site-branding div.frame-155-blick img {
    width: auto;
    height: auto;
    z-index: 1;
  }
}
/*Adaptation before 768*/
@media (max-width: 768px) {
  .btn_phone__frame--mob > .lang-switcher-nav__mob {
    display: none;
  }
  .mobile_navbar {
    display: grid;
    grid-auto-flow: column;
    width: 100%;
    align-content: center;
    list-style-type: none;
    grid-template-columns: max-content 1fr 55px;
    padding: 0 8px;
    margin: 0 auto;
    gap: 16px;
  }
  .menu-mobile {
    position: absolute;
    top: 57px;
    left: 0;
  }
  .phone_mobile {
    display: block;
  }
  .footer__media {
    padding-top: 20px;
  }
  header > div > div.site-branding div.frame-155-blick {
    position: absolute;
    width: auto;
    height: auto;
    left: calc(50% - 648px);
    top: 0px;
    z-index: 1;
  }
  header > div > div.site-branding div.frame-155-blick img {
    width: auto;
    height: auto;
    z-index: 1;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .country-selector {
    z-index: 9999;
    position: relative;
    width: 71px !important;
    left: calc(99% - 81px);
    top: 15px;
  }
  .phone_country__frame {
    margin-left: 24px;
    display: none;
  }
}
@media (min-width: 600.05px) and (max-width: 768px) {
  .country-selector {
    z-index: 9999;
    position: relative;
    width: 71px !important;
    left: calc(94% - 81px);
    top: 26px;
  }
  .phone_country__frame {
    margin-left: 20px;
    display: none;
  }
  .lang-switcher-nav__mob {
    display: none;
    align-self: end;
  }
}
/*Adaptation after 768*/
@media (min-width: 1024.05px) {
  .header__menu {
    display: none;
    align-self: center;
  }
  .menu__list {
    display: grid;
    grid-auto-flow: column;
    column-gap: 8px;
  }
  .menu__button {
    display: none;
  }
}
@media (min-width: 1024.05px) {
  .nav-menu li a {
    text-decoration: none;
  }
  .nav-menu {
    display: flex;
    grid-auto-flow: column;
    max-width: 575px;
    margin: 0 auto;
    width: 100%;
    list-style-type: none;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 0;
    justify-content: space-between;
    line-height: 1;
  }
  .nav-menu li a:focus {
    color: mediumaquamarine;
  }
  #menu-top-de li a {
    text-decoration: none;
  }
  #menu-top-de {
    display: flex;
    grid-auto-flow: column;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    list-style-type: none;
    grid-template-columns: repeat(6, 1fr);
    padding-top: 0;
    justify-content: space-between;
    line-height: 1;
    padding-left: 0;
  }
  #menu-top-de li a:focus {
    color: #fff;
  }
  .menu .current-menu-item > a,
  .menu .current-menu-ancestor > a {
    color: #fff;
  }
}
@media (min-width: 1024.05px) and (max-width: 1200px) {
  .site-header {
    display: grid;
    grid-template-columns: 200px auto 200px;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    width: 996px;
    padding: 0 10px;
  }
  .phone_country__frame p {
    padding: 0;
    margin: 0;
  }
  .phone_country__frame p.phone {
    color: #ffffff;
    font-size: 16px;
    font-family: "PTSans-Regular";
    line-height: 120%;
  }
  .phone_country__frame p.country {
    color: #b5598c;
    font-size: 11px;
    font-family: "PTSans-Regular";
    line-height: 120%;
  }
  .site-branding {
    width: 180px;
  }
  #navbar-top {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0;
  }
  #navbar-top li > a {
    text-decoration: none;
    font-size: 15px;
  }
  #navbar-top li > a:hover {
    color: #f1a4b4;
    text-shadow: 0 0 9px #f1a4b4;
  }
  #navbar-top li > a:active {
    color: #ffffff;
  }
}
@media (min-width: 1200.05px) and (max-width: 1280px) {
  .navbar-header {
    margin: 180px auto 100px;
  }
  .service__box--left > .service__box--img > img {
    margin: 25px;
    border-radius: 20px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto auto;
    width: 98%;
    margin: 0 auto 120px;
    margin-bottom: 120px;
    margin-left: 20px !important;
  }
  .site-header {
    display: grid;
    grid-template-columns: 210px auto 210px;
    align-items: center;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
    padding: 0 10px;
  }
}
/*--End of Header--*/
/**-- Page: Home --**/
/* Section banner-tall*/
.banner__wrapper {
  display: block;
  background: #8b426a;
  width: 100%;
  position: relative;
  z-index: 1;
  height: 580px;
}

.banner-tall {
  position: relative;
  width: 100%;
  height: 580px;
  max-width: 1920px;
  margin: 0 auto;
}

body > main > wrapper.banner__wrapper > section > img {
  position: absolute;
  top: -80px;
  left: 0;
}

/* Верхняя картинка (по умолчанию видимая) */
.banner-tall::before,
.banner-tall::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: opacity 1s ease;
}

/* Исходная картинка */
.banner-tall::before {
  background-image: url("../img/banner-tall__upper.png");
  opacity: 1;
}

/* Картинка при наведении */
.banner-tall::after {
  background-image: url("../img/banner-tall__bottom.png");
  opacity: 0;
}

.banner-tall:hover::after {
  opacity: 1;
}

.banner-tall:hover::before {
  opacity: 1;
}

.banner__container {
  max-width: 1280px;
  margin: 0 auto;
}

.banner-tall__top {
  height: 78px;
}

.banner-tall__middle {
  height: 416px;
  display: grid;
  grid-template-columns: 730px 384px;
  gap: 143px;
}

.banner-tall__bottom {
  position: relative;
  height: 86px;
  display: grid;
  justify-content: center;
  align-items: center;
}

.b-t__m--left {
  display: grid;
  justify-content: right;
  align-items: center;
  position: relative;
}
.b-t__m--left p {
  position: relative;
  z-index: 10000;
  color: #f1a4b4;
  font-family: "PTSans-Regular";
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 120%;
}

.case__phrases {
  position: relative;
  height: 276px;
  margin-top: 82px;
  z-index: 1000;
}
.case__phrases p {
  position: absolute;
  color: #fff;
  font-size: 20px;
  z-index: 10000;
  font-family: "PTSans-Regular";
}
.case__phrases p:nth-child(1) {
  position: absolute;
  top: 60px;
  left: 136px;
  font-size: 17px;
  line-height: 120%;
  margin: 0;
}
.case__phrases p:nth-child(2) {
  position: absolute;
  top: 81px;
  left: 215px;
  font-size: 29px;
  line-height: 120%;
  margin: 0;
}
.case__phrases p:nth-child(3) {
  position: absolute;
  top: 110px;
  left: 111px;
  font-size: 23px;
  line-height: 120%;
  margin: 0;
}
.case__phrases p:nth-child(4) {
  position: absolute;
  top: 142px;
  left: 76px;
  font-size: 29px;
  line-height: 120%;
  margin: 0;
}
.case__phrases p:nth-child(5) {
  position: absolute;
  top: 148px;
  left: 197px;
  font-size: 17px;
  line-height: 120%;
  margin: 0;
}
.case__phrases p:nth-child(6) {
  position: absolute;
  top: 181px;
  left: 135px;
  font-size: 29px;
  line-height: 120%;
  margin: 0;
}
.case__phrases p:nth-child(7) {
  position: absolute;
  top: 178px;
  left: 252px;
  font-size: 23px;
  line-height: 120%;
  margin: 0;
}

.case__phrases:hover p:nth-child(1) {
  top: 77px;
  left: 120px;
  font-size: 29px;
}

.case__phrases:hover p:nth-child(2) {
  top: 48px;
  left: 79px;
  font-size: 17px;
}

.case__phrases:hover p:nth-child(3) {
  top: 141px;
  left: 46px;
  font-size: 29px;
}

.case__phrases:hover p:nth-child(4) {
  top: 195px;
  left: 188px;
  font-size: 17px;
}

.case__phrases:hover p:nth-child(5) {
  top: 211px;
  left: 238px;
  font-size: 29px;
}

.case__phrases:hover p:nth-child(6) {
  top: 118px;
  left: 329px;
  font-size: 17px;
}

.case__phrases:hover p:nth-child(7) {
  top: 20px;
  left: 305px;
  font-size: 29px;
}

.case__phrases p {
  transition: top 0.99s ease, left 0.99s ease, font-size 0.99s ease;
  transform-origin: center;
}

.request_btn {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 199px;
  height: 46px;
  background: #ffffff;
  border-radius: 23px;
  z-index: 10;
  box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.3);
}
.request_btn a {
  font-size: 16px;
  line-height: 120%;
  font-family: "PTSans-Bold";
  color: #56193a;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.request_btn:hover {
  box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.3), 0 0 21px 25px rgba(250, 61, 156, 0.27);
}

.banner-tall__media {
  position: absolute;
  top: 20px;
  right: 10px;
  top: 20px;
  width: 132px;
  height: 36px;
  display: flex;
  justify-items: center;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
}
.banner-tall__media a {
  display: grid;
  align-items: center;
}

.hr-banner-tall__bottom {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: -2px;
}

@media (max-width: 768px) {
  .banner__wrapper {
    display: block;
    background: #8b426a;
    width: 100%;
    position: relative;
    z-index: 1;
    height: 418px;
  }
  .banner-tall {
    position: relative;
    width: 100%;
    height: 418px;
    overflow: hidden;
    max-width: 768px;
    margin: 0 auto;
  }
}
/* End of Section banner-tall*/
/* Section goals */
section.goals {
  display: grid;
  grid-template-columns: 328px 477px 1fr;
  max-width: 1280px;
  margin: 0 auto;
  height: 550px;
  background-image: url(../img/darts1.webp);
  background-position-x: calc(50% + 5px);
  background-repeat: no-repeat;
}
section.goals div {
  display: grid;
  align-content: center;
  grid-template-rows: 30% 42%;
}
section.goals div:nth-child(1) h2 {
  color: #7c4469;
  font-size: 40px;
  font-family: "PTSans-Bold";
  line-height: 130%;
  text-align: left;
  padding-left: 7px;
}
section.goals div:nth-child(1) {
  justify-items: start;
  grid-template-rows: 36% 5%;
}
section.goals div:nth-child(3) {
  width: 345px;
}
section.goals div:nth-child(3) p {
  color: #111111;
  font-size: 22px;
  font-family: "PTSans-Regular";
  line-height: 130%;
}
section.goals div:nth-child(3) p span {
  color: #7c4469;
  font-size: 28px;
  font-family: "PTSans-Bold";
  line-height: 130%;
}

/* End of Section goals*/
/* Section Cases width slider*/
/* Контейнер слайдера на всю ширину окна */
.portfolio-slider {
  width: 100vw;
  overflow: hidden;
  position: relative;
  padding: 0;
}

.portfolio-slider h2 {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 0;
  padding-bottom: 33px;
}

.portfolio-slide {
  text-align: left;
  padding: 7px 0 7px 0;
}

.portfolio-slider__a {
  position: static;
  top: 20px;
  left: calc(50% + 300px);
  text-decoration: none;
}

section.portfolio-slider > a:hover {
  text-decoration-line: underline;
  text-decoration-style: solid;
  color: #7c4469;
}

.portfolio-slider-de {
  width: 100vw;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

.portfolio-slider-de h2 {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 7px;
  padding-bottom: 40px;
}

.portfolio-slider-de a {
  font-size: 20px;
  color: #7c4469;
}

.swiper-slide.swiper-slide-active {
  margin-left: 0;
}

/* Слайды */
.portfolio-slide {
  text-align: left;
}

.portfolio-slide-de {
  text-align: left;
}

.portfolio-thumb {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  transition: transform 0.3s ease;
}

.portfolio-thumb:hover {
  transform: scale(1.05);
}

/* Ссылка с названием */
.portfolio-link {
  display: inline-flex;
  align-items: start;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
  margin-left: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #111;
  transition: color 0.3s ease;
  text-align: left;
}

.portfolio-link:hover {
  color: #772d56;
}

.arrow-icon {
  width: 30px;
  height: 26px;
  transition: transform 0.3s ease;
}

.portfolio-link:hover .arrow-icon {
  transform: translateX(4px);
}

/* Стрелки управления */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #000;
}

.portfolio-slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}

.portfolio-slider-de {
  width: 100%;
  overflow: hidden;
}

.swiper {
  width: 100%;
  overflow: visible;
}

.swiper-slide {
  box-sizing: border-box;
}

.portfolio-thumb {
  display: block;
  max-width: 100%;
  height: auto;
}

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

.cases__slider {
  height: 450px;
}

@media (max-width: 768px) {
  .portfolio-slider {
    width: 100%;
    overflow: hidden;
    padding-left: 10px;
  }
  .portfolio-slider h2 {
    max-width: 768px;
    margin: 0 auto;
    padding-left: 6px;
    padding-bottom: 20px;
    font-size: 28px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  .arrow-icon {
    width: 24px;
    height: 20px;
    transition: transform 0.3s ease;
  }
  .portfolio-link {
    margin-left: 8px;
    font-size: 16px;
  }
}
@media (min-width: 984.05px) and (max-width: 1280px) {
  .portfolio-slider {
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
  }
  .portfolio-slider-de {
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
  }
}
/* End of Section Cases width slider*/
/* Section Director*/
.director__wrapper {
  display: block;
  background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
  width: 100%;
}

.director {
  max-width: 1360px;
  margin: 140px auto 45px;
  padding: 0 40px;
  height: 958px;
  background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
}

.director-speech {
  display: grid;
  align-self: center;
}

.--text h2 {
  color: #fff;
  margin: 0 0 18px 0;
}
.--text p {
  color: #fff;
  margin: 0 0 8px;
}
.--text li {
  color: #fff;
  margin: 0 0 8px 28px;
}
.--text p:nth-last-child(-n+1) {
  font-weight: 600;
  margin-top: 15px;
}

.speech-comand__link {
  margin-top: 20px;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.speech-comand__link:hover {
  color: #fff;
}

.director__innerbox {
  max-width: 1360px;
  margin: 0 auto;
  height: 678px;
  position: relative;
  top: 140px;
  display: grid;
  grid-template-columns: 1fr max-content;
  padding: 0 0;
  gap: 80px;
}

.director-picture {
  text-align: right;
}
.director-picture img {
  border-radius: 28px;
  width: 100%;
}

.director-picture__innerbox-tablet {
  display: none;
}

body > main > wrapper.director__wrapper > section > h2 {
  display: none;
}

@media (max-width: 768px) {
  .director-pucture {
    grid-area: first;
  }
  .director-speech {
    grid-area: second;
  }
  .director__innerbox {
    display: grid;
    grid-template-columns: unset;
    grid-template-areas: "first" "second";
  }
  .director {
    max-width: 768px;
    margin: 0 auto;
    height: unset;
    padding: 0 16px;
  }
  .director__innerbox {
    margin: 0 auto;
    height: unset;
    position: relative;
    top: 10px;
    display: grid;
    gap: 20px;
    padding-bottom: 90px;
  }
  body > main > wrapper.director__wrapper > section > div > div.director-speech > div > div > h2 {
    display: none;
  }
  body > main > wrapper.director__wrapper > section > h2 {
    display: block;
    color: #fff;
    font-size: 28px;
    padding: 80px 0 0 0;
  }
  .services {
    margin-top: 80px;
  }
}
@media (min-width: 768.05px) and (max-width: 1084px) {
  .director-speech h2 {
    font-size: 32px;
    display: none;
  }
  .director-speech p {
    font-size: 18px;
  }
  .director-picture__innerbox-tablet {
    display: block;
  }
  .director-picture__innerbox-tablet img:nth-child(1) {
    display: none;
  }
  .director-picture__innerbox-tablet img:nth-child(2) {
    display: block;
  }
  .director-picture__innerbox {
    display: none;
  }
  .director__innerbox {
    display: grid;
    grid-template-columns: unset;
    grid-template-areas: "first" "second";
    margin: 0 auto;
    height: 655px;
    position: relative;
    top: 10px;
    padding: 0;
    gap: 20px;
  }
  body > main > wrapper.director__wrapper > section > h2 {
    display: block;
    color: #fff;
    margin: 0 0 18px 0;
    font-size: 32px;
  }
  .--text p {
    color: #fff;
    margin: 0 0 12px;
  }
  .director-speech {
    display: grid;
    align-self: start;
    padding-top: 10px;
    grid-area: second;
  }
  .director-pucture {
    display: grid;
    align-self: start;
    padding-top: 10px;
    grid-area: first;
  }
}
/* End of Section Director*/
/* Section Services*/
.services {
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  color: #000;
  box-sizing: border-box;
  margin-top: 90px;
  margin-bottom: 140px;
}

.services__title {
  text-align: left;
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 40px;
  padding-left: 0;
  color: #7c4469;
}

.services__grid {
  display: grid;
  grid-template-columns: repeat(4, 305px);
  grid-auto-rows: 200px;
  gap: 20px;
  justify-content: center;
}

.service-item {
  text-align: left;
  background: #f5f5f7;
}

/* Большая картинка (занимает 2 колонки) */
.service-item:nth-child(1) {
  grid-column: span 2;
  /* занимает 2 колонки */
}

.service-item p {
  font-size: 24px;
  margin: 0;
  color: #111111;
  padding: 28px 0 0 28px;
  line-height: 130%;
}

.ghost {
  width: 50px;
  height: 50px;
  background: #7c4469;
  filter: blur(40px);
  border-radius: 50%;
}

.service-item {
  position: relative;
  /* чтобы ограничить позиционирование ghost */
  overflow: hidden;
  height: 200px;
  /* скрывает то, что выходит за границы */
  text-align: left;
  background: #f5f5f7;
  border-radius: 24px;
  transition: transform 0.3s ease;
}

/* При наведении карточка слегка оживает */
.service-item:hover {
  transform: translateY(-4px);
}

.ghost {
  position: absolute;
  bottom: -5px;
  /* чуть ниже блока, чтобы красиво "выплывал" */
  left: -125px;
  /* старт слева снизу */
  width: 70px;
  height: 70px;
  background: #7c4469;
  filter: blur(70px);
  border-radius: 50%;
  opacity: 0.8;
  /* изначально невидим */
  pointer-events: none;
}

/* Анимация появления при наведении */
.service-item:hover .ghost {
  animation: ghostMove 1.6s ease-out forwards;
  opacity: 1;
}

.service-item {
  position: relative;
  overflow: hidden;
  /* обрезаем размытие за границами карточки */
}

.ghost {
  position: absolute;
  left: -140px;
  /* старт: центр ghost на -25px (вне слева) */
  bottom: -5px;
  /* старт: центр чуть ниже блока */
  width: 70px;
  height: 70px;
  background: #7c4469;
  filter: blur(70px);
  border-radius: 50%;
  opacity: 1;
  pointer-events: none;
  transition: left 1.2s cubic-bezier(0.22, 0.9, 0.36, 1), bottom 1.2s cubic-bezier(0.22, 0.9, 0.36, 1), opacity 0.75s ease;
  will-change: left, top, opacity;
}

/* при наведении — сдвигаем к правому краю и поднимаем на 50px от низа */
.service-item:hover .ghost {
  left: calc(100% - 95px);
  /* 100% родителя минус радиус (центр) */
  bottom: 10px;
  /* центр на 50px выше нижнего края */
  opacity: 1;
}

.arrows__box {
  position: absolute;
  bottom: 28px;
  right: 28px;
  width: 50px;
  height: 50px;
}

.arrow-ghost {
  width: 100%;
  height: auto;
  display: block;
  transform-origin: center center;
  transition: transform 0.8s ease-in-out;
}

/* Эффект при наведении — стрелка плавно поворачивается и "оживает" */
.service-item:hover .arrow-ghost {
  transform: rotate(45deg) scale(1.1);
}

@media (max-width: 768px) {
  .service-item p {
    font-size: 16px;
    margin: 0;
    color: #111111;
    padding: 20px 0 0 12px;
    line-height: 130%;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-auto-rows: 114px;
    gap: 20px;
    justify-content: center;
    padding: 0 20px;
  }
  .services__title {
    text-align: left;
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .service-item {
    position: relative;
    overflow: hidden;
    height: 111px;
    text-align: left;
    background: #f5f5f7;
    border-radius: 24px;
    transition: transform 0.3s ease;
  }
  .arrows__box {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
  .services {
    margin-top: 80px;
  }
}
@media (min-width: 1280.05px) {
  .services {
    display: grid;
    grid-template-columns: repeat(4, 298px);
    gap: 20px;
    grid-template-rows: 100px;
    position: relative;
  }
  .services__title {
    grid-column: span 4;
    /* заголовок на ширину 4 колонок */
    text-align: left;
  }
  .services__grid {
    display: contents;
    /* позволяет .service-item вписаться в общую сетку */
  }
  .director-picture {
    text-align: right;
  }
  .director-picture img {
    border-radius: 28px;
    width: 100%;
  }
}
@media (min-width: 1280px) and (max-width: 1300px) {
  .services__grid {
    gap: 14px;
  }
}
/* End of Section Services*/
/* Section achievements*/
.achievements__wrapper {
  display: block;
  background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
  width: 100%;
}

.achievements {
  max-width: 1920px;
  height: 921px;
  margin: 120px auto 0;
  background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
  color: #fff;
  box-sizing: border-box;
}
.achievements h2 {
  font-size: 40px;
  line-height: 130%;
  color: #fff;
  margin: 0;
}

.achievements__container {
  display: grid;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.achievements__container > img {
  position: absolute;
  width: 613px;
  top: 250px;
  left: 94px;
}

.achievements-header {
  display: grid;
  grid-template-columns: 23% 59%;
  max-width: 1280px;
  margin: 0 auto;
  gap: 17%;
  width: 99%;
  position: relative;
}

.achievements__value {
  display: grid;
  grid-template-columns: 27% 33% 30%;
  gap: 35px;
}
.achievements__value p {
  color: #fff;
}

.achievements__value-huge > p:nth-child(1) {
  font-family: "PTSans-Bold";
  font-size: 132px;
  line-height: 100%;
  margin: 0;
}

.achievements__value-huge > p:nth-child(2) {
  font-family: "PTSans-Regular";
  font-size: 20px;
  line-height: 140%;
  margin: 0;
}

.achievements__value-3 > p:nth-child(1) {
  font-family: "PTSans-Regular";
  font-size: 20px;
  line-height: 140%;
  margin: 0;
}

.achievements__value-3 > p:nth-child(2) {
  font-family: "PTSans-Bold";
  font-size: 50px;
  line-height: 100%;
  margin: 0;
}

.achievements__cotainer {
  display: grid;
  align-self: center;
}

.achievements__title {
  position: relative;
}
.achievements__title img {
  position: absolute;
  width: 613px;
  top: 112px;
  left: -170px;
  max-width: 613px;
}

.review-content p {
  color: #111111;
  font-family: "PTSans-Regular";
  line-height: 130%;
  font-size: 17px;
  margin: 10px 0 0 0;
}

.reviews-slider {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}

.reviews-swiper {
  width: 100%;
}

.review__cart {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
}

.review__header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 12px;
}

.review_photo {
  border-radius: 50%;
}

.review__title {
  font-weight: 600;
  margin-bottom: 4px;
  color: #111111;
}

.review-content p {
  font-size: 15px;
  line-height: 1.5;
}

.review-stars {
  width: 80px;
  height: auto;
}

.reviews {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.reviews-swiper {
  width: 100%;
  overflow: visible;
  padding-bottom: 40px;
}

.reviews-swiper .swiper-slide {
  box-sizing: border-box;
  max-width: 296px;
  height: 379px;
  background: #f5f5f7;
  /* можно изменить под дизайн */
}

.review__cart {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.reviews__box {
  margin: 70px auto;
  width: 100%;
}

.achievements__title h2:nth-child(1) {
  display: block;
}
.achievements__title h2:nth-child(2) {
  display: none;
}

@media (max-width: 768px) {
  .review__cart {
    max-width: 320px;
  }
  .reviews__box {
    margin: 40px auto;
    width: 100%;
  }
  .reviews-swiper .swiper-slide {
    box-sizing: border-box;
    max-width: 300px;
    height: 330px;
  }
  .achievements {
    max-width: 768px;
    height: 921px;
    margin: 80px auto 0;
    background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
    color: #fff;
    box-sizing: border-box;
  }
  .achievements h2 {
    font-size: 40px;
    line-height: 130%;
    color: #fff;
    margin: 0;
  }
  .achievements__container {
    display: block;
    position: relative;
    max-width: 690px;
    margin: 0 auto;
    width: 95%;
  }
  .achievements-header {
    display: block;
    max-width: 984px;
    padding: 80px 0 0 0;
    width: 99%;
    position: relative;
  }
  .achievements h2 {
    font-size: 28px;
    line-height: 130%;
    color: #fff;
    margin: 0;
  }
  .achievements__value-huge > p:nth-child(1) {
    font-family: "PTSans-Bold";
    font-size: 108px;
    line-height: 100%;
    margin: 0;
  }
  .achievements__value-3 > p:nth-child(2) {
    font-family: "PTSans-Bold";
    font-size: 52px;
    line-height: 100%;
    margin: 0;
  }
  .achievements__title img {
    display: none;
  }
  .achievements__value-2 {
    display: grid;
    grid-area: second;
  }
  .achievements__value-3 {
    display: grid;
    grid-area: third;
  }
  .achievements__value {
    display: grid;
    grid-template-areas: "first second" "third third";
    /* например, чтобы третий занимал всю ширину */
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .achievements__value-2 {
    display: grid;
    grid-area: second;
  }
  .achievements__value-3 {
    display: grid;
    grid-area: third;
  }
  .achievements__value {
    display: grid;
    grid-template-areas: "first second" "third third";
    /* например, чтобы третий занимал всю ширину */
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .achievements__title h2:nth-child(2) {
    display: block;
  }
  .achievements__title h2:nth-child(1) {
    display: none;
  }
  .achievements {
    height: unset;
    padding-bottom: 40px;
  }
  .achievements__value-huge > p:nth-child(2) {
    font-family: "PTSans-Regular";
    font-size: 16px;
    line-height: 130%;
    margin: 0;
  }
  .achievements__value-3 > p:nth-child(1) {
    font-family: "PTSans-Regular";
    font-size: 16px;
    line-height: 130%;
    margin: 0;
  }
  a.phone-link > img:nth-child(1) {
    width: 40px;
    height: 40px;
  }
  a.phone-link {
    font-size: 20px;
    font-family: "PTSans-Bold";
    color: #111111;
    line-height: 140%;
  }
  a.phone-link:nth-child(2) > span:nth-child(2) {
    font-size: 20px;
    font-family: "PTSans-Bold";
    color: #111111;
    line-height: 140%;
  }
  .link__container h3 {
    margin-top: 20px;
    font-size: 24px;
    font-family: "PTSans-Bold";
    color: #111111;
    line-height: 130%;
  }
}
@media (min-width: 768.05px) and (max-width: 984px) {
  .review__cart:nth-child(3) {
    display: none;
  }
  .achievements__container {
    display: block;
    position: relative;
    max-width: 768px;
    margin: 0 auto;
  }
  .achievements__title img {
    position: absolute;
    width: 510px;
    top: 112px;
    left: -170px;
    max-width: 613px;
  }
  .reviews__box {
    margin: 25px 0 70px auto;
    width: 94%;
  }
  .achievements__value-huge > p:nth-child(1) {
    font-family: "PTSans-Bold";
    font-size: 90px;
    line-height: 100%;
    margin: 0;
  }
  .achievements__value-3 > p:nth-child(2) {
    font-family: "PTSans-Bold";
    font-size: 44px;
    line-height: 100%;
    margin: 0;
  }
  .achievements h2 {
    font-size: 32px;
    line-height: 130%;
    color: #fff;
    margin: 0;
  }
  .achievements__value-huge > p:nth-child(2) {
    font-family: "PTSans-Regular";
    font-size: 18px;
    line-height: 140%;
    margin: 0;
  }
  .achievements__title img {
    position: absolute;
    width: 400px;
    top: 112px;
    left: -170px;
    max-width: 613px;
  }
  .achievements__value-3 > p:nth-child(1) {
    font-family: "PTSans-Regular";
    font-size: 18px;
    line-height: 140%;
    margin: 0;
  }
  .achievements-header {
    display: grid;
    grid-template-columns: 24% 63%;
    justify-content: center;
    max-width: px;
    margin: 100px auto 0;
    padding: 100px 0 0 0;
    gap: 10%;
    width: 99%;
    position: relative;
  }
  .achievements {
    max-width: 1280px;
    height: 800px;
    margin: 140px auto 0;
    background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
    color: #fff;
    box-sizing: border-box;
  }
  .achievements__value {
    display: grid;
    grid-template-columns: 27% 33% 30%;
    gap: 21px;
  }
}
@media (min-width: 984.05px) and (max-width: 1280px) {
  .review__cart {
    max-width: 296px;
    width: 100%;
    height: 379px;
    padding: 10px 10px 6px;
    background: #f5f5f7;
    border-radius: 25px;
  }
  .achievements__container {
    max-width: 937px;
  }
  .achievements {
    padding: 140px 0 0 0;
  }
}
/* Добавка к Swiper of Section achievements*/
@media (min-width: 768.05px) {
  .reviews-swiper .swiper-wrapper {
    display: grid !important;
    gap: 24px;
  }
  .reviews-swiper .swiper-slide {
    width: 100% !important;
  }
}
@media (min-width: 768.05px) and (max-width: 992px) {
  .reviews-swiper .swiper-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992.05px) and (max-width: 1280px) {
  .reviews-swiper .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280.05px) {
  .reviews-swiper .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768.05px) and (max-width: 992px) {
  .reviews-swiper .swiper-slide:nth-child(n+3) {
    display: none !important;
  }
}
@media (min-width: 992.05px) and (max-width: 1280px) {
  .reviews-swiper .swiper-slide:nth-child(n+4) {
    display: none !important;
  }
}
@media (min-width: 1280.05px) {
  .reviews-swiper .swiper-slide:nth-child(n+5) {
    display: none !important;
  }
}
/* End of Добавка к Swiper of Section achievements*/
/*--- End of Section achievements ---*/
@media (min-width: 984.05px) and (max-width: 1280px) {
  .achievements__title h2:nth-child(2) {
    display: block;
  }
  .achievements__title h2:nth-child(1) {
    display: none;
  }
  .achievements-header {
    display: block;
  }
  .achievements__value-huge > p:nth-child(1) {
    font-family: "PTSans-Bold";
    font-size: 100px;
    line-height: 100%;
    margin: 0;
  }
  .achievements__value-3 > p:nth-child(2) {
    font-family: "PTSans-Bold";
    font-size: 48px;
    line-height: 100%;
    margin: 0;
  }
  .achievements__value {
    display: grid;
    grid-template-columns: 26% 30% 30%;
    gap: 35px;
  }
  .achievements {
    padding: 100px 0 0 0;
  }
}
@media (min-width: 1280.05px) {
  .achievements {
    padding: 140px 0 0 0;
  }
}
/* End of Section Cases width slider*/
body > main > section > div.greetings__bottom > p {
  font-family: "PTSans-Regular";
  font-size: 32px;
  color: #56193a;
}

body > main > section > div.greetings__top > h1 {
  font-family: "PTSans-Bold";
  font-size: 42px;
  color: #56193a;
}

.greetings__bottom h1 {
  margin: 100px 0;
}

.greetings {
  max-width: 1280px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .greetings {
    max-width: 1171px;
    margin: 0 auto 40px;
    line-height: 1.5;
    display: grid;
    grid-template-columns: 8% 85% 6%;
    gap: 0%;
  }
  .banner-tall::before {
    background-image: url("../img/banner-tall-mob.png");
    opacity: 1;
  }
  .banner-tall::after {
    background-image: url("../img/banner-tall-mob.png");
    opacity: 1;
  }
  .b-t__m--left {
    display: grid;
    justify-content: center;
    align-items: start;
    position: relative;
  }
  .banner-tall__middle {
    height: 476px;
    display: grid;
    grid-template-columns: 730px 418px;
    gap: 143px;
  }
  .banner-tall__top {
    height: 22px;
  }
  .banner-tall__middle {
    height: 328px;
    display: grid;
    grid-template-columns: 1fr 1%;
    gap: 1px;
  }
  .banner-tall__media {
    position: absolute;
    right: 10px;
    top: 20px;
    width: 132px;
    height: 36px;
    display: flex;
    justify-items: center;
    justify-content: space-around;
    align-items: center;
    z-index: 10;
    display: none;
  }
  section.goals div:nth-child(1) h2 {
    color: #7c4469;
    font-size: 28px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  section.goals {
    display: block;
  }
  section.goals div:nth-child(1) {
    justify-content: left;
    padding-left: 8px;
  }
  section.goals div:nth-child(1) h2 {
    margin-top: 39px;
  }
  section.goals {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 2% 0% 85%;
  }
  section.goals div:nth-child(3) p {
    color: #111111;
    font-size: 18px;
    font-family: "PTSans-Regular";
    line-height: 130%;
    margin-top: 35px;
  }
  section.goals div:nth-child(3) {
    display: grid;
    text-align: left;
    width: 70%;
    max-width: 260px;
    position: relative;
    left: calc(50% - 75px);
  }
  .request_btn {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 40px;
    background: #ffffff;
    border-radius: 20px;
    z-index: 10;
    box-shadow: -1px 1px 0px 0px rgba(0, 0, 0, 0.3);
  }
  .request_btn a {
    font-size: 14px;
    line-height: 120%;
    font-family: "PTSans-Bold";
    color: #56193a;
    margin: 0;
    padding: 0;
    text-decoration: none;
  }
  .section.goals {
    display: grid;
    grid-template-columns: 328px 477px auto;
    max-width: 1280px;
    margin: 0 auto;
    height: 410px;
    background-image: url(../img/darts.webp);
    background-size: cover;
    background-position-x: calc(50% + 5px);
    background-repeat: no-repeat;
  }
  .--text p {
    color: #fff;
    margin: 0 0 8px;
    font-size: 16px;
  }
  .--text li {
    font-size: 16px;
  }
  section.goals div:nth-child(3) p span {
    color: #7c4469;
    font-size: 22px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  section.goals {
    max-width: 768px;
    margin: 0 auto;
    height: 353px;
    background-image: url(../img/darts-mobile.webp);
    background-position-x: calc(50% + 5px);
    background-position-y: 113%;
    background-repeat: no-repeat;
  }
  section.goals div {
    align-content: center;
    grid-template-rows: 35% 40%;
  }
}
@media (min-width: 620.05px) and (max-width: 768px) {
  .director {
    max-width: 768px;
    height: 1580px;
  }
}
@media (min-width: 768.05px) and (max-width: 1084px) {
  .banner-tall__middle {
    height: 416px;
    display: grid;
    grid-template-columns: auto 418px;
    gap: 0.5%;
  }
  .banner-tall::before,
  .banner-tall::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 1s ease;
  }
  /* Исходная картинка */
  .banner-tall::before {
    background-image: url("../img/banner-tall__upper-1024.png");
    opacity: 1;
  }
  /* Картинка при наведении */
  .banner-tall::after {
    background-image: url("../img/banner-tall__bottom-1024.png");
    opacity: 0;
  }
  .banner-tall:hover::after {
    opacity: 1;
  }
  .banner-tall:hover::before {
    opacity: 1;
  }
  .banner-tall__middle {
    height: 416px;
    display: grid;
    grid-template-columns: auto 418px;
    gap: 0.5%;
    position: relative;
  }
  .b-t__m--left {
    display: grid;
    align-items: center;
    position: relative;
    bottom: -168px;
    justify-content: center;
  }
  .b-t__m--left {
    display: grid;
    align-items: center;
    position: relative;
    bottom: -168px;
    left: calc(0% + 213px);
  }
  section.goals div:nth-child(1) h2 {
    color: #7c4469;
    font-size: 22px;
    font-family: "PTSans-Bold";
    line-height: 130%;
    padding-left: 18px;
  }
  section.goals div:nth-child(3) p {
    color: #111111;
    font-size: 20px;
    font-family: "PTSans-Regular";
    line-height: 130%;
  }
  section.goals div:nth-child(3) p span {
    color: #7c4469;
    font-size: 22px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  section.goals {
    display: grid;
    grid-template-columns: 189px 268px auto;
    margin: 0 auto;
    height: 353px;
    background-image: url(../img/darts-tablet.png);
    background-position-x: calc(50% + 5px);
    background-repeat: no-repeat;
  }
  section.goals div:nth-child(3) p:nth-child(1) {
    color: #111111;
    font-size: 20px;
    font-family: "PTSans-Regular";
    line-height: 130%;
    margin-top: 24px;
  }
  section.goals div:nth-child(3) {
    width: 272px;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(4, 170px);
    grid-auto-rows: 200px;
    gap: 20px;
    justify-content: center;
  }
  .services {
    display: grid;
    grid-template-columns: repeat(4, 168px);
    gap: 20px;
    grid-template-rows: 100px;
    position: relative;
    justify-content: center;
  }
  .services__title {
    grid-column: span 4;
    /* заголовок на ширину 4 колонок */
    text-align: left;
  }
  .services__grid {
    display: contents;
    /* позволяет .service-item вписаться в общую сетку */
  }
  body > main > section.services > div > div:nth-child(7) > p {
    font-size: 22px;
  }
  .service-item p {
    font-size: 22px;
    margin: 0;
    color: #111111;
    padding: 20px 0 0 20px;
    line-height: 130%;
  }
  .achievements__title img {
    display: none;
  }
  .director {
    height: 1180px;
    padding: 60px 20px;
  }
  section.goals div:nth-child(1) {
    justify-items: start;
    grid-template-rows: 15% 5%;
  }
  .director {
    max-width: 1360px;
    margin: 100px auto 45px;
  }
}
@media (min-width: 768.05px) and (max-width: 1024px) {
  section.goals div {
    display: grid;
    align-content: center;
    grid-template-rows: 40% 40%;
  }
}
@media (min-width: 1024.05px) and (max-width: 1084px) {
  section.goals {
    display: grid;
    grid-template-columns: 235px 329px auto;
    max-width: 984px;
    margin: 0 auto;
    height: 353px;
    background-image: url(../img/darts-tablet.png);
    background-position-x: calc(50% + 5px);
    background-repeat: no-repeat;
  }
  section.goals div:nth-child(1) {
    justify-items: start;
    grid-template-rows: 15% 5%;
  }
  .director {
    max-width: 1360px;
    margin: 100px auto 45px;
  }
  section.goals div {
    display: grid;
    align-content: center;
    grid-template-rows: 35% 35%;
  }
}
@media (min-width: 1084.05px) and (max-width: 1280px) {
  .banner-tall__middle {
    height: 416px;
    display: grid;
    grid-template-columns: auto 418px;
    gap: 0.5%;
  }
  section.goals div:nth-child(1) h2 {
    color: #7c4469;
    font-size: 28px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  section.goals div:nth-child(3) p {
    color: #111111;
    font-size: 20px;
    font-family: "PTSans-Regular";
    line-height: 130%;
  }
  section.goals div:nth-child(3) p span {
    color: #7c4469;
    font-size: 22px;
    font-family: "PTSans-Bold";
    line-height: 130%;
  }
  section.goals {
    display: grid;
    grid-template-columns: 235px 329px auto;
    max-width: 984px;
    margin: 0 auto;
    height: 353px;
    background-image: url(../img/darts-tablet.png);
    background-position-x: calc(50% + 5px);
    background-repeat: no-repeat;
  }
  section.goals div:nth-child(3) p:nth-child(1) {
    color: #111111;
    font-size: 20px;
    font-family: "PTSans-Regular";
    line-height: 130%;
    margin-top: 50px;
  }
  .director-speech h2 {
    font-size: 32px;
  }
  .director-speech p {
    font-size: 18px;
  }
  .director-picture__innerbox-tablet {
    display: block;
  }
  .director-picture__innerbox-tablet img {
    width: 462px;
  }
  .director-picture__innerbox-tablet img:nth-child(1) {
    display: block;
  }
  .director-picture__innerbox-tablet img:nth-child(2) {
    display: none;
  }
  .director-picture__innerbox {
    display: none;
  }
  .director__innerbox {
    margin: 0 auto;
    height: 678px;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 20px;
  }
  .--text p {
    color: #fff;
    margin: 0 0 8px;
  }
  .director-speech {
    display: grid;
    align-self: start;
    padding-top: 10px;
  }
  .services__grid {
    display: grid;
    grid-template-columns: repeat(4, 234px);
    grid-auto-rows: 200px;
    gap: 19px;
    justify-content: center;
  }
  .services {
    display: grid;
    gap: 20px;
    grid-template-rows: 100px;
    position: relative;
    justify-content: center;
    grid-template-columns: repeat(4, 231px);
    padding: 0 20px;
  }
  .services__title {
    grid-column: span 4;
    /* заголовок на ширину 4 колонок */
    text-align: left;
  }
  .services__grid {
    display: contents;
    /* позволяет .service-item вписаться в общую сетку */
  }
  .achievements__title img {
    position: absolute;
    width: 510px;
    top: 112px;
    left: -170px;
    max-width: 613px;
    display: none;
  }
  .director {
    max-width: 1084px;
    margin: 140px auto 95px;
    padding: 0 40px;
    height: 1060px;
    background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
  }
  section.goals div:nth-child(1) {
    justify-items: start;
    grid-template-rows: 15% 5%;
  }
  section.goals div {
    display: grid;
    align-content: center;
    grid-template-rows: 40% 40%;
  }
}
/* Section communication*/
.communication {
  max-width: 1920px;
  margin: 0 auto 140px;
}

.communication__items {
  margin-top: 54px;
  display: grid;
  grid-template-columns: max-content max-content;
}
.communication__items a {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 10px;
  align-items: center;
}
.communication__items a:nth-child(2) {
  padding-left: 111px;
}

.feedback {
  margin-top: 24px;
}

.form__left label {
  display: flex;
  align-items: center;
  color: #111111;
}

.form__left p br {
  display: none;
  height: 1px;
}
.form__left hr {
  background-color: #111111;
  position: relative;
  border: 0;
  height: 1px;
  margin: 0;
  z-index: 10;
}

/* Общий стиль для всех placeholder’ов Contact Form 7 */
.wpcf7-form-control::placeholder {
  color: #111111 !important;
  opacity: 1 !important;
  padding-left: 0;
  /* хотя это обычно задают на сам input */
}

.form__right label {
  display: flex;
  align-items: center;
  color: #111111;
}

.form__right p br {
  display: none;
  height: 1px;
}
.form__right hr {
  background-color: #111111;
  position: relative;
  border: 0;
  height: 1px;
  margin: 0;
  z-index: 10;
}

#wpcf7-f6-o1 > form > div.contact-form__grid > div.form__left > p:nth-child(7) > label > span {
  cursor: pointer;
  opacity: 0.9;
}

#wpcf7-f6-o1 > form > div.contact-form__grid > div.form__left > p:nth-child(7) > label {
  cursor: pointer;
}

.file-upload {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 15px;
}

.file-upload input[type=file] {
  padding: 6px 0;
  cursor: pointer;
}

.file-upload .file-hint {
  font-size: 13px;
  color: #777;
}

/* Когда файл выбран — показываем имя файла красивее */
.file-upload input[type=file]::file-selector-button {
  background-color: #222;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.file-upload input[type=file]::file-selector-button:hover {
  background-color: #444;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 12px;
  border: none !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  opacity: 1 !important;
}

.file-status {
  font-size: 14px;
  margin-top: 4px;
}

.wpcf7 input[type=tel]:focus-visible {
  width: 100%;
  padding: 10px 12px;
  border: none !important;
  border-radius: 0 !important;
  font-size: 20px !important;
  opacity: 1 !important;
}

.phone-link {
  font-size: 24px;
  font-family: "PTSans-Bold";
  margin: 0;
  color: #111111;
  line-height: 130%;
  text-decoration: none;
}

.phone-link:visited {
  color: #111111;
}

.phone-link:nth-child(2) {
  font-size: 26px;
  text-decoration: none;
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 32px;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
}

.wpcf7 .consent-box {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.wpcf7 input[type=submit] {
  background-color: #222;
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  transition: background 0.3s, color 0.3s;
}
.wpcf7 input[type=submit]:hover {
  background-color: #444;
}

.wpcf7 input[type=submit]:hover {
  background-color: #444;
}

.wpcf7-acceptance {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.wpcf7-acceptance input[type=checkbox] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-top: 3px;
}

.wpcf7-acceptance a {
  color: inherit;
  text-decoration: underline;
}

/* Контейнер */
.file-upload {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 15px;
  position: relative;
}

/* Скрываем стандартный input[type=file] */
.file-upload input[type=file] {
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  position: absolute;
  overflow: hidden;
  z-index: -1;
}

/* Оформляем метку как кнопку */
.file-upload label {
  display: inline-block;
  background-color: unset;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  width: fit-content;
  transition: background 0.3s;
  color: #111111;
  padding: 0px 0px;
  border-radius: 0px;
}

/* Статус файла */
.file-upload .file-status {
  font-size: 14px;
  color: #2a7a2a;
  margin-top: 0;
}

form > div.contact-form__grid > div.form__left > p.file-upload {
  margin-top: 63px;
}

/* Контейнер поля */
.message-field {
  position: relative;
  width: 100%;
}

/* Само поле */
#your-message {
  display: block;
  width: 100%;
  min-height: 40px;
  height: auto;
  max-height: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  font-size: 16px;
  font-family: inherit;
  box-shadow: none;
  outline: none;
  overflow: visible;
  /* !!! важно — убираем обрезание текста */
  transition: height 0.2s ease;
}

/* При фокусе — тонкая линия снизу */
#your-message:focus {
  border-bottom: 1px solid #555;
  outline: none;
  box-shadow: none;
}

.wpcf7 input[type=text]:focus-visible,
.wpcf7 input[type=tel]:focus-visible,
.wpcf7 input[type=email]:focus-visible {
  outline: none;
}

.wpcf7 input[type=submit] {
  color: #fff;
  width: 215px;
  height: 59px;
  background-color: #7c4469;
  /* если фон есть — подставь */
  border: 1px solid #7c4469;
  border-radius: 87px;
  /* или убери, если не нужно */
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  cursor: pointer;
}

.wpcf7 input[type=submit]:hover {
  color: #fff;
  width: 215px;
  height: 59px;
  background-color: #7c4469;
  /* если фон есть — подставь */
  border: 1px solid #7c4469;
  border-radius: 87px;
  box-shadow: 0 0 21px 6px rgba(250, 61, 156, 0.27);
  /* опционально — лёгкий подъём */
}

form > div.contact-form__grid > div.form__right > p:nth-child(6) {
  display: none;
}

form > div.contact-form__grid > div.form__right > div > p.submit__form {
  margin-top: 0;
}

form > div.contact-form__grid > div.form__right > div > p:nth-child(3) {
  margin-top: 0;
  font-size: 16px;
}
form > div.contact-form__grid > div.form__right > div > p:nth-child(3) a {
  font-size: 16px;
  color: #b0b0b0;
  text-decoration: none;
}

form > div.contact-form__grid > div.form__right > div > p:nth-child(2) {
  margin-top: 0;
}

.agreement__wrapper {
  margin-top: 46px;
  display: grid;
  grid-template-columns: min-content max-content 1fr;
  align-items: center;
  gap: 12px;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 input[type=checkbox] {
  height: 24px;
  width: 24px;
}

/* 1) Скрываем нативный чекбокс, оставляя доступность для клавиатуры */
/* 1) Скрываем визуально, но делаем кликабельным — ставим размеры как у кастомного квадрата */
.wpcf7 input[type=checkbox] {
  position: absolute;
  left: 20px;
  top: 4px;
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0;
  opacity: 0;
  /* невидим, но кликабелен */
  z-index: 3;
  /* выше, чем pseudo-элементы */
  cursor: pointer;
}

/* 2) Лейбл/спан: отступ под квадрат */
.wpcf7 .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  padding-left: 36px;
  line-height: 24px;
  cursor: pointer;
  user-select: none;
}

/* 3) Квадрат через ::before */
.wpcf7 .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -17px;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  border: 3px solid #7c4469;
  border-radius: 4px;
  background-color: transparent;
  transition: all 0.18s ease;
  pointer-events: none;
  /* клики проходят на input/label */
}

/* 4) Hover — тень как в Figma */
.wpcf7 label:hover .wpcf7-list-item-label::before,
.wpcf7 .wpcf7-list-item-label:hover::before {
  box-shadow: 0 0 10px 5px rgba(250, 61, 156, 0.27);
}

/* 5) Focus (клавиатура) — подсветка доступности */
.wpcf7 input[type=checkbox]:focus + .wpcf7-list-item-label::before,
.wpcf7 input[type=checkbox]:focus ~ .wpcf7-list-item-label::before {
  box-shadow: 0 0 0 4px rgba(124, 68, 105, 0.12);
  outline: none;
}

/* 6) Checked — показываем SVG */
/* Замените путь ниже на корректный: либо абсолютный URL, либо относительный путь от файла CSS */
.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7 input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  background-image: url("../img/media/checkbox-ok.svg");
  /* <-- поправь путь */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-color: transparent;
  /* если не нужно заливать, поставь transparent */
  border-color: transparent;
  box-shadow: none;
}

/* 7) Анимация появления галочки (опционально) */
.wpcf7 .wpcf7-list-item-label::before {
  transform-origin: center center;
}

.wpcf7 input[type=checkbox]:checked + .wpcf7-list-item-label::before,
.wpcf7 input[type=checkbox]:checked ~ .wpcf7-list-item-label::before {
  animation: check-pop 220ms ease forwards;
}

.form__right p:nth-child(3) {
  margin-top: 0;
}
.form__right p:nth-child(4) {
  margin-top: 43px;
}

@keyframes check-pop {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  60% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.link__container {
  max-width: 1280px;
  margin: 140px auto;
}
.link__container h2 {
  font-size: 40px;
  font-family: "PTSans-Bold";
  margin: 0;
  color: #111111;
  line-height: 130%;
}
.link__container h2:nth-child(2) {
  font-size: 40px;
  font-family: "PTSans-Bold";
  margin: 0;
  color: #7c4469;
  line-height: 130%;
}
.link__container h3 {
  margin-top: 80px;
  font-size: 32px;
  font-family: "PTSans-Bold";
  color: #111111;
  line-height: 130%;
}
.link__container p {
  margin-top: 48px;
  font-size: 20px;
  font-family: "PTSans-Regular";
  color: #b0b0b0;
  line-height: 140%;
  margin-bottom: 0;
}
.link__container p:nth-child(1) {
  margin-top: 48px;
  font-size: 20px;
  font-family: "PTSans-Regular";
  color: #b0b0b0;
  line-height: 140%;
  margin-bottom: 0;
}
.link__container p:nth-child(1) {
  margin-top: 24px;
}

@media (min-width: 320.05px) and (max-width: 670px) {
  .communication__items {
    margin-top: 20px;
    display: block;
  }
  .communication__items a:nth-child(2) {
    padding: 16px 0;
  }
  .link__container h3 {
    margin-top: 24px;
    margin-bottom: 0;
    font-size: 32px;
    font-family: "PTSans-Bold";
    color: #111111;
    line-height: 130%;
  }
  .link__container h2 {
    font-size: 32px;
    font-family: "PTSans-Bold";
    margin: 0;
    color: #111111;
    line-height: 130%;
  }
  .link__container h2:nth-child(2) {
    font-size: 32px;
    font-family: "PTSans-Bold";
    margin: 0;
    color: #7c4469;
    line-height: 130%;
  }
  .link__container h3 {
    margin-top: 40px;
    font-size: 24px;
    font-family: "PTSans-Bold";
    color: #111111;
    line-height: 130%;
  }
  .contact-form__grid {
    display: block;
  }
  .file-upload label {
    padding-left: 10px;
  }
  .contact-form__mobile {
    display: block;
  }
  .contact-form {
    display: none;
  }
  form > div.contact-form__grid > div.form__right > p:nth-child(1) {
    display: none;
  }
  form > div.contact-form__grid > div.form__right > hr:nth-child(2) {
    display: none;
  }
  form > div.contact-form__grid > div.form__right > p.message-field.noborder {
    display: none;
  }
  form > div.contact-form__grid > div.form__right > hr:nth-child(5) {
    display: none;
  }
  form > div.contact-form__grid > div.form__right > div > p.submit__form {
    display: grid;
    grid-area: first;
    grid-template-rows: max-content;
  }
  form > div.contact-form__grid > div.form__right > div > p:nth-child(2) {
    display: grid;
    grid-area: second;
  }
  form > div.contact-form__grid > div.form__right > div > p:nth-child(3) {
    display: grid;
    grid-area: third;
  }
  form > div.contact-form__grid > div.form__right > div {
    display: grid;
    grid-template-areas: "second third" "first first";
    gap: 0;
    margin-top: 20px;
  }
  .agreement__wrapper {
    margin-top: 46px;
    display: grid;
    grid-template-columns: unset;
    align-items: center;
    gap: 12px;
  }
  .link__container {
    max-width: 650px;
    margin: 80px auto 0;
    width: 94%;
  }
  .link__container p {
    margin-top: 7px;
    font-size: 16px;
    line-height: 130%;
  }
  .link__container h2:nth-child(1) {
    font-size: 28px;
  }
  .link__container h2:nth-child(2) {
    font-size: 28px;
  }
  .feedback {
    margin-top: 16px;
  }
  .wpcf7 input[type=text],
  .wpcf7 input[type=email],
  .wpcf7 input[type=tel],
  .wpcf7 textarea {
    border: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    opacity: 1 !important;
  }
  form > div.contact-form__grid > div.form__left > p.file-upload {
    margin-top: 20px;
  }
  form > div.contact-form__grid > div.form__right > div > p:nth-child(3) a {
    font-size: 14px;
    color: #b0b0b0;
    text-decoration: none;
  }
  .wpcf7 input[type=submit] {
    color: #fff;
    width: 99%;
    height: 49px;
    background-color: #7c4469;
    border: 1px solid #7c4469;
    border-radius: 87px;
    margin: 28px auto;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
  }
  .communication {
    margin: 0 auto 0;
  }
}
@media (min-width: 670.05px) {
  form > div.contact-form__grid > div.form__left > p:nth-child(4) {
    display: none;
  }
  form > div.contact-form__grid > div.form__left > hr:nth-child(5) {
    display: none;
  }
  form > div.contact-form__grid > div.form__left > p.message-field.noborder {
    display: none;
  }
  form > div.contact-form__grid > div.form__left > hr:nth-child(11) {
    display: none;
  }
}
@media (min-width: 670.05px) and (max-width: 768px) {
  body > main > section.communication > div {
    max-width: 700px;
    margin: 140px auto 0;
  }
  .wpcf7 input[type=submit] {
    color: #fff;
    width: 175px;
    height: 59px;
    background-color: #7c4469;
    /* если фон есть — подставь */
    border: 1px solid #7c4469;
    border-radius: 87px;
    /* или убери, если не нужно */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
  }
  .wpcf7 input[type=submit]:hover {
    color: #fff;
    width: 175px;
    height: 59px;
    background-color: #7c4469;
    /* если фон есть — подставь */
    border: 1px solid #7c4469;
    border-radius: 87px;
    box-shadow: 0 0 21px 6px rgba(250, 61, 156, 0.27);
    /* опционально — лёгкий подъём */
  }
  .form__right label:nth-child(1) {
    width: 30px;
  }
  .agreement__wrapper {
    margin-top: 46px;
    display: grid;
    grid-template-columns: min-content max-content 1fr;
    align-items: center;
    gap: 0px;
  }
  .contact-form__grid {
    display: grid;
    grid-template-columns: 48.5% 48.5%;
    gap: 9px;
  }
  form > div.contact-form__grid > div.form__right > div > p:nth-child(3) a {
    font-size: 10px;
    color: #b0b0b0;
    text-decoration: none;
    line-height: 120%;
    letter-spacing: 0;
  }
  .communication__items a:nth-child(2) {
    padding-left: 45px;
  }
  .communication {
    margin: 0 auto 57px;
  }
}
@media (min-width: 768.05px) and (max-width: 984px) {
  body > main > section.communication > div {
    max-width: 700px;
    margin: 100px auto 0;
  }
  .wpcf7 input[type=submit] {
    color: #fff;
    width: 175px;
    height: 59px;
    background-color: #7c4469;
    /* если фон есть — подставь */
    border: 1px solid #7c4469;
    border-radius: 87px;
    /* или убери, если не нужно */
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
  }
  .wpcf7 input[type=submit]:hover {
    color: #fff;
    width: 175px;
    height: 59px;
    background-color: #7c4469;
    /* если фон есть — подставь */
    border: 1px solid #7c4469;
    border-radius: 87px;
    box-shadow: 0 0 21px 6px rgba(250, 61, 156, 0.27);
    /* опционально — лёгкий подъём */
  }
  .form__right label:nth-child(1) {
    width: 30px;
  }
  .agreement__wrapper {
    margin-top: 46px;
    display: grid;
    grid-template-columns: min-content max-content 1fr;
    align-items: center;
    gap: 0px;
  }
  .contact-form__grid {
    display: grid;
    grid-template-columns: 48.5% 51.5%;
    gap: 14px;
  }
  form > div.contact-form__grid > div.form__right > div > p:nth-child(3) a {
    font-size: 10px;
    color: #b0b0b0;
    text-decoration: none;
    line-height: 120%;
    letter-spacing: 0;
  }
  .agreement__wrapper {
    margin-top: 56px;
    display: grid;
    grid-template-columns: min-content max-content 1fr;
    align-items: center;
    gap: 12px;
  }
}
@media (min-width: 984.05px) and (max-width: 1310px) {
  body > main > section.communication > div {
    margin: 100px auto 0;
    padding: 0 40px;
  }
  .agreement__wrapper {
    margin-top: 25px;
    display: grid;
    grid-template-columns: min-content max-content 1fr;
    align-items: center;
    gap: 12px;
  }
}
/* End of Section communication*/
/* Section Faqs*/
.wrapper__faqs {
  display: block;
  margin: 0 auto;
  background: url(../img/bg-faqs.png) no-repeat;
  background-position: calc(50% - 548px) calc(100% + 113px);
  background-size: 630px;
}

.section__faqs {
  width: 1280px;
  margin: 0 auto;
}

.faqs__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

.faqs__table {
  display: grid;
  grid-template-rows: auto;
  gap: 20px;
  margin-bottom: 140px;
}

.faqs__item--text p:nth-child(1) {
  font-size: 20px;
  line-height: 140%;
  margin: 36px 0 0;
}
.faqs__item--text p:nth-child(2) {
  margin: 0;
}
.faqs__item--text p:nth-child(3) {
  margin: 0;
}

.wrapper__faqs > section > div > h2 {
  margin: 0;
}

/* --- FAQ --- */
.faqs__item {
  padding: 32px 28px;
  background: #f5f5f7;
  border-radius: 24px;
}

/* Заголовок с иконкой */
.faqs__item--header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
}

.faqs__item--header h4 {
  font-family: "PTSans-Regular";
  font-size: 24px;
  line-height: 130%;
  margin: 0;
  font-weight: normal;
}

/* Иконка стрелки */
.faqs__item--header .triangle-down {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

/* Текстовый блок */
.faqs__item--text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, opacity 0.35s ease;
  opacity: 0;
}

/* Активное состояние */
.faqs__item.active .triangle-down {
  transform: rotate(180deg);
}

.faqs__item.active .faqs__item--text {
  opacity: 1;
}

.faqs__title > h2 {
  display: inline;
}

.faqs__title > h2:nth-child(1) {
  color: #7c4469;
}

.faqs__title > h2:nth-child(2) {
  color: #111;
}

@media (min-width: 984.05px) and (max-width: 1310px) {
  .section__faqs {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
  }
  .wrapper__faqs {
    display: block;
    margin: 140px auto 0;
    background: url(../img/bg-faqs.png) no-repeat;
    background-position: calc(50% - 410px) calc(100% + 83px);
    background-size: 486px;
  }
  .faqs__container {
    display: grid;
    grid-template-columns: 33% 1fr;
    gap: 32px;
  }
  .wrapper__faqs > section > div > h2 {
    margin: 0;
    font-size: 32px;
  }
}
@media (min-width: 768.05px) and (max-width: 984px) {
  .section__faqs {
    max-width: 1012px;
    width: 94%;
    margin: 0 auto;
  }
  .wrapper__faqs {
    display: block;
    margin: 140px auto 0;
    background: url(../img/bg-faqs.png) no-repeat;
    background-position: calc(50% - 283px) calc(100% + 68px);
    background-size: 480px;
  }
  .faqs__container {
    display: grid;
    grid-template-columns: 36% 61%;
    gap: 24px;
    max-width: 756px;
    margin: 0 auto;
  }
  .wrapper__faqs > section > div > h2 {
    font-size: 32px;
  }
  .faqs__item {
    padding: 20px 20px;
    background: #f5f5f7;
    border-radius: 24px;
  }
  .faqs__table {
    display: grid;
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .wrapper__faqs > section > div > h2 {
    font-size: 28px;
  }
  .wrapper__faqs > section > div > h2:nth-child(1) {
    color: #7c4469;
    margin-bottom: 0;
  }
  .wrapper__faqs > section > div > h2:nth-child(2) {
    color: #111111;
    margin-bottom: 20px;
  }
  .faqs__container {
    display: block;
    gap: 24px;
    max-width: 756px;
    margin: 0 auto;
    padding-top: 0;
  }
  .wrapper__faqs {
    background-position-y: 27%;
  }
}
@media (min-width: 320.05px) and (max-width: 670px) {
  .section__faqs {
    max-width: 1012px;
    width: 95%;
    margin: 0 auto;
    max-width: 390px;
  }
  .wrapper__faqs {
    display: block;
    margin: 0 auto;
    background: url(../img/cel-mobile.png) no-repeat;
    background-position-x: calc(50% - 0px);
    background-position-y: 0%;
    padding-top: 50px;
    height: 580px;
    margin: 0 auto;
  }
  .faqs__container {
    display: block;
    gap: 24px;
    max-width: 756px;
    margin: 0 auto;
  }
  .faqs__item {
    padding: 16px 20px;
    background: #f5f5f7;
    border-radius: 24px;
  }
  .faqs__item--header h4 {
    font-family: "PTSans-Regular";
    font-size: 18px;
    line-height: 130%;
    margin: 0;
    font-weight: normal;
  }
  .faqs__table {
    display: grid;
    grid-template-rows: auto;
    gap: 12px;
    margin-bottom: 140px;
  }
  .faqs__title h2 {
    font-size: 28px;
  }
}
@media (min-width: 670.05px) and (max-width: 768px) {
  .section__faqs {
    max-width: 1012px;
    width: 98%;
    margin: 0 auto;
  }
  .wrapper__faqs {
    display: block;
    margin: 140px auto 0;
    background: url(../img/bg-faqs.png) no-repeat;
    background-position: calc(50% - 273px) calc(100% + 75px);
    background-size: 486px;
  }
  .faqs__container {
    display: grid;
    grid-template-columns: 40% 55%;
    gap: 24px;
    max-width: 756px;
    margin: 0 auto;
  }
  .faqs__item {
    padding: 20px 20px;
    background: #f5f5f7;
    border-radius: 24px;
  }
  .faqs__table {
    display: grid;
    grid-template-rows: auto;
    gap: 20px;
    margin-bottom: 45px;
  }
  .faqs__title > h2 {
    display: inline;
    font-size: 28px;
  }
}
/* --- End of FAQ --- */
/* --- End of FAQ --- */
/* End of Section Faqs*/
/* --- Компоновка шапки --- */
.slider-header {
  margin-bottom: 30px;
}

.slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px; /* Отступ от заголовка до кнопок */
}

/* --- Кнопки навигации --- */
.slider-arrows {
  display: flex;
  gap: 15px; /* Расстояние между кнопками */
}

.portfolio-prev,
.portfolio-next {
  position: static; /* Отключаем абсолютное позиционирование Swiper по умолчанию */
  width: 50px;
  height: 50px;
  border: 1px solid #6c4c6e; /* Цвет обводки (примерный, возьмите с макета) */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6c4c6e; /* Цвет стрелки */
  transition: all 0.3s ease;
  margin: 0 !important; /* Сброс дефолтных отступов свайпера */
}

/* Убираем стандартные иконки свайпера, т.к. мы вставили свои SVG */
.portfolio-prev::after,
.portfolio-next::after {
  display: none;
}

/* Ховер эффект */
.portfolio-prev:hover,
.portfolio-next:hover {
  background-color: #6c4c6e;
  color: #fff;
}

/* Неактивная кнопка (конец слайдера) */
.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

/* Ссылка "Все кейсы" */
.portfolio-slider__a {
  color: #6c4c6e;
  text-decoration: none;
  font-weight: 500;
  /* Можно добавить выравнивание по правому краю, если контейнер не flex: space-between */
}

/* --- Стили карточки --- */
.portfolio-slide {
  display: flex;
  flex-direction: column;
}

.img-wrapper {
  border-radius: 20px; /* Скругление картинки как на макете */
  overflow: hidden;
  margin-bottom: 15px;
}

.portfolio-thumb {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.portfolio-link {
  display: flex;
  align-items: flex-start; /* Выравнивание стрелочки и текста */
  gap: 10px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  justify-content: flex-start;
}
.portfolio-link .link-text {
  font-size: 20px;
}
.portfolio-link img {
  padding-top: 8px;
}

.arrow-icon {
  width: 16px; /* Размер иконки стрелки под фото */
  height: auto;
}

/* --- Шапка секции --- */
.slider-header {
  margin-bottom: 30px; /* Отступ от всей шапки до карточек слайдера */
}

/* --- Центрируем и ограничиваем шапку --- */
.slider-header {
  max-width: 1280px; /* Максимальная ширина контента */
  width: 100%; /* Занимает всю доступную ширину на экранах меньше 1280px */
  margin: 0 auto; /* Центрируем блок по горизонтали */
  padding: 0 7px; /* Внутренние отступы, чтобы на мобильных текст не прилипал к краям экрана (можете изменить на 20px, если у вас такой стандарт) */
  box-sizing: border-box; /* Учитываем padding в общей ширине */
  margin-bottom: 30px; /* Отступ вниз до самого слайдера */
}

/* --- Раскидываем кнопки и ссылку по краям этих 1280px --- */
.slider-controls {
  display: flex;
  justify-content: space-between; /* Кнопки прижмутся к левому краю (внутри 1280px), ссылка - к правому */
  align-items: center;
  width: 100%;
  margin-top: 15px;
}

/* Сами кнопки стоят рядом друг с другом */
.slider-arrows {
  display: flex;
  gap: 15px;
}

.slider-header h2 {
  margin-bottom: 20px; /* Отступ от заголовка до ряда с кнопками */
}

/* Контейнер, который держит кнопки слева, а ссылку справа */
.slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.slider-arrows {
  display: flex;
  gap: 15px; /* Расстояние между двумя круглыми кнопками */
}

/* --- Жёстко перебиваем стили Swiper --- */
.swiper-button-prev.portfolio-prev,
.swiper-button-next.portfolio-next {
  position: static !important; /* ВАЖНО: возвращаем кнопки в нормальный поток (чтобы они не улетали) */
  margin: 0 !important; /* Убираем дефолтные отступы */
  transform: none !important;
  width: 52px !important; /* Размер круга */
  height: 52px !important;
  border: 1px solid #7c506c !important; /* Бордовый цвет обводки из макета */
  border-radius: 50% !important;
  color: #7c506c !important; /* Цвет самой стрелочки */
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  /* Очищаем абсолютные координаты, если они остались */
  left: auto !important;
  right: auto !important;
  top: auto !important;
}

/* Прячем стандартные жирные стрелки Swiper */
.swiper-button-prev.portfolio-prev::after,
.swiper-button-next.portfolio-next::after {
  display: none !important;
}

/* Настраиваем размер вашей кастомной SVG стрелки */
.portfolio-prev svg,
.portfolio-next svg {
  width: 20px;
  height: 20px;
}

/* Ховер-эффект (по желанию, для красоты) */
.swiper-button-prev.portfolio-prev:hover:not(.swiper-button-disabled),
.swiper-button-next.portfolio-next:hover:not(.swiper-button-disabled) {
  background-color: #7c506c !important;
  color: #fff !important;
  transition: 0.3s;
}

/* Полупрозрачность, если долистали до конца */
.swiper-button-disabled.portfolio-prev,
.swiper-button-disabled.portfolio-next {
  opacity: 0.4 !important;
  cursor: default !important;
}

/* --- Ссылка справа --- */
.portfolio-slider__a {
  color: #7c506c; /* Бордовый цвет */
  text-decoration: none;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}

/* ИСПОЛЬЗОВАТЬ ТОЛЬКО ЕСЛИ НУЖНО, ЧТОБЫ СЛАЙДЕР УХОДИЛ ЗА КРАЙ ЭКРАНА */
.portfolio-swiper {
  width: 100% !important;
  max-width: 100% !important;
  /* Вычисляем отступ динамически: берем ширину экрана, вычитаем 1280px и делим пополам */
  padding-left: max(15px, (100vw - 1290px) / 2) !important;
  padding-right: max(15px, (100vw - 1290px) / 2) !important;
  box-sizing: border-box;
}

/* --- Фиксируем ширину самого слайда --- */
.portfolio-swiper .swiper-slide {
  /* Задаем ширину для десктопа (как в макете) */
  width: 515px !important;
}

/* --- Настраиваем пропорции картинки --- */
.portfolio-slide .img-wrapper {
  width: 100%;
  /* Идеальный трюк: заставляем блок всегда держать пропорции 515x372 */
  aspect-ratio: 515/372;
  overflow: hidden;
  border-radius: 20px; /* Ваше скругление */
  margin-bottom: 15px;
}

.portfolio-slide .portfolio-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Картинка заполнит блок без искажений */
  display: block;
}

.director__wrapper > section > div > .director-speech > a:visited {
  color: #ffffff;
}

/* --- АДАПТИВ (Мобильная версия) --- */
@media (max-width: 767px) {
  /* Скрываем стрелки навигации на мобильных */
  .slider-arrows {
    display: none !important;
  }
  /* Ссылка "Все кейсы" может остаться или переместиться */
  .slider-controls {
    justify-content: flex-start; /* Если стрелок нет, ссылка уедет вправо */
  }
  .portfolio-slider__a {
    position: static;
    color: #6c4c6e;
    text-decoration: none;
    font-weight: 500;
  }
}
@media (min-width: 768.05px) and (max-width: 1024px) {
  .portfolio-swiper {
    width: 100% !important;
    max-width: 100% !important;
    /* Вычисляем отступ динамически: берем ширину экрана, вычитаем 1280px и делим пополам */
    box-sizing: border-box;
  }
}
/* Для планшетов */
@media (max-width: 1024px) {
  .portfolio-swiper .swiper-slide {
    width: 350px !important; /* Уменьшенная копия */
  }
  .section__faqs {
    max-width: unset;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
  }
}
/* Для телефонов */
@media (max-width: 767px) {
  .portfolio-swiper .swiper-slide {
    width: 280px !important; /* Компактный размер для мобилки */
  }
  .slider-header h2 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .slider-header {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .slider-header h2 {
    padding: 0;
    margin: 0;
  }
  .portfolio-slider {
    margin-bottom: 75px;
  }
  .director__wrapper > section > div > .director-speech > a:visited {
    color: #ffffff;
  }
  .section__faqs {
    max-width: unset;
    margin: 0 auto;
    width: 100%;
    padding: 0 16px;
  }
  wrapper__faqs {
    padding-bottom: 80px;
    height: auto;
  }
}
@media (min-width: 1024.05px) and (max-width: 1280px) {
  .slider-header {
    max-width: 1024px;
  }
  .portfolio-swiper {
    width: 100% !important;
    max-width: 100% !important;
    /* Вычисляем отступ динамически: берем ширину экрана, вычитаем 1280px и делим пополам */
    padding-left: max(15px, (100vw - 1104px) / 2) !important;
    padding-right: max(15px, (100vw - 1104px) / 2) !important;
    box-sizing: border-box;
  }
  .section__faqs {
    max-width: unset;
    margin: 0 auto;
    width: 100%;
    padding: 0 40px;
  }
}
/**/
/*----- Debugging ----*/
/*----- End of Debugging ----*/
/* --- Page: single --- */
.type-post,
.type-portfolio {
  display: grid;
  max-width: 1171px;
  margin: 0 auto 40px;
}

/* --- Page: single portfolio --- */
main.single-portfolio-page {
  background: #ffffff;
}

.single-portfolio__inner,
.single-portfolio__inner--breadcrumbs {
  max-width: 1258px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.single-portfolio--breadcrumbs {
  background: #ffffff;
  padding: 40px 0 40px;
}

.single-portfolio--breadcrumbs #breadcrumbs_single-portfolio,
.single-portfolio--breadcrumbs #breadcrumbs_single-portfolio a,
.single-portfolio--breadcrumbs #breadcrumbs_single-portfolio span {
  color: #111111;
  text-decoration: none;
  font-size: 20px;
  line-height: 140%;
}

.banner__wrapper--single-portfolio {
  height: 800px;
}

.banner-top--single-portfolio {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.banner-top--single-portfolio-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
}

.banner__container--single-portfolio {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.banner-tall__left--single-portfolio {
  display: flex;
  justify-content: center;
  padding-top: 48px;
}

.banner-tall__left--single-portfolio h1 {
  margin: 0;
  color: #ffffff;
  text-align: center;
  max-width: 1280px;
  width: 100%;
  text-transform: uppercase;
  font-size: 52px;
  line-height: 1.3;
  font-family: "PTSans-Bold";
  font-weight: 700;
}

.banner-top--single-portfolio-img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 52px;
}

.banner-top__img--single-portfolio {
  display: block;
  height: auto;
}

.main-tasks {
  padding: 120px 0 88px;
}

.second-banner {
  padding: 103px 0 102px;
  background: #f5f5f7;
}

.ta_analysis {
  padding: 68px 0 92px;
}

.ta-analysis__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.ta-analysis__intro h2 {
  margin: 0 0 28px;
}

.ta-analysis__intro h4 {
  margin: 0 0 12px;
  color: #111111;
}

.ta-analysis__intro ul {
  margin: 0 0 22px;
  padding-left: 28px;
}

.ta-analysis__intro li {
  margin-bottom: 6px;
}

.ta-analysis__media img {
  display: block;
  width: 100%;
  max-width: 625px;
  margin-left: auto;
  border-radius: 28px;
}

.ta-analysis__bottom {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.ta-analysis__card h3 {
  margin: 0 0 14px;
  color: #111111;
}

.ta-analysis__card p {
  margin: 0;
}

.adaptives {
  padding: 88px 0 96px;
}

.goals-achieved {
  padding: 88px 0 0;
}

.content-two-col {
  display: grid;
  align-items: start;
}

.content-two-col--30-70 {
  grid-template-columns: 31.6% 68.4%;
}

.content-two-col--50-50 {
  grid-template-columns: 50% 50%;
}

.content-two-col__left {
  grid-column: 1;
}

.content-two-col__right {
  grid-column: 2;
  padding-left: 32px;
}

.content-two-col__left h2 {
  margin: 0;
  color: #7c4469;
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 4%;
  padding-right: 9px;
}

.ta_analysis h2 {
  color: #56193a;
}

.main-tasks p,
.main-tasks li,
.ta_analysis p,
.ta_analysis li,
.prototyping-header p,
.prototyping-header li,
.adaptives p,
.adaptives li,
.main-page-header p,
.main-page-header li,
.goals-achieved p,
.goals-achieved li,
.content-two-col__right p,
.content-two-col__right li {
  color: #111111;
  font-size: 20px;
  line-height: 1.4;
}

.content-two-col__right a,
.ta_analysis a {
  color: #56193a;
}

.content-two-col__right ul,
.content-two-col__right ol {
  margin: 0;
  padding-left: 22px;
}

.content-two-col__right > *:first-child {
  margin-top: 2px;
}

.content-two-col__right > *:last-child {
  margin-bottom: 0;
}

.second-banner__image {
  display: block;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.wrapper__prototyping-header,
.wrapper__main-page-header {
  min-height: 292px;
  background: linear-gradient(to top, #56193a 0%, #782d56 100%);
  display: flex;
  align-items: center;
}

.wrapper__prototyping-header .content-two-col__left,
.wrapper__prototyping-header .content-two-col__right,
.wrapper__main-page-header .content-two-col__left,
.wrapper__main-page-header .content-two-col__right {
  color: #ffffff;
}

.wrapper__prototyping-header .content-two-col__left *,
.wrapper__prototyping-header .content-two-col__right *,
.wrapper__main-page-header .content-two-col__left *,
.wrapper__main-page-header .content-two-col__right * {
  color: inherit;
}

.wrapper__prototyping-body,
.wrapper__main-page-body {
  position: relative;
  overflow: hidden;
}

.wrapper__section-bg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
}

.wrapper__side-line {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc((100vw - 1920px) / 2);
  min-width: 0;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  background-repeat: repeat;
  background-size: 1px auto;
}

.wrapper__side-line--left {
  left: 0;
  background-position: right top;
}

.wrapper__side-line--right {
  right: 0;
  background-position: left top;
}

.wrapper__prototyping-body {
  height: 1000px;
}

.wrapper__main-page-body {
  height: 3757px;
}

.prototyping-body,
.main-page-body,
.adaptives-img__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prototyping-body,
.main-page-body {
  height: 100%;
}

.adaptives-img__container {
  height: 667px;
}

.adaptives-text__container {
  padding-bottom: 56px;
}

.wrapper__prototyping-body .single-portfolio__device-image--desktop {
  max-width: 1155px;
}

.adaptives-img__container .single-portfolio__device-image--desktop {
  max-width: 1238px;
}

.wrapper__main-page-body .single-portfolio__device-image--desktop {
  max-width: 1320px;
}

.single-portfolio__device-image {
  max-width: 100%;
  height: auto;
}

.single-portfolio__device-image--tablet,
.single-portfolio__device-image--mobile {
  display: none;
}

.banner__wrapper--single-portfolio > section.banner-top--single-portfolio > .banner-top--single-portfolio-bg {
  position: absolute;
  top: 0px;
  left: 0;
}

body > main > section.main-tasks > div > div > div.content-two-col__right > h3 {
  font-size: 24px;
  line-height: 130%;
}

.ca-analysis {
  max-width: 1200px;
  margin: 0 auto;
  font-family: sans-serif; /* Замените на ваш шрифт */
  color: #333;
}

/* Верхняя часть: Текст слева, фото справа */
.ca-analysis__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 15px;
}

.ca-analysis__text {
  flex: 1;
}

.ca-title {
  color: #7a4a6d; /* Пурпурный цвет заголовка */
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 25px;
}

.ca-group h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 20px;
}

.ca-group ul {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 20px;
  margin-left: 12px;
}

.ca-group ul li {
  position: relative;
  margin-bottom: 0;
  line-height: 1.4;
}

/* Точка в списке */
.ca-group ul li::before {
  content: "•";
  position: absolute;
  left: -15px;
}

/* Стилизация изображения */
.ca-analysis__image {
  flex: 1;
}

.ca-analysis__image img {
  width: 600px;
  height: auto;
  border-radius: 20px; /* Скругление как на макете */
  display: block;
}

/* Нижняя часть: Две колонки */
.ca-analysis__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.ca-info-block h3 {
  font-size: 24px;
  line-height: 130%;
  letter-spacing: 4%;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.content-two-col__right > p {
  margin-top: 0;
}

.wrapper__prototyping-header > section > div {
  padding-top: 50px;
}

.wrapper__main-page-header > section > div {
  padding-top: 50px;
}

/* Адаптив для мобилок */
@media (max-width: 992px) {
  .ca-analysis__top,
  .ca-analysis__bottom {
    display: block;
  }
  .ca-analysis__image {
    margin-top: 30px;
  }
  .ca-info-block {
    margin-bottom: 40px;
  }
}
@media (min-width: 1920.05px) {
  .wrapper__side-line {
    display: block;
  }
}
@media (min-width: 768.05px) and (max-width: 1280px) {
  .single-portfolio__inner,
  .single-portfolio__inner--breadcrumbs {
    padding: 0 20px;
  }
  .banner__container--single-portfolio {
    padding: 0 20px;
  }
  .banner__wrapper--single-portfolio {
    height: 719px;
  }
  .wrapper__section-bg {
    width: 100%;
    height: 100%;
    left: 0;
    transform: none;
    object-fit: cover;
    object-position: center top;
  }
  .banner-top__img--single-portfolio {
    width: 850px;
    max-width: 100%;
  }
  .banner-tall__left--single-portfolio {
    padding-top: 36px;
  }
  .banner-top--single-portfolio-img {
    padding-bottom: 48px;
  }
  .banner-tall__left--single-portfolio h1 {
    font-size: 40px;
    line-height: 1.3;
  }
  .main-tasks {
    padding: 64px 0 68px;
  }
  .second-banner {
    padding: 54px 0 72px;
  }
  .ta_analysis {
    padding: 52px 0 76px;
  }
  .ta-analysis__top {
    gap: 30px;
  }
  .ta-analysis__bottom {
    margin-top: 54px;
    gap: 30px;
  }
  .adaptives {
    padding: 64px 0 70px;
  }
  .goals-achieved {
    padding: 70px 0 84px;
  }
  .second-banner__image {
    max-width: 944px;
  }
  .content-two-col {
    column-gap: 10px;
  }
  .content-two-col__left h2 {
    font-size: 28px;
  }
  .main-tasks p,
  .main-tasks li,
  .ta_analysis p,
  .ta_analysis li,
  .prototyping-header p,
  .prototyping-header li,
  .adaptives p,
  .adaptives li,
  .main-page-header p,
  .main-page-header li,
  .goals-achieved p,
  .goals-achieved li,
  .content-two-col__right p,
  .content-two-col__right li {
    font-size: 18px;
    line-height: 1.4;
  }
  .wrapper__prototyping-header,
  .wrapper__main-page-header {
    min-height: 180px;
  }
  .wrapper__prototyping-body {
    height: 949px;
  }
  .adaptives-img__container {
    height: 532px;
  }
  .adaptives-text__container {
    padding-bottom: 44px;
  }
  .wrapper__main-page-body {
    height: 2792px;
  }
  .wrapper__prototyping-body .single-portfolio__device-image--tablet {
    max-width: 870px;
  }
  .adaptives-img__container .single-portfolio__device-image--tablet {
    max-width: 760px;
  }
  .wrapper__main-page-body .single-portfolio__device-image--tablet {
    max-width: 944px;
  }
  .single-portfolio__device-image--desktop,
  .single-portfolio__device-image--mobile {
    display: none;
  }
  .single-portfolio__device-image--tablet {
    display: block;
  }
}
@media (min-width: 360px) and (max-width: 768px) {
  .single-portfolio__inner,
  .single-portfolio__inner--breadcrumbs {
    padding: 0 16px;
  }
  .wrapper__section-bg {
    width: 100%;
    height: 100%;
    left: 0;
    transform: none;
    object-fit: cover;
    object-position: center top;
  }
  .banner__container--single-portfolio {
    padding: 0 16px;
  }
  .single-portfolio--breadcrumbs {
    padding: 16px 0;
  }
  .banner__wrapper--single-portfolio {
    height: 414px;
  }
  .banner-tall__left--single-portfolio {
    padding-top: 22px;
  }
  .banner-top__img--single-portfolio {
    width: 358px;
    max-width: 100%;
  }
  .banner-top--single-portfolio-img {
    padding-bottom: 26px;
  }
  .banner-tall__left--single-portfolio h1 {
    font-size: 28px;
    line-height: 1.3;
  }
  .main-tasks {
    padding: 40px 0 44px;
  }
  .second-banner {
    padding: 14px 0 42px;
  }
  .ta_analysis {
    padding: 42px 0 52px;
  }
  .ta-analysis__top,
  .ta-analysis__bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ta-analysis__bottom {
    margin-top: 36px;
  }
  .ta-analysis__intro ul {
    padding-left: 20px;
    margin-bottom: 16px;
  }
  .ta-analysis__media img {
    max-width: 358px;
    margin: 0 auto;
    border-radius: 20px;
  }
  .adaptives {
    padding: 44px 0 52px;
  }
  .goals-achieved {
    padding: 50px 0 64px;
  }
  .content-two-col,
  .content-two-col--30-70,
  .content-two-col--50-50 {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
  .content-two-col__left,
  .content-two-col__right {
    grid-column: auto;
  }
  .second-banner__image {
    max-width: 358px;
  }
  .content-two-col__left h2 {
    font-size: 24px;
  }
  .main-tasks p,
  .main-tasks li,
  .ta_analysis p,
  .ta_analysis li,
  .prototyping-header p,
  .prototyping-header li,
  .adaptives p,
  .adaptives li,
  .main-page-header p,
  .main-page-header li,
  .goals-achieved p,
  .goals-achieved li,
  .content-two-col__right p,
  .content-two-col__right li {
    font-size: 16px;
    line-height: 1.3;
  }
  .wrapper__prototyping-header,
  .wrapper__main-page-header {
    min-height: 199px;
  }
  .wrapper__prototyping-body {
    height: 398px;
  }
  .adaptives-img__container {
    height: 200px;
  }
  .adaptives-text__container {
    padding-bottom: 24px;
  }
  .wrapper__main-page-body {
    height: 1063px;
  }
  .wrapper__prototyping-body .single-portfolio__device-image--mobile {
    max-width: 358px;
  }
  .adaptives-img__container .single-portfolio__device-image--mobile {
    max-width: 315px;
  }
  .wrapper__main-page-body .single-portfolio__device-image--mobile {
    max-width: 358px;
  }
  .single-portfolio__device-image--desktop,
  .single-portfolio__device-image--tablet {
    display: none;
  }
  .single-portfolio__device-image--mobile {
    display: block;
  }
}
/* --- Page 404 / Search Form --- */
.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 10px 40px 10px 12px;
  border: 1px solid #ccc;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
}
.search-form .search-submit {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("https://cdn-icons-png.flaticon.com/512/622/622669.png") no-repeat center center;
  background-size: 16px 16px;
  border: none;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
}

/* --- End of Page: single --- */
/* --- Page Sites --- */
/* Section banner-tall-sites */
.banner__wrapper.banner__wrapper--sites {
  height: 800px;
}

.banner-tall--sites {
  position: static;
  width: 100%;
  height: 100%;
  background-image: url(../img/16406291_rm373batch2-04_1.webp);
  background-size: cover;
  background-position: center;
}

.banner-tall__right--sites {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  width: 381px;
  border-radius: 25px;
  height: 560px;
  left: calc(100% - 406px);
  margin-top: 14px;
}
.banner-tall__right--sites p {
  color: #ffffff;
  margin: 0 0 20px 0;
  text-align: center;
}
.banner-tall__right--sites h3 {
  color: #ffffff;
  text-align: center;
  font-size: 28px;
  z-index: 100;
  margin-bottom: 12px;
  position: relative;
}
.banner-tall__right--sites div {
  margin: 0;
}

.banner-tall__left--sites {
  max-width: 644px;
}
.banner-tall__left--sites h1 {
  margin-top: 0;
  color: #f1a4b4;
  margin-bottom: 28px;
}
.banner-tall__left--sites p {
  color: #ffffff;
}
.banner-tall__left--sites h4 {
  color: #ffffff;
  margin-top: 58px;
  margin-bottom: 33px;
}

hr {
  background-color: #fff;
  border: 0;
  height: 2px;
  margin-bottom: 1.5em;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #7c4469;
  color: #7c4469;
}

#wpcf7-f6-o2 > form > div.wpcf7-response-output {
  display: none;
}

.banner-tall__left--sites > div > div > div > p {
  padding-left: 2px;
  margin: 0;
}

.banner__container--sites {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 100px;
  gap: 32px;
}

.contact-form--sites > div.form__left--sites > p > label > span > input .wpcf7 input[type=email] {
  font-size: 15px;
  padding: 0 !important;
}

.contact-form--sites input.wpcf7-form-control {
  background-color: transparent;
  color: #fff !important;
  border: none;
  padding: 0 !important;
}
.contact-form--sites input.wpcf7-form-control::placeholder {
  color: #fff !important;
}
.contact-form--sites input.wpcf7-form-control:focus {
  color: #fff !important;
  outline: none;
  box-shadow: none;
}

form > div.contact-form--sites > div.agreement__wrapper--sites > p.submit__form > input {
  background-color: #7c4469;
  width: 341px;
}

form > div.contact-form--sites > div.form__left--sites > p:nth-child(4) > br {
  display: none;
}

form > div.contact-form--sites > div.form__left--sites > p:nth-child(1) > br:nth-child(1) {
  display: none;
}

form > div.contact-form--sites > div.form__left--sites > hr:nth-child(2) {
  margin: 0;
}

form > div.contact-form--sites > div.agreement__wrapper--sites > p.submit__form > br {
  display: none;
}

form > div.contact-form--sites > div.agreement__wrapper--sites > div {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-top: 20px;
}

form > div.contact-form--sites > div.agreement__wrapper--sites > div > p:nth-child(2) > a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}

form > div.contact-form--sites > div.agreement__wrapper--sites > div > p > br {
  display: none;
}

form > div.contact-form--sites > div.form__left--sites > p:nth-child(1) > label > br:nth-child(3) {
  display: none;
}

form > div.contact-form--sites > div.form__left--sites > p:nth-child(1) > br {
  display: none;
}

form > div.contact-form--sites > div.form__left--sites > p:nth-child(4) > label > br:nth-child(3) {
  display: none;
}

form > div.wpcf7-response-output {
  margin-top: -18px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 3.4em 0.5em 1em !important;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
  background-color: #ffffff;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
  border-color: #ffb900;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 14px;
  line-height: 120%;
  font-weight: normal;
}

#wpcf7-f559-o1 > form > div.contact-form--sites > div.agreement__wrapper--sites > div > p:nth-child(2) {
  line-height: 120%;
  text-align: left;
}

/* popup base */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

/* active */
.popup.is-active {
  display: block;
  background-color: rgba(255, 255, 255, 0.1);
}

/* overlay */
.popup__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(39px);
}

/* content */
.popup__content {
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  overflow-y: auto;
  padding: 0;
  display: block;
  background: transparent;
}

/* close button */
.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 63px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #fff;
}

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

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

.popup .banner-tall__right--sites {
  display: block !important;
}

.popup__body .banner-tall__right--sites {
  background: #111;
  background: transparent !important;
  border-radius: 16px;
  padding: 20px;
}

.popup__body {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body > main > wrapper.banner__wrapper.banner__wrapper--sites > section > img {
  position: absolute;
  top: -80px;
  left: 0;
}

body > main > wrapper.banner__wrapper.banner__wrapper--sites > section > div > img {
  position: absolute;
  top: -80px;
  left: 0;
}

/* mobile only */
@media (min-width: 992px) {
  .popup {
    display: none !important;
  }
  .btn.btn--open-popup {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .banner-tall__right--sites {
    display: none;
  }
  .popup .banner-tall__right--sites {
    display: block;
  }
}
.banner-tall__stikers--sites {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 24px;
}

.stiker_collumn--sites:nth-child(1) {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.stiker-sites__bg {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 152px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  border: none;
  position: relative;
}

.stiker--sites.stiker--sites--first {
  display: grid;
  justify-content: center;
  align-items: center;
  width: 142px;
  height: 142px;
  background-color: #7c4469;
  border: 0.5px solid #000;
  border-radius: 50%;
  position: absolute;
  left: 5.5px;
  top: 5.5px;
}
.stiker--sites.stiker--sites--first p {
  font-size: 18px;
}

.stiker--sites.stiker--sites__mobile.stiker--sites--first {
  display: none;
}

.stiker_collumn--sites {
  position: relative;
  display: grid;
  align-items: anchor-center;
  gap: 10px;
}

.stiker--sites {
  display: flex;
  align-items: center;
  height: 63px;
  border-radius: 31.5px;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(5px);
}

.banner-tall__left--sites > div > div > div > img {
  height: auto;
  max-width: 100%;
  width: 63px;
  border: 4px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.prices {
  margin-top: 140px;
  margin-bottom: 140px;
  padding: 0 40px;
}

.prices-cases {
  margin-top: 100px;
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.price-case {
  background-color: #f5f5f7;
  padding: 4px 32px 0 32px;
  border-radius: 32px;
}
.price-case ul {
  margin-left: 24px;
  padding: 0;
}
.price-case h3 {
  color: #7c4469;
  margin-bottom: 20px;
}
.price-case h4 span {
  color: #7c4469;
}

.price-case {
  position: relative;
  background: #f5f5f7;
  overflow: hidden;
  z-index: 0;
}

.price-case {
  position: relative;
  overflow: hidden;
}
.price-case h4 {
  font-size: 28px;
}

.ghost__prices {
  position: absolute;
  width: 76px;
  height: 76px;
  left: -120px; /* старт вне блока */
  bottom: -30px; /* центр ниже края */
  background: #7c4469;
  border-radius: 50%;
  filter: blur(82px);
  opacity: 0.9;
  pointer-events: none;
  transition: left 1.7s cubic-bezier(0.22, 0.9, 0.36, 1), opacity 0.8s ease;
  will-change: left, opacity;
}

.price-case:hover .ghost__prices {
  left: calc(100% - 40px);
  opacity: 1;
}

.prices-introduce {
  margin-top: 100px;
  max-width: 1280px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.prices-introduce__left h2 {
  margin-top: 0;
}
.prices-introduce__left h2 span {
  color: #7c4469;
}

.portfolio-slider h2 {
  margin-top: 0;
}
.portfolio-slider h2 span {
  color: #7c4469;
}

/*Section team*/
.team {
  max-width: 1360px;
  margin: 0 auto 45px;
  padding: 0 40px;
  height: auto;
}

.team__innerbox {
  max-width: 1360px;
  margin: 0 auto;
  margin-top: 140px;
  height: 678px;
  position: static;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 0;
  gap: 50px;
  margin-bottom: 80px;
}

.team-picture h2 {
  margin-top: 0;
  margin-bottom: 84px;
  color: #fff;
}

.--text h4 {
  color: #fff;
}

.team-picture__innerbox img {
  border: 4px solid #b46c92;
  border-radius: 50%;
  position: relative;
  z-index: 100;
}

.team-picture > div.team-picture__innerbox > div:nth-child(2) > div:nth-child(1) > img {
  display: none;
}

.team-picture__innerbox {
  display: grid;
  justify-items: center;
}

.team-pictures__box {
  display: grid;
  grid-template-columns: auto auto;
  gap: 24px;
}

.team-pictures__box:nth-child(1) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-self: start;
  margin-bottom: 40px;
}
.team-pictures__box:nth-child(1) p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 6px;
}

.team-pictures__box:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-self: start;
}
.team-pictures__box:nth-child(2) p {
  color: #ffffff;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 6px;
}

.stiker--sites__mobile {
  display: none;
}

.team__wrapper {
  position: relative;
  width: 100%;
  min-height: 848px;
  background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
  overflow: hidden;
  margin-top: 140px;
}

.team::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(681px, 35vw, 1000px);
  aspect-ratio: 681/493;
  background: url("../img/neon-line1920.png") no-repeat left bottom/contain;
  z-index: 1;
  pointer-events: none;
}

.team__content {
  position: relative;
  z-index: 2;
}

.banner-tall__left--sites > div.banner-tall__stikers--sites > div:nth-child(1) > div > p {
  padding: 0;
  margin: 0;
}

.team__wrapper.director__wrapper > section > div > .team-speech > a:visited {
  color: #fff;
}

.cases h1 {
  z-index: 1;
}

@media (max-width: 768px) {
  .banner__wrapper.banner__wrapper--sites {
    height: 644px;
  }
  .banner-tall--sites {
    position: static;
    width: 100%;
    height: 100%;
    background-image: url(../img/razrabotka-saitov-banner.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position-y: 0%;
    background-position-x: 52%;
  }
  .banner__container--sites {
    display: block;
    max-width: 912px;
    margin: 0 auto;
  }
  .banner__container--sites {
    max-width: 1024px;
  }
  .banner__container--sites {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
  }
  .banner-tall__left--sites h1 {
    font-size: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
  }
  .banner-tall__left--sites p {
    font-size: 16px;
    line-height: 130%;
    margin-top: 0;
  }
  .banner-tall__left--sites h4 {
    font-size: 16px;
    font-weight: 700;
  }
  .banner-tall__left--sites > p:nth-child(3) {
    display: none;
  }
  .banner-tall__left--sites h4 {
    color: #ffffff;
    margin-top: 28px;
    margin-bottom: 20px;
  }
  .stiker--sites {
    display: flex;
    width: 180px;
    height: 46px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .stiker--sites.stiker--sites--first {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #7c4469;
    border: 0.5px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
  }
  .stiker--sites.stiker--sites__mobile.stiker--sites--first {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #7c4469;
    border-radius: 20px;
    position: static;
    margin-bottom: 18px;
  }
  .stiker_collumn--sites:nth-child(1) {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 108px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .stiker--sites.stiker--sites--first p {
    font-size: 14px;
    color: #ffffff;
  }
  .stiker_collumn--sites {
    position: relative;
    display: grid;
    align-items: anchor-center;
    gap: 17px;
  }
  .banner-tall__left--sites > div.stiker--sites.stiker--sites__mobile.stiker--sites--first > img {
    height: 38px;
    width: 38px;
    max-width: 100%;
    border: 4px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
  }
  .banner-tall__right--sites {
    background-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    padding: 25px;
    border-radius: 25px;
    position: static;
    width: 98%;
    border-radius: 25px;
    height: auto;
    margin-top: 22px;
  }
  .banner-tall__right--sites h3 {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 12px;
  }
  .banner-tall__right--sites p {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
  }
  .banner-tall__right--sites .wpcf7 input[type=text] {
    font-size: 18px !important;
    line-height: 140%;
  }
  .banner-tall__right--sites .wpcf7 input[type=email] {
    font-size: 18px !important;
    line-height: 140%;
  }
  form > div.contact-form--sites > div.agreement__wrapper--sites > p.submit__form > input {
    background-color: #7c4469;
    width: 320px;
    font-size: 14px;
    line-height: 120%;
  }
  .banner-tall__left--sites > div > div > div > p {
    padding-left: 10px;
    margin: 0;
    text-align: center;
    align-self: center;
  }
  .banner__wrapper.banner__wrapper--sites > section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fff;
    color: #56193a;
    text-decoration: none;
    font-size: 14px;
    line-height: 120%;
    font-weight: 600;
    border-radius: 25px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    margin: 50px auto;
    height: 50px;
  }
  .btn:hover {
    transform: translateY(-1px);
  }
  .banner-tall__left--sites {
    max-width: 534px;
    margin: 0 auto;
  }
  .prices-introduce {
    margin-top: 100px;
    max-width: 992px;
    margin: auto;
    display: block;
  }
  .prices-introduce p {
    font-size: 16px;
  }
  .prices {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 16px;
  }
  .prices-introduce__left h2 {
    margin-top: 0;
    font-size: 28px;
  }
  .price-case {
    position: relative;
    background: #f5f5f7;
    overflow: hidden;
    z-index: 0;
    padding: 0px 16px 20px 16px;
    margin-bottom: 20px;
  }
  .price-case h3 {
    font-size: 24px;
  }
  .price-case p {
    font-size: 16px;
  }
  .price-case h4 {
    font-size: 22px;
  }
  .price-case li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .prices-cases {
    margin-top: 100px;
    max-width: 992px;
    margin: auto;
    display: block;
  }
  .portfolio-slider {
    width: 100%;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }
  .team {
    height: 1350px;
  }
  .team__innerbox {
    max-width: 992px;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: block;
  }
  .team-pictures__box:nth-child(1) {
    gap: 8px !important;
    width: 100%;
  }
  .team-pictures__box:nth-child(2) {
    gap: 8px !important;
    width: 100%;
  }
  .team-picture > div.team-picture__innerbox > div:nth-child(2) > div:nth-child(1) {
    width: 1px;
  }
  .team-picture__box {
    text-align: center;
    z-index: 10;
  }
  .team-picture__innerbox > div:nth-child(2) > div:nth-child(1) {
    display: none;
  }
  .team-pictures__box:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 457px;
    justify-self: center;
  }
  .stiker--sites.stiker--sites__mobile.stiker--sites--first {
    display: none;
  }
  .portfolio-slider h2 span {
    color: #7c4469;
  }
  .team__innerbox {
    max-width: 768px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 80px;
    height: auto;
    position: static;
    display: block;
  }
  .stages-introduce {
    display: block;
    margin-top: 100px;
  }
  .stages-introduce h2 {
    margin-top: 20px;
    color: #000;
    font-size: 28px;
    line-height: 130%;
  }
  .team-picture {
    margin-bottom: 40px;
  }
  .team {
    max-width: 768px;
    margin: 0 auto !important;
    padding: 0 20px;
  }
  .team::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 150px;
    width: clamp(360px, 100vw, 768px);
    aspect-ratio: 390/565;
    background: url(../img/neon-linemob.png) no-repeat left bottom/contain;
    z-index: 1;
    pointer-events: none;
  }
  .team__wrapper {
    margin-top: 40px;
  }
  .banner-tall__left--sites > div > div > div > img {
    height: auto;
    max-width: 100%;
    width: 46px;
    border: 4px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  .stiker--sites.stiker--sites__mobile.stiker--sites--first {
    display: flex;
  }
  .stiker--sites.stiker--sites__mobile.stiker--sites--first p {
    padding-left: 8px;
    margin: 0;
    font-size: 16px;
  }
  .stiker--sites.stiker--sites__mobile.stiker--sites--first {
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
  .stiker--sites {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
  }
  .banner-tall__left--sites > div > div > div > img {
    height: 37px;
    width: 37px;
    max-width: 100%;
    border: 4px solid rgba(255, 255, 255, 0.05);
    border-radius: 50%;
  }
  .banner-tall__left--sites > div > div > div > p {
    padding-left: 8px;
    margin: 0;
  }
  .btn {
    width: auto;
    height: 44px;
  }
  .banner__container--sites {
    padding-bottom: 30px;
    padding-top: 0;
  }
  section > div > .banner-tall__left--sites > div > div:nth-child(1) {
    display: none;
  }
  .banner-tall__stikers--sites {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .portfolio-slider h2 span {
    color: #7c4469;
  }
  .team-picture h2 {
    font-size: 28px;
    line-height: 130%;
  }
  .team {
    max-width: 600px;
    margin: 0 auto 144px;
    padding: 0 16px;
  }
  .team-picture__innerbox img {
    border: 4px solid #b46c92;
    border-radius: 50%;
    width: 110px;
  }
  .team-pictures__box:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-self: center;
    width: 66%;
  }
  .team {
    max-width: 768px;
    margin: 0 auto 0 !important;
    padding: 0 20px;
  }
  .team::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 470px;
    width: clamp(360px, 100vw, 620px);
    aspect-ratio: 390/565;
    background: url(../img/neon-linemob.png) no-repeat left bottom/contain;
    z-index: 1;
    pointer-events: none;
  }
  .team__wrapper > section > div > div.team-speech > a {
    font-size: 16px;
  }
  .team-speech > div > div > h4 {
    font-size: 16px;
  }
  .team {
    height: auto;
  }
  .team-picture h2 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #fff;
  }
  .stages-introduce {
    display: block;
    margin-top: 80px;
  }
}
@media (min-width: 768.05px) and (max-width: 992px) {
  .banner__wrapper.banner__wrapper--sites {
    height: auto;
  }
  .banner-tall--sites {
    position: static;
    width: 100%;
    height: auto;
    background-image: url(../img/razrabotka-saitov-banner.webp);
    background-position-y: 80%;
    background-position-x: 52%;
  }
  .banner__container--sites {
    display: block;
    max-width: 912px;
    margin: 0 auto;
  }
  .banner__container--sites {
    max-width: 1024px;
  }
  .banner__container--sites {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 80px;
  }
  .banner-tall__left--sites h1 {
    font-size: 30px;
    padding-top: 52px;
  }
  .banner-tall__left--sites p {
    font-size: 16px;
  }
  .banner-tall__left--sites h4 {
    font-size: 16px;
    font-weight: 700;
  }
  .banner-tall__left--sites > p:nth-child(3) {
    display: none;
  }
  .banner-tall__left--sites h4 {
    color: #ffffff;
    margin-top: 32px;
    margin-bottom: 25px;
  }
  .stiker--sites {
    display: flex;
    width: 180px;
    height: 46px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .stiker--sites.stiker--sites--first {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #7c4469;
    border: 0.5px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
  }
  .stiker_collumn--sites:nth-child(1) {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 108px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .stiker--sites.stiker--sites--first p {
    font-size: 14px;
  }
  .banner-tall__right--sites {
    background-color: rgba(255, 255, 255, 0.5);
    background-color: transparent;
    padding: 25px;
    border-radius: 25px;
    position: static;
    width: 98%;
    border-radius: 25px;
    height: auto;
    margin-top: 22px;
    display: none;
  }
  .banner-tall__right--sites h3 {
    font-size: 28px;
    line-height: 130%;
  }
  .banner-tall__right--sites p {
    font-size: 18px;
    line-height: 140%;
  }
  .banner-tall__right--sites .wpcf7 input[type=text] {
    font-size: 18px !important;
    line-height: 140%;
  }
  .banner-tall__right--sites .wpcf7 input[type=email] {
    font-size: 18px !important;
    line-height: 140%;
  }
  form > div.contact-form--sites > div.agreement__wrapper--sites > p.submit__form > input {
    background-color: #7c4469;
    width: 320px;
  }
  .banner-tall__left--sites > div > div > div > p {
    padding-left: 0px;
  }
  .banner__wrapper.banner__wrapper--sites > section > div > a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background-color: #fff;
    color: #56193a;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    width: 534px;
    margin: 50px auto;
    height: 50px;
  }
  .btn:hover {
    transform: translateY(-1px);
  }
  .banner-tall__left--sites {
    max-width: 534px;
    margin: 0 auto;
  }
  .prices-introduce {
    margin-top: 100px;
    max-width: 992px;
    margin: auto;
    display: block;
  }
  .prices-introduce p {
    font-size: 16px;
  }
  .prices {
    margin-top: 100px;
    margin-bottom: 140px;
    padding: 0 40px;
  }
  .prices-introduce__left h2 {
    margin-top: 0;
    font-size: 28px;
  }
  .price-case {
    position: relative;
    background: #f5f5f7;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 20px;
  }
  .price-case h3 {
    font-size: 24px;
  }
  .price-case p {
    font-size: 16px;
  }
  .price-case h4 {
    font-size: 22px;
  }
  .price-case li {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .prices-cases {
    margin-top: 100px;
    max-width: 992px;
    margin: auto;
    display: block;
  }
  .portfolio-slider {
    width: 100%;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }
  .team {
    height: auto;
  }
  .team__innerbox {
    max-width: 992px;
    margin: 0 auto;
    height: auto;
    position: relative;
    display: block;
  }
  .team-picture {
    margin-bottom: 24px;
  }
  .team-pictures__box:nth-child(1) {
    gap: 8px !important;
    width: 100%;
  }
  .team-pictures__box:nth-child(2) {
    gap: 8px !important;
    width: 100%;
  }
  .team-picture > div.team-picture__innerbox > div:nth-child(2) > div:nth-child(1) {
    width: 1px;
  }
  .team-picture__box {
    text-align: center;
  }
  .team-picture__innerbox > div:nth-child(2) > div:nth-child(1) {
    display: none;
  }
  .team-pictures__box:nth-child(2) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 457px;
    justify-self: center;
  }
  .team {
    max-width: 1360px;
    margin: 0 auto 80px;
    padding: 0 40px;
    padding-top: 100px;
    background: linear-gradient(to bottom, #782d56 0%, #56193a 77%, #56193a 100%);
  }
  .team::before {
    content: "";
    position: absolute;
    left: calc(50% - 480px);
    bottom: 654px;
    width: clamp(360px, 80vw, 720px);
    aspect-ratio: 721/425;
    background: url(../img/group.png) no-repeat left bottom/contain;
    z-index: 1;
    pointer-events: none;
  }
  .banner-tall__left--sites > div > div > div > img {
    width: 46px;
  }
}
@media (min-width: 992.05px) and (max-width: 1084px) {
  .banner__container--sites {
    max-width: 1024px;
  }
  .banner__container--sites {
    width: 100%;
    padding-left: 40px;
  }
  .banner-tall__left--sites h1 {
    font-size: 40px;
  }
  .banner-tall__left--sites p {
    font-size: 18px;
    line-height: 140%;
  }
  .banner-tall__left--sites h4 {
    font-size: 18px;
    font-weight: 700;
  }
  .stiker--sites {
    display: flex;
    width: 180px;
    height: 46px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .stiker--sites.stiker--sites--first {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #7c4469;
    border: 0.5px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
  }
  .stiker_collumn--sites:nth-child(1) {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 108px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .stiker--sites.stiker--sites--first p {
    font-size: 14px;
  }
  .banner-tall__right--sites {
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 368px;
    border-radius: 25px;
    height: 511px;
    left: calc(100% - 406px);
    margin-top: 14px;
  }
  .banner-tall__right--sites h3 {
    font-size: 28px;
    line-height: 130%;
  }
  .banner-tall__right--sites p {
    font-size: 18px;
    line-height: 140%;
  }
  .banner-tall__right--sites .wpcf7 input[type=text] {
    font-size: 18px !important;
    line-height: 140%;
  }
  .banner-tall__right--sites .wpcf7 input[type=email] {
    font-size: 18px !important;
    line-height: 140%;
  }
  form > div.contact-form--sites > div.agreement__wrapper--sites > p.submit__form > input {
    background-color: #7c4469;
    width: 320px;
  }
  .banner-tall__left--sites > div > div > div > p {
    padding-left: 0px;
  }
  .team-pictures__box:nth-child(1) {
    gap: 8px !important;
  }
  .team-pictures__box:nth-child(2) {
    gap: 8px !important;
  }
  .team__innerbox {
    max-width: 1004px;
    margin: 0 auto;
    height: 678px;
    position: relative;
    top: 100px;
    display: grid;
    grid-template-columns: 35% 1fr;
    padding: 0 0;
    gap: 75px;
  }
  .prices-cases > div.price-case h3 {
    font-size: 28px;
    line-height: 130%;
  }
  .prices-cases > div.price-case p {
    font-size: 18px;
    line-height: 140%;
  }
  .prices-cases > div.price-case li {
    font-size: 18px;
    line-height: 140%;
  }
  .prices-cases {
    gap: 20px;
    margin-top: 28px;
  }
  .team {
    max-width: 1360px;
    margin: 0px auto 45px;
    padding: 0 40px;
    height: 662px;
  }
  .team::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(410px, 44vw, 447px);
    aspect-ratio: 423/267;
    background: url(../img/neon-line1024.png) no-repeat left bottom/contain;
    z-index: 1;
    pointer-events: none;
  }
  .prices {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0 40px;
  }
  .prices-introduce {
    margin-bottom: 0;
  }
  .team__wrapper {
    margin-top: 100px;
  }
  .achievements {
    padding: 100px 0 0 0;
    margin-top: 100px;
  }
  .banner-tall__left--sites > div > div > div > img {
    width: 46px;
  }
  .banner__wrapper.banner__wrapper--sites {
    height: 671px;
  }
  .banner__container--sites {
    padding-top: 60px;
  }
  .banner-tall__left--sites h4 {
    color: #ffffff;
    margin-top: 83px;
    margin-bottom: 33px;
  }
  .banner-tall__left--sites h4 {
    color: #ffffff;
    margin-top: 100px;
    margin-bottom: 33px;
  }
  .contact-form--sites > .agreement__wrapper--sites > div > p:nth-child(2) > a {
    font-size: 16px;
    line-height: 120%;
  }
  .contact-form--sites > .form__left--sites > p:nth-child(3) {
    margin-bottom: 0;
  }
  .prices-introduce {
    grid-template-columns: 32.5% 1fr;
  }
  .prices-introduce > .prices-introduce__right > p {
    margin: 0;
  }
  .banner-tall--sites {
    position: static;
    width: 100%;
    height: 100%;
    background-image: url(../img/16406291_rm373batch2-04_1.webp);
    background-size: auto;
    background-position-x: center;
    background-position-y: 780px;
  }
  .team__wrapper {
    padding-bottom: 90px !important;
    min-height: auto;
  }
  .stages-introduce p:nth-child(1) {
    margin-top: 0;
  }
  .stages-introduce h2 {
    margin-top: 0;
  }
}
@media (min-width: 1084.05px) and (max-width: 1280px) {
  .banner__container--sites {
    max-width: 1024px;
  }
  .banner__container--sites {
    width: 996px;
  }
  .banner-tall__left--sites {
    max-width: 644px;
  }
  .banner-tall__left--sites h1 {
    margin-top: 31px;
    color: #f1a4b4;
    margin-bottom: 28px;
    font-size: 40px;
  }
  .banner-tall__left--sites p {
    font-size: 16px;
  }
  .banner-tall__left--sites h4 {
    font-size: 18px;
  }
  .stiker--sites {
    display: flex;
    width: 180px;
    height: 46px;
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .stiker--sites.stiker--sites--first {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background-color: #7c4469;
    border: 0.5px solid #000;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 4px;
  }
  .stiker_collumn--sites:nth-child(1) {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 108px;
    height: 108px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
  }
  .stiker--sites.stiker--sites--first p {
    font-size: 14px;
  }
  .banner-tall__right--sites {
    background-color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    width: 368px;
    border-radius: 25px;
    height: 511px;
    left: calc(100% - 406px);
    margin-top: 14px;
  }
  .banner-tall__right--sites h3 {
    font-size: 28px;
    line-height: 130%;
  }
  .banner-tall__right--sites p {
    font-size: 18px;
    line-height: 140%;
  }
  .banner-tall__right--sites .wpcf7 input[type=text] {
    font-size: 18px !important;
    line-height: 140%;
  }
  .banner-tall__right--sites .wpcf7 input[type=email] {
    font-size: 18px !important;
    line-height: 140%;
  }
  form > div.contact-form--sites > div.agreement__wrapper--sites > p.submit__form > input {
    background-color: #7c4469;
    width: 320px;
  }
  .banner-tall__left--sites > div > div > div > p {
    padding-left: 0px;
  }
  .team {
    max-width: 1360px;
    margin: 0 auto 45px;
    padding: 0 40px;
    height: auto;
  }
  .team::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: clamp(410px, 44vw, 447px);
    aspect-ratio: 423/267;
    background: url(../img/neon-line1024.png) no-repeat left bottom/contain;
    z-index: 1;
    pointer-events: none;
  }
  .team__innerbox {
    max-width: 1360px;
    margin: 0 auto;
    margin-top: 140px;
    height: 678px;
    position: static;
    display: grid;
    grid-template-columns: 40% 1fr;
    padding: 0 0;
    gap: 50px;
    margin-bottom: 80px;
  }
  .banner__wrapper.banner__wrapper--sites {
    height: 671px;
  }
  .banner__container--sites {
    padding-top: 60px;
  }
  .banner-tall__left--sites h4 {
    color: #ffffff;
    margin-top: 83px;
    margin-bottom: 33px;
  }
  .banner-tall__left--sites > div > div > div > img {
    width: 46px;
  }
  .contact-form--sites > .form__left--sites > p:nth-child(3) {
    margin-bottom: 0;
  }
  .prices-introduce {
    grid-template-columns: 32.5% 1fr;
  }
  .prices-introduce > .prices-introduce__right > p {
    margin: 0;
  }
  .prices-cases {
    gap: 20px;
    margin-top: 28px;
  }
  .team__wrapper {
    padding-bottom: 90px;
  }
}
/*End of Section team*/
section.stages {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.stages-introduce {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 140px;
}

.stages-introduce h2 {
  margin-top: 20px;
  color: #000;
}

.stages-introduce h2 span {
  margin-top: 20px;
  color: #7c4469;
}

.stages-introduce p:nth-child(1) {
  color: #7c4469;
  font-weight: 700;
}

.stages__point {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 15px;
}

.stages__point a {
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 20px;
}

.stages__point div:nth-child(1) {
  display: grid;
  justify-self: end;
  width: 310px;
  text-align: left;
  margin-right: 50px;
}

.stages__point div:nth-child(1) h3 {
  font-size: 30px;
  letter-spacing: 0;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .stages-introduce {
    display: block;
    margin-top: 80px;
  }
  .stages-introduce p {
    font-size: 16px;
  }
  section.stages {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .stages__point {
    display: block;
    margin-top: 15px;
  }
  .stages__point h3 {
    font-size: 20px;
    line-height: 140%;
  }
  .stages__point div h3 {
    display: block;
    justify-self: end;
    width: 100%;
    text-align: left;
    margin-right: 0;
    font-size: 20px;
  }
  .stages__point div:nth-child(1) {
    display: block;
    justify-self: left;
    text-align: left;
    width: 100%;
  }
}
@media (min-width: 768.05px) and (max-width: 992px) {
  section.stages p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .stages-introduce {
    display: grid;
    grid-template-columns: 35% 1fr;
    margin-top: 100px;
  }
  .stages-introduce h2 {
    font-size: 32px;
    line-height: 130%;
  }
  .stages__point {
    display: block;
    margin-top: 37px;
    margin-left: 35%;
  }
  .stages__point div:nth-child(1) {
    display: grid;
    width: 100%;
    text-align: left;
    margin-right: auto;
  }
  .stages__point div:nth-child(1) h3 {
    font-size: 24px;
    line-height: 140%;
  }
}
@media (min-width: 992.05px) and (max-width: 1084px) {
  section.stages p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .stages-introduce {
    display: grid;
    grid-template-columns: 35% 1fr;
    margin-top: 100px;
  }
  .stages-introduce h2 {
    font-size: 32px;
    line-height: 130%;
  }
  .stages__point {
    display: block;
    margin-top: 0;
    margin-left: 35%;
  }
  .stages__point div:nth-child(1) {
    display: grid;
    width: 100%;
    text-align: left;
    margin-right: auto;
  }
  .stages__point div:nth-child(1) h3 {
    font-size: 24px;
    line-height: 140%;
    margin-bottom: 0;
  }
}
@media (min-width: 1084.05px) and (max-width: 1280px) {
  section.stages p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .stages-introduce {
    display: grid;
    grid-template-columns: 35% 1fr;
    margin-top: 100px;
  }
  .stages-introduce h2 {
    font-size: 32px;
    line-height: 130%;
  }
  .stages__point {
    display: block;
    margin-top: 37px;
    margin-left: 35%;
  }
  .stages__point div:nth-child(1) {
    display: grid;
    width: 100%;
    text-align: left;
    margin-right: auto;
  }
  .stages__point div:nth-child(1) h3 {
    font-size: 24px;
    line-height: 140%;
  }
}
/*End of Section stages*/
/* --- End of Page Sites --- */
/**-- Page Portfolio --**/
.cases {
  max-width: 1360px;
  margin: 100px auto 120px;
  padding: 0 40px;
}
.cases h1 {
  margin-bottom: 80px;
}

.cases__item[data-portfolio-works] {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.our-works__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.our-works__filter {
  border: 0;
  border-radius: 26px;
  background: #f5f5f7;
  color: #111111;
  font-family: "PTSans-Regular";
  font-size: 20px;
  line-height: 1.4;
  padding: 12px 32px;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.our-works__filter:hover {
  transform: translateY(-1px);
}

.our-works__filter.is-active {
  background: #6a2a52;
  color: #ffffff;
}

.our-works__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px 28px;
}

.our-works__card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.our-works__card.is-hidden {
  display: none !important;
}

.our-works__image-link {
  display: block;
  border-radius: 28px;
  overflow: hidden;
  background: #161616;
}

.our-works__image-link img {
  display: block;
  width: 100%;
  height: 292px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.our-works__image-link:hover img {
  transform: scale(1.03);
}

.our-works__title {
  margin: 0;
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
  font-family: "PTSans-Bold";
  font-size: 48px;
  line-height: 1.15;
  text-align: center;
}

.our-works__title-icon {
  width: 26px;
  height: 16px;
  margin-top: 5px;
  flex: 0 0 auto;
}

.our-works__title a {
  color: #111111;
  text-decoration: none;
}

.our-works__title a:hover {
  color: #6a2a52;
}

.our-works__empty {
  margin: 0;
  text-align: center;
  font-family: "PTSans-Regular";
  font-size: 26px;
  line-height: 1.35;
  color: #1e1e1e;
}

.cases > div > .our-works__grid.js-portfolio-grid > article > h3 > a {
  line-height: 120%;
}

@media (max-width: 1280px) {
  .cases {
    padding: 0 24px;
    margin-bottom: 90px;
    margin-top: 65px;
  }
  .cases h1 {
    margin-bottom: 50px;
  }
  .cases__item[data-portfolio-works] {
    gap: 34px;
  }
  .our-works__filter {
    font-size: 28px;
    padding: 14px 28px;
  }
  .our-works__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 20px;
  }
  .our-works__image-link img {
    height: 340px;
  }
  .our-works__title {
    font-size: 38px;
  }
  .our-works__title-icon {
    width: 22px;
    height: 14px;
  }
}
@media (max-width: 767px) {
  .cases {
    padding: 0 14px;
    margin-bottom: 56px;
  }
  .cases h1 {
    font-size: 28px;
    line-height: 130%;
    margin-bottom: 40px;
  }
  .cases__item[data-portfolio-works] {
    gap: 24px;
  }
  .our-works__filters {
    gap: 10px;
  }
  .our-works__filter {
    font-size: 14px;
    line-height: 120%;
    padding: 8px 16px;
  }
  .our-works__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }
  .our-works__image-link {
    border-radius: 18px;
  }
  .our-works__image-link img {
    height: auto;
    aspect-ratio: 4/3;
  }
  .our-works__title {
    font-size: 30px;
    gap: 8px;
  }
  .our-works__title-icon {
    width: 18px;
    height: 12px;
  }
  .our-works__empty {
    font-size: 20px;
  }
}
/**-- End of Page Portfolio --**/
/* --- Page: 404 --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 59px;
  background-color: #7c4469;
  color: #fff;
  font-size: 16px;
  text-decoration: none; /* Убираем стандартное подчеркивание ссылки */
  box-sizing: border-box;
  transition: background-color 0.3s ease; /* Плавная смена цвета при наведении */
  cursor: pointer;
}

/* Состояние при наведении курсора (опционально) */
.btn:hover {
  background-color: #5d334e; /* Чуть более темный оттенок для эффекта нажатия */
  color: #fff;
}

/* -- End of Page: 404 -- */
/* --- Index SCSS --- */

/*# sourceMappingURL=index.css.map */
