@charset "UTF-8";
/*
Theme Name: DzygaHub-Theme
 */
* {
  -webkit-font-smoothing: antialiased;
}

select {
  border: none;
}

img {
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

input:focus-visible,
textarea:focus-visible,
button:focus-visible {
  outline: none;
}

button {
  user-select: none;
  flex-shrink: 0;
  border-radius: 50px;
  padding: 22px 30px 22px 30px;
  background-color: #1E1914;
  color: #FFFFFF;
  font-family: "cstm", sans-serif;
  transition: 0.3s ease;
  border: 0px;
}
button:hover {
  background-color: #B4283C;
  border-radius: 12px;
}

.bcg-very-lightgray {
  background-color: #F6F6F3;
}

.bcg-lightgray {
  background-color: #F0F0ED;
}

.bcg-gray {
  background-color: #E1E1DC;
}

.bcg-green {
  background-color: #D2F0BE;
}

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

.h1, .h2, .h3, .h4, p, a, li {
  font-family: "cstm", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: #1E1914;
}
a:hover {
  color: #B4283C;
}

.wp-caption-text {
  color: rgba(0, 0, 0, 0.35);
}

.ul {
  list-style-type: disc !important;
  padding-left: 20px;
}

.ol {
  list-style-type: decimal !important;
  padding-left: 20px;
}

.attention {
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .attention {
    font-size: 60px;
    line-height: 60px;
  }
}

.h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
}

.h2 {
  font-size: 45px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .h2 {
    font-size: 32px;
    line-height: 36px;
  }
}

.h3 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .h3 {
    font-size: 26px;
    line-height: 30px;
  }
}

.h4 {
  font-size: 23px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

.p1 {
  font-size: 19px;
  line-height: 29px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .p1 {
    font-size: 16px;
    line-height: 24px;
  }
}
.p1 p {
  margin-bottom: 15px;
}

.p2 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .p2 {
    font-size: 14px;
    line-height: 20px;
  }
}

.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  max-width: 1920px;
  width: 100%;
  padding: 100px 40px;
}
@media (max-width: 920px) {
  .container {
    width: 100%;
    padding: 60px 20px;
  }
}

.header {
  z-index: 1000;
  height: 160px;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  width: 100%;
  padding: 45px 40px;
}
@media (max-width: 1200px) {
  .header {
    height: 100px;
    padding: 15px 40px;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 40px 40px;
    grid-template-areas: "logo phone burger";
    gap: 20px;
  }
}
@media (max-width: 920px) {
  .header {
    padding: 20px;
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    grid-template-areas: "phone logo burger";
    gap: 20px;
  }
}

.logo {
  position: absolute;
  left: 40px;
  grid-area: logo;
}
@media (max-width: 1200px) {
  .logo {
    position: relative;
    left: 0px;
  }
}
@media (max-width: 920px) {
  .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.logo img {
  height: 70px;
  width: auto;
}
@media (max-width: 920px) {
  .logo img {
    height: 60px;
  }
}

.current-menu-item a {
  color: #B4283C;
}

.menu {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 1200px) {
  .menu {
    display: none;
  }
}

@media (min-width: 1201px) {
  .burger-menu, .phone {
    display: none;
  }
}
.burger-menu svg, .phone svg {
  width: 40px;
  height: auto;
}

.burger-menu {
  grid-area: burger;
}

.phone {
  grid-area: phone;
}

.contact {
  position: absolute;
  display: flex;
  right: 40px;
}
@media (max-width: 1200px) {
  .contact {
    display: none;
  }
}

.menu-link {
  font-family: "cstm";
  padding: 25px 15px;
}
@media (max-width: 1200px) {
  .menu-link {
    padding: 0px;
  }
}
.menu-link:hover {
  color: #B4283C;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.mobile-navigation {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 100px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px 20px;
  width: 100%;
  height: calc(100vh - 100px);
  background-color: #FFFFFF;
  z-index: 100;
}
@media (min-width: 1201px) {
  .mobile-navigation {
    display: none;
  }
}
.mobile-navigation a {
  color: #1E1914 !important;
}

.mobile-navigation-main {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mobile-navigation-second,
.mobile-navigation-third,
.mobile-navigation-fourth {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mobile-open .burger-menu-closed {
  display: none;
}
.mobile-open .burger-menu-opened {
  display: block;
}

.mobile-closed .burger-menu-closed {
  display: block;
}
.mobile-closed .burger-menu-opened {
  display: none;
}

.dn {
  display: none !important;
}

.hero-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  pointer-events: none;
  z-index: 2;
}

.hero {
  padding-top: 0px;
  padding-bottom: 40px;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 40px 1fr 40px;
  align-items: center;
  justify-items: center;
  height: calc(100vh - 160px);
}
@media (max-width: 1200px) {
  .hero {
    height: calc(100vh - 100px);
  }
}
.hero .h1 {
  text-transform: uppercase;
  text-align: center;
}
.hero .p1 {
  margin-top: 15px;
  max-width: 700px;
  text-align: center;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 80px;
}

.arrow-button img {
  width: 40px;
  height: auto;
}

.numbers {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.numbers .h2 {
  width: 50%;
}
@media (max-width: 920px) {
  .numbers .h2 {
    width: 100%;
  }
}

.numbers-row {
  display: flex;
  gap: 60px;
}
@media (max-width: 920px) {
  .numbers-row {
    flex-direction: column;
  }
}

.numbers-block {
  padding-right: 100px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 920px) {
  .numbers-block {
    padding-right: 0px;
  }
}

.narrative {
  display: grid;
  grid-template-columns: repeat(1fr 1fr);
}

.narrative-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
@media (max-width: 920px) {
  .narrative-block {
    width: 100%;
  }
}

.general-cases {
  display: flex;
  gap: 40px;
  background-color: #F0F0ED;
}
@media (max-width: 920px) {
  .general-cases {
    flex-direction: column;
  }
}

.general-cases-row-second {
  padding-top: 160px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 920px) {
  .general-cases-row-second {
    padding-top: 0px;
    gap: 40px;
  }
}

.general-cases-row-first {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 920px) {
  .general-cases-row-first {
    gap: 40px;
  }
}

.general-case-text {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.general-case-text .p2 {
  color: rgba(0, 0, 0, 0.35);
}

.general-cases-more {
  margin-top: 0px;
  margin-bottom: 100px;
}
.general-cases-more a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
@media (max-width: 920px) {
  .general-cases-more {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}

.testimonial-slider {
  position: relative;
  overflow: hidden;
}

.example-slider-title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 920px) {
  .example-slider-title {
    flex-direction: column;
    gap: 20px;
  }
}

.testimonails {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.testimonial-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 920px) {
  .testimonial-block {
    width: 100%;
  }
}

.testimonail-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.testimonail-text a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.testimonial-author {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 20px;
  align-items: center;
}
@media (max-width: 920px) {
  .testimonial-author {
    grid-template-columns: 60px 1fr;
  }
}

.logo-author img {
  height: 80px;
  width: 80px;
  border-radius: 80px;
}
@media (max-width: 920px) {
  .logo-author img {
    height: 60px;
    width: 60px;
  }
}

.author-description {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.author-description .p2 {
  color: rgba(0, 0, 0, 0.35);
}

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

.slider-button {
  width: 50px;
  height: auto;
}
@media (max-width: 920px) {
  .slider-button {
    width: 40px;
  }
}

.faq {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 920px) {
  .faq {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.faq-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.question {
  cursor: pointer;
  padding: 25px 35px;
  background-color: #F0F0ED;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 920px) {
  .question {
    padding: 20px 25px;
  }
}
.question:hover .question-row {
  color: #B4283C;
}

.question-row {
  user-select: none;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  gap: 10px;
}
.question-row .h4 {
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.35);
  text-decoration-thickness: 1px;
  text-decoration-style: line;
  text-underline-offset: 2px;
}

.question-button img {
  width: 50px;
  height: auto;
}

.faq-open .question-content {
  display: block;
}
.faq-open .question-button-plus {
  display: none;
}
.faq-open .question-button-minus {
  display: block;
}

.faq-closed .question-content {
  display: none;
}
.faq-closed .question-button-plus {
  display: block;
}
.faq-closed .question-button-minus {
  display: none;
}

.cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.cta .h2 {
  padding-right: 100px;
}
@media (max-width: 920px) {
  .cta {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cta .h2 {
    padding-right: 0;
  }
}

.cta-block form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form {
  display: flex;
}
form input {
  height: 74px;
  padding: 0;
  background-color: #D2F0BE;
  border: 0px;
  border-bottom: 1px solid #1E1914;
  border-radius: 0px;
  font-family: "cstm", sans-serif;
  color: #1E1914;
}

.cta-submit {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1200px) {
  .cta-submit {
    flex-direction: column;
  }
}
.cta-submit .p2 {
  color: rgba(0, 0, 0, 0.35);
}
.cta-submit a {
  color: rgba(0, 0, 0, 0.35);
  text-decoration: underline;
}
.cta-submit button {
  cursor: pointer;
  flex-shrink: 0;
  border-radius: 50px;
  padding: 22px 30px 22px 30px;
  background-color: #1E1914;
  color: #FFFFFF;
  font-family: "cstm", sans-serif;
  transition: 0.3s ease;
  border: 0px;
}
@media (max-width: 1200px) {
  .cta-submit button {
    width: 100%;
  }
}
.cta-submit button:hover {
  background-color: #B4283C;
  border-radius: 12px;
}

.services-list {
  border-top: 1px solid #E1E1DC;
}

.services-element {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #E1E1DC;
  padding: 15px 0;
  transition: 0.3s ease;
}
@media (max-width: 920px) {
  .services-element {
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    gap: 10px;
  }
}
.services-element:hover {
  background: linear-gradient(90deg, #FFFFFF 0%, #F0F0ED 50%, #FFFFFF 100%);
}
.services-element:hover .h3 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  color: #B4283C;
}
.services-element:hover svg path {
  fill: #B4283C;
}

.services-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
.services-title img {
  width: 84px;
}
@media (max-width: 920px) {
  .services-title img {
    width: 50px;
  }
}
@media (max-width: 920px) {
  .services-title {
    gap: 10px;
  }
}

.services-description {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  gap: 30px;
}
.services-description img {
  width: 40px;
  height: 40px;
}
@media (max-width: 920px) {
  .services-description img {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 920px) {
  .services-description {
    gap: 10px;
  }
}

.service-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1000px) {
  .service-hero {
    grid-template-columns: 1fr;
  }
}

.service-title-block {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 100px 140px 100px 40px;
  gap: 30px;
  width: 100%;
}
@media (max-width: 920px) {
  .service-title-block {
    padding: 40px 20px;
    gap: 20px;
  }
}

.service-image-block {
  width: 100%;
  min-height: 640px;
}
@media (max-width: 920px) {
  .service-image-block {
    min-height: auto;
  }
}
.service-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.features {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.feature-list {
  display: flex;
  flex-direction: column;
}

.feature-element {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #E1E1DC;
  padding: 40px 0;
}
@media (max-width: 920px) {
  .feature-element {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.feature-element-title {
  display: grid;
  grid-template-columns: 1fr 5fr;
}
@media (max-width: 920px) {
  .feature-element-title {
    grid-template-columns: 40px 1fr;
  }
}

.stages {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1240px) {
  .stages {
    gap: 40px;
  }
}

.stages-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1240px) {
  .stages-block {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (max-width: 920px) {
  .stages-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.stage-element {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-right: 80px;
}
@media (max-width: 920px) {
  .stage-element {
    margin-bottom: 0px;
    padding-right: 0px;
    gap: 10px;
  }
}

.stage-number {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #B4283C;
  border-radius: 20px;
  width: 45px;
  color: #B4283C;
  padding-top: 3px;
}

.support-text {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.full-text {
  display: flex;
  flex-direction: column;
}
.full-text h2, .full-text h3, .full-text h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}

.support-text-inner {
  position: relative;
  max-height: 360px;
  /* показываем только часть текста */
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.support-text-inner.expanded {
  max-height: none;
  /* раскрываем всё */
}

.read-more {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
}

.fade-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to top, #fff, transparent);
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.divider {
  max-width: 1920px;
  width: calc(100% - 80px);
  height: 1px;
  padding: 0px 40px;
  background-color: #E1E1DC;
}
@media (max-width: 920px) {
  .divider {
    padding: 0px 20px;
    width: calc(100% - 40px);
  }
}

.addition-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 920px) {
  .addition-links {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.additional-links-title {
  width: 80%;
}
@media (max-width: 920px) {
  .additional-links-title {
    width: 100%;
  }
}

.additional-links-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 512px) {
  .additional-links-block {
    grid-template-columns: 1fr;
  }
}
.additional-links-block a {
  transition: 0.3s ease;
  text-decoration: underline;
  text-decoration-color: rgba(0, 0, 0, 0.35);
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.additional-links-block a:hover {
  color: #B4283C;
  text-decoration-color: #B4283C;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 920px) {
  .footer {
    gap: 40px;
  }
}

.footer-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 920px) {
  .footer-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.footer-logo-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer-logo-block img {
  height: 70px;
}
.footer-logo-block .h4 {
  max-width: 380px;
}

.bread-current {
  color: rgba(0, 0, 0, 0.35);
}

.footer-additional-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  justify-items: start;
  align-items: start;
  align-content: start;
}
@media (max-width: 920px) {
  .footer-additional-links {
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}

.footer-description {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 920px) {
  .footer-description {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.bread-crumbs {
  margin-right: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: start;
  overflow: hidden;
  gap: 5px;
}
.bread-crumbs span {
  font-family: "cstm";
  white-space: nowrap;
  flex-shrink: 0;
}
.bread-crumbs span:last-child {
  flex-shrink: 1;
  /* последний можно сжимать */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.bread-crumbs {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
@media (max-width: 920px) {
  .bread-crumbs {
    font-size: 14px;
    line-height: 20px;
  }
}

.bread-crumbs .current-item span {
  color: rgba(0, 0, 0, 0.35);
}

.footer-policy-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
@media (max-width: 920px) {
  .footer-policy-block {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}

.cases, .services, .blog {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 920px) {
  .cases, .services, .blog {
    gap: 30px;
  }
}

.general-cases-wrapper {
  position: relative;
  z-index: 3;
}

.all-cases-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 920px) {
  .all-cases-block {
    grid-template-columns: 1fr;
  }
}

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

.general-case {
  overflow: hidden;
  scale: 1;
}
.general-case:hover img {
  transition: 0.3s ease;
  scale: 1.02;
}

.all-case {
  display: flex;
  flex-direction: column;
}

.all-case-text {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.all-case-text .p2 {
  color: rgba(0, 0, 0, 0.35);
}
.all-case-text .p1 {
  text-decoration: underline;
}

.contacts {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding-bottom: 100px !important;
}
@media (max-width: 920px) {
  .contacts {
    gap: 20px;
  }
}

.contacts-title {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 920px) {
  .contacts-title {
    gap: 20px;
  }
}

.contacts-element {
  border-bottom: 1px solid #E1E1DC;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contacts-element:hover {
  background: linear-gradient(90deg, #FFFFFF 0%, #F0F0ED 50%, #FFFFFF 100%);
}
@media (max-width: 920px) {
  .contacts-element {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.arrow svg {
  width: 40px;
  height: auto;
  transform: rotate(-90deg);
}
@media (max-width: 920px) {
  .arrow svg {
    width: 30px;
  }
}

.contact-description {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
}

.team {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 920px) {
  .team {
    gap: 40px;
  }
}

.team-element {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.team-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 920px) {
  .team-block {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
@media (max-width: 512px) {
  .team-block {
    grid-template-columns: 1fr;
    gap: 40px 20px;
  }
}

.gray-text {
  color: rgba(0, 0, 0, 0.35);
}

.author-title {
  display: grid;
  align-items: start;
  max-width: 667px;
  width: 100%;
  gap: 40px;
}
@media (max-width: 920px) {
  .author-title {
    width: 100%;
    gap: 20px;
  }
}

.author-name {
  display: flex;
  gap: 20px;
}
.author-name img {
  border-radius: 70px;
  width: 70px;
  height: auto;
}
@media (max-width: 920px) {
  .author-name img {
    width: 42px;
  }
}

.blog-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1280px) {
  .blog-block {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
  }
}
@media (max-width: 920px) {
  .blog-block {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
}
@media (max-width: 512px) {
  .blog-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.blog-element {
  display: flex;
  flex-direction: column;
}
.blog-element:hover .blog-article-title {
  color: #B4283C;
}

.blog-description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.blog-element-image {
  margin-bottom: 20px;
}
.blog-element-image img {
  width: 100%;
  height: 100%;
}

.blog-category {
  color: #B4283C;
}

.blog-article-author {
  display: flex;
  gap: 10px;
  align-items: center;
}
.blog-article-author img {
  border-radius: 29px;
  width: 29px;
  height: auto;
}

.single-author {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 920px) {
  .single-author {
    gap: 40px;
  }
}

.article-hero {
  display: grid;
  align-items: center;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1200px) {
  .article-hero {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

.article-title-block {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  padding: 100px 140px 100px 40px;
  gap: 30px;
  width: 100%;
}
@media (max-width: 920px) {
  .article-title-block {
    padding: 40px 20px;
  }
}

.article-image-block {
  display: flex;
  width: 100%;
  min-height: 640px;
  height: auto;
  align-items: stretch;
}
.article-image-block img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 920px) {
  .article-image-block {
    min-height: 424px;
  }
}

.privacy-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 40px;
}
@media (max-width: 920px) {
  .privacy-content {
    gap: 20px;
  }
}
.privacy-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.privacy-content a:hover {
  color: #B4283C;
}

.article-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.article-content a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.article-content a:hover {
  color: #B4283C;
}
@media (max-width: 920px) {
  .article-content {
    gap: 20px;
  }
}

.article-content-text {
  max-width: 1066px;
  width: 100%;
}
.article-content-text h2, .article-content-text h3, .article-content-text h4 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.article-content-image {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 30px;
  max-width: 1066px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.article-content-image img {
  width: 100%;
}

.other-articles {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.other-articles-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px 40px;
}
@media (max-width: 920px) {
  .other-articles-block {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.pricing {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.tab-navigation {
  display: flex;
  overflow-x: auto;
  /* горизонтальная прокрутка */
  -webkit-overflow-scrolling: touch;
  /* плавный скролл на iOS */
  scrollbar-width: none;
  /* скрыть полосу прокрутки в Firefox */
}
@media (max-width: 920px) {
  .tab-navigation {
    width: 100vw;
    padding: 0 20px;
    margin-left: calc(50% - 50vw);
    /* смещаем влево на половину разницы между контейнером и экраном */
    margin-right: calc(50% - 50vw);
    /* и вправо аналогично */
  }
}

.tab-navigation::-webkit-scrollbar {
  display: none;
  /* скрыть полосу прокрутки в Chrome/Safari */
}

.tab {
  flex: 0 0 auto;
  white-space: nowrap;
  user-select: none;
  border-radius: 50px;
  padding: 12px 20px;
  background-color: #FFFFFF;
  transition: 0.3s ease;
  cursor: pointer;
}
.tab:hover {
  background-color: #F0F0ED;
}

.tab-active {
  background-color: #D2F0BE;
}
.tab-active:hover {
  background-color: #D2F0BE;
}

.pricing-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1124px) {
  .pricing-block {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 512px) {
  .pricing-block {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.pricing-element {
  padding: 40px 30px;
  background-color: #F0F0ED;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 920px) {
  .pricing-element {
    padding: 20px;
  }
}

.pricing-lable p {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #B4283C;
  border-radius: 20px;
  padding: 4px 12px 2px 12px;
  border: 2px solid #B4283C;
}

.pricing-price {
  display: flex;
  align-items: baseline;
  margin-bottom: 5px;
}

.pricing-description {
  color: rgba(0, 0, 0, 0.35);
  min-height: 60px;
  max-height: 80px;
  margin-bottom: 20px;
}

.pricing-button {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  width: 100%;
  background-color: #B4283C;
  border-radius: 50px;
  height: 38px;
  color: #FFFFFF;
  transition: 0.3s ease;
}
.pricing-button:hover {
  background-color: #1E1914;
  border-radius: 8px;
}

.pricing-narrative {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 920px) {
  .about-hero {
    min-height: 412px;
  }
}

.about-hero-cover {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 660px;
}
.about-hero-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Сохраняет пропорции, обрезает лишнее */
  object-position: center;
  /* Центрирует */
}

.about-hero-title {
  z-index: 100;
  font-size: 5vw;
  text-align: center;
  line-height: 100%;
  color: #FFFFFF;
  font-family: "cstm", sans-serif;
}

.error {
  max-width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.error .h1, .error .p1 {
  text-align: center;
}
@media (max-width: 920px) {
  .error {
    gap: 20px;
  }
}

.project-title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 60px;
}
@media (max-width: 920px) {
  .project-title {
    grid-template-columns: 1fr;
  }
}

.project-title-additional {
  padding-top: 90px;
  display: grid;
  justify-content: end;
  align-items: start;
  align-content: flex-start;
  gap: 20px;
}
@media (max-width: 920px) {
  .project-title-additional {
    justify-content: start;
    padding-top: 40px;
    gap: 10px;
  }
}

.project-title-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.project-content {
  max-width: 1920px;
  width: 100%;
  padding: 0px 40px 100px;
}
@media (max-width: 920px) {
  .project-content {
    width: 100%;
    padding: 0px 20px 60px;
  }
}

.project-content-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 920px) {
  .project-content-block {
    gap: 20px;
  }
}

.project-text {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 50%;
}
@media (max-width: 920px) {
  .project-text {
    width: 100%;
  }
}

.project-double-image {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 920px) {
  .project-double-image {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.project-double-image img {
  width: 100%;
}

.project-full-image img {
  width: 100%;
}

.full-review {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #E1E1DC;
}
.full-review:first-child {
  padding-top: 0;
}

.full-review-element {
  padding: 100px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid #E1E1DC;
}
@media (max-width: 920px) {
  .full-review-element {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 40px;
    padding: 40px 0;
  }
}

.full-review-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 667px;
  width: 100%;
}
@media (max-width: 920px) {
  .full-review-text {
    gap: 20px;
  }
}

.full-review-title {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 920px) {
  .full-review-title {
    gap: 20px;
  }
}
.full-review-title .h2 {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.full-review-media {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.full-review-thumbnail img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 460px;
}
@media (max-width: 920px) {
  .full-review-thumbnail img {
    min-height: 220px;
  }
}

.example-slider {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 920px) {
  .example-slider {
    gap: 40px;
  }
}

.example-slider .swiper-notification {
  position: absolute;
}

.example-slider-element {
  scale: 1;
}
.example-slider-element:hover img {
  transition: 0.3s ease;
  scale: 1.02;
}

.example-slider-media {
  overflow: hidden;
  margin-bottom: 20px;
}
.example-slider-media img {
  width: 100%;
}

.example-slider-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.example-slider-text p:first-child {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.prev {
  transform: rotate(90deg);
  cursor: pointer;
}
.prev img, .prev svg {
  height: 50px;
  width: auto;
}
@media (max-width: 920px) {
  .prev img, .prev svg {
    height: 40px;
    width: auto;
  }
}
.prev:hover svg path {
  fill: #B4283C;
}

.next {
  transform: rotate(-90deg);
  cursor: pointer;
}
.next img, .next svg {
  height: 50px;
  width: auto;
}
@media (max-width: 920px) {
  .next img, .next svg {
    height: 40px;
    width: auto;
  }
}
.next:hover svg path {
  fill: #B4283C;
}

.navigation-slider {
  display: flex;
  gap: 20px;
}
@media (max-width: 920px) {
  .navigation-slider {
    gap: 15px;
  }
}

.project-type-block {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #1E1914;
  padding-bottom: 20px;
}
@media (max-width: 920px) {
  .project-type-block {
    grid-template-columns: 1fr;
  }
}

.project-type-element {
  padding-bottom: 60px;
}
.project-type-element .p2 {
  padding-right: 120px;
}
@media (max-width: 920px) {
  .project-type-element .p2 {
    padding-right: 0px;
  }
}

.project-type-element-title {
  font-size: 52px;
  line-height: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-bottom: 40px;
}
.project-type-element-title a {
  display: inline-flex;
  gap: 10px;
}
@media (max-width: 1440px) {
  .project-type-element-title {
    font-size: 44px;
    line-height: 48px;
  }
  .project-type-element-title a {
    width: 100%;
  }
}
@media (max-width: 920px) {
  .project-type-element-title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px;
    justify-content: space-between;
  }
  .project-type-element-title a {
    width: 100%;
    justify-content: space-between;
  }
}
.project-type-element-title:hover {
  color: #B4283C;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.project-type-element-title:hover a {
  color: #B4283C;
}
.project-type-element-title:hover svg path {
  fill: #B4283C;
}

.aarow-right {
  height: 100%;
}

.arrow-right svg {
  width: 50px;
  height: auto;
  transform: rotate(-90deg);
}
@media (max-width: 920px) {
  .arrow-right svg {
    width: 40px;
    height: auto;
  }
}

.project-addition-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}
@media (max-width: 920px) {
  .project-addition-links {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.page-title {
  padding-top: 100px;
  padding-bottom: 0;
}

.single-cases-hero {
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.single-cases-hero .single-cases-hero-background {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1140px) {
  .single-cases-hero .single-cases-hero-background {
    height: 80vh;
  }
}
.single-cases-hero .single-cases-hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.single-cases-hero .header {
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
}
.single-cases-hero .header a {
  color: #FFFFFF;
}
.single-cases-hero .header a:hover {
  color: #FFFFFF;
  text-decoration: underline;
  text-decoration-line: 1px;
  text-underline-offset: 4px;
}
.single-cases-hero .header .menu-link:hover {
  color: #FFFFFF;
}

.single-cases-hero .phone svg path {
  color: #FFFFFF !important;
}
.single-cases-hero .burger-menu svg path {
  color: #FFFFFF !important;
}

.header-altered {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.header-altered a {
  color: #FFFFFF;
}
.header-altered .menu-link:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.modal {
  display: none;
  /* Скрыто по умолчанию */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  border-radius: 12px;
  background-color: #D2F0BE;
  margin: 5% auto;
  max-width: 700px;
  position: relative;
  padding: 80px 40px;
  font-family: "cstm", sans-serif;
}

.close-modal-window {
  color: #1E1914;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close-modal-window img {
  width: 40px;
  height: 40px;
}
.close-modal-window:hover svg path {
  fill: #B4283C;
}

.close:hover {
  color: #B4283C;
}

#formResult {
  margin-top: 10px;
  color: green;
}

.modal-window-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.pricing-table {
  position: relative;
  padding-top: 0px;
}

.table-element.table-closed:hover {
  background: linear-gradient(90deg, #FFFFFF 0%, #F0F0ED 50%, #FFFFFF 100%);
}

.table-head {
  position: sticky;
  top: 0;
  z-index: 10;
  background: white;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(160px, 200px) minmax(160px, 200px) minmax(160px, 200px) minmax(160px, 200px);
  background-color: #FFFFFF;
  border-bottom: 1px solid #E1E1DC;
}
@media (max-width: 960px) {
  .table-head {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media (max-width: 960px) {
  .table-head .table-head-data:first-child {
    display: none;
  }
}
.table-element-title {
  cursor: pointer;
  user-select: none;
  display: grid;
  grid-template-columns: 1fr 40px;
  gap: 10px;
}
.table-element-title:hover {
  color: #B4283C;
}

.table-element {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.table-element.table-closed {
  border-bottom: 1px solid #E1E1DC;
}

.table-row {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) minmax(640px, 800px);
}
@media (max-width: 960px) {
  .table-row {
    display: flex;
    flex-direction: column;
  }
}

.table-row-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.table-head-data {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
  justify-content: start;
}
@media (max-width: 960px) {
  .table-head-data .h4 {
    font-size: 14px !important;
  }
}

.table-row-data {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px;
  border-left: 1px solid #E1E1DC;
  border-bottom: 1px solid #E1E1DC;
}
.table-row-data img {
  height: 30px;
  width: 30px;
}

.table-element-content {
  border-top: 1px solid #E1E1DC;
  border-right: 1px solid #E1E1DC;
}
.table-element-content img {
  width: 30px;
  height: 30px;
}

.table-open .table-element-content {
  display: block;
}
.table-open .table-button-plus {
  display: none;
}
.table-open .table-button-minus {
  display: block;
}

.table-closed .table-element-content {
  display: none;
}
.table-closed .table-button-plus {
  display: block;
}
.table-closed .table-button-minus {
  display: none;
}

.cell-centered {
  justify-content: center;
}

.swiper {
  width: 100%;
}

.animated-text .word {
  display: inline-block;
  opacity: 0;
  animation: fadeInUp 0.35s ease-in-out forwards;
  transform: translateY(4px);
  color: #B4283C;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    scale: 1;
    color: #1E1914;
    transform: translateY(0px);
  }
}
.pll-switcher-select {
  outline: none;
  -webkit-appearance: none;
  /* убирает стандартный стиль Safari */
  -moz-appearance: none;
  /* для Firefox */
  appearance: none;
  /* стандарт CSS */
  border: none;
  background: transparent;
  cursor: pointer;
}

.single-cases-hero .header .pll-switcher-select {
  background-color: transparent;
  color: white;
}

body.no-scroll .single-cases-hero .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 1000;
}
body.no-scroll .single-cases-hero .header a, body.no-scroll .single-cases-hero .header .menu-link {
  color: #1E1914;
}
body.no-scroll .single-cases-hero .header a:hover, body.no-scroll .single-cases-hero .header .menu-link:hover {
  color: #B4283C;
}
body.no-scroll .single-cases-hero .header .phone svg path,
body.no-scroll .single-cases-hero .header .burger-menu svg path {
  color: #1E1914 !important;
}
body.no-scroll .single-cases-hero .header .pll-switcher-select {
  color: #1E1914;
}