@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: brockmann;
  font-display: swap;
  src: url(../fonts/brockmann-medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal
}

* {
  padding: 0;
  margin: 0;
  border: 0
}

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

*::after,
*::before {
  display: inline-block
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  color: #000;
  line-height: 1;
  font-family: Montserrat, Arial, "Helvetica Neue", sans-serif;
  font-size: 1.25rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Montserrat, Arial, "Helvetica Neue", sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
  width: 100%
}

label {
  display: inline-block
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit
}

.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 76.5rem;
  margin: 0 auto;
  padding: 0 2rem
}

[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 2rem 1fr minmax(auto, 72.5rem) 1fr 2rem
}

[class*="--gc"]>* {
  min-width: 0;
  grid-column: 3/4
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ibg--top {
  -o-object-position: top;
  object-position: top
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}

.ibg--left {
  -o-object-position: left;
  object-position: left
}

.ibg--right {
  -o-object-position: right;
  object-position: right
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}

.social {
  display: flex;
  gap: 30px;
  align-items: center
}

.social__icon {
  flex: 0 0 36px;
  transition: .3s
}

.social__icon img {
  max-width: 100%
}

.btn {
  text-align: center;
  justify-content: center;
  display: inline-flex;
  padding: 14px 29.5px;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  transition: .3s;
  align-items: center
}

.btn:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #000
}

.btn:active {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.btn_white {
  background-color: #fff;
  color: #000
}

.btn_white:hover {
  background-color: #000;
  color: #fff
}

.btn_arr {
  gap: 10px
}

.btn_arr::before {
  content: "";
  width: 20px;
  height: 16px;
  flex: 0 0 20px;
  transition: .3s;
  background: url(../img/icons/arr.svg) center/contain no-repeat
}

.btn_arr:hover::before {
  -webkit-filter: invert(1);
  filter: invert(1)
}

.title {
  font-weight: 500;
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase
}

.title span {
  font-weight: 700;
  text-decoration: underline
}

.title_main {
  font-weight: 600;
  font-size: 50px
}

.title_small {
  font-size: 23px;
  font-weight: 700
}

.service-arr {
  position: relative;
  font-weight: 500;
  font-size: 23px;
  line-height: 130%;
  text-transform: uppercase;
  display: inline-flex;
  gap: 20px;
  padding-bottom: 15x
}

.service-arr::before {
  content: "";
  width: 20px;
  height: 16px;
  flex: 0 0 20px;
  margin-top: 8px;
  background: url(../img/icons/arr.svg) center/contain no-repeat
}

.service-arr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  height: 2px;
  background-color: #000
}

.service-arr:hover::after {
  width: 100%;
  opacity: 1;
  visibility: visible
}

.card__image {
  padding-bottom: 15px;
  display: block
}

.card__img {
  height: 203px
}

.card__title {
  padding-bottom: 15px
}

.card__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3
}

.review {
  padding: 24px 20px 20px 20px;
  backdrop-filter: blur(5.5px);
  background: rgba(255, 255, 255, .82)
}

.review__top {
  display: flex;
  gap: 15px;
  align-items: center;
  padding-bottom: 18px
}

.review__avatar img {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
  object-fit: contain
}

.review__name {
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500
}

.review__name span {
  font-style: italic;
  color: #878787;
  display: block;
  padding-bottom: 3px;
  text-shadow: none;
}

.review__text {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500
}

.card-blog__image {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 56.3888888889%
}

.card-blog__img {
  position: absolute;
  top: 0;
  left: 0
}

.card-blog__date {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #7c7c7c
}

.card-blog__text {
  line-height: 1.3;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px
}

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

.form_article .input {
  color: #000;
  border-color: #000
}

.form_article .input::-webkit-input-placeholder {
  color: #a4a9ad
}

.form_article .input:-ms-input-placeholder {
  color: #a4a9ad
}

.form_article .input::-ms-input-placeholder {
  color: #a4a9ad
}

.form_article .input::placeholder {
  color: #a4a9ad
}

.form_article textarea.input {
  font-size: 18px;
  min-height: 126px;
  padding: 15px 20px
}

.form_mob {
  display: none
}

.form__title {
  padding-bottom: 10px;
  font-size: 36px
}

.input {
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  padding: 14px 30px;
  outline: 0
}

.input::-webkit-input-placeholder {
  color: #fff
}

.input:-ms-input-placeholder {
  color: #fff
}

.input::-ms-input-placeholder {
  color: #fff
}

.input::placeholder {
  color: #fff
}

.chk {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
  text-align: left;
  font-size: 14px;
  color: #a4a9ad;
  font-weight: 500;
  padding-left: 9px
}

.chk span {
  flex: 0 1 280px
}

.chk::before {
  content: "";
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border: 1px solid #a4a9ad
}

.chk::after {
  content: "";
  position: absolute;
  left: 11px;
  top: 8px;
  width: 17px;
  height: 12px;
  background: url(../img/icons/chk.svg) center/contain no-repeat;
  opacity: 0
}

.chk:has(input:checked)::after {
  opacity: 1
}

.chk input {
  display: none
}

.mfp-content {
  max-width: 840px;
  margin: auto
}

.popup {
  border: 1px solid #000;
  background: #fff;
  padding: 40px;
  position: relative
}

.popup__close {
  position: absolute;
  top: 40px;
  right: 40px
}

.popup__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  padding-bottom: 10px;
  text-align: center
}

.popup .input {
  border-color: #000;
  padding: 12.5px 20px;
  color: #000
}

.popup .input::-webkit-input-placeholder {
  color: #cfcfcf
}

.popup .input:-ms-input-placeholder {
  color: #cfcfcf
}

.popup .input::-ms-input-placeholder {
  color: #cfcfcf
}

.popup .input::placeholder {
  color: #cfcfcf
}

.popup textarea {
  min-height: 126px
}

.popup .chk {
  padding-top: 10px
}

.popup .chk span {
  font-size: 20px;
  flex: 0 1 auto
}

.form-success {
  text-align: center;
  padding: 40px 20px;
}

.form-success p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.popup .chk::after {
  top: 14px
}

textarea {
  resize: none
}

.choices {
  width: 100%
}

.choices__list--single {
  padding: 0
}

.choices__inner {
  min-height: 53px;
  padding: 12.5px 20px;
  border: 1px solid #000;
  background: #fff
}

.choices__list--single .choices__item {
  padding-top: 3px
}

.choices__list--dropdown {
  border: 1px solid #000;
  margin-top: 6px
}

.choices {
  margin-bottom: 0
}

.choices__item--selectable.is-highlighted {
  background: #f3f3f3
}

.choices[data-type*=select-one]::after {
  content: "";
  width: 17px;
  height: 9px;
  background: url(../img/icons/arr-d.svg) center/contain no-repeat;
  border: none;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: .3s
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #000
}

.choices,
.choices * {
  font-family: Montserrat;
  font-size: inherit
}

.choices__placeholder {
  color: #a4a9ad;
  text-transform: uppercase
}

.choices[data-type*=select-one].is-open::after {
  margin-top: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%)
}

.choices__list--dropdown {
  border: 1px solid #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.choices__inner {
  border-radius: 0
}

.is-open .choices__list--dropdown,
.is-open .choices__list[aria-expanded] {
  border-color: #000
}

.choices__list--dropdown .choices__item,
.choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 14px;
  font-size: 20px
}

.choices__inner {
  color: #000;
  text-transform: uppercase
}

.choices__list--dropdown .choices__item {
  color: #000;
  opacity: 1;
  text-transform: uppercase
}

.animate-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity .6s ease-out, -webkit-transform .6s ease-out;
  transition: opacity .6s ease-out, transform .6s ease-out;
  transition: opacity .6s ease-out, transform .6s ease-out, -webkit-transform .6s ease-out
}

.animate-on-scroll.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.anim {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  will-change: transform, opacity
}

/* Анимация только при наличии класса .js на <html> (JS включен) */
.js .anim {
  opacity: 0
}

.js .anim-fade-up {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease
}

.js .anim-fade-down {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease
}

.js .anim-fade-left {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease
}

.js .anim-fade-right {
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease
}

.js .anim-zoom {
  -webkit-transform: scale(.92);
  transform: scale(.92);
  transition: opacity .6s ease, -webkit-transform .6s ease;
  transition: opacity .6s ease, transform .6s ease;
  transition: opacity .6s ease, transform .6s ease, -webkit-transform .6s ease
}

.js .anim-slow {
  transition-duration: 1s
}

.js .anim-show {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1)
}

.header {
  background-color: #fff;
  z-index: 4;
  position: relative
}

.header__top {
  padding: 22px 0;
  display: flex;
  align-items: center;
  gap: 49px;
  justify-content: space-between
}

.header__logo {
  position: relative;
  z-index: 5;
  margin-right: 30px
}

.header__tel {
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap
}

.logo {
  display: inline-block
}

.logo img {
  max-width: 280px;
  width: 100%
}

.menu {
  transition: .3s
}

.menu__list {
  display: flex;
  gap: 120px;
  justify-content: center
}

.menu__item_sub {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: -14px
}

.menu__item_sub .menu__list .menu__link {
  font-size: 23px;
  display: inline-flex;
  gap: 20px;
  padding-bottom: 15px;
  margin-bottom: -15px
}

.menu__item_sub .menu__list .menu__link::before {
  content: "";
  width: 20px;
  height: 16px;
  flex: 0 0 20px;
  margin-top: 3px;
  background: url(../img/icons/arr.svg) left/contain no-repeat
}

.menu__item_sub .menu__list {
  top: calc(100% + 28px);
  left: 0;
  gap: 32px;
  padding: 35px 20px;
  flex-direction: column
}

.menu__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 5px;
  margin-bottom: -5px;
  position: relative
}

.menu__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  height: 2px;
  background-color: #000
}

.menu__link:hover::after {
  opacity: 1;
  visibility: visible;
  width: 100%
}

.menu-open .header::after,
.menu-open .header__top::after {
  left: 0
}

.menu-open .menu {
  left: 0;
  visibility: visible;
  opacity: 1
}

.icon-menu {
  position: relative;
  z-index: 5;
  width: 92px;
  height: 20px
}

.icon-menu::before {
  top: 0
}

.icon-menu::after,
.icon-menu::before {
  transition: .3s;
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  height: 2px;
  background-color: #000
}

.icon-menu::after {
  bottom: 0
}

.footer {
  background: #333
}

.footer__body {
  padding: 100px 0 113px 0
}

.footer__row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px
}

.footer__title {
  padding-bottom: 23px;
  font-weight: 700;
  font-size: 26px;
  line-height: 130%;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff
}

.footer__item {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #fff
}

.footer__item:not(:last-child) {
  margin-bottom: 13px
}

.footer__link:hover {
  text-decoration: underline
}

.footer__social {
  display: flex;
  gap: 20px
}

.footer__social-link {
  transition: .3s
}

.footer__social-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.main-section {
  padding-top: 50px;
  /* margin-bottom: 146px */
}

.main-section_service {
  /* margin-bottom: 140px; */
  padding: 142px 0 116px 0;
  position: relative
}

.main-section_service .main-section__title {
  color: #fff;
  padding-bottom: 32px
}

.main-section_service .main-section__text {
  color: #fff;
  padding-bottom: 0;
  max-width: 500px
}

.main-section_service .main-section__left {
  flex: 0 1 560px
}

.main-section_service .main-section__content {
  padding-bottom: 0
}

.main-section_service .main-section__right {
  flex: 0 1 400px
}

.main-section__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.main-section__content {
  padding-bottom: 40px;
  position: relative;
  z-index: 2
}

.main-section__row {
  display: flex;
  justify-content: space-between;
  gap: 40px
}

.main-section__text {
  font-weight: 500;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
  padding-bottom: 20px
}

.main-section__video {
  position: relative
}

.main-section__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.advantages {
  margin-bottom: 140px
}

.advantages__row {
  display: flex
}

.advantages__item {
  padding: 21px 0 36px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: relative
}

.advantages__item:nth-child(1) {
  padding-right: 55px
}

.advantages__item:nth-child(2) {
  padding: 21px 55px 36px 55px
}

.advantages__item:nth-child(3) {
  padding-left: 55px
}

.advantages__num {
  font-weight: 700;
  font-size: 130px;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 20px
}

.advantages__text {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  text-transform: uppercase
}

.why {
  margin-bottom: 140px
}

.why__title {
  padding-bottom: 60px
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px
}

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

.why__item:nth-child(even) {
  flex-direction: column-reverse;
  justify-content: flex-end
}

.why__image {
  height: 474px
}

.why__content {
  padding: 20px 16px;
  border: 1px solid #000;
  min-height: 319px
}

.why__subtitle {
  padding-bottom: 20px
}

.why__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%
}

.why_we .why__subtitle {
  font-size: 20px
}

.why_we .why__text {
  font-size: 16px
}

.services {
  margin-bottom: 140px
}

.services__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-bottom: 56px
}

.services__item {
  display: flex;
  gap: 40px
}

.services__item:not(:last-child) {
  margin-bottom: 40px
}

.services__item:nth-child(odd) {
  flex-direction: row-reverse
}

.services__item_rev {
  flex-direction: row-reverse
}

.services__item_rev .services__text {
  padding-bottom: 0;
  font-size: 23px
}

.services__item_rev .services__text p:not(:last-child) {
  padding-bottom: 30px
}

.services__content {
  padding: 20px 16px;
  border: 1px solid #000;
  flex: 0 1 760px
}

.services__subtitle {
  padding-bottom: 15px
}

.services__text {
  padding-bottom: 26px;
  line-height: 1.3;
  font-size: 16px
}

.services__image {
  flex: 0 0 360px;
  position: relative
}

.services__image img {
  position: absolute;
  top: 0;
  left: 0
}

.services_serv .services__content {
  flex: 1 1 auto
}

.services_serv .services__text {
  padding-bottom: 0;
  font-size: 18px
}

.all-services {
  margin-bottom: 140px
}

.all-services__title {
  margin-bottom: 60px
}

.all-services__row {
  display: flex;
  gap: 40px
}

.all-services__image {
  flex: 0 0 31.0344827586%
}

.all-services__list {
  flex: 1 1 auto
}

.all-services__item:not(:last-child) {
  margin-bottom: 25px
}

.projects {
  margin-bottom: 140px
}

.projects__title {
  margin-bottom: 60px
}

.projects__items {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr)
}

.company {
  margin-bottom: 140px
}

.company__top {
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.company__btn_mob {
  display: none
}

.company__row {
  display: flex;
  gap: 40px
}

.company__text {
  padding: 20px 16px;
  border: 1px solid #000;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 500
}

.company__text p:not(:last-child) {
  padding-bottom: 40px
}

.company__image {
  flex: 0 0 31.0344827586%
}

.clients {
  margin-bottom: 140px
}

.clients__title {
  margin-bottom: 60px
}

.clients__body {
  position: relative;
  padding: 100px 0
}

.clients__img {
  position: absolute;
  top: 0;
  left: 0
}

.clients__reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative
}

.blog {
  margin-bottom: 145px
}

.blog__top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-bottom: 60px
}

.blog__slider {
  margin: 0 -20px
}

.blog__slide {
  padding: 0 20px
}

.blog__btn-wrap {
  text-align: center;
  margin-top: 32px
}

.blog__slider .slick-dots {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 60px
}

.blog__slider .slick-dots li.slick-active button {
  background-color: #000
}

.blog__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  transition: .3s;
  border-radius: 100%
}

.seo {
  margin-bottom: 98px
}

.seo__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3
}

.seo__text p {
  margin-bottom: 15px;
}

.seo__text ul {
  margin-top: 10px;
  padding-left: 40px;
  margin-bottom: 15px;
}

.seo__text ul li {
  display: list-item;
  list-style: disc;
}

.question {
  margin-bottom: 140px
}

.question__title {
  margin-bottom: 60px
}



.spollers__item {
  border: 1px solid #000
}

.spollers__item:not(:last-child) {
  margin-bottom: 40px
}

.spollers__item.active .spollers__button::after {
  -webkit-transform: translate(calc(-50% - 15.5px), 0) rotate(90deg);
  transform: translate(calc(-50% - 15.5px), 0) rotate(90deg)
}

.spollers__button {
  padding: 15px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
  text-align: left
}

.spollers__button span {
  display: inline-block;
  padding-right: 30px
}

.spollers__button::before {
  width: 18px;
  height: 2px
}

.spollers__button::after,
.spollers__button::before {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #000;
  border-radius: 2px
}

.spollers__button::after {
  transition: .3s;
  height: 18px;
  width: 2px;
  top: calc(50% - 8px);
  -webkit-transform: translate(calc(-50% - 15.5px), 0);
  transform: translate(calc(-50% - 15.5px), 0)
}

.spollers__body {
  display: none;
  padding: 15px 30px;
  border-top: 1px solid #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%
}

.preview-article__content {
  flex: 1 1 auto
}

.preview-article__except {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  padding-bottom: 32px
}

.preview-article__thumb {
  position: relative;
  padding-bottom: 31.0606060606%
}

.preview-article__img {
  position: absolute;
  top: 0;
  left: 0
}

.preview-article__form {
  flex: 0 0 34.4827586207%
}

.info-article {
  margin-bottom: 32px
}

.info-article__row {
  display: flex;
  gap: 40px;
  padding-bottom: 21px;
  border-bottom: 1px solid #cfcfcf
}

.info-article__people {
  flex: 0 1 260px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto
}

.info-article__avatar {
  flex: 0 0 50px
}

.info-article__avatar img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 100%
}

.info-article__label {
  padding-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  color: #a0a9b2
}

.info-article__num {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #000
}

.article {
  padding-bottom: 190px
}

.trust {
  margin-bottom: 140px
}

.trust__title {
  padding-bottom: 60px
}

.trust__items {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(6, 1fr)
}

.trust__item img {
  max-width: 100%;
  transition: .3s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1)
}

.trust__item img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.preview-article {
  padding-bottom: 60px
}

.content {
  line-height: 1.3;
  font-size: 18px
}

.content h2 {
  font-size: 40px;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 16px;
  max-width: 660px
}

.content p {
  margin-bottom: 16px
}

.content h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  padding-bottom: 16px
}

.content__image {
  margin: 44px 0 60px 0;
  position: relative;
  padding-bottom: 31.1206896552%
}

.content__img {
  position: absolute;
  top: 0;
  left: 0
}

.content .line-text {
  display: flex;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #7c7c7c;
  padding-left: 32px;
  margin: 44px 0 60px 0;
  position: relative
}

.content .line-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #000
}

.row {
  display: flex;
  margin: 44px 0 60px;
  gap: 40px
}

.row__image {
  flex: 0 1 50%;
  padding-bottom: 31.2068965517%;
  position: relative
}

.row__img {
  position: absolute;
  top: 0;
  left: 0
}

@media (min-width:47.99875em) {
  .header__tel img {
    display: none
  }

  .advantages__item:not(:last-child)::after {
    content: "";
    right: 0;
    position: absolute;
    width: 1px;
    background-color: #000;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 85.7142857143%
  }

  .why__grid_mob {
    display: none
  }
}

@media (min-width:61.99875em) {
  .header__bottom {
    padding: 15px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf
  }

  .header__icon {
    display: none
  }

  .menu__item_sub:hover .menu__list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    pointer-events: all
  }

  .menu__item_sub .menu__list {
    border: 1px solid #000;
    background-color: #fff;
    pointer-events: none;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: .3s
  }

  .menu__contacts {
    display: none
  }

  .main-section__left {
    flex: 0 1 600px
  }

  .main-section__right {
    text-align: right;
    flex: 0 1 480px
  }

  .main-section__video {
    padding-bottom: 39.5833333333%
  }

  .blog__btn-wrap {
    display: none
  }

  .preview-article__row {
    display: flex;
    gap: 50px
  }
}

@media (min-width:61.99875em)and (min-width:80em) {
  .menu__item_sub .menu__list {
    width: 48.625rem
  }
}

@media (min-width:76.5em) {
  .preview-article__row {
    gap: 100px
  }
}

@media (max-width:76.5em) {
  .social__icon {
    flex: 0 0 30px
  }

  .header__top {
    gap: 30px
  }

  .header__logo {
    margin-right: 0
  }

  .header__logo.logo img {
    max-width: 240px
  }

  .header__tel {
    margin-right: 0;
    font-size: 18px
  }

  .header__social {
    gap: 20px
  }

  .header__btn {
    font-size: 18px
  }

  .menu__list {
    gap: 80px
  }

  .menu__item_sub .menu__list .menu__link {
    font-size: 18px;
    gap: 10px;
    padding-bottom: 12px;
    margin-bottom: -12px
  }

  .menu__item_sub .menu__list .menu__link::before {
    width: 16px;
    height: 15px;
    flex: 0 0 16px
  }

  .menu__item_sub .menu__list {
    padding: 25px 15px;
    gap: 25px
  }

  .menu__link {
    font-size: 18px
  }

  .advantages__item:nth-child(1) {
    padding-right: 31px;
    padding: 32px 31px 54px 0
  }

  .advantages__item:nth-child(2) {
    padding: 32px 31px 54px 31px
  }

  .advantages__item:nth-child(3) {
    padding: 32px 0 54px 31px
  }

  .advantages__item {
    flex: 0 1 33.333%
  }

  .advantages__num {
    font-size: 80px;
    padding-bottom: 10px
  }

  .advantages__text {
    font-size: 24px
  }

  .why__title {
    padding-bottom: 50px
  }

  .why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
  }

  .why__item {
    gap: 32px
  }

  .why__image {
    height: 336px
  }

  .why__content {
    min-height: 233px
  }

  .preview-article__form .form__btn {
    font-size: 18px;
    padding: 14px
  }
}

@media (max-width:61.99875em) {
  .social__icon {
    flex: 0 0 36px
  }

  .btn {
    padding: 11px 29px;
    font-size: 18px
  }

  .service-arr {
    padding-bottom: 12px;
    font-size: 18px
  }

  .service-arr::before {
    width: 16px;
    height: 15px;
    flex: 0 0 16px;
    margin-top: 5px
  }

  .review__top {
    padding-bottom: 10px
  }

  .review__name {
    font-size: 20px
  }

  .review__text {
    font-size: 14px
  }

  .card-blog__image {
    padding-bottom: 56.25%
  }

  .form_article {
    display: none
  }

  .form_mob {
    margin-top: 140px;
    display: flex;
    max-width: 604px;
    margin: auto
  }

  .form_mob .chk span {
    flex: 0 1 auto
  }

  .popup__title {
    text-align: left
  }

  .popup .input {
    font-size: 18px
  }

  .header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100%;
    transition: .3s;
    width: 100%;
    height: 1px;
    z-index: 6;
    background-color: #cfcfcf
  }

  .header__top {
    justify-content: flex-start;
    gap: 60px;
    position: relative;
    padding: 30px 0
  }

  .header__top::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 4;
    transition: .3s
  }

  .header__logo {
    flex: 1 1 100%
  }

  .header__logo.logo img {
    max-width: 274px
  }

  .header__tel {
    font-size: 20px
  }

  .header__social {
    display: none
  }

  .header__btn {
    display: none
  }

  .menu {
    display: flex;
    flex-direction: column;
    padding: 0 32px
  }

  .menu__tel {
    font-size: 23px;
    display: block
  }

  .menu__body {
    margin-bottom: 65px
  }

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

  .menu__item_sub .menu__list {
    padding: 57px 0 17px 20px
  }

  .menu__link {
    font-size: 31px;
    padding-bottom: 15px;
    margin-bottom: -15px
  }

  .menu {
    position: fixed;
    z-index: 3;
    top: 0;
    overflow: auto;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    padding-top: 152px;
    padding-bottom: 126px;
    height: 100%;
    width: 100%;
    background-color: #fff
  }

  .menu__btn {
    padding: 11px 47.5px;
    font-size: 17px
  }

  .menu__contacts {
    padding-top: 50px;
    border-top: 1px solid #cfcfcf
  }

  .menu__contacts>*:not(:last-child) {
    margin-bottom: 33px
  }

  .menu__item_sub>.menu__link::after {
    opacity: 0;
    visibility: hidden;
    width: 0
  }

  .menu__item_sub._sub-menu-opened>.menu__link::after {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%
  }

  .footer__body {
    padding: 60px 0 97px 0
  }

  .footer__row {
    grid-template-columns: repeat(2, 1fr);
    gap: 87px 37px
  }

  .main-section {
    margin-bottom: 140px;
    padding-top: 149px;
    position: relative;
    min-height: calc(100vh - 100px)
  }

  .main-section_service {
    padding: 100px 0 57px 0
  }

  .main-section_service .main-section__title {
    padding-bottom: 0
  }

  .main-section_service .main-section__title::after {
    display: none
  }

  .main-section_service .main-section__text {
    max-width: 522px
  }

  .main-section_service .main-section__left {
    flex: 0 1 auto
  }

  .main-section_service .main-section__right {
    flex: 0 1 auto;
    max-width: 400px
  }

  .main-section_service .main-section__row {
    gap: 32px
  }

  .main-section__row {
    flex-direction: column;
    gap: 0
  }

  .main-section__title {
    padding-bottom: 34px;
    margin-bottom: 32px;
    position: relative;
    color: #fff
  }

  .main-section__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 81.1764705882%;
    height: 2px;
    background-color: #fff
  }

  .main-section__text {
    padding-bottom: 32px;
    font-size: 24px;
    color: #fff;
    max-width: 81.1764705882%
  }

  .main-section__btn {
    border-color: #fff;
    color: #000;
    background-color: #fff
  }

  .main-section__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }

  .main-section__video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .35)
  }

  .why__content {
    padding: 20px 13px
  }

  .why__subtitle {
    font-size: 24px;
    padding-bottom: 16px
  }

  .services__top {
    margin-bottom: 50px
  }

  .services__item {
    gap: 32px
  }

  .services__item:not(:last-child) {
    margin-bottom: 32px
  }

  .services__item_rev .services__text {
    font-size: 18px
  }

  .services__item_rev .services__text p:not(:last-child) {
    padding-bottom: 25px
  }

  .services__content {
    flex: 0 1 520px
  }

  .services__subtitle {
    font-size: 22px;
    padding-bottom: 16px
  }

  .services__text {
    font-size: 14px;
    padding-bottom: 16px
  }

  .services__image {
    flex: 0 0 152px
  }

  .services_serv .services__text {
    font-size: 14px
  }

  .all-services__title {
    margin-bottom: 50px
  }

  .all-services__row {
    gap: 32px
  }

  .all-services__image {
    flex: 0 0 21.5909090909%
  }

  .all-services__item:not(:last-child) {
    margin-bottom: 22px
  }

  .projects__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px
  }

  .company__top {
    margin-bottom: 50px
  }

  .company__row {
    gap: 32px
  }

  .company__text p:not(:last-child) {
    padding-bottom: 33px
  }

  .company__text {
    font-size: 14px
  }

  .company__image {
    flex: 0 0 21.479374111%
  }

  .clients__title {
    margin-bottom: 50px
  }

  .clients__reviews {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 520px;
    margin: auto
  }

  .blog {
    margin-bottom: 125px
  }

  .blog__top {
    margin-bottom: 50px
  }

  .blog__btn {
    display: none
  }

  .blog__btn_mob {
    display: inline-flex
  }

  .blog__slider {
    margin-bottom: 32px;
    margin: 0 -16px
  }

  .blog__slide {
    padding: 0 16px
  }

  .blog__slider .slick-dots {
    margin-top: 32px
  }

  .seo {
    margin-bottom: 91px
  }

  .spollers__item:not(:last-child) {
    margin-bottom: 32px
  }

  .spollers__button {
    padding: 15px 16px;
    font-size: 14px
  }

  .spollers__body {
    padding: 15px 16px;
    font-size: 14px
  }

  .article {
    padding-bottom: 147px
  }

  .trust__title {
    padding-bottom: 50px
  }

  .trust__items {
    gap: 20px
  }

  .preview-article {
    padding-bottom: 50px
  }

  .content__image {
    margin: 34px 0 50px
  }

  .content .line-text {
    margin: 34px 0 50px
  }

  .row {
    margin: 34px 0 50px;
    gap: 32px
  }

  .row__image {
    padding-bottom: 31.2068965517%
  }
}

@media (max-width:47.99875em) {
  .btn {
    font-size: 16px
  }

  .title {
    font-size: 28px
  }

  .service-arr {
    font-size: 16px
  }

  .service-arr::before {
    margin-top: 4px
  }

  .review {
    padding: 10px
  }

  .review__top {
    gap: 10px
  }

  .review__avatar img {
    width: 350x;
    height: 30px
  }

  .review__name {
    font-size: 18px
  }

  .card-blog__image {
    padding-bottom: 56.0975609756%
  }

  .card-blog__text {
    font-size: 12px
  }

  .card-blog__btn {
    padding: 11px 25px
  }

  .form_mob {
    margin-top: 120px
  }

  .form__title {
    font-size: 28px
  }

  .input {
    padding: 12px 16px;
    font-size: 16px
  }

  .popup {
    padding: 40px 11.5px
  }

  .popup__title {
    font-size: 28px
  }

  .popup .input {
    font-size: 16px;
    padding: 11px 16px
  }

  .popup .chk span {
    font-size: 14px
  }

  .choices__inner {
    min-height: 45px;
    padding: 11px 16px
  }

  .choices,
  .choices * {
    font-size: 16px
  }

  .choices__list--dropdown .choices__item,
  .choices__list[aria-expanded] .choices__item {
    font-size: 16px
  }

  .header__top {
    gap: 32px;
    padding: 23px 0
  }

  .header__logo.logo img {
    max-width: 200px
  }

  .header__tel span {
    display: none
  }

  .menu {
    padding: 0 16px
  }

  .menu__tel {
    font-size: 24px
  }

  .menu__body {
    margin-bottom: 43px
  }

  .menu__item_sub .menu__list .menu__link {
    font-size: 16px
  }

  .menu__item_sub .menu__list {
    padding: 37px 0 0 20px
  }

  .menu__link {
    font-size: 28px
  }

  .menu {
    padding-top: 101px
  }

  .menu__btn {
    width: 100%;
    justify-content: center;
    font-size: 16px;
    padding: 11px 15px
  }

  .menu__contacts {
    padding-top: 28px;
    text-align: center
  }

  .menu__contacts>*:not(:last-child) {
    margin-bottom: 30px
  }

  .menu__social {
    justify-content: center
  }

  .icon-menu {
    width: 50px
  }

  .footer__body {
    padding: 50px 0 77px 0
  }

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

  .main-section {
    margin-bottom: 120px;
    min-height: calc(100vh - 75px);
    padding-top: 122px
  }

  .main-section_service {
    padding: 91px 0;
    margin-bottom: 120px
  }

  .main-section__title {
    padding-bottom: 17px;
    margin-bottom: 16px
  }

  .main-section__title::after {
    width: 100%;
    height: 1px
  }

  .main-section__text {
    font-size: 16px
  }

  .advantages {
    margin-bottom: 120px
  }

  .advantages__row {
    flex-direction: column
  }

  .advantages__item:nth-child(1) {
    padding: 16px 0 32px 0
  }

  .advantages__item:nth-child(2) {
    padding: 16px 0 32px 0
  }

  .advantages__item:nth-child(3) {
    padding: 16px 0 32px 0
  }

  .advantages__item {
    padding: 16px 0 32px 0;
    border-bottom: 0
  }

  .advantages__item:last-child {
    border-bottom: 1px solid #000
  }

  .advantages__num {
    padding-bottom: 0
  }

  .advantages__text {
    font-size: 20px
  }

  .why {
    margin-bottom: 120px
  }

  .why__title {
    font-size: 28px
  }

  .why__grid_pc {
    display: none
  }

  .why__grid {
    display: block
  }

  .why__item {
    gap: 16px;
    display: flex;
    flex-direction: row
  }

  .why__item:nth-child(even) {
    flex-direction: row-reverse
  }

  .why__item:not(:last-child) {
    margin-bottom: 16px
  }

  .why__image {
    flex: 0 0 21.5743440233%;
    height: auto
  }

  .why__content {
    padding: 16px 10px;
    flex: 0 1 73.7609329446%;
    min-height: 292px
  }

  .why__subtitle {
    font-size: 22px
  }

  .services {
    margin-bottom: 120px
  }

  .services__btn {
    display: none
  }

  .services__item {
    gap: 16px;
    flex-direction: column-reverse
  }

  .services__item:nth-child(odd) {
    flex-direction: column-reverse
  }

  .services__item_rev {
    flex-direction: column
  }

  .services__item_rev .services__text {
    font-size: 14px
  }

  .services__item_rev .services__text p:not(:last-child) {
    padding-bottom: 20px
  }

  .services__content {
    padding: 10px;
    flex: 0 1 auto
  }

  .services__text {
    font-size: 12px
  }

  .services__image {
    flex: 0 0 130px
  }

  .services__btn-item {
    width: 100%
  }

  .services_serv .services__text {
    font-size: 12px
  }

  .all-services {
    margin-bottom: 120px
  }

  .all-services__row {
    flex-direction: column-reverse
  }

  .all-services__image {
    flex: 0 1 auto;
    position: relative;
    padding-bottom: 37.9008746356%
  }

  .all-services__img {
    position: absolute;
    top: 0;
    left: 0
  }

  .projects {
    margin-bottom: 120px
  }

  .projects__items {
    display: flex;
    flex-direction: column
  }

  .company {
    margin-bottom: 120px
  }

  .company__btn {
    display: none
  }

  .company__btn_mob {
    margin-top: 32px;
    display: flex
  }

  .company__row {
    flex-direction: column
  }

  .company__text p:not(:last-child) {
    padding-bottom: 20px
  }

  .company__image {
    position: relative;
    padding-bottom: 40.8163265306%
  }

  .company__img {
    position: absolute;
    top: 0;
    left: 0
  }

  .clients {
    margin-bottom: 120px
  }

  .clients__body {
    padding: 50px 0
  }

  .blog {
    margin-bottom: 120px
  }

  .blog__btn {
    width: 100%
  }

  .blog__slider {
    margin: 0 -8px
  }

  .blog__slide {
    padding: 0 8px
  }

  .seo {
    margin-bottom: 121px
  }

  .seo__text {
    font-size: 12px
  }

  .question {
    margin-bottom: 120px
  }

  .question__title {
    margin-bottom: 50px
  }

  .spollers__item:not(:last-child) {
    margin-bottom: 16px
  }

  .spollers__button {
    padding: 10px;
    font-size: 12px
  }

  .spollers__button::after,
  .spollers__button::before {
    right: 10px
  }

  .spollers__body {
    font-size: 12px;
    padding: 10px
  }

  .contacts {
    margin-bottom: 120px
  }

  .contacts__row {
    flex-direction: column;
    gap: 32px
  }

  .contacts__left {
    flex: 0 1 auto
  }

  .contacts__title {
    padding-bottom: 32px;
    font-size: 28px
  }

  .contacts__list {
    gap: 16px;
    margin-bottom: 32px
  }

  .contacts__item {
    font-size: 18px
  }

  .contacts__icon {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center
  }

  .contacts__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block
  }

  .contacts__map {
    height: 300px
  }

  .contacts__right {
    flex: 0 1 auto
  }

  .contacts__form-title {
    padding-bottom: 32px;
    font-size: 28px
  }

  .contacts__form .input {
    font-size: 18px;
    padding: 11px 16px
  }

  .contacts__form .chk span {
    font-size: 14px
  }

  .contacts__form .form__btn {
    width: 100%;
    margin-top: 16px
  }

  .preview-article__except {
    font-size: 14px
  }

  .info-article__row {
    gap: 16px;
    flex-wrap: wrap
  }

  .info-article__people {
    flex: 1 1 100%
  }

  .info-article__avatar img {
    width: 40px;
    height: 40px
  }

  .info-article__avatar {
    flex: 0 0 40px
  }

  .info-article__label {
    font-size: 12px
  }

  .info-article__num {
    font-size: 18px
  }

  .article {
    padding-bottom: 122px
  }

  .trust {
    margin-bottom: 120px
  }

  .trust__items {
    gap: 0 20px;
    grid-template-columns: repeat(3, 1fr)
  }

  .preview-article {
    padding-bottom: 32px
  }

  .content h2 {
    font-size: 28px
  }

  .content__image {
    margin: 16px 0 16px
  }

  .row {
    gap: 16px;
    flex-direction: column
  }

  .row__image {
    padding-bottom: 58.3090379009%
  }
}

@media (max-width:29.99875em) {
  [class*=__container] {
    padding: 0 16px
  }

  .main-section__btn {
    width: 100%
  }
}

@media (min-width:61.99875em)and (min-width:48em)and (max-width:80em) {
  .menu__item_sub .menu__list {
    width: clamp(28.125rem, -2.625rem + 64.0625vw, 48.625rem)
  }
}

@media (min-width:61.99875em)and (max-width:48em) {
  .menu__item_sub .menu__list {
    width: 28.125rem
  }
}

@media (any-hover:hover) {
  .social__icon:hover {
    -webkit-transform: scale(1.07);
    transform: scale(1.07)
  }

  .header__tel:hover {
    text-decoration: underline
  }
}

.breadcrumbs-block {
  margin-top: 32px;
  margin-bottom: 56px;
}

.breadcrumbs-block.bread_mt0 {
  margin-top: 32px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 0;
  padding: 0;
  margin: 0;
  list-style: none;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: .01em;
  color: #6b7280;
}

.breadcrumbs-item {
  display: inline-flex;
  align-items: center;
  padding: 0;
  position: relative;
  color: inherit;
}

.breadcrumbs-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 14px;
  border-radius: 50%;
  background: #cfd3da;
  flex-shrink: 0;
}

.breadcrumbs-item:last-child::after {
  display: none;
}

.breadcrumbs-item>span {
  color: #090f17;
  font-weight: 600;
}

.breadcrumbs-item a {
  display: inline-block;
  color: #6b7280;
  text-decoration: none;
  transition: color .2s ease;
}

.breadcrumbs-item a:hover {
  color: #090f17;
  text-decoration: underline;
}

@media (max-width: 47.99875em) {
  .breadcrumbs-block {
    margin-top: 24px;
    margin-bottom: 36px;
  }

  .breadcrumbs-block.bread_mt0 {
    margin-top: 24px;
  }

  .breadcrumbs {
    font-size: 13px;
  }

  .breadcrumbs-item:not(:last-child)::after {
    margin: 0 10px;
    width: 4px;
    height: 4px;
  }
}

.contacts {
  margin-bottom: 140px;
}

.contacts__row {
  display: flex;
  gap: 40px;
  align-items: flex-start
}

.contacts__left {
  flex: 1 1 50%
}

.contacts__col {
  flex: 1 1 50%
}

.contacts__title {
  padding-bottom: 40px
}

.contacts__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px
}

.contacts__item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  transition: .3s
}

.contacts__item:hover {
  text-decoration: underline
}

.contacts__icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center
}

.contacts__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block
}

.contacts__map {
  width: 100%;
  height: 400px;
  border: 1px solid #000
}

.contacts__map iframe {
  width: 100%;
  height: 100%;
  border: 0
}

.contacts__right {
  flex: 1 1 50%
}

.contacts__form-title {
  padding-bottom: 40px
}

.contacts__form {
  background: #fff;

  position: relative;
}

.contacts__form .input {
  border-color: #000;
  color: #000;
  padding: 12.5px 20px
}

.contacts__form .input::-webkit-input-placeholder {
  color: #cfcfcf
}

.contacts__form .input:-ms-input-placeholder {
  color: #cfcfcf
}

.contacts__form .input::-ms-input-placeholder {
  color: #cfcfcf
}

.contacts__form .input::placeholder {
  color: #cfcfcf
}

.contacts__form textarea.input {
  min-height: 126px
}

.contacts__form .chk {
  padding-top: 10px;
  color: #000
}

.contacts__form .chk::before {
  border-color: #000
}

.contacts__form .chk span {
  font-size: 20px;
  flex: 0 1 auto
}

.contacts__form .chk span a {
  text-decoration: underline
}

.contacts__form .chk::after {
  top: 14px
}

.contacts__form .form__btn {
  margin-top: 20px;
  width: 100%
}

input.wrong,
.popup input.wrong,
.popup .input.wrong,
textarea.wrong,
.popup textarea.wrong,
.popup .textarea.wrong {
  border: 2px #900 solid !important;
  background-color: rgb(252, 207, 207) !important;
  color: #000 !important;
  /* Черный текст на светлом фоне при ошибке */
}

input.wrong::-webkit-input-placeholder,
.popup input.wrong::-webkit-input-placeholder,
.popup .input.wrong::-webkit-input-placeholder,
textarea.wrong::-webkit-input-placeholder,
.popup textarea.wrong::-webkit-input-placeholder,
.popup .textarea.wrong::-webkit-input-placeholder {
  color: #666 !important;
  /* Темно-серый placeholder на светлом фоне */
}

input.wrong:-ms-input-placeholder,
.popup input.wrong:-ms-input-placeholder,
.popup .input.wrong:-ms-input-placeholder,
textarea.wrong:-ms-input-placeholder,
.popup textarea.wrong:-ms-input-placeholder,
.popup .textarea.wrong:-ms-input-placeholder {
  color: #666 !important;
}

input.wrong::-ms-input-placeholder,
.popup input.wrong::-ms-input-placeholder,
.popup .input.wrong::-ms-input-placeholder,
textarea.wrong::-ms-input-placeholder,
.popup textarea.wrong::-ms-input-placeholder,
.popup .textarea.wrong::-ms-input-placeholder {
  color: #666 !important;
}

input.wrong::placeholder,
.popup input.wrong::placeholder,
.popup .input.wrong::placeholder,
textarea.wrong::placeholder,
.popup textarea.wrong::placeholder,
.popup .textarea.wrong::placeholder {
  color: #666 !important;
}

input.right,
.popup input.right,
.popup .input.right {
  border: 2px green solid !important;
}

/* Стили для текста политики конфиденциальности - белый текст */
.how-calc__chk {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  /*margin-top: 16px;*/
}

.how-calc__privacy-text {
  color: #000;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-align: center;
}

.how-calc__privacy-text a {
  /* color: #ef7d00; */
  text-decoration: underline;
  transition: color 0.2s ease;
  font-weight: 400;
}

.how-calc__privacy-text a:hover {
  color: #131313;
  text-decoration: none;
}

.policy-white,
.policy-white a,
.policy-white a:hover {
  color: #fff;
}

/* 404 страница */

/* CSS Variables */
:root {
  /* Primary Colors */
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-red-accent: #D30000;

  /* Grayscale */
  --color-gray-dark: #666666;
  --color-gray-medium: #999999;
  --color-gray-light: #BBBBBB;
  --color-gray-border: #E5E5E5;

  /* States */
  --color-error: #D30000;
  --color-error-bg: #FFF5F5;
  --color-focus: #D30000;

  /* Spacing */
  --section-spacing: 120px;
  --element-spacing: 40px;
  --card-padding: 32px;

  /* Typography */
  /*--font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;*/

  /* Transitions */
  --transition-default: all 0.3s ease;
  --transition-fast: all 0.2s ease;
}

/* Container */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
}

/* Main Error Page */
.error-page {
  min-height: calc(100vh - 200px);
  /* Adjust based on header/footer height */
}

/* ===================================
 Hero Section
 =================================== */
.hero-section {
  padding: var(--section-spacing) 0;
  position: relative;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-content {
  animation: fadeInUp 0.8s ease-out;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-black);
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--color-gray-dark);
  margin-bottom: 16px;
}

.hero-microtext {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-gray-medium);
  margin-bottom: var(--element-spacing);
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* Button Styles */
/* .btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: var(--transition-default);
  text-align: center;
  white-space: nowrap;
} */

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

.btn-primary:hover {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-black);
  /* transform: translateY(-2px); */
  box-shadow: 0 8px 24px rgba(211, 0, 0, 0.2);
}

.btn-primary:focus {
  outline: 2px solid var(--color-red-accent);
  outline-offset: 2px;
}

.btn-primary:active {
  transform: translateY(0);
}

.btn-secondary {
  background-color: var(--color-white);
  color: var(--color-black);
  border: 1px solid var(--color-black);
  padding: 14px 38px;
}

.btn-secondary:hover {
  background-color: var(--color-black);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.btn-secondary:focus {
  border-color: var(--color-red-accent);
  outline: none;
}

.link-tertiary {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: var(--color-black);
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: var(--transition-fast);
  margin-top: 20px;
}

.link-tertiary:hover {
  /* color: var(--color-red-accent); */
}

.link-tertiary:focus {
  color: var(--color-red-accent);
  outline: 1px dotted var(--color-red-accent);
  outline-offset: 4px;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 1s ease-out 0.3s backwards;
}

.visual-404 {
  font-size: 240px;
  font-weight: 900;
  color: var(--color-black);
  opacity: 0.05;
  line-height: 1;
  position: relative;
  z-index: 1;
  animation: glowPulse 3s ease-in-out infinite;
}

/* Geometric Shapes */
.geometric-shape {
  position: absolute;
  background-color: var(--color-red-accent);
  opacity: 0.1;
  animation: floatAnimation 6s ease-in-out infinite;
}

.shape-1 {
  width: 120px;
  height: 120px;
  top: 10%;
  left: 15%;
  animation-delay: 0s;
}

.shape-2 {
  width: 80px;
  height: 80px;
  top: 60%;
  right: 20%;
  animation-delay: 2s;
}

.shape-3 {
  width: 100px;
  height: 100px;
  bottom: 15%;
  left: 25%;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  animation-delay: 4s;
}

.blur-overlay {
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(211, 0, 0, 0.15) 0%, rgba(211, 0, 0, 0) 70%);
  filter: blur(40px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseGlow 4s ease-in-out infinite;
}

/* ===================================
 Solutions Section
 =================================== */
.solutions-section {
  padding: 80px 0;
  background-color: #FAFAFA;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 40px;
  text-align: center;
}

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

.solution-card {
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-border);
  padding: var(--card-padding);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: var(--transition-default);
  position: relative;
  overflow: hidden;
}

.solution-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(211, 0, 0, 0.03), transparent);
  transition: left 0.5s ease;
}

.solution-card:hover::before {
  left: 100%;
}

.solution-card:hover {
  border-color: var(--color-red-accent);
  box-shadow: 0 4px 16px rgba(211, 0, 0, 0.08);
  transform: translateY(-4px);
}

.solution-card:focus {
  border: 2px solid var(--color-red-accent);
  outline: none;
}

.card-icon {
  color: var(--color-black);
  margin-bottom: 16px;
  transition: var(--transition-default);
}

.solution-card:hover .card-icon {
  color: var(--color-red-accent);
  transform: scale(1.1);
}

.card-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-black);
  transition: var(--transition-fast);
}

.solution-card:hover .card-title {
  color: var(--color-red-accent);
}

/* ===================================
 Form Section
 =================================== */
.form-section {
  padding: var(--section-spacing) 0;
}

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

.form-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-black);
  margin-bottom: 24px;
  text-align: center;
}

.request-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form-group {
  position: relative;
}

.form-input {
  width: 100%;
  padding: 14px 16px;
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--color-black);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-border);
  transition: var(--transition-fast);
}

.form-input::placeholder,
.form-textarea::placeholder {
  color: var(--color-gray-light);
}

.form-input:focus {
  border: 2px solid var(--color-black);
  padding: 13px 15px;
  outline: none;
}

.form-input:focus-visible {
  border: 2px solid var(--color-black);
}

.form-textarea {
  font-size: 16px;
  font-family: var(--font-family);
  color: var(--color-black);
  background-color: var(--color-white);
  border: 1px solid var(--color-gray-border);
  padding: 14px 16px;
  min-height: 126px;
}

.form-input.error {
  border: 2px solid var(--color-error);
  background-color: var(--color-error-bg);
}

.btn-submit {
  margin-top: 8px;
  width: 100%;
}

.form-disclaimer {
  font-size: 12px;
  color: var(--color-gray-medium);
  text-align: center;
  margin-top: 4px;
}

/* ===================================
 Animations
 =================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes floatAnimation {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  25% {
    transform: translateY(-20px) rotate(5deg);
  }

  50% {
    transform: translateY(-10px) rotate(-5deg);
  }

  75% {
    transform: translateY(-15px) rotate(3deg);
  }
}

@keyframes pulseGlow {

  0%,
  100% {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    opacity: 0.5;
    transform: translate(-50%, -50%) scale(1.1);
  }
}

@keyframes glowPulse {

  0%,
  100% {
    opacity: 0.05;
  }

  50% {
    opacity: 0.08;
  }
}

/* ===================================
 404 Page - Solution Cards
 =================================== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.solution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.solution-card:hover {
  border-color: #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.solution-card svg {
  margin-bottom: 16px;
}

.card-title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* ===================================
 Accessibility
 =================================== */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Focus visible for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--color-red-accent);
  outline-offset: 2px;
}

/* ===================================
 Responsive (Tablet optimization)
 =================================== */
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }

  .hero-grid {
    gap: 60px;
  }

  .visual-404 {
    font-size: 180px;
  }
}

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

  .hero-visual {
    height: 350px;
  }

  .visual-404 {
    font-size: 150px;
  }

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

/* ===================================
   Footer styles (from sg template)
   =================================== */

.footer {
  background: #090f17;
  color: #fff;
}

.footer {
  color: #fff;
}

/* Social links in footer */
.top-footer__social.social {
  display: flex;
  gap: 12px;
  align-items: center;
}

.social__link {
  flex: 0 0 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #fff; */
  border-radius: 12px;
}

.social__link img {
  max-width: 100%;
  transition: 0.3s;
}

.social__link:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top-footer__logo.logo img {
  max-width: 100%;
}

/* Top footer */
.top-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background: #090f17;
  padding: 40px 0;
}

.top-footer__row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.top-footer__logo-block {
  flex: 1 1 auto;
}

.top-footer__social-title {
  margin-bottom: 20px;
  font-family: Unbounded, Montserrat, sans-serif;
  line-height: 1.1;
  text-transform: uppercase;
}

.top-footer__qr {
  display: flex;
  align-items: center;
  gap: 18px;
}

.top-footer__qr img {
  width: 67px;
  height: 67px;
  flex: 0 0 67px;
  border-radius: 10px;
}

.top-footer__qr p {
  opacity: 0.7;
  line-height: 1.3;
  font-size: 14px;
}

.top-footer__title {
  padding-bottom: 22px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}

.top-footer__li {
  padding-bottom: 12px;
}

.top-footer__link {
  line-height: 1.3;
  font-size: 14px;
  opacity: 0.7;
}

.top-footer a.top-footer__link:hover {
  text-decoration: underline;
}

.policy-links {
  margin-top: 30px;
}

.top-footer__btn-block {
  margin-top: 28px;
}

.top-footer__btn-block .btn {
  background-color: #fff;
  color: #090f17;
  border: 2px solid #fff;
  padding: 14px 24px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.top-footer__btn-block .btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}


/* Footer slogan */
.top-footer__slogan {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.9;
  max-width: 240px;
  font-weight: 500;
}

/* Footer trust line */
.top-footer__trust-line {
  margin-top: 24px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.75;
}

/* Social icons in contact block */
.top-footer__item_info .top-footer__social {
  margin-top: 8px;
}

/* Bottom footer */
.bottom-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 0;
  background-color: #09090d;
}

.bottom-footer__row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  line-height: 1.5;
}

.bottom-footer__row>* {
  font-size: 14px;
  opacity: 0.7;
}

.bottom-footer__copy {
  line-height: 1.7;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bottom-footer__link:hover {
  text-decoration: underline;
}

/* Policy footer links */
.poloicy-footer li {
  display: none;
}

/* @media (min-width: 767px) {
  .poloicy-footer li:first-child {
    display: block;
  }
} */

@media (max-width: 767px) {
  .poloicy-footer {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
    list-style: none;
    margin-top: 20px;
  }

  .poloicy-footer li {
    display: block;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
  }
}

/* Developer link */
.f-pilot {
  float: right;
  padding-left: 90px;
  background: url(../img/image-pilot.png) no-repeat center left;
  min-height: 35px;
  text-align: right;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.f-pilot a {
  color: #fff;
  text-decoration: underline;
  line-height: 1.5;
}

.f-pilot a:hover {
  text-decoration: none;
  opacity: 0.8;
  border-color: transparent;
}

.top-footer__social-block {
  margin-top: 20px;
}

/* Footer responsive - tablet */
@media (max-width: 991px) {
  .top-footer {
    padding: 30px 0;
  }

  .top-footer__row {
    flex-direction: column;
  }

  .top-footer__social-block {
    flex: 1 1 auto;
  }

  .top-footer__social-title {
    display: none;
  }

  .top-footer__social {
    /* justify-content: flex-end; */
    padding-bottom: 20px;
  }

  .top-footer__qr {
    display: none;
  }

  .top-footer__app {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 400px;
  }

  .top-footer__app span {
    font-size: 14px;
    opacity: 0.7;
  }

  .top-footer__item {
    display: none;
  }

  .top-footer__item_info {
    display: block;
  }

  .top-footer__title {
    padding-bottom: 24px;
  }

  .top-footer__logo-top {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 400px;
    margin-bottom: 40px;
  }
}

/* Footer responsive - mobile */
@media (max-width: 767px) {
  .f-pilot {
    background: none !important;
    background-image: none !important;
    text-align: left;
    float: none;
    padding-left: 0;
    min-height: auto;
    margin-top: 0;
    width: 100%;
  }

  .bottom-footer {
    padding: 30px 0;
  }

  .bottom-footer__copy {
    text-align: left;
  }

  .bottom-footer__row {
    align-items: baseline;
    flex-direction: column-reverse;
  }

  .bottom-footer__link {
    text-decoration: underline;
  }

  .list-services-adapt {
    display: block !important;
  }

  .top-footer {
    padding-bottom: 0 !important;
  }
}

/* Footer responsive - small mobile */
@media (max-width: 440px) {
  .top-footer__logo-top {
    display: inline;
  }

  .top-footer__social-block {
    text-align: left;
    display: flex;
    margin-top: 20px;
  }
}

/* ===================================
   Reviews page (страница отзывов)
   =================================== */

.page__reviews.reviews {
  /* padding: 60px 0; */
  /* background: #f7f7f7; */
}

.page__reviews.reviews .reviews__title.title {
  font-size: 36px;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}

.reviews__accent {
  /* color: #ef7d00; */
  font-weight: 700;
  text-decoration: underline;
}

.page__reviews.reviews .reviews__intro.text {
  font-size: 17px;
  color: #5a5a5a;
  font-family: Montserrat, sans-serif;
  line-height: 1.3;
}

.page__reviews.reviews .reviews__intro p:not(:last-child) {
  padding-bottom: 17px;
}

.page__reviews.reviews .reviews__intro a {
  color: #ef7d00;
  text-decoration: underline;
  font-weight: 500;
}

.page__reviews.reviews .reviews__intro a:hover {
  text-decoration: none;
}

.reviews__title {
  padding-bottom: 54px;
}

.reviews__intro {
  padding-bottom: 40px;
}

.reviews__main {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
  align-items: start;
}

.reviews__list {
  min-width: 0;
}

.reviews__sidebar {
  position: sticky;
  top: 20px;
}

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

.reviews__item {
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border: 1px solid #000;
  border-radius: 8px;
  background: #f8f8f8;
  padding: 30px;
}

.reviews__item:not(:last-child) {
  margin-bottom: 30px;
}

.reviews__item:hover .review__text span {
  color: #000;
}

.reviews .review__avatar {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  overflow: hidden;
  border-radius: 100%;
}

.reviews .review__avatar img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.reviews .review__top {
  gap: 16.5px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

.reviews .review__top-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviews .review__name {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 2px;
  line-height: 1.75;
}

.reviews .review__top-text {
  /* color: rgba(255, 255, 255, 0.7); */
}

.reviews .review__top-text a {
  color: #ef7d00;
  text-decoration: underline;
}

.reviews .review__top-text a:hover {
  text-decoration: none;
}


.reviews .review__service {
  flex-shrink: 0;
  font-size: 14px;
  /* color: rgba(255, 255, 255, 0.7); */
  text-align: right;
}

.reviews .review__text {
  font-size: 18px;
  line-height: 1.56;
  /* color: #dedede; */
}

.reviews .review__text span {
  color: #dedede;
  transition: 0.3s;
}


.reviews .review__date {
  margin-top: 20px;
  font-size: 14px;
  /* color: rgba(255, 255, 255, 0.7); */
}

@media (max-width: 991px) {
  .reviews__item {
    max-width: 89.3333333333%;
    padding: 22px 22px 16px 22px;
  }

  .reviews .review__top {
    padding-bottom: 13px;
  }

  .reviews .review__name {
    font-size: 16px;
  }

  .reviews .review__top-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .reviews__title {
    padding-bottom: 30px;
  }

  .reviews__intro {
    padding-bottom: 30px;
  }

  .reviews__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .reviews .review__avatar {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
  }

  .reviews .review__avatar img {
    width: 46px;
    height: 46px;
  }

  .reviews .review__text {
    font-size: 14px;
  }

  .reviews .review__date {
    margin-top: 16px;
    font-size: 13px;
  }

  .reviews .review__service {
    font-size: 13px;
    text-align: left;
  }

  .reviews .review__top-row {
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* ===================================
   Review card — wide (горизонтальная с тёмной боковой панелью)
   из review_block.html
   =================================== */

.reviews__list .review-card--wide {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  transition: box-shadow 0.2s ease;
}

.reviews__list .review-card--wide:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.09);
}

.reviews__list .review-card--wide__sidebar {
  width: 200px;
  min-width: 200px;
  background: #1a1a1a;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.reviews__list .review-card--wide__avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.reviews__list .review-card--wide__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #3a3a3a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

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

.reviews__list .review-card--wide__avatar svg {
  width: 26px;
  height: 26px;
  fill: #888888;
}

.reviews__list .review-card--wide__name {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.reviews__list .review-card--wide__role {
  font-size: 11px;
  font-weight: 400;
  color: #888888;
  letter-spacing: 0.03em;
  margin-top: 2px;
  line-height: 1.5;
}

.reviews__list .review-card--wide__service {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #aaaaaa;
  border-top: 1px solid #333333;
  padding-top: 16px;
  line-height: 1.6;
}

.reviews__list .review-card--wide__service span {
  display: block;
  color: #ffffff;
  font-size: 11px;
  margin-top: 4px;
}

.reviews__list .review-card--wide__content {
  padding: 16px 32px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f7f7f7;
}

.reviews__list .review-card--wide__quote-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 10px;
}

.reviews__list .review-card--wide__quote-mark {
  font-size: 48px;
  font-family: Georgia, serif;
  color: #bebebe;
  line-height: 0.8;
}

.reviews__list .review-card--wide__text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 1.75;
  flex: 1;
}

.reviews__list .review-card--wide__text p {
  margin-bottom: 10px;
}

.reviews__list .review-card--wide__text p:last-child {
  margin-bottom: 0;
}

.reviews__list .review-card--wide__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.reviews__list .review-card--wide__date {
  font-size: 12px;
  color: #aaaaaa;
}

.reviews__list .review-card--wide__stars {
  display: flex;
  gap: 3px;
}

.reviews__list .review-card--wide__footer .verified-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 500;
  color: #888888;
  letter-spacing: 0.03em;
}

.reviews__list .review-card--wide__footer .verified-badge svg {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  stroke: #888888;
}

.reviews__list .review-card--wide__verified {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 500;
  color: #888888;
  letter-spacing: 0.03em;
}

.reviews__list .review-card--wide__verified a {
  color: #1a1a1a;
  text-decoration: underline;
}

.reviews__list .review-card--wide__verified a:hover {
  text-decoration: none;
}

.reviews__list .review-card--wide__verified svg {
  flex-shrink: 0;
  stroke: #888888;
}

.aside-box__title {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .reviews__list .review-card--wide {
    flex-direction: column;
  }

  .reviews__list .review-card--wide__sidebar {
    width: 100%;
    min-width: 0;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px;
  }

  .reviews__list .review-card--wide__avatar-wrap {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .reviews__list .review-card--wide__service {
    width: 100%;
    margin-top: 0;
    padding-top: 12px;
    border-top: 1px solid #333333;
  }

  .reviews__list .review-card--wide__content {
    padding: 20px;
  }
}

.reviews__sidebar-btn {
  text-align: center;
  margin-top: 50px;

}

.reviews__sidebar-btn .btn {
  font-size: 14px;
  width: 100%;
}

/*selectric*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
  text-align: left;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 15px;
  font-size: 14px;
  line-height: 38px;
  color: #272727;
  height: 38px;
  user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #fff;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 10'%3E%3Cpath d='M0 0l8.5 10L17 0z' fill='%23090f17'/%3E%3C/svg%3E") no-repeat center;
  background-size: 17px 10px;
  width: 17px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 50%;
  margin-left: -8.5px;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #bdc1c4;
  z-index: -1;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #272727;
  cursor: pointer;
}

.selectric-items li.selected {
  background: rgba(204, 204, 204, 0.2);
  color: #C0163F;
}

.selectric-items li.highlighted {
  background: rgba(204, 204, 204, 0.2);
  color: #C0163F;
}

.selectric-items li:hover {
  background: rgba(204, 204, 204, 0.2);
  color: #C0163F;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* ===== Blog listing (class 207) ===== */
.blog-listing {
  margin-bottom: 80px;
}

.blog-listing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}

.blog-listing__item {
  min-width: 0;
}

.blog-listing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-listing-card__image {
  overflow: hidden;
}

.blog-listing-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-listing-card__date {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: .02em;
  text-transform: uppercase;
}

.blog-listing-card__title {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.01em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

.blog-listing-card__title a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
  transition: text-decoration-color .25s ease;
}

.blog-listing-card__title a:hover,
.blog-listing-card__title a:focus-visible {
  text-decoration-color: currentColor;
}

.blog-listing-card__text {
  margin-bottom: 20px;
  color: #555;
}

.blog-listing-card__btn {
  margin-top: auto;
  align-self: flex-start;
}

@media (max-width: 61.99875em) {
  .blog-listing__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

@media (max-width: 47.99875em) {
  .blog-listing {
    margin-bottom: 60px;
  }

  .blog-listing__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .blog-listing-card__title {
    font-size: 18px;
  }
}

/* ===== /Blog listing ===== */

body.compensate-for-scrollbar {
  overflow: hidden;
}

/* ===== Blog article (class 207) ===== */
.blog-article {
  background: transparent;
}

.blog-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 32px;
  align-items: start;
}

.blog-article__content,
.blog-article__sidebar {
  min-width: 0;
}

.blog-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  margin-bottom: 22px;
  color: #6f6f6f;
  font-size: 16px;
}

.blog-article__meta-date {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-weight: 500;
  line-height: 1;
}

.blog-article__meta-read-time,
.blog-article__meta-views {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  line-height: 1;
}

.blog-article__meta-read-time::before,
.blog-article__meta-views::before {
  content: "";
  width: 16px;
  height: 16px;
  opacity: .75;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.blog-article__meta-read-time::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='6.25' stroke='%236f6f6f' stroke-width='1.5'/%3E%3Cpath d='M8 4.5V8L10.5 9.75' stroke='%236f6f6f' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.blog-article__meta-views::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.5 9c1.9-3.2 4.4-4.8 7.5-4.8s5.6 1.6 7.5 4.8c-1.9 3.2-4.4 4.8-7.5 4.8S3.4 12.2 1.5 9Z' stroke='%236f6f6f' stroke-width='1.4'/%3E%3Ccircle cx='9' cy='9' r='2.25' stroke='%236f6f6f' stroke-width='1.4'/%3E%3C/svg%3E");
}

.blog-article__title {
  margin-bottom: 28px;
  color: #101010;
  font-size: 32px;
  text-transform: none;
}

.blog-article__hero {
  margin: 0 0 36px;
  /* border-radius: 16px; */
  overflow: hidden;
  background: #f4f4f4;
}

.blog-article__hero img {
  display: block;
  width: 100%;
  height: auto;
}

.blog-article__toc {
  margin: 0 0 30px;
  padding: 22px 26px;
  border: 1px solid #d9dee6;
  /* border-radius: 14px; */
  background: #f6f7f9;
  font-family: Montserrat, sans-serif;
}

.blog-article__toc p {
  margin: 0 0 12px;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #1a1f27;
}

.blog-article__toc ol {
  margin: 0;
  padding-left: 24px;
  list-style: none;
  counter-reset: blog-toc;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
}

.blog-article__toc li {
  counter-increment: blog-toc;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
  margin-bottom: 9px;
  padding-left: 0;
  color: #21252c;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.blog-article__toc li:last-child {
  margin-bottom: 0;
}

.blog-article__toc li::before {
  content: counter(blog-toc) ".";
  line-height: 1.4;
  font-weight: 600;
  color: #4b5565;
}

.blog-article__toc a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  opacity: .88;
  transition: text-decoration-color .2s ease, color .2s ease, opacity .2s ease;
}

.blog-article__toc a:hover,
.blog-article__toc a:focus-visible {
  color: #101010;
  opacity: 1;
  text-decoration-color: currentColor;
}

.blog-article__body p {
  margin-top: 16px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
}

.blog-article__body h2 {
  line-height: 1.3;
  font-size: 24px;
  font-weight: 500;
}

.blog-article__body h3 {
  line-height: 1.3;
  font-size: 22px;
  font-weight: 500;
  margin-top: 20px;

}

.blog-article__body ol,
.blog-article__body ul {
  line-height: 1.6;
  padding-left: 35px;
  margin-bottom: 30px;
  margin-left: 16px;
  margin-top: 20px;
  font-size: 18px;

}

.blog-article__body ol li,
.blog-article__body ul li {
  margin-bottom: 10px;
  list-style-type: disc;
}

.blog-article__body ol li p,
.blog-article__body ul li p {
  padding-bottom: 0;
}

.blog-article__body p.incut {
  margin-bottom: 20px;
  padding: 20px;
  background: #f5f5f5;
  border-left: 3px solid #990000;
}

.blog-article__body blockquote {
  margin-bottom: 20px;
  padding: 20px;
  background: #f5f5f5;
  border-left: 3px solid #990000;
  line-height: 1.4;
}

.blog-article__body blockquote p:last-child {
  padding-bottom: 0;
}

.blog-article__body blockquote p {
  margin-top: 0;
}

/* «Читайте также» — компактно, без blockquote/bootstrap */
.blog-article__body .blog-article-read-also {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  margin: 24px 0;
  padding: 16px 20px;
  background: #f6f7f9;
  /* border-radius: 12px; */
  border-left: 3px solid #d14c4c;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #3f4753;
}

.blog-article__body .blog-article-read-also__label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6b7280;
  flex: 0 0 auto;
}

.blog-article__body .blog-article-read-also__link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #090f17;
  text-decoration: none;
  transition: color .2s ease;
}

.blog-article__body .blog-article-read-also__link:hover {
  color: #d14c4c;
}

.blog-article__body .blog-article-inline-cta {
  margin: 26px 0;
  border-left-color: #c02a2a;
}

.blog-article__body .blog-article-inline-cta .blog-article-inline-cta__btn {
  margin-top: 12px;
}

.blog-article__body figure.left-img {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 40px auto 0;
  padding: 0 15px 15px 0;
  text-align: center;
}

.blog-article__body figure.left-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.blog-article__body figure.left-img figcaption {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}

.blog-article .line {
  width: 100%;
  height: 1px;
  padding-top: 30px;
  border-bottom: 1px solid #dde0ed;
}

.blog-article .tags {
  padding: 30px 0 24px;
}

.blog-article .tags__wrapper {
  display: flex;
  width: 100%;
  gap: 90px;
}

.blog-article .tags__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.blog-article .tags__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  height: 40px;
  padding: 0 30px;
  border: 1px solid #dde0ed;
  border-radius: 27px;
  background: #f0f2fc;
  font-size: 14px;
  font-weight: 400;
  font-family: "SF UI Display";
  white-space: nowrap;
  cursor: pointer;
}

.blog-article .tags__item:hover {
  background: #dde0ed;
}

.blog-article .tags__repost-title {
  white-space: nowrap;
}

.blog-article .tags__repost-socials {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.blog-article .tags__repost-socials svg {
  width: 28px;
}

.blog-article-services {
  padding: 22px 20px;
  border: 1px solid #d9dee6;
  /* border-radius: 14px; */
  background: #f7f8fa;
}

.blog-article__sidebar .blog-article-services {
  position: sticky;
  top: 16px;
}

.blog-article-services__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: #1c1f26;
}

.blog-article-services__subtitle {
  margin: 0 0 20px;
  color: #616b79;
  font-size: 14px;
  line-height: 1.35;
}

.blog-article-services__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-article-services__item:not(:last-child) {
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #e2e6ee;
}

.blog-article-services__link {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  text-decoration: none;
  transition: opacity .2s ease;
}

.blog-article-services__link:hover,
.blog-article-services__link:focus-visible {
  opacity: .86;
}

.blog-article-services__icon {
  margin-top: 2px;
  font-size: 18px;
  line-height: 1;
}

.blog-article-services__content {
  min-width: 0;
}

.blog-article-services__name {
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  opacity: .88;
  transition: text-decoration-color .2s ease, color .2s ease, opacity .2s ease;

}

.blog-article-services__name:hover {
  color: #101010;
  opacity: 1;
  text-decoration-color: currentColor;
}

.blog-article-services__text {
  display: block;
  color: #626a76;
  font-size: 14px;
  line-height: 1.35;
}

.blog-article-services__btn {
  display: flex;
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: .01em;
  justify-content: center;
}

/* ===== Next / Prev articles (class 207) ===== */
.next-articles {
  padding: 60px 0 80px;
  font-family: Montserrat, sans-serif;
}

.next-articles.section_grey {
  background: #f6f7f9;
}

.next__container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.next-articles__wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.next-articles__block {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
}

.next-articles__title {
  margin-bottom: 14px;
  color: #6f6f6f;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 500;
}

.next-articles__right {
  text-align: right;
}

.next-articles__item {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid #d9dee6;
  /* border-radius: 14px; */
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  flex: 1 1 auto;
  height: 100%;
}

.next-articles__item:hover {
  border-color: #bfc6d2;
  box-shadow: 0 4px 16px rgba(16, 24, 40, .06);
}

.next-articles__item-img {
  position: relative;
  min-height: 180px;
  overflow: hidden;
  background: #f4f4f4;
}

.next-articles__item-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.next-articles__item-content {
  display: flex;
  flex-direction: column;
  padding: 18px 20px;
  min-width: 0;
}

.next-articles__item-date {
  display: inline-flex;
  align-self: flex-start;
  padding: 5px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 999px;
  background: #fff;
  color: #333;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
}

.next-articles__item-title {
  margin-top: 12px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  color: #101010;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.next-articles__item-title a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: text-decoration-color .2s ease;
}

.next-articles__item-title a:hover,
.next-articles__item-title a:focus-visible {
  text-decoration-color: currentColor;
}

.next-articles__item-subtitle {
  margin-top: 10px;
  color: #5f6977;
  font-size: 14px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.next-articles__item-link {
  margin-top: auto;
  padding-top: 14px;
  align-self: flex-start;
  font-size: 14px;
  font-weight: 500;
  color: #101010;
  text-decoration: underline;
  text-decoration-color: #d9dee6;
  text-underline-offset: 4px;
  transition: text-decoration-color .2s ease, color .2s ease;
}

.next-articles__item-link:hover,
.next-articles__item-link:focus-visible {
  color: #000;
  text-decoration-color: currentColor;
}

/* ===== Person banner (class 207) ===== */
.person-banner {
  padding: 24px 0 40px;
  font-family: Montserrat, sans-serif;
}

.person__container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.person-banner__wrapper {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(0, auto) minmax(0, auto);
  align-items: center;
  gap: 24px;
  padding: 18px 22px;
  border: 1px solid #d9dee6;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(16, 24, 40, .06);
}

.person-banner__person {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.person-banner_avatar {
  position: relative;
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: #f4f4f4;
}

.person-banner_avatar img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.person-banner__person-info {
  min-width: 0;
}

.person-banner__name {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  color: #101010;
}

.person-banner__name svg {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.person-banner__description {
  margin: 4px 0 0;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 1.2;
}

.person-banner__subtitle {
  color: #5f6977;
  font-size: 14px;
  line-height: 1.45;
  min-width: 0;
}

.person-banner__phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.person-banner__phone-logo {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e6ee;
  border-radius: 50%;
  background: #fff;
}

.person-banner__phone-logo svg {
  width: 14px;
  height: 14px;
}

.person-banner__phone-text {
  color: #101010;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: color .2s ease;
}

.person-banner__phone-text:hover,
.person-banner__phone-text:focus-visible {
  color: #000;
}

.person-banner__btn-block {
  display: flex;
  align-items: center;
}

.person-banner__btn {
  padding: 13px 22px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: .04em;
  white-space: nowrap;
}

@media (max-width: 74.99875em) {
  .person-banner__wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, auto);
    gap: 18px 24px;
  }

  .person-banner__person {
    grid-column: 1 / -1;
  }

  .person-banner__subtitle {
    grid-column: 1 / -1;
  }
}

@media (max-width: 47.99875em) {
  .person-banner {
    padding: 16px 0 32px;
  }

  .person-banner__wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
    border-radius: 12px;
  }

  .person-banner__person,
  .person-banner__subtitle,
  .person-banner__phone,
  .person-banner__btn-block {
    grid-column: 1;
  }

  .person-banner__btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===== /Person banner ===== */

/* ===== Article tags + share (class 207) ===== */
.tags {
  padding: 24px 0 32px;
  font-family: Montserrat, sans-serif;
}

.tags.section_grey {
  background: transparent;
}

.tags__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px 40px;
}

.tags__container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.tags__block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
  flex: 1 1 auto;
}

.tags__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 0 16px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #101010;
  background: #f6f7f9;
  border: 1px solid #d9dee6;
  border-radius: 999px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
  cursor: pointer;
}

.tags__item:hover,
.tags__item:focus-visible {
  background: #eceff3;
  border-color: #c6ccd6;
  color: #000;
}

.tags__repost {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}

.tags__repost-title {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #5f6977;
  white-space: nowrap;
}

.tags__repost-socials {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tags__repost-socials .likely,
.tags__repost-socials .likely.likely-light {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.tags__repost-socials .likely>* {
  margin: 0 !important;
  border-radius: 999px;
}

.tags__repost-socials svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 61.99875em) {
  .tags {
    padding: 20px 0 28px;
  }

  .tags__wrapper {
    flex-direction: column;
    gap: 18px;
  }

  .tags__repost {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 47.99875em) {
  .tags__item {
    height: 32px;
    padding: 0 14px;
    font-size: 12px;
  }
}

/* ===== /Article tags + share ===== */

@media (max-width: 61.99875em) {
  .next-articles {
    padding: 48px 0 56px;
  }

  .next-articles__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .next-articles__right {
    text-align: left;
  }
}

@media (max-width: 47.99875em) {
  .next-articles {
    padding: 36px 0 44px;
  }

  .next-articles__item {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .next-articles__item-img {
    min-height: 180px;
    aspect-ratio: 16 / 9;
  }

  .next-articles__item-content {
    padding: 16px;
  }

  .next-articles__item-title {
    font-size: 16px;
  }
}

/* ===== /Next / Prev articles ===== */

@media (max-width: 61.99875em) {
  .blog-article__layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .blog-article__sidebar .blog-article-services {
    position: static;
    margin-top: 8px;
  }
}

@media (max-width: 47.99875em) {
  .blog-article__meta {
    gap: 10px 14px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .blog-article__meta-date {
    padding: 4px 10px;
  }

  .blog-article__title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.2;
  }

  .blog-article__hero {
    margin-bottom: 24px;
    border-radius: 12px;
  }

  .blog-article__toc {
    margin-bottom: 24px;
    padding: 16px 18px;
    /* border-radius: 12px; */
  }

  .blog-article__toc p {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .blog-article__toc ol {
    padding-left: 20px;
  }

  .blog-article__toc li {
    margin-bottom: 6px;
    padding-left: 4px;
    font-size: 16px;
    line-height: 1.35;
  }

  .blog-article-services {
    padding: 16px;
    /* border-radius: 12px; */
  }

  .blog-article-services__title {
    font-size: 28px;
  }

  .blog-article-services__subtitle {
    font-size: 15px;
  }

  .blog-article-services__item:not(:last-child) {
    margin-bottom: 12px;
    padding-bottom: 12px;
  }

  .blog-article-services__name {
    font-size: 16px;
  }

  .blog-article-services__text {
    font-size: 14px;
  }
}

/* ===== /Blog article ===== */

/* ===== Header redesign ===== */
.header {
  border-bottom: 1px solid #e6e8ec;
}

.header__container {
  padding-top: 0;
}

.header__top {
  padding: 18px 0 14px;
  gap: 24px;
}

.header__actions {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.header__tel {
  margin-right: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #222833;
}

.header__social {
  gap: 8px;
}

.header__social .social__icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border: 1px solid #e2e7ef;
  border-radius: 12px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s ease, border-color .2s ease;
}

.header__social .social__icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  opacity: .9;
  filter: brightness(0) saturate(100%);
}

.header__social .social__icon:hover {
  background-color: #f6f7f9;
  border-color: #d2d9e4;
}

.header__btn.btn {
  background-color: #090f17;
  border-color: #090f17;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  padding: 14px 24px;
  letter-spacing: .02em;
}

.header__btn.btn:hover {
  background-color: transparent;
  color: #090f17;
}

.header__bottom {
  padding: 8px 0 6px;
  border-top: 1px solid #e6e8ec;
  border-bottom: 1px solid #eceff3;
}

.menu__body {
  width: 100%;
}

.menu__list {
  gap: 52px;
  justify-content: flex-start;
}

.menu__item {
  position: relative;
}

.menu__link {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
  letter-spacing: .02em;
  text-transform: none;
  padding: 14px 0 13px;
  margin-bottom: 0;
}

.menu__link.active,
.menu__item.active>.menu__link,
.menu__link[aria-current="page"] {
  color: #222833;
}

.menu__link.active::after,
.menu__item.active>.menu__link::after,
.menu__link[aria-current="page"]::after {
  opacity: 1;
  visibility: visible;
  width: 100%;
  background-color: #d14c4c;
}

.menu__item_sub>.menu__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.menu__item_sub>.menu__link::before {
  display: none;
}

.menu__item_sub>.menu__link::after {
  content: "";
  width: 8px;
  height: 5px;
  opacity: .45;
  visibility: visible;
  position: static;
  transform: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23090f17' stroke-width='1.2' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.menu__submenu {
  list-style: none;
  margin: 0;
  padding: 14px;
  display: none;
}

.menu__subitem {
  position: relative;
}

.menu__submenu-title,
.menu__third-title {
  font-size: 13px;
  line-height: 1.35;
  color: #8a95a5;
  margin-bottom: 8px;
}

.menu__sublink {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
  padding: 10px 12px;
  margin-bottom: 2px;
  border-radius: 6px;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.menu__subitem_sub>.menu__sublink::after {
  content: "";
  width: 8px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M1.5 1.5L6 6L1.5 10.5' stroke='%23526174' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.menu__third {
  list-style: none;
  margin: 0;
  padding: 14px;
  display: none;
}

.menu__third-link {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  letter-spacing: .02em;
  text-transform: none;
  padding: 10px 12px;
  margin-bottom: 2px;
  border-radius: 6px;
  transition: background-color .2s ease, color .2s ease;
}

/* Hard override for legacy menu typography rules */
.menu__submenu .menu__sublink,
.menu__third .menu__third-link {
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: .02em !important;
  color: #000 !important;
}

.menu__submenu-title,
.menu__third-title {
  font-size: 13px !important;
}

.menu__subitem:hover>.menu__sublink,
.menu__third-link:hover,
.menu__subitem_sub._sub-menu-opened>.menu__sublink {
  background-color: #f6f7f9;
}

@media (min-width: 61.99875em) {
  .menu__item_sub>.menu__submenu {
    display: block;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    width: 470px;
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 24px rgba(9, 15, 23, .06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
    z-index: 8;
  }

  .menu__item_sub>.menu__submenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    height: 14px;
  }

  .menu__item_sub:hover>.menu__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__item_sub._desktop-open>.menu__submenu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__subitem_sub>.menu__third {
    display: block;
    position: absolute;
    top: -18px;
    left: calc(100% + 6px);
    width: 470px;
    min-height: calc(100% + 36px);
    border: 1px solid #e6e8ec;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 10px 24px rgba(9, 15, 23, .06);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
  }

  .menu__subitem_sub>.menu__third::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -12px;
    width: 12px;
  }

  .menu__subitem_sub:hover>.menu__third {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .menu__subitem_sub._desktop-open>.menu__third {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

}

@media (max-width: 76.5em) {
  .header__tel {
    font-size: 18px;
  }

  .menu__list {
    gap: 28px;
  }
}

@media (max-width: 61.99875em) {
  .header__container {
    padding-top: 0;
  }

  .header__top {
    gap: 16px;
    padding: 18px 0;
  }

  .header__actions {
    margin-left: 0;
    margin-right: 20px;
  }

  .header__tel span {
    display: none;
  }

  .header__tel img {
    display: block;
  }

  .header__social,
  .header__btn {
    display: none;
  }

  .menu {
    padding-top: 112px;
  }

  .menu__list {
    gap: 22px;
  }

  .menu__item_sub>.menu__link::after {
    width: 14px;
    height: 8px;
  }

  .menu__item_sub._sub-menu-opened>.menu__link::after {
    transform: rotate(180deg);
  }

  .menu__link {
    font-size: 24px;
    line-height: 1.2;
    color: #1f2530;
  }

  .menu__submenu {
    padding: 14px 0 0 18px;
  }

  .menu__sublink {
    font-size: 17px;
    padding: 8px 0;
    margin-bottom: 0;
  }

  .menu__subitem_sub>.menu__sublink::after {
    width: 10px;
    height: 6px;
    transform: rotate(90deg);
  }

  .menu__subitem_sub._sub-menu-opened>.menu__sublink::after {
    transform: rotate(270deg);
  }

  .menu__third {
    padding: 8px 0 8px 18px;
  }

  .menu__third-link {
    font-size: 15px;
    padding: 8px 0;
  }

  .menu__submenu-title,
  .menu__third-title {
    margin-bottom: 6px;
  }
}

/* ===== /Header redesign ===== */

/* ===== Class 193: brand hero ===== */
.main-section_brand {
  position: relative;
  margin-bottom: 90px;
  min-height: 640px;
  background-color: #090f17;
  overflow: hidden;
}

.main-section_brand .main-section__content {
  padding: 140px 0 90px;
}

.main-section_brand .main-section__row {
  align-items: flex-end;
}

.main-section_brand .main-section__left {
  flex: 0 1 58%;
}

.main-section_brand .main-section__right {
  flex: 0 1 34%;
}

.main-section_brand .main-section__title {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.14;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.main-section_brand .main-section__text {
  max-width: 440px;
  color: rgba(255, 255, 255, .9);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 500;
  text-transform: none;
  padding-bottom: 28px;
}

.main-section_brand .main-section__btn.btn {
  background-color: #fff;
  border-color: #fff;
  color: #090f17;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 14px 24px;
}

.main-section_brand .main-section__btn.btn:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.main-section_brand .main-section__video {
  position: absolute;
  inset: 0;
}

.main-section_brand .main-section__video::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(102deg, rgba(9, 15, 23, .86) 0%, rgba(9, 15, 23, .52) 52%, rgba(9, 15, 23, .38) 100%);
}

.main-section_brand .main-section__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 61.99875em) {
  .main-section_brand {
    min-height: 560px;
  }

  .main-section_brand .main-section__content {
    padding: 120px 0 74px;
  }

  .main-section_brand .main-section__title {
    font-size: 42px;
  }

  .main-section_brand .main-section__text {
    font-size: 16px;
    max-width: 480px;
  }
}

@media (max-width: 47.99875em) {
  .main-section_brand {
    min-height: 500px;
    margin-bottom: 120px;
  }

  .main-section_brand .main-section__content {
    padding: 96px 0 56px;
  }

  .main-section_brand .main-section__title {
    font-size: 30px;
    line-height: 1.2;
  }

  .main-section_brand .main-section__text {
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 20px;
  }

  .main-section_brand .main-section__btn.btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===== /Class 193: brand hero ===== */

/* ===== Class 194: advantages brand ===== */
.advantages_brand {
  margin-bottom: 90px;
}

.advantages_brand .advantages__row {
  gap: 20px;
  align-items: stretch;
}

.advantages_brand .advantages__item {
  flex: 1 1 0;
  border: 1px solid #e6e8ec;
  border-radius: 12px;
  background: #fff;
  padding: 26px 24px 24px;
}

.advantages_brand .advantages__item:nth-child(1),
.advantages_brand .advantages__item:nth-child(2),
.advantages_brand .advantages__item:nth-child(3) {
  padding: 26px 24px 24px;
}

.advantages_brand .advantages__item::after {
  display: none !important;
}

.advantages_brand .advantages__num {
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
  color: #090f17;
  padding-bottom: 14px;
}

.advantages_brand .advantages__text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 500;
  color: #3f4753;
  text-transform: none;
}

@media (max-width: 76.5em) {
  .advantages_brand .advantages__num {
    font-size: 46px;
  }

  .advantages_brand .advantages__text {
    font-size: 18px;
  }
}

@media (max-width: 61.99875em) {
  .advantages_brand {
    margin-bottom: 72px;
  }

  .advantages_brand .advantages__row {
    gap: 16px;
  }

  .advantages_brand .advantages__item,
  .advantages_brand .advantages__item:nth-child(1),
  .advantages_brand .advantages__item:nth-child(2),
  .advantages_brand .advantages__item:nth-child(3) {
    padding: 20px 16px;
  }

  .advantages_brand .advantages__num {
    font-size: 38px;
    padding-bottom: 10px;
  }

  .advantages_brand .advantages__text {
    font-size: 16px;
  }
}

@media (max-width: 47.99875em) {
  .main-section_brand {
    margin-bottom: 72px;
  }

  .advantages_brand .advantages__row {
    flex-direction: column;
    gap: 12px;
  }

  .advantages_brand .advantages__item {
    border-radius: 10px;
  }
}

/* ===== /Class 194: advantages brand ===== */

/* ===== Class 203/204: company brand ===== */
.company_brand {
  margin: 0 0 120px;
  background: transparent;
  color: #090f17;
}

.company_brand .company__top {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.company_brand .company__title {
  margin: 0;
  font-size: 44px;
  line-height: 1.1;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.company_brand .company__title span {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}

.company_brand .company__btn.btn,
.company_brand .company__btn.btn_white,
.company_brand .company__btn.btn_arr {
  background-color: #090f17;
  border: 1px solid #090f17;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  padding: 15px 26px;
  gap: 10px;
}

.company_brand .company__btn.btn_arr::before {
  filter: invert(1);
}

.company_brand .company__btn.btn:hover {
  background-color: transparent;
  border-color: #090f17;
  color: #090f17;
}

.company_brand .company__btn.btn_arr:hover::before {
  filter: none;
}

.company_brand .company__row {
  gap: 40px;
  align-items: stretch;
}

.company_brand .company__image {
  flex: 0 0 44%;
  border: 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 380px;
}

.company_brand .company__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.company_brand .company__text {
  flex: 1 1 auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #3f4753;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
}

.company_brand .company__text p {
  margin: 0;
}

.company_brand .company__text p:not(:last-child) {
  padding-bottom: 0;
}

.company_brand .company__btn_mob {
  display: none;
}

@media (max-width: 76.5em) {
  .company_brand .company__title {
    font-size: 36px;
  }

  .company_brand .company__row {
    gap: 32px;
  }

  .company_brand .company__image {
    min-height: 320px;
  }

  .company_brand .company__text {
    font-size: 17px;
  }
}

@media (max-width: 61.99875em) {
  .company_brand {
    margin-bottom: 96px;
  }

  .company_brand .company__top {
    margin-bottom: 36px;
  }

  .company_brand .company__title {
    font-size: 30px;
  }

  .company_brand .company__row {
    flex-direction: column;
    gap: 28px;
  }

  .company_brand .company__image {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding-bottom: 0;
  }

  .company_brand .company__text {
    font-size: 16px;
    line-height: 1.55;
  }
}

@media (max-width: 47.99875em) {
  .company_brand {
    margin-bottom: 72px;
  }

  .company_brand .company__title {
    font-size: 26px;
  }

  .company_brand .company__top {
    margin-bottom: 24px;
  }

  .company_brand .company__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .company_brand .company__btn {
    display: none;
  }

  .company_brand .company__btn_mob {
    display: inline-flex;
    margin-top: 28px;
    background-color: #090f17;
    border-color: #090f17;
    color: #fff;
    width: 100%;
    justify-content: center;
    font-size: 14px;
    padding: 14px 20px;
  }

  .company_brand .company__btn_mob.btn_arr::before {
    filter: invert(1);
  }

  .company_brand .company__btn_mob:hover {
    background-color: transparent;
    color: #090f17;
  }

  .company_brand .company__btn_mob:hover.btn_arr::before {
    filter: none;
  }

  .company_brand .company__image {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    padding-bottom: 0;
  }
}

/* ===== /Class 203/204: company brand ===== */

/* ===== Class 205/206: clients reviews brand ===== */
.clients_brand {
  margin-bottom: 120px;
  color: #090f17;
}

.clients_brand .clients__title.title {
  margin-bottom: 56px;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.clients_brand .clients__body {
  padding: 0;
  background: none;
}

.clients_brand .clients__img {
  display: none !important;
}

.clients_brand .clients__reviews {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
}

.clients_brand .clients__review.review {
  position: relative;
  padding: 36px 28px 32px;
  background: #f6f7f9;
  border: 0;
  border-radius: 16px;
  backdrop-filter: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.clients_brand .clients__review.review::before {
  content: "\201C";
  position: absolute;
  top: 14px;
  right: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 84px;
  line-height: 1;
  color: rgba(9, 15, 23, .08);
  pointer-events: none;
}

.clients_brand .clients__review.review:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px -20px rgba(9, 15, 23, .25);
}

.clients_brand .review__top {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 4px;
  margin: 0;
}

.clients_brand .review__avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  background: #090f17;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  overflow: hidden;
}

.clients_brand .review__avatar img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .85;
}

.clients_brand .review__name {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #090f17;
  text-transform: none;
}

.clients_brand .review__name span {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  color: #6b7280;
  padding-top: 2px;
  text-shadow: none;
}

.clients_brand .review__text {
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  color: #3f4753;
}

.clients_brand .review__text p {
  margin: 0;
}

.clients_brand .review__text p:not(:last-child) {
  padding-bottom: 12px;
}

@media (max-width: 76.5em) {
  .clients_brand .clients__title.title {
    font-size: 34px;
    margin-bottom: 44px;
  }

  .clients_brand .clients__reviews {
    gap: 20px;
  }

  .clients_brand .clients__review.review {
    padding: 30px 24px 28px;
  }
}

@media (max-width: 61.99875em) {
  .clients_brand {
    margin-bottom: 96px;
  }

  .clients_brand .clients__title.title {
    font-size: 28px;
    margin-bottom: 36px;
  }

  .clients_brand .clients__reviews {
    display: flex;
    flex-direction: column;
    max-width: 560px;
    margin: 0 auto;
    gap: 16px;
  }
}

@media (max-width: 47.99875em) {
  .clients_brand {
    margin-bottom: 72px;
  }

  .clients_brand .clients__title.title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .clients_brand .clients__review.review {
    padding: 26px 20px 24px;
    border-radius: 14px;
  }

  .clients_brand .clients__review.review::before {
    font-size: 68px;
    top: 10px;
    right: 18px;
  }

  .clients_brand .review__avatar {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }

  .clients_brand .review__name {
    font-size: 16px;
  }

  .clients_brand .review__text {
    font-size: 15px;
    line-height: 1.5;
  }
}

/* ===== /Class 205/206: clients reviews brand ===== */

/* ===== Class 209: service hero brand ===== */
.main-section_service {
  position: relative;
  padding: 120px 0 96px;
  background-color: #090f17;
  overflow: hidden;
}

.main-section_service .main-section__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.main-section_service .main-section__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(9, 15, 23, .78) 0%, rgba(9, 15, 23, .58) 50%, rgba(9, 15, 23, .5) 100%);
  pointer-events: none;
}

.main-section_service .main-section__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-section_service .main-section__content {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.main-section_service .main-section__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 56px;
}

.main-section_service .main-section__left {
  flex: 1 1 55%;
  max-width: 600px;
}

.main-section_service .main-section__right {
  flex: 0 0 420px;
  max-width: 420px;
}

.main-section_service .main-section__title {
  font-size: 44px;
  line-height: 1.1;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .005em;
  padding-bottom: 24px;
  margin: 0;
}

.main-section_service .main-section__title::after {
  display: none;
}

.main-section_service .main-section__text {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: rgba(255, 255, 255, .88);
  text-transform: none;
  letter-spacing: 0;
  max-width: 520px;
  padding-bottom: 0;
}

.main-section_service .main-section__text p {
  margin: 0;
}

.main-section_service .main-section__text p:not(:last-child) {
  padding-bottom: 14px;
}

.main-section_service .main-section__form.form {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 16px;
  padding: 28px 24px;
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 18px 50px -24px rgba(0, 0, 0, .55);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.main-section_service .form__input {
  margin: 0;
}

.main-section_service .form__input .input {
  width: 100%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 10px;
  padding: 13px 16px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  text-transform: none;
  letter-spacing: 0;
  font-family: inherit;
  transition: border-color .2s ease, background-color .2s ease;
}

.main-section_service .form__input .input::placeholder {
  color: rgba(255, 255, 255, .78);
  font-weight: 500;
  text-transform: none;
}

.main-section_service .form__input .input:hover {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .45);
}

.main-section_service .form__input .input:focus,
.main-section_service .form__input .input:focus-visible {
  background: rgba(255, 255, 255, .22);
  border-color: #fff;
  outline: none !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, .15) !important;
}

.main-section_service .form__btn.btn {
  width: 100%;
  margin-top: 6px;
  background: #fff;
  border: 1px solid #fff;
  color: #090f17;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 10px;
  justify-content: center;
}

.main-section_service .form__btn.btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.main-section_service .how-calc__chk {
  margin-top: 2px;
}

.main-section_service .how-calc__privacy-text,
.main-section_service .how-calc__privacy-text.policy-white {
  color: rgba(255, 255, 255, .7);
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  font-family: inherit;
}

.main-section_service .how-calc__privacy-text a,
.main-section_service .how-calc__privacy-text.policy-white a {
  color: #fff;
  text-decoration: underline;
}

.main-section_service .how-calc__privacy-text a:hover,
.main-section_service .how-calc__privacy-text.policy-white a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 76.5em) {
  .main-section_service {
    padding: 104px 0 80px;
  }

  .main-section_service .main-section__row {
    gap: 40px;
  }

  .main-section_service .main-section__title {
    font-size: 36px;
  }

  .main-section_service .main-section__right {
    flex: 0 0 380px;
    max-width: 380px;
  }

  .main-section_service .main-section__form.form {
    padding: 28px 24px;
  }
}

@media (max-width: 61.99875em) {
  .main-section_service {
    padding: 72px 0 56px;
    margin-bottom: 0;
    min-height: 0;
  }

  .main-section_service .main-section__image::after {
    background: linear-gradient(180deg, rgba(9, 15, 23, .65) 0%, rgba(9, 15, 23, .8) 100%);
  }

  .main-section_service .main-section__row {
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
  }

  .main-section_service .main-section__left,
  .main-section_service .main-section__right {
    flex: 1 1 auto;
    max-width: 100%;
  }

  .main-section_service .main-section__title {
    font-size: 30px;
    padding-bottom: 18px;
  }

  .main-section_service .main-section__text {
    font-size: 15px;
  }
}

@media (max-width: 47.99875em) {
  .main-section_service {
    padding: 56px 0 40px;
    min-height: 0;
    margin-bottom: 0;
  }

  .main-section_service .main-section__title {
    font-size: 24px;
    line-height: 1.15;
  }

  .main-section_service .main-section__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .main-section_service .main-section__form.form {
    padding: 22px 18px;
    border-radius: 14px;
  }

  .main-section_service .form__input .input {
    font-size: 14px;
    padding: 12px 14px;
  }

  .main-section_service .form__btn.btn {
    font-size: 13px;
    padding: 14px 18px;
  }
}

/* ===== /Class 209: service hero brand ===== */

/* ===== Class 210: service includes brand ===== */
.services_brand {
  margin-bottom: 120px;
}

.services_brand .services__top {
  margin-bottom: 40px;
  gap: 32px;
}

.services_brand .services__title.title {
  margin: 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.services_brand .services__item,
.services_brand .services__item_rev,
.services_brand .services__item:nth-child(odd) {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.services_brand .services__item:not(:last-child) {
  margin-bottom: 24px;
}

.services_brand .services__content {
  flex: 1 1 auto;
  padding: 28px 30px;
  border: 0;
  background: #f6f7f9;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services_brand .services__text,
.services_brand .services__item_rev .services__text {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #3f4753;
  text-transform: none;
  letter-spacing: 0;
}

.services_brand .services__text p {
  margin: 0;
}

.services_brand .services__text p:not(:last-child),
.services_brand .services__item_rev .services__text p:not(:last-child) {
  padding-bottom: 14px;
}

.services_brand .services__text strong,
.services_brand .services__text b {
  font-weight: 600;
  color: #090f17;
}

.services_brand .services__text a {
  color: #090f17;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s ease;
}

.services_brand .services__text a:hover {
  color: #3f4753;
  text-decoration: none;
}

.services_brand .services__text ul,
.services_brand .services__text ol {
  margin: 0 0 14px;
  padding: 0 0 0 22px;
}

.services_brand .services__text li:not(:last-child) {
  margin-bottom: 8px;
}

.services_brand .services__image {
  flex: 0 0 42%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 320px;
}

.services_brand .services__image img,
.services_brand .services__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 76.5em) {
  .services_brand .services__title.title {
    font-size: 30px;
  }

  .services_brand .services__item,
  .services_brand .services__item_rev,
  .services_brand .services__item:nth-child(odd) {
    gap: 24px;
  }

  .services_brand .services__content {
    padding: 24px 24px;
  }

  .services_brand .services__image {
    min-height: 280px;
    flex-basis: 38%;
  }
}

@media (max-width: 61.99875em) {
  .services_brand {
    margin-bottom: 96px;
  }

  .services_brand .services__top {
    margin-bottom: 32px;
  }

  .services_brand .services__title.title {
    font-size: 26px;
  }

  .services_brand .services__item,
  .services_brand .services__item_rev,
  .services_brand .services__item:nth-child(odd) {
    flex-direction: column;
    gap: 16px;
  }

  .services_brand .services__content {
    padding: 22px 20px;
  }

  .services_brand .services__text,
  .services_brand .services__item_rev .services__text {
    font-size: 15px;
    line-height: 1.55;
  }

  .services_brand .services__image {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 47.99875em) {
  .services_brand {
    margin-bottom: 72px;
  }

  .services_brand .services__title.title {
    font-size: 22px;
  }

  .services_brand .services__content {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .services_brand .services__text,
  .services_brand .services__item_rev .services__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .services_brand .services__text p:not(:last-child),
  .services_brand .services__item_rev .services__text p:not(:last-child) {
    padding-bottom: 12px;
  }

  .services_brand .services__image {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }
}

/* ===== /Class 210: service includes brand ===== */

/* ===== Class 211: why brand ===== */
.why_brand {
  margin-bottom: 120px;
}

.why_brand .why__title.title {
  margin: 0;
  padding-bottom: 48px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.why_brand .why__title.title span {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.why_brand .why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: stretch;
}

.why_brand .why__item,
.why_brand .why__item:nth-child(even) {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-start;
  height: 100%;
}

.why_brand .why__item:nth-child(even) {
  flex-direction: column-reverse;
}

.why_brand .why__image {
  flex: 0 0 300px;
  height: 300px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.why_brand .why__image img,
.why_brand .why__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why_brand .why__content {
  flex: 1 1 auto;
  padding: 24px 22px;
  border: 0;
  background: #f6f7f9;
  border-radius: 16px;
  min-height: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.why_brand .why__subtitle.title,
.why_brand .why_we .why__subtitle,
.why_brand .why__subtitle {
  margin: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.why_brand .why__text,
.why_brand .why_we .why__text {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #3f4753;
  text-transform: none;
  letter-spacing: 0;
}

.why_brand .why__text p {
  margin: 0;
}

.why_brand .why__text p:not(:last-child) {
  padding-bottom: 10px;
}

.why_brand .why__text strong,
.why_brand .why__text b {
  font-weight: 600;
  color: #090f17;
}

.why_brand .why__text ul,
.why_brand .why__text ol {
  margin: 0;
  padding: 0 0 0 20px;
}

.why_brand .why__text li:not(:last-child) {
  margin-bottom: 6px;
}

@media (max-width: 76.5em) {
  .why_brand .why__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .why_brand .why__title.title {
    font-size: 30px;
    padding-bottom: 36px;
  }

  .why_brand .why__image {
    flex: 0 0 260px;
    height: 260px;
  }
}

@media (max-width: 61.99875em) {
  .why_brand {
    margin-bottom: 96px;
  }

  .why_brand .why__title.title {
    font-size: 26px;
    padding-bottom: 28px;
  }

  .why_brand .why__grid,
  .why_brand .why__grid_pc {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .why_brand .why__item,
  .why_brand .why__item:nth-child(even) {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 0;
  }

  .why_brand .why__item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .why_brand .why__image {
    height: auto;
    aspect-ratio: 4 / 3;
    flex: 0 0 auto;
  }

  .why_brand .why__content {
    padding: 20px 18px;
    flex: 1 1 auto;
  }

  .why_brand .why__subtitle.title,
  .why_brand .why_we .why__subtitle,
  .why_brand .why__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 47.99875em) {
  .why_brand {
    margin-bottom: 72px;
  }

  .why_brand .why__title.title {
    font-size: 22px;
    padding-bottom: 24px;
  }

  .why_brand .why__grid,
  .why_brand .why__grid_pc {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .why_brand .why__item,
  .why_brand .why__item:nth-child(even) {
    flex-direction: column;
    gap: 14px;
  }

  .why_brand .why__image {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }

  .why_brand .why__content {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .why_brand .why__subtitle.title,
  .why_brand .why_we .why__subtitle,
  .why_brand .why__subtitle {
    font-size: 15px;
  }

  .why_brand .why__text,
  .why_brand .why_we .why__text {
    font-size: 14px;
  }
}

/* ===== /Class 211: why brand ===== */

/* ===== Class 212: how we work steps brand ===== */
.services_steps_brand {
  margin-bottom: 120px;
}

.services_steps_brand .services__top {
  margin-bottom: 40px;
  gap: 32px;
}

.services_steps_brand .services__title.title {
  margin: 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.services_steps_brand .services__title.title span {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.services_steps_brand .services__item,
.services_steps_brand .services__item:nth-child(odd) {
  display: flex;
  gap: 32px;
  align-items: stretch;
}

.services_steps_brand .services__item:not(:last-child) {
  margin-bottom: 24px;
}

.services_steps_brand .services__item:nth-child(odd) {
  flex-direction: row-reverse;
}

.services_steps_brand .services__content {
  flex: 1 1 auto;
  padding: 28px 30px;
  border: 0;
  background: #f6f7f9;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.services_steps_brand .services__subtitle.title,
.services_steps_brand .services__subtitle {
  margin: 0;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .015em;
}

.services_steps_brand .services__text,
.services_serv.services_steps_brand .services__text {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #3f4753;
  text-transform: none;
  letter-spacing: 0;
}

.services_steps_brand .services__text p {
  margin: 0;
}

.services_steps_brand .services__text p:not(:last-child) {
  padding-bottom: 12px;
}

.services_steps_brand .services__text strong,
.services_steps_brand .services__text b {
  font-weight: 600;
  color: #090f17;
}

.services_steps_brand .services__text ul,
.services_steps_brand .services__text ol {
  margin: 0;
  padding: 0 0 0 22px;
}

.services_steps_brand .services__text li:not(:last-child) {
  margin-bottom: 6px;
}

.services_steps_brand .services__text a {
  color: #090f17;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s ease;
}

.services_steps_brand .services__text a:hover {
  color: #3f4753;
  text-decoration: none;
}

.services_steps_brand .services__image {
  flex: 0 0 38%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 260px;
}

.services_steps_brand .services__image img,
.services_steps_brand .services__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 76.5em) {
  .services_steps_brand .services__title.title {
    font-size: 30px;
  }

  .services_steps_brand .services__item,
  .services_steps_brand .services__item:nth-child(odd) {
    gap: 24px;
  }

  .services_steps_brand .services__content {
    padding: 24px 24px;
  }

  .services_steps_brand .services__image {
    min-height: 240px;
    flex-basis: 36%;
  }

  .services_steps_brand .services__subtitle.title,
  .services_steps_brand .services__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 61.99875em) {
  .services_steps_brand {
    margin-bottom: 96px;
  }

  .services_steps_brand .services__top {
    margin-bottom: 32px;
  }

  .services_steps_brand .services__title.title {
    font-size: 26px;
  }

  .services_steps_brand .services__item,
  .services_steps_brand .services__item:nth-child(odd) {
    flex-direction: column;
    gap: 16px;
  }

  .services_steps_brand .services__content {
    padding: 22px 20px;
  }

  .services_steps_brand .services__text,
  .services_serv.services_steps_brand .services__text {
    font-size: 15px;
    line-height: 1.55;
  }

  .services_steps_brand .services__image {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 47.99875em) {
  .services_steps_brand {
    margin-bottom: 72px;
  }

  .services_steps_brand .services__title.title {
    font-size: 22px;
  }

  .services_steps_brand .services__content {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .services_steps_brand .services__subtitle.title,
  .services_steps_brand .services__subtitle {
    font-size: 16px;
  }

  .services_steps_brand .services__text,
  .services_serv.services_steps_brand .services__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .services_steps_brand .services__text p:not(:last-child) {
    padding-bottom: 10px;
  }

  .services_steps_brand .services__image {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }
}

/* ===== /Class 212: how we work steps brand ===== */

/* ===== Class 197/213: all services brand ===== */
.all_services_brand {
  margin-bottom: 120px;
  padding-top: 80px;
}

.all_services_brand .all-services__title.title {
  margin: 0 0 40px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.all_services_brand .all-services__row {
  display: flex;
  gap: 48px;
  align-items: stretch;
}

.all_services_brand .all-services__image {
  flex: 0 0 38%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 380px;
}

.all_services_brand .all-services__image img,
.all_services_brand .all-services__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.all_services_brand .all-services__list {
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(9, 15, 23, .1);
}

.all_services_brand .all-services__btn_mob.btn {
  display: none;
}

.all_services_brand .all-services__item {
  margin: 0;
  padding: 0;
}

.all_services_brand .all-services__item:not(:last-child) {
  margin-bottom: 0;
}

.all_services_brand .all-services__link.service-arr {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  padding: 18px 4px;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: .02em;
  color: #090f17;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(9, 15, 23, .1);
  transition: color .25s ease;
}

.all_services_brand .all-services__link.service-arr::before {
  display: none;
}

.all_services_brand .all-services__link.service-arr::after {
  content: "";
  position: static;
  bottom: auto;
  left: auto;
  display: inline-block;
  width: 0;
  height: 14px;
  flex: 0 0 auto;
  margin: 0;
  background: url(../img/icons/arr.svg) left center / 22px 14px no-repeat;
  background-color: transparent;
  opacity: 0;
  visibility: visible;
  transform: translateX(0);
  overflow: hidden;
  transition: width .3s ease, margin-left .3s ease, opacity .25s ease;
}

.all_services_brand .all-services__link.service-arr:hover {
  color: #090f17;
}

.all_services_brand .all-services__link.service-arr:hover::after {
  width: 22px;
  margin-left: 14px;
  opacity: 1;
}

@media (max-width: 76.5em) {
  .all_services_brand .all-services__title.title {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .all_services_brand .all-services__row {
    gap: 32px;
  }

  .all_services_brand .all-services__image {
    flex-basis: 36%;
    min-height: 340px;
  }

  .all_services_brand .all-services__link.service-arr {
    font-size: 16px;
    padding: 16px 4px;
  }
}

@media (max-width: 61.99875em) {
  .all_services_brand {
    margin-bottom: 96px;
    padding-top: 56px;
  }

  .all_services_brand .all-services__title.title {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .all_services_brand .all-services__row {
    flex-direction: column-reverse;
    gap: 28px;
    align-items: stretch;
  }

  .all_services_brand .all-services__image {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    padding-bottom: 0;
  }

  .all_services_brand .all-services__link.service-arr {
    font-size: 15px;
    padding: 15px 4px;
  }
}

@media (max-width: 47.99875em) {
  .all_services_brand {
    margin-bottom: 72px;
    padding-top: 36px;
  }

  .all_services_brand .all-services__title.title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .all_services_brand .all-services__image {
    display: none;
  }

  .all_services_brand .all-services__btn_mob.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 28px;
    background: #090f17;
    border: 1px solid #090f17;
    border-radius: 10px;
    padding: 14px 22px;
    gap: 12px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  }

  .all_services_brand .all-services__btn_mob.btn_arr::before {
    filter: invert(1);
  }

  .all_services_brand .all-services__btn_mob.btn:hover {
    background: transparent;
    color: #090f17;
    border-color: #090f17;
  }

  .all_services_brand .all-services__btn_mob.btn_arr:hover::before {
    filter: none;
  }

  .all_services_brand .all-services__link.service-arr {
    font-size: 14px;
    padding: 14px 2px;
    gap: 12px;
  }

  .all_services_brand .all-services__link.service-arr::after {
    height: 12px;
    background-size: 18px 12px;
  }

  .all_services_brand .all-services__link.service-arr:hover::after {
    width: 18px;
    margin-left: 10px;
  }
}

/* ===== /Class 197/213: all services brand ===== */

/* ===== Class 201: projects brand ===== */
.projects_brand {
  margin-bottom: 120px;
}

.projects_brand .projects__title.title {
  margin: 0 0 48px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.projects_brand .projects__title.title span {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.projects_brand .projects__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.projects_brand .projects__item.card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.projects_brand .card__image {
  display: block;
  padding-bottom: 0;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
  background: #f6f7f9;
}

.projects_brand .card__image .card__img,
.projects_brand .card__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.projects_brand .card__image:hover .card__img {
  transform: scale(1.04);
}

.projects_brand .card__title.title,
.projects_brand .card__title.title.title_small,
.projects_brand .card__title {
  display: block;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .015em;
  text-decoration: none;
  transition: color .2s ease;
}

.projects_brand .card__title:hover {
  color: #3f4753;
}

.projects_brand .card__text {
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #3f4753;
  text-transform: none;
  letter-spacing: 0;
}

.projects_brand .card__text p {
  margin: 0;
}

.projects_brand .card__text p:not(:last-child) {
  padding-bottom: 8px;
}

@media (max-width: 76.5em) {
  .projects_brand .projects__title.title {
    font-size: 30px;
    margin-bottom: 36px;
  }

  .projects_brand .projects__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .projects_brand .card__title,
  .projects_brand .card__title.title.title_small {
    font-size: 16px;
  }
}

@media (max-width: 61.99875em) {
  .projects_brand {
    margin-bottom: 96px;
  }

  .projects_brand .projects__title.title {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .projects_brand .projects__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 47.99875em) {
  .projects_brand {
    margin-bottom: 72px;
  }

  .projects_brand .projects__title.title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .projects_brand .projects__items {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .projects_brand .card__image {
    border-radius: 14px;
    aspect-ratio: 16 / 10;
  }

  .projects_brand .card__title,
  .projects_brand .card__title.title.title_small {
    font-size: 15px;
  }

  .projects_brand .card__text {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* ===== /Class 201: projects brand ===== */

/* ===== Class 200: trust (clients logos) brand ===== */
.trust_brand {
  margin-bottom: 120px;
}

.trust_brand .trust__title.title {
  margin: 0 0 48px;
  padding: 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.trust_brand .trust__items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.trust_brand .trust__item {
  background: #f6f7f9;
  border-radius: 14px;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  transition: background-color .25s ease, transform .25s ease;
}

.trust_brand .trust__item:hover {
  background: #eef0f3;
  transform: translateY(-2px);
}

.trust_brand .trust__item img {
  max-width: 100%;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: .75;
  transition: filter .3s ease, opacity .3s ease;
}

.trust_brand .trust__item:hover img,
.trust_brand .trust__item img:hover {
  filter: grayscale(0);
  opacity: 1;
}

.trust_brand .trust__more-btn {
  display: none;
}

@media (max-width: 76.5em) {
  .trust_brand .trust__title.title {
    font-size: 30px;
    margin-bottom: 36px;
  }

  .trust_brand .trust__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
  }

  .trust_brand .trust__item {
    min-height: 110px;
    padding: 20px 16px;
  }

  .trust_brand .trust__item img {
    max-height: 56px;
  }
}

@media (max-width: 61.99875em) {
  .trust_brand {
    margin-bottom: 96px;
  }

  .trust_brand .trust__title.title {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .trust_brand .trust__items {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .trust_brand .trust__item {
    min-height: 96px;
    padding: 18px 14px;
    border-radius: 12px;
  }

  .trust_brand .trust__item img {
    max-height: 48px;
  }
}

@media (max-width: 47.99875em) {
  .trust_brand {
    margin-bottom: 72px;
  }

  .trust_brand .trust__title.title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .trust_brand .trust__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .trust_brand .trust__item {
    min-height: 84px;
    padding: 16px 12px;
    border-radius: 10px;
  }

  .trust_brand .trust__item img {
    max-height: 44px;
  }

  .trust_brand .trust__item:nth-child(n+7) {
    display: none;
  }

  .trust_brand.is-expanded .trust__item:nth-child(n+7) {
    display: flex;
  }

  .trust_brand .trust__more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 16px;
    padding: 13px 22px;
    background: transparent;
    border: 1px solid #090f17;
    border-radius: 10px;
    cursor: pointer;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .04em;
    color: #090f17;
    text-transform: uppercase;
    transition: background-color .25s ease, color .25s ease;
  }

  .trust_brand .trust__more-btn::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../img/icons/arr.svg) center/contain no-repeat;
    transform: rotate(90deg);
    transition: transform .3s ease;
    opacity: .8;
  }

  .trust_brand .trust__more-btn:hover {
    background: #090f17;
    color: #fff;
  }

  .trust_brand .trust__more-btn:hover::after {
    filter: invert(1);
    opacity: 1;
  }

  .trust_brand.is-expanded .trust__more-btn::after {
    transform: rotate(-90deg);
  }
}

/* ===== /Class 200: trust (clients logos) brand ===== */

/* ===== Class 215: question (FAQ) brand ===== */
.question_brand {
  margin-bottom: 120px;
}

.question_brand .question__title.title {
  margin: 0 0 40px;
  padding: 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.question_brand .question__spollers.spollers {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.question_brand .spollers__item {
  margin: 0;
  border: 0;
  background: #f6f7f9;
  border-radius: 14px;
  overflow: hidden;
  transition: background-color .25s ease;
}

.question_brand .spollers__item:not(:last-child) {
  margin-bottom: 0;
}

.question_brand .spollers__item:hover {
  background: #eef0f3;
}

.question_brand .spollers__item.active {
  background: #eef0f3;
}

.question_brand .spollers__button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 22px 64px 22px 26px;
  text-align: left;
  background: transparent;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: .015em;
  color: #090f17;
  text-transform: uppercase;
  transition: color .2s ease;
}

.question_brand .spollers__button span {
  display: inline-block;
  padding: 0;
}

.question_brand .spollers__button::before,
.question_brand .spollers__button::after {
  content: "";
  position: absolute;
  right: 26px;
  top: 50%;
  background: #090f17;
  border-radius: 2px;
  transform: none;
  transition: transform .3s ease, opacity .3s ease;
}

.question_brand .spollers__button::before {
  width: 16px;
  height: 2px;
  margin-top: -1px;
}

.question_brand .spollers__button::after {
  width: 2px;
  height: 16px;
  right: 33px;
  margin-top: -8px;
}

.question_brand .spollers__item.active .spollers__button::after {
  transform: rotate(90deg);
  opacity: 0;
}

.question_brand .spollers__body {
  padding: 0 26px 22px;
  border-top: 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 400;
  color: #3f4753;
  text-transform: none;
  letter-spacing: 0;
}

.question_brand .spollers__body p {
  margin: 0;
}

.question_brand .spollers__body p:not(:last-child) {
  padding-bottom: 12px;
}

.question_brand .spollers__body strong,
.question_brand .spollers__body b {
  font-weight: 600;
  color: #090f17;
}

.question_brand .spollers__body a {
  color: #090f17;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.question_brand .spollers__body a:hover {
  text-decoration: none;
}

.question_brand .spollers__body ul,
.question_brand .spollers__body ol {
  margin: 0;
  padding: 0 0 0 22px;
}

.question_brand .spollers__body li:not(:last-child) {
  margin-bottom: 6px;
}

@media (max-width: 76.5em) {
  .question_brand .question__title.title {
    font-size: 30px;
    margin-bottom: 32px;
  }

  .question_brand .spollers__button {
    font-size: 15px;
    padding: 20px 60px 20px 22px;
  }

  .question_brand .spollers__body {
    padding: 0 22px 20px;
  }
}

@media (max-width: 61.99875em) {
  .question_brand {
    margin-bottom: 96px;
  }

  .question_brand .question__title.title {
    font-size: 26px;
    margin-bottom: 28px;
  }

  .question_brand .spollers__button {
    font-size: 14px;
    padding: 18px 52px 18px 20px;
  }

  .question_brand .spollers__button::before,
  .question_brand .spollers__button::after {
    right: 22px;
  }

  .question_brand .spollers__button::after {
    right: 29px;
  }

  .question_brand .spollers__body {
    padding: 0 20px 18px;
    font-size: 14px;
  }
}

@media (max-width: 47.99875em) {
  .question_brand {
    margin-bottom: 72px;
  }

  .question_brand .question__title.title {
    font-size: 22px;
    margin-bottom: 24px;
  }

  .question_brand .spollers__item {
    border-radius: 12px;
  }

  .question_brand .spollers__button {
    font-size: 13px;
    padding: 16px 48px 16px 18px;
    line-height: 1.45;
  }

  .question_brand .spollers__button::before,
  .question_brand .spollers__button::after {
    right: 18px;
  }

  .question_brand .spollers__button::after {
    right: 25px;
  }

  .question_brand .spollers__button::before {
    width: 14px;
  }

  .question_brand .spollers__button::after {
    height: 14px;
    margin-top: -7px;
  }

  .question_brand .spollers__body {
    padding: 0 18px 16px;
    font-size: 13px;
    line-height: 1.55;
  }
}

/* ===== /Class 215: question (FAQ) brand ===== */

/* ===== Class 207/208: blog brand ===== */
.blog_brand {
  margin-bottom: 120px;
}

.blog_brand .blog__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}

.blog_brand .blog__title.title {
  margin: 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.blog_brand .blog__title.title span {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.blog_brand .blog__btn.btn,
.blog_brand .blog__btn.btn_white,
.blog_brand .blog__btn.btn_arr {
  background-color: #090f17;
  border: 1px solid #090f17;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 14px 22px;
  gap: 10px;
  border-radius: 10px;
}

.blog_brand .blog__btn.btn_arr::before {
  filter: invert(1);
}

.blog_brand .blog__btn.btn:hover {
  background-color: transparent;
  border-color: #090f17;
  color: #090f17;
}

.blog_brand .blog__btn.btn_arr:hover::before {
  filter: none;
}

.blog_brand .blog__slider {
  margin: 0 -14px;
}

.blog_brand .blog__slide {
  padding: 0 14px;
  height: auto;
}

.blog_brand .blog__card.card-blog {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: transparent;
  border-radius: 0;
}

.blog_brand .card-blog__image {
  position: relative;
  display: block;
  margin: 0 0 18px;
  padding-bottom: 0;
  aspect-ratio: 16 / 10;
  border-radius: 16px;
  overflow: hidden;
  background: #f6f7f9;
}

.blog_brand .card-blog__image .card-blog__img,
.blog_brand .card-blog__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.blog_brand .card-blog__image:hover .card-blog__img {
  transform: scale(1.04);
}

.blog_brand .card-blog__date {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
  color: #6b7280;
  letter-spacing: .02em;
  text-transform: none;
}

.blog_brand .card-blog__title,
.blog_brand .card-blog__title.blog-listing-card__title {
  margin: 0 0 12px;
  padding: 0;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.blog_brand .card-blog__title a {
  color: #090f17;
  text-decoration: none;
  transition: color .2s ease;
}

.blog_brand .card-blog__title a:hover,
.blog_brand .card-blog__title a:focus-visible {
  color: #3f4753;
  text-decoration: none;
}

.blog_brand .card-blog__text {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 400;
  color: #3f4753;
  text-transform: none;
  letter-spacing: 0;
  flex: 1 1 auto;
}

.blog_brand .card-blog__btn.btn {
  align-self: flex-start;
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #090f17;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: gap .25s ease, color .2s ease;
}

.blog_brand .card-blog__btn.btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(../img/icons/arr.svg) center/contain no-repeat;
  opacity: .6;
  transition: transform .3s ease, opacity .3s ease;
}

.blog_brand .card-blog__btn.btn:hover {
  background: transparent;
  border: 0;
  color: #3f4753;
  gap: 14px;
}

.blog_brand .card-blog__btn.btn:hover::after {
  transform: translateX(4px);
  opacity: 1;
}

.blog_brand .blog__btn-wrap {
  text-align: center;
  margin-top: 32px;
}

.blog_brand .blog__btn_mob.btn,
.blog_brand .blog__btn_mob.btn_white,
.blog_brand .blog__btn_mob.btn_arr {
  background-color: #090f17;
  border-color: #090f17;
  color: #fff;
}

.blog_brand .blog__btn_mob.btn_arr::before {
  filter: invert(1);
}

.blog_brand .blog__btn_mob.btn:hover {
  background-color: transparent;
  border-color: #090f17;
  color: #090f17;
}

.blog_brand .blog__btn_mob.btn_arr:hover::before {
  filter: none;
}

.blog_brand .blog__slider .slick-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 36px;
  padding: 0;
  list-style: none;
}

.blog_brand .blog__slider .slick-dots li {
  margin: 0;
  display: flex;
}

.blog_brand .blog__slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  background-color: #cfd3da;
  transition: background-color .25s ease, transform .25s ease;
  border-radius: 50%;
  cursor: pointer;
}

.blog_brand .blog__slider .slick-dots li button:hover {
  background-color: #6b7280;
}

.blog_brand .blog__slider .slick-dots li.slick-active button {
  background-color: #090f17;
  transform: scale(1.15);
}

@media (max-width: 76.5em) {
  .blog_brand .blog__title.title {
    font-size: 30px;
  }

  .blog_brand .card-blog__title,
  .blog_brand .card-blog__title.blog-listing-card__title {
    font-size: 16px;
  }
}

@media (max-width: 61.99875em) {
  .blog_brand {
    margin-bottom: 96px;
  }

  .blog_brand .blog__top {
    margin-bottom: 32px;
  }

  .blog_brand .blog__title.title {
    font-size: 26px;
  }

  .blog_brand .blog__btn {
    display: none;
  }

  .blog_brand .blog__btn_mob {
    display: inline-flex;
  }

  .blog_brand .blog__slider {
    margin: 0 -10px;
  }

  .blog_brand .blog__slide {
    padding: 0 10px;
  }
}

@media (max-width: 47.99875em) {
  .blog_brand {
    margin-bottom: 72px;
  }

  .blog_brand .blog__top {
    margin-bottom: 24px;
  }

  .blog_brand .blog__title.title {
    font-size: 22px;
  }

  .blog_brand .card-blog__image {
    margin-bottom: 14px;
    border-radius: 14px;
    aspect-ratio: 16 / 10;
  }

  .blog_brand .card-blog__date {
    font-size: 12px;
  }

  .blog_brand .card-blog__title,
  .blog_brand .card-blog__title.blog-listing-card__title {
    font-size: 15px;
  }

  .blog_brand .card-blog__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .blog_brand .blog__btn_mob.btn {
    width: 100%;
    justify-content: center;
  }
}

/* ===== /Class 207/208: blog brand ===== */

/* ===== Class 202: SEO text brand ===== */
.seo_brand {
  margin-bottom: 120px;
  padding-top: 40px;
  border-top: 1px solid rgba(9, 15, 23, .08);
}

.seo_brand .seo__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.seo_brand .seo__text {
  max-width: 780px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  color: #3f4753;
  text-transform: none;
  letter-spacing: 0;
}

.seo_brand .seo__text p {
  margin: 0 0 14px;
}

.seo_brand .seo__text p:last-child {
  margin-bottom: 0;
}

.seo_brand .seo__text h2,
.seo_brand .seo__text h3,
.seo_brand .seo__text h4,
.seo_brand .seo__text h5 {
  margin: 28px 0 14px;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
  line-height: 1.2;
}

.seo_brand .seo__text h2:first-child,
.seo_brand .seo__text h3:first-child,
.seo_brand .seo__text h4:first-child {
  margin-top: 0;
}

.seo_brand .seo__text h2 {
  font-size: 24px;
}

.seo_brand .seo__text h3 {
  font-size: 20px;
}

.seo_brand .seo__text h4,
.seo_brand .seo__text h5 {
  font-size: 17px;
}

.seo_brand .seo__text strong,
.seo_brand .seo__text b {
  font-weight: 600;
  color: #090f17;
}

.seo_brand .seo__text em,
.seo_brand .seo__text i {
  font-style: italic;
}

.seo_brand .seo__text a {
  color: #090f17;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .2s ease;
}

.seo_brand .seo__text a:hover {
  color: #3f4753;
  text-decoration: none;
}

.seo_brand .seo__text ul,
.seo_brand .seo__text ol {
  margin: 0 0 14px;
  padding: 0 0 0 22px;
}

.seo_brand .seo__text ul li,
.seo_brand .seo__text ol li {
  display: list-item;
  margin: 0;
}

.seo_brand .seo__text ul li {
  list-style: disc;
}

.seo_brand .seo__text ol li {
  list-style: decimal;
}

.seo_brand .seo__text li:not(:last-child) {
  margin-bottom: 8px;
}

.seo_brand .seo__text li::marker {
  color: #6b7280;
}

.seo_brand .seo__text blockquote {
  margin: 16px 0;
  padding: 18px 22px;
  background: #f6f7f9;
  border-radius: 14px;
  border: 0;
  color: #3f4753;
  font-style: normal;
}

.seo_brand .seo__text blockquote p:last-child {
  margin-bottom: 0;
}

.seo_brand .seo__text img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 12px 0;
}

.seo_brand .seo__text hr {
  margin: 28px 0;
  border: 0;
  border-top: 1px solid rgba(9, 15, 23, .1);
}

@media (max-width: 76.5em) {
  .seo_brand {
    margin-bottom: 96px;
    padding-top: 32px;
  }

  .seo_brand .seo__text h2 {
    font-size: 22px;
  }

  .seo_brand .seo__text h3 {
    font-size: 18px;
  }
}

@media (max-width: 61.99875em) {
  .seo_brand {
    margin-bottom: 72px;
    padding-top: 28px;
  }

  .seo_brand .seo__text {
    font-size: 15px;
    line-height: 1.6;
  }

  .seo_brand .seo__text h2 {
    font-size: 20px;
    margin: 24px 0 12px;
  }

  .seo_brand .seo__text h3 {
    font-size: 17px;
    margin: 22px 0 10px;
  }

  .seo_brand .seo__text h4,
  .seo_brand .seo__text h5 {
    font-size: 16px;
  }
}

@media (max-width: 47.99875em) {
  .seo_brand {
    margin-bottom: 56px;
    padding-top: 24px;
  }

  .seo_brand .seo__container {
    padding: 0 16px;
  }

  .seo_brand .seo__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .seo_brand .seo__text h2 {
    font-size: 18px;
  }

  .seo_brand .seo__text h3 {
    font-size: 16px;
  }

  .seo_brand .seo__text h4,
  .seo_brand .seo__text h5 {
    font-size: 15px;
  }

  .seo_brand .seo__text blockquote {
    padding: 16px 18px;
    border-radius: 12px;
  }
}

/* ===== /Class 202: SEO text brand ===== */

/* ===== Class 197/198: main services brand ===== */
.services_main_brand {
  margin-bottom: 120px;
}

.services_main_brand .services__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 40px;
}

.services_main_brand .services__title.title {
  margin: 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 600;
  color: #090f17;
  text-transform: uppercase;
  letter-spacing: .005em;
}

.services_main_brand .services__title.title span {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}

.services_main_brand .services__btn.btn,
.services_main_brand .services__btn.btn_white,
.services_main_brand .services__btn.btn_arr {
  background-color: #090f17;
  border: 1px solid #090f17;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  padding: 14px 22px;
  gap: 10px;
}

.services_main_brand .services__btn.btn_arr::before {
  filter: invert(1);
}

.services_main_brand .services__btn.btn:hover {
  background-color: transparent;
  border-color: #090f17;
  color: #090f17;
}

.services_main_brand .services__btn.btn_arr:hover::before {
  filter: none;
}

.services_main_brand .services__item,
.services_main_brand .services__item:nth-child(odd) {
  display: flex;
  gap: 32px;
  align-items: stretch;
  margin-bottom: 24px;
}

.services_main_brand .services__item:last-child {
  margin-bottom: 0;
}

.services_main_brand .services__item:nth-child(odd) {
  flex-direction: row-reverse;
}

.services_main_brand .services__content {
  flex: 1 1 auto;
  padding: 32px 32px;
  border: 0;
  background: #f6f7f9;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.services_main_brand .services__subtitle.title,
.services_main_brand .services__subtitle {
  margin: 0;
  padding-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: .015em;
  text-transform: uppercase;
}

.services_main_brand .services__subtitle a {
  color: #090f17;
  text-decoration: none;
  transition: color .2s ease;
}

.services_main_brand .services__subtitle a:hover {
  color: #3f4753;
  text-decoration: none;
}

.services_main_brand .services__text {
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #3f4753;
  text-transform: none;
  letter-spacing: 0;
}

.services_main_brand .services__text p {
  margin: 0;
}

.services_main_brand .services__text p:not(:last-child) {
  padding-bottom: 10px;
}

.services_main_brand .services__text strong,
.services_main_brand .services__text b {
  font-weight: 600;
  color: #090f17;
}

.services_main_brand .services__text ul,
.services_main_brand .services__text ol {
  margin: 0;
  padding: 0 0 0 22px;
}

.services_main_brand .services__text li:not(:last-child) {
  margin-bottom: 6px;
}

.services_main_brand .services__btn-item.btn {
  align-self: flex-start;
  margin-top: 8px;
  background: #090f17;
  border: 1px solid #090f17;
  border-radius: 10px;
  padding: 13px 22px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  transition: gap .25s ease, background-color .25s ease, color .25s ease, border-color .25s ease;
}

.services_main_brand .services__btn-item.btn::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 12px;
  background: url(../img/icons/arr.svg) center/contain no-repeat;
  filter: invert(1);
  opacity: 1;
  transition: transform .3s ease, filter .3s ease;
}

.services_main_brand .services__btn-item.btn:hover {
  background: transparent;
  border-color: #090f17;
  color: #090f17;
  gap: 16px;
}

.services_main_brand .services__btn-item.btn:hover::after {
  transform: translateX(4px);
  filter: none;
}

.services_main_brand .services__image {
  flex: 0 0 40%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 280px;
}

.services_main_brand .services__image img,
.services_main_brand .services__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 76.5em) {
  .services_main_brand .services__title.title {
    font-size: 30px;
  }

  .services_main_brand .services__item,
  .services_main_brand .services__item:nth-child(odd) {
    gap: 24px;
  }

  .services_main_brand .services__content {
    padding: 26px 26px;
  }

  .services_main_brand .services__subtitle,
  .services_main_brand .services__subtitle.title {
    font-size: 20px;
  }

  .services_main_brand .services__image {
    flex-basis: 38%;
    min-height: 240px;
  }
}

@media (max-width: 61.99875em) {
  .services_main_brand {
    margin-bottom: 96px;
  }

  .services_main_brand .services__top {
    margin-bottom: 32px;
  }

  .services_main_brand .services__title.title {
    font-size: 26px;
  }

  .services_main_brand .services__item,
  .services_main_brand .services__item:nth-child(odd) {
    flex-direction: column-reverse;
    gap: 16px;
  }

  .services_main_brand .services__content {
    padding: 24px 22px;
  }

  .services_main_brand .services__subtitle,
  .services_main_brand .services__subtitle.title {
    font-size: 18px;
  }

  .services_main_brand .services__text {
    font-size: 15px;
    line-height: 1.55;
  }

  .services_main_brand .services__image {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 47.99875em) {
  .services_main_brand {
    margin-bottom: 72px;
  }

  .services_main_brand .services__top {
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .services_main_brand .services__title.title {
    font-size: 22px;
  }

  .services_main_brand .services__btn.btn {
    width: 100%;
    justify-content: center;
  }

  .services_main_brand .services__content {
    padding: 20px 18px;
    border-radius: 14px;
  }

  .services_main_brand .services__subtitle,
  .services_main_brand .services__subtitle.title {
    font-size: 16px;
  }

  .services_main_brand .services__text {
    font-size: 14px;
    line-height: 1.55;
  }

  .services_main_brand .services__image {
    aspect-ratio: 4 / 3;
    border-radius: 14px;
  }

  .services_main_brand .services__btn-item.btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
}

/* ===== /Class 197/198: main services brand ===== */

/* ===== Footer button override (must be last) ===== */
.footer .top-footer__btn-block,
.top-footer .top-footer__btn-block,
.top-footer__btn-block {
  display: block !important;
  visibility: visible !important;
  margin-top: 28px;
}

.footer .top-footer__btn-block .header__btn,
.footer .top-footer__btn-block .header__btn.btn,
.footer .top-footer__btn-block .btn,
.top-footer .top-footer__btn-block .header__btn,
.top-footer .top-footer__btn-block .header__btn.btn,
.top-footer .top-footer__btn-block .btn,
.top-footer__btn-block .header__btn,
.top-footer__btn-block .header__btn.btn,
.top-footer__btn-block .btn {
  display: inline-flex !important;
  visibility: visible !important;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #090f17;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease;
}

.footer .top-footer__btn-block .header__btn:hover,
.footer .top-footer__btn-block .btn:hover,
.top-footer .top-footer__btn-block .header__btn:hover,
.top-footer .top-footer__btn-block .btn:hover,
.top-footer__btn-block .header__btn:hover,
.top-footer__btn-block .btn:hover {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}

@media (max-width: 47.99875em) {

  .top-footer__btn-block .header__btn,
  .top-footer__btn-block .header__btn.btn,
  .top-footer__btn-block .btn {
    width: 100%;
  }
}

/* ===== /Footer button override ===== */

/* ===== Mobile menu brand redesign ===== */
@media (max-width: 61.99875em) {
  .menu {
    background-color: #090f17 !important;
    background-image:
      radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .06) 0, transparent 35%),
      radial-gradient(circle at 90% 100%, rgba(255, 255, 255, .04) 0, transparent 40%);
    padding: 112px 24px 40px !important;
    display: flex !important;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: opacity .35s ease, visibility .35s ease, left .35s ease;
  }

  .menu::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .08);
    pointer-events: none;
  }

  .menu__body {
    width: 100%;
    margin-bottom: 32px !important;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    gap: 0 !important;
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .menu__item {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
  }

  .menu__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, .08);
  }

  .menu__link {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 18px 4px !important;
    margin: 0 !important;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none;
    transition: color .25s ease, padding-left .25s ease;
  }

  .menu__link:hover,
  .menu__link:focus {
    color: #fff !important;
    padding-left: 8px !important;
  }

  .menu__link::after {
    display: none !important;
  }

  .menu__item_sub>.menu__link {
    position: relative;
  }

  .menu .menu__item_sub>.menu__link::before,
  .menu__item_sub>.menu__link::before {
    content: "" !important;
    display: inline-block !important;
    width: 14px !important;
    height: 14px !important;
    margin-left: 12px !important;
    flex: 0 0 14px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    transition: transform .3s ease !important;
    order: 2;
    opacity: .8;
  }

  .menu .menu__item_sub._sub-menu-opened>.menu__link::before,
  .menu__item_sub._sub-menu-opened>.menu__link::before {
    transform: rotate(180deg) !important;
    opacity: 1;
  }

  .menu__submenu {
    list-style: none;
    margin: 0;
    padding: 0 0 14px 4px !important;
    background-color: transparent !important;
    border: none !important;
  }

  .menu__subitem {
    border-top: 1px solid rgba(255, 255, 255, .05);
  }

  .menu .menu__submenu .menu__sublink,
  .menu__submenu .menu__sublink {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 14px 4px !important;
    margin: 0 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    letter-spacing: .02em !important;
    color: rgba(255, 255, 255, .85) !important;
    text-decoration: none;
    background-color: transparent !important;
    transition: color .25s ease, padding-left .25s ease;
  }

  .menu .menu__submenu .menu__sublink:hover,
  .menu .menu__submenu .menu__sublink:focus,
  .menu__submenu .menu__sublink:hover,
  .menu__submenu .menu__sublink:focus,
  .menu__subitem_sub._sub-menu-opened>.menu__sublink {
    color: #fff !important;
    background-color: transparent !important;
    padding-left: 8px !important;
  }

  .menu__subitem_sub>.menu__sublink::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: rotate(0deg) !important;
    transition: transform .3s ease;
    margin-left: 12px;
    flex: 0 0 10px;
  }

  .menu__subitem_sub._sub-menu-opened>.menu__sublink::after {
    transform: rotate(180deg) !important;
  }

  .menu__third {
    list-style: none;
    margin: 0;
    padding: 0 0 10px 12px !important;
    background-color: transparent !important;
  }

  .menu__third-item {
    border-top: 1px solid rgba(255, 255, 255, .04);
  }

  .menu .menu__third .menu__third-link,
  .menu__third .menu__third-link {
    display: block !important;
    padding: 12px 4px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: .02em !important;
    color: rgba(255, 255, 255, .7) !important;
    text-decoration: none;
    background-color: transparent !important;
    transition: color .25s ease, padding-left .25s ease;
  }

  .menu .menu__third .menu__third-link:hover,
  .menu .menu__third .menu__third-link:focus,
  .menu__third .menu__third-link:hover,
  .menu__third .menu__third-link:focus {
    color: #fff !important;
    background-color: transparent !important;
    padding-left: 8px !important;
  }

  .menu__contacts {
    margin-top: auto;
    padding-top: 32px !important;
    border-top: 1px solid rgba(255, 255, 255, .12) !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
    text-align: left !important;
  }

  .menu__contacts>*:not(:last-child) {
    margin-bottom: 0 !important;
  }

  .menu__btn {
    width: 100%;
    justify-content: center;
    padding: 16px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: .04em;
    text-transform: uppercase;
    background-color: #fff !important;
    color: #090f17 !important;
    border: 1px solid #fff !important;
    border-radius: 12px !important;
    text-decoration: none;
    transition: background-color .25s ease, color .25s ease, border-color .25s ease;
  }

  .menu__btn:hover,
  .menu__btn:focus {
    background-color: transparent !important;
    color: #fff !important;
    border-color: #fff !important;
  }

  .menu__tel {
    display: inline-flex !important;
    align-items: center;
    gap: 12px;
    font-size: 22px !important;
    font-weight: 600 !important;
    letter-spacing: .02em;
    color: #fff !important;
    text-decoration: none;
  }

  .menu__tel::before {
    content: "";
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20 15.5c-1.25 0-2.45-.2-3.57-.57a1 1 0 0 0-1.02.24l-2.2 2.2a15.15 15.15 0 0 1-6.59-6.59l2.2-2.21a1 1 0 0 0 .25-1.01A11.36 11.36 0 0 1 8.5 4a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1c0 9.39 7.61 17 17 17a1 1 0 0 0 1-1v-3.5a1 1 0 0 0-1-1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  .menu__social {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
  }

  .menu__social .social__icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .08);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background-color .25s ease, transform .25s ease;
  }

  .menu__social .social__icon:hover {
    background-color: rgba(255, 255, 255, .18);
    transform: translateY(-2px);
  }

  .menu__social .social__icon img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
  }

  /* hamburger -> cross */
  .icon-menu {
    z-index: 6;
  }

  .icon-menu::before,
  .icon-menu::after {
    transition: transform .35s ease, background-color .25s ease, top .35s ease, bottom .35s ease;
  }

  .menu-open .icon-menu::before,
  .menu-open .icon-menu::after {
    background-color: #fff;
  }

  .menu-open .icon-menu::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }

  .menu-open .icon-menu::after {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }

  /* Header turns dark when menu open so logo area blends with menu */
  .menu-open .header__top::after {
    background-color: #090f17;
  }

  .menu-open .header__logo img {
    filter: brightness(0) invert(1);
    transition: filter .25s ease;
  }

  .menu-open .header__tel img {
    filter: brightness(0) invert(1);
  }

  .menu-open body,
  .menu-open html {
    overflow: hidden;
  }
}

@media (max-width: 47.99875em) {
  .menu {
    padding: 100px 20px 32px !important;
  }

  .menu__link {
    font-size: 15px !important;
    padding: 16px 4px !important;
  }

  .menu__sublink {
    font-size: 14px !important;
    padding: 12px 4px !important;
  }

  .menu__third-link {
    font-size: 13px !important;
    padding: 10px 4px !important;
  }

  .menu__tel {
    font-size: 20px !important;
  }

  .menu__contacts {
    padding-top: 24px !important;
    gap: 20px;
  }

  .menu__btn {
    padding: 14px 20px !important;
    font-size: 13px !important;
  }
}

/* ===== /Mobile menu brand redesign ===== */

/* ===== Popup form brand redesign (light) ===== */
.popup {
  background: #fff !important;
  border: none !important;
  border-radius: 20px !important;
  padding: 44px 44px 40px !important;
  max-width: 580px !important;
  width: 100% !important;
  margin: 0 auto !important;
  box-shadow: 0 30px 80px rgba(9, 15, 23, .22), 0 8px 24px rgba(9, 15, 23, .1) !important;
  position: relative;
  color: #090f17;
}

.mfp-content .popup {
  margin: 24px auto !important;
}

.popup__close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background-color .25s ease, transform .25s ease;
  z-index: 2;
}

.popup__close:hover {
  background-color: #f3f4f6;
  transform: rotate(90deg);
}

.popup__close img {
  width: 16px;
  height: 16px;
  filter: brightness(0);
  opacity: .65;
  transition: opacity .25s ease;
}

.popup__close:hover img {
  opacity: 1;
}

.popup__title {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700 !important;
  font-size: 30px !important;
  line-height: 1.15 !important;
  letter-spacing: -.005em;
  text-transform: none !important;
  color: #090f17 !important;
  text-align: left !important;
  padding: 0 48px 16px 0 !important;
  margin: 0;
}

.popup__subtitle {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #6b7280;
  margin: 0 0 24px 0;
  padding: 0;
  text-align: left;
}

.popup__phone {
  color: #090f17;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dashed rgba(9, 15, 23, .25);
  transition: color .25s ease, border-color .25s ease;
}

.popup__phone:hover {
  color: #d14c4c;
  border-bottom-color: #d14c4c;
}

.popup__form,
.popup .form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup .form__input {
  margin: 0;
  width: 100%;
}

.popup .input {
  width: 100%;
  border: 1px solid #c8ccd3 !important;
  border-radius: 12px !important;
  padding: 16px 18px !important;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.3;
  color: #090f17 !important;
  background-color: #fff !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
  outline: none;
  box-sizing: border-box;
}

.popup .input:hover {
  border-color: #a8aeb8 !important;
}

.popup .input:focus,
.popup .input:focus-visible {
  border-color: #090f17 !important;
  background-color: #fff !important;
  box-shadow: 0 0 0 4px rgba(9, 15, 23, .06) !important;
  outline: none !important;
}

.popup .input::placeholder,
.popup .input::-webkit-input-placeholder,
.popup .input::-ms-input-placeholder,
.popup .input:-ms-input-placeholder {
  color: #9aa0aa !important;
  font-weight: 500 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 15px !important;
  opacity: 1;
}

.popup textarea.input,
.popup .input.textarea,
.popup textarea {
  min-height: 110px !important;
  resize: vertical;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
}

.popup .form__btn,
.popup .form__btn.btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 17px 24px !important;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #090f17 !important;
  border: 1px solid #090f17 !important;
  border-radius: 12px !important;
  cursor: pointer;
  transition: background-color .25s ease, color .25s ease, border-color .25s ease, transform .15s ease;
}

.popup .form__btn:hover,
.popup .form__btn.btn:hover {
  background-color: transparent !important;
  color: #090f17 !important;
  border-color: #090f17 !important;
}

.popup .form__btn:active {
  transform: translateY(1px);
}

.popup .how-calc__chk {
  margin: 4px 0 0 0;
  padding: 0;
}

.popup .how-calc__privacy-text {
  font-size: 12px;
  line-height: 1.45;
  color: #6b7280;
  text-align: center;
  margin: 0;
}

.popup .how-calc__privacy-text a {
  color: #090f17;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color .25s ease;
}

.popup .how-calc__privacy-text a:hover {
  color: #d14c4c;
  text-decoration: none;
}

.popup .warnText:empty {
  display: none;
}

.popup .warnText>div {
  background-color: #fff4f4;
  color: #b32626;
  border: 1px solid #f3c2c2;
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 4px;
}

.popup input.wrong,
.popup .input.wrong,
.popup textarea.wrong,
.popup .textarea.wrong {
  border: 1px solid #d14c4c !important;
  background-color: #fff5f5 !important;
  color: #090f17 !important;
}

.popup input.right,
.popup .input.right {
  border: 1px solid #d6dadf !important;
}

@media (max-width: 47.99875em) {
  .popup {
    padding: 36px 20px 24px !important;
    border-radius: 16px !important;
    max-width: calc(100vw - 24px) !important;
  }

  .popup__close {
    top: 12px !important;
    right: 12px !important;
    width: 36px;
    height: 36px;
  }

  .popup__title {
    font-size: 22px !important;
    padding: 0 40px 12px 0 !important;
  }

  .popup__subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .popup .input,
  .popup .input::placeholder {
    font-size: 14px !important;
  }

  .popup .input {
    padding: 14px 16px !important;
  }

  .popup .form__btn,
  .popup .form__btn.btn {
    padding: 15px 20px !important;
    font-size: 13px !important;
  }

  .popup .how-calc__privacy-text {
    font-size: 11px;
  }
}

/* ===== /Popup form brand redesign (light) ===== */

/* ===== Case page brand (Class 201 RecordTemplateFull) ===== */

/* --- 1. HERO --- */
.case-hero {
  position: relative;
  margin: 0 0 100px 0;
  min-height: 720px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  color: #fff;
  background-color: #090f17;
}

.case-hero__media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}

.case-hero__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transform: scale(1.02);
  transition: transform 1.2s ease;
}

.case-hero:hover .case-hero__img {
  transform: scale(1.06);
}

.case-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(9, 15, 23, .65) 0%, rgba(9, 15, 23, .35) 35%, rgba(9, 15, 23, .9) 100%),
    radial-gradient(circle at 20% 80%, rgba(0, 0, 0, .35) 0, transparent 60%);
}

.case-hero__container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 32px 80px;
}

.case-hero__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 80px;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .7);
  text-decoration: none;
  transition: color .25s ease, gap .25s ease;
}

.case-hero__back:hover {
  color: #fff;
  gap: 14px;
}

.case-hero__back-arrow {
  width: 28px;
  height: 1px;
  background-color: currentColor;
  position: relative;
  display: inline-block;
}

.case-hero__back-arrow::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  width: 8px;
  height: 8px;
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(45deg);
}

.case-hero__content {
  max-width: 820px;
}

.case-hero__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 24px 0;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .85);
}

.case-hero__meta>span {
  position: relative;
}

.case-hero__meta>span+span::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #d14c4c;
  margin-right: 14px;
  vertical-align: middle;
}

.case-hero__title {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin: 0 0 28px 0;
  color: #fff;
}

.case-hero__lead {
  font-size: 18px;
  line-height: 1.5;
  max-width: 640px;
  margin: 0 0 36px 0;
  color: rgba(255, 255, 255, .82);
}

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

.case-hero__btn.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 30px !important;
  background-color: #fff !important;
  color: #090f17 !important;
  border: 1px solid #fff !important;
  border-radius: 14px !important;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color .25s ease, color .25s ease, gap .25s ease;
}

.case-hero__btn.btn:hover {
  background-color: transparent !important;
  color: #fff !important;
  gap: 18px;
}

.case-hero__arrow {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  transition: transform .25s ease;
}

.case-hero__btn.btn:hover .case-hero__arrow {
  transform: translateX(4px);
}

/* --- 2. INFO --- */
.case-info {
  padding: 0 0 100px 0;
  background-color: #fff;
  color: #090f17;
}

.case-info__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.case-info__head {
  margin-bottom: 40px;
  max-width: 720px;
}

.case-info__eyebrow {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d14c4c;
  margin: 0 0 12px 0;
}

.case-info__title {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  letter-spacing: -.005em;
  text-transform: uppercase;
  color: #090f17;
  margin: 0;
}

/* Журнальная сетка: цифры верх, ниже two-col — мета слева, сюжет справа */
.case-info__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-bottom: 80px;
  border-top: 1px solid #090f17;
  border-bottom: 1px solid #090f17;
}

.case-info__stat {
  padding: 32px 32px 28px 0;
  border-right: 1px solid #e3e6eb;
  min-width: 0;
}

.case-info__stat:nth-child(3n),
.case-info__stat:last-child {
  border-right: 0;
  padding-right: 0;
}

.case-info__stat:not(:first-child) {
  padding-left: 32px;
}

.case-info__stat-value {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 5.5vw, 72px);
  line-height: 1;
  letter-spacing: -.03em;
  color: #090f17;
  margin: 0 0 16px 0;
}

.case-info__stat-label {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #6b7280;
  margin: 0;
  max-width: 240px;
}

.case-info__body {
  display: grid;
  grid-template-columns: minmax(220px, 280px) 1fr;
  gap: 80px;
  align-items: start;
}

.case-info__meta {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.case-info__meta-item {
  padding-top: 20px;
  border-top: 1px solid #e3e6eb;
}

.case-info__meta-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.case-info__meta-label {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d14c4c;
  margin: 0 0 10px 0;
}

.case-info__meta-value {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #090f17;
  margin: 0;
}

.case-info__meta-value_lead {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
  color: #3f4753;
}

.case-info__story {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.case-info__chapter {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 40px;
  padding: 48px 0;
  border-top: 1px solid #e3e6eb;
}

.case-info__chapter:first-child {
  padding-top: 0;
  border-top: 0;
}

.case-info__chapter:last-child {
  padding-bottom: 0;
}

.case-info__chapter-num {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -.02em;
  color: #d14c4c;
  display: block;
  white-space: nowrap;
  min-width: 2ch;
  font-variant-numeric: tabular-nums;
}

.case-info__chapter-content {
  min-width: 0;
}

.case-info__chapter-title {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -.005em;
  text-transform: uppercase;
  color: #090f17;
  margin: 0 0 20px 0;
}

.case-info__chapter-text {
  font-size: 17px;
  line-height: 1.7;
  color: #3f4753;
  max-width: 38em;
}

/* Сброс отступов из HTML-редактора NetCat (blockquote, div и т.п.) */
.case-info__chapter-text>div,
.case-info__chapter-text div[class],
.case-info__chapter-text blockquote {
  margin-left: 0 !important;
  padding-left: 0 !important;
  border: 0 !important;
  border-left: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.case-info__chapter-text blockquote {
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  font-style: normal;
}

.case-info__chapter-text>*:first-child {
  margin-top: 0;
}

.case-info__chapter-text p {
  margin: 0 0 16px 0;
}

.case-info__chapter-text p:last-child {
  margin-bottom: 0;
}

.case-info__chapter-text strong,
.case-info__chapter-text b {
  font-weight: 600;
  color: #090f17;
}

.case-info__chapter-text ul,
.case-info__chapter-text ol {
  margin: 0 0 16px 0;
  padding: 0 0 0 1.25em;
}

.case-info__chapter-text li {
  margin-bottom: 10px;
}

.case-info__chapter-text li:last-child {
  margin-bottom: 0;
}

.case-info__chapter_accent .case-info__chapter-title {
  color: #d14c4c;
}

.case-info__chapter_accent .case-info__chapter-text {
  font-size: 19px;
  line-height: 1.6;
  color: #090f17;
  font-weight: 500;
}

/* --- 3. GALLERY --- */
.case-gallery {
  padding: 0 0 100px 0;
  background-color: #fff;
}

.case-gallery__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.case-gallery__head {
  margin-bottom: 40px;
}

.case-gallery__eyebrow {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d14c4c;
  margin: 0 0 12px 0;
}

.case-gallery__title {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #090f17;
  margin: 0;
}

.case-gallery__video {
  margin-bottom: 40px;
}

.case-gallery__plyr {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background-color: #090f17;
  box-shadow: 0 16px 48px rgba(9, 15, 23, .18);
  --plyr-color-main: #d14c4c;
  --plyr-video-background: #090f17;
  --plyr-menu-background: rgba(9, 15, 23, .95);
  --plyr-menu-color: #fff;
  --plyr-font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
}

.case-gallery__plyr .plyr {
  border-radius: 16px;
}

.case-gallery__plyr .plyr__control--overlaid {
  background-color: rgba(255, 255, 255, .95);
  color: #090f17;
}

.case-gallery__plyr .plyr__control--overlaid:hover {
  background-color: #fff;
}

.case-gallery__plyr .plyr__control.plyr__tab-focus,
.case-gallery__plyr .plyr__control:hover {
  background-color: #d14c4c;
}

.case-gallery__plyr video {
  width: 100%;
  display: block;
}

.case-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 220px;
  gap: 14px;
}

.case-gallery__item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background-color: #f3f4f6;
  cursor: zoom-in;
}

.case-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease, filter .3s ease;
}

.case-gallery__item:hover img {
  transform: scale(1.06);
  filter: brightness(.85);
}

.case-gallery__item_wide,
.case-gallery__grid>.case-gallery__item:nth-child(5n+1) {
  grid-column: span 2;
}

.case-gallery__item_tall,
.case-gallery__grid>.case-gallery__item:nth-child(7n) {
  grid-row: span 2;
}

.case-gallery__zoom {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .9);
  color: #090f17;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}

.case-gallery__zoom svg {
  width: 18px;
  height: 18px;
}

.case-gallery__item:hover .case-gallery__zoom {
  opacity: 1;
  transform: translateY(0);
}

/* Кнопка «Показать ещё фото» — только на мобильном */
.case-gallery__more {
  display: none;
}

@media (max-width: 700px) {
  .case-gallery__item_mob-hidden {
    display: none;
  }

  .case-gallery__item_mob-hidden.case-gallery__item_shown {
    display: block;
  }

  .case-gallery__more {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
    padding: 14px 24px;
    background: #f6f7f9;
    border: 1px solid #e3e6eb;
    border-radius: 12px;
    font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #090f17;
    cursor: pointer;
    transition: background .2s ease, border-color .2s ease;
    width: 100%;
    justify-content: center;
  }

  .case-gallery__more:hover {
    background: #eceef2;
    border-color: #c8ccd3;
  }

  .case-gallery__more-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    padding: 0 6px;
    border-radius: 20px;
    background: #d14c4c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0;
  }

  .case-gallery__more svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    transition: transform .25s ease;
  }

  .case-gallery__more.is-hidden {
    display: none;
  }
}

/* magnific popup tweaks for gallery */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all .3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .9;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* --- 4. REVIEWS --- */
.case-reviews {
  padding: 100px 0;
  background-color: #f7f8fa;
  color: #090f17;
}

.case-reviews__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.case-reviews__head {
  margin-bottom: 48px;
  text-align: center;
}

.case-reviews__eyebrow {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d14c4c;
  margin: 0 0 12px 0;
}

.case-reviews__title {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #090f17;
  margin: 0;
}

.case-reviews__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.case-review {
  background-color: #fff;
  border-radius: 18px;
  padding: 36px;
  box-shadow: 0 6px 24px rgba(9, 15, 23, .06);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.case-review:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(9, 15, 23, .12);
}

.case-review__quote {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #090f17;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.case-review__quote svg {
  width: 22px;
  height: 22px;
}

.case-review__text {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 17px;
  line-height: 1.55;
  color: #1f2530;
  margin: 0;
  flex: 1 1 auto;
}

.case-review__author {
  border-top: 1px solid #e1e3e8;
  padding-top: 18px;
  margin-top: 4px;
}

.case-review__name {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #090f17;
  margin: 0 0 4px 0;
}

.case-review__role {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
}

/* --- 5. CTA --- */
.case-cta {
  padding: 100px 0;
  background-color: #fff;
}

.case-cta__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.case-cta__inner {
  background-color: #090f17;
  background-image:
    radial-gradient(ellipse 60% 80% at 8% 15%, rgba(209, 76, 76, .22) 0, transparent 55%),
    radial-gradient(ellipse 55% 60% at 92% 95%, rgba(209, 76, 76, .32) 0, transparent 50%),
    radial-gradient(circle at 50% 110%, rgba(209, 76, 76, .14) 0, transparent 45%);
  border-radius: 24px;
  padding: 80px 64px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.case-cta__inner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 24px;
  border: 1px solid rgba(209, 76, 76, .18);
  pointer-events: none;
}

.case-cta__title {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 20px 0;
}

.case-cta__title-accent {
  color: #d14c4c;
  text-shadow: 0 0 40px rgba(209, 76, 76, .6), 0 0 80px rgba(209, 76, 76, .25);
}

.case-cta__text {
  font-size: 17px;
  line-height: 1.55;
  color: rgba(255, 255, 255, .78);
  max-width: 580px;
  margin: 0 auto 36px auto;
}

.case-cta__btn.btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px !important;
  background-color: #fff !important;
  color: #090f17 !important;
  border: 1px solid #fff !important;
  border-radius: 14px !important;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase;
  transition: background-color .25s ease, color .25s ease, gap .25s ease, box-shadow .25s ease;
  box-shadow: 0 0 0 6px rgba(209, 76, 76, .12), 0 0 32px rgba(209, 76, 76, .22);
}

.case-cta__btn.btn:hover {
  background-color: transparent !important;
  color: #fff !important;
  gap: 18px;
  box-shadow: 0 0 0 6px rgba(209, 76, 76, .22), 0 0 48px rgba(209, 76, 76, .38);
}

.case-cta__btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

/* --- 6. OTHER PROJECTS --- */
.case-other {
  padding: 0 0 100px 0;
  background-color: #fff;
}

.case-other_blog {
  margin-bottom: 120px;
}

.case-other__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}

.case-other__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
}

.case-other__eyebrow {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #d14c4c;
  margin: 0 0 12px 0;
}

.case-other__title {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #090f17;
  margin: 0;
}

.case-other__all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #090f17;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #090f17;
  transition: gap .25s ease, color .25s ease, border-color .25s ease;
}

.case-other__all:hover {
  gap: 14px;
  color: #d14c4c;
  border-color: #d14c4c;
}

.case-other__all svg {
  width: 14px;
  height: 14px;
}

.case-other__slider {
  margin: 0 -14px;
}

.case-other__slide {
  padding: 0 14px;
  height: auto;
}

.case-other__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  border-radius: 18px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e1e3e8;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  height: 100%;
}

.case-other__card:hover {
  transform: translateY(-4px);
  border-color: transparent;
  box-shadow: 0 18px 50px rgba(9, 15, 23, .12);
}

.case-other__image {
  position: relative;
  width: 100%;
  padding-bottom: 62%;
  overflow: hidden;
  background-color: #f3f4f6;
}

.case-other__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.case-other__card:hover .case-other__image img {
  transform: scale(1.06);
}

.case-other__body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1 1 auto;
}

.case-other__year {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #d14c4c;
  margin: 0;
}

.case-other__name {
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.005em;
  text-transform: uppercase;
  color: #090f17;
  margin: 0;
  flex: 1 1 auto;
}

.case-other__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  font-family: 'Montserrat', 'Helvetica Neue', Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #090f17;
  transition: gap .25s ease, color .25s ease;
}

.case-other__more svg {
  width: 14px;
  height: 14px;
  transition: transform .25s ease;
}

.case-other__card:hover .case-other__more {
  gap: 12px;
  color: #d14c4c;
}

.case-other__card:hover .case-other__more svg {
  transform: translateX(4px);
}

/* slick arrows */
.case-other__arrow {
  position: absolute;
  top: 40%;
  z-index: 3;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #fff;
  color: #090f17;
  border: 1px solid #e1e3e8;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  box-shadow: 0 8px 24px rgba(9, 15, 23, .12);
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.case-other__arrow:hover {
  background-color: #090f17;
  color: #fff;
  transform: translateY(-2px);
}

.case-other__arrow_prev {
  left: -16px;
}

.case-other__arrow_next {
  right: -16px;
}

.case-other__arrow.slick-disabled {
  opacity: .35;
  pointer-events: none;
}

.case-other__arrow svg {
  width: 18px;
  height: 18px;
}

.case-other__slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 8px;
  margin: 28px 0 0 0;
  padding: 0;
  list-style: none;
}

.case-other__slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.case-other__slider .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #d1d5db;
  border: none;
  font-size: 0;
  cursor: pointer;
  transition: background-color .25s ease, transform .25s ease;
}

.case-other__slider .slick-dots li button::before {
  display: none;
}

.case-other__slider .slick-dots li.slick-active button {
  background-color: #090f17;
  transform: scale(1.3);
}

/* --- RESPONSIVE --- */
@media (max-width: 1199px) {
  .case-info__body {
    grid-template-columns: 220px 1fr;
    gap: 56px;
  }

  .case-info__chapter {
    grid-template-columns: max-content 1fr;
    gap: 32px;
    padding: 40px 0;
  }

  .case-info__chapter-num {
    font-size: 48px;
  }

  .case-info__chapter-title {
    font-size: 24px;
  }

  .case-gallery__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 200px;
  }
}

@media (max-width: 992px) {
  .case-hero {
    min-height: 560px;
    margin-bottom: 80px;
  }

  .case-hero__container {
    padding: 40px 24px 64px;
  }

  .case-hero__back {
    margin-bottom: 48px;
  }

  .case-info,
  .case-gallery,
  .case-reviews,
  .case-cta,
  .case-other {
    padding-bottom: 80px;
  }

  .case-reviews {
    padding: 80px 0;
  }

  .case-cta {
    padding: 80px 0;
  }

  .case-info__stats {
    grid-template-columns: 1fr;
    margin-bottom: 56px;
  }

  .case-info__stat {
    padding: 24px 0;
    border-right: 0;
    border-bottom: 1px solid #e3e6eb;
  }

  .case-info__stat:not(:first-child) {
    padding-left: 0;
  }

  .case-info__stat:last-child {
    border-bottom: 0;
  }

  .case-info__stat-value {
    font-size: 48px;
    margin-bottom: 10px;
  }

  .case-info__body {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .case-info__meta {
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 40px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e3e6eb;
  }

  .case-info__meta-item {
    flex: 1 1 200px;
    padding-top: 0;
    border-top: 0;
  }

  .case-info__chapter {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 36px 0;
  }

  .case-info__chapter-num {
    font-size: 36px;
  }

  .case-info__chapter-title {
    font-size: 22px;
  }

  .case-reviews__grid {
    grid-template-columns: 1fr;
  }

  .case-cta__inner {
    padding: 60px 32px;
  }

  .case-other__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .case-other__arrow_prev {
    left: 0;
  }

  .case-other__arrow_next {
    right: 0;
  }
}

@media (max-width: 700px) {
  .case-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 180px;
    gap: 10px;
  }

  .case-gallery__item_wide,
  .case-gallery__grid>.case-gallery__item:nth-child(5n+1) {
    grid-column: span 2;
  }

  .case-gallery__item_tall,
  .case-gallery__grid>.case-gallery__item:nth-child(7n) {
    grid-row: span 1;
  }
}

@media (max-width: 47.99875em) {
  .case-hero {
    min-height: 480px;
    margin-bottom: 60px;
  }

  .case-hero__container {
    padding: 32px 16px 48px;
  }

  .case-hero__back {
    margin-bottom: 32px;
    font-size: 12px;
  }

  .case-hero__meta {
    font-size: 11px;
    gap: 10px;
  }

  .case-hero__title {
    margin-bottom: 20px;
  }

  .case-hero__lead {
    font-size: 15px;
    margin-bottom: 24px;
  }

  .case-hero__btn.btn {
    width: 100%;
    justify-content: center;
    padding: 16px 24px !important;
    font-size: 13px !important;
  }

  .case-info,
  .case-gallery,
  .case-cta,
  .case-other {
    padding-bottom: 60px;
  }

  .case-reviews {
    padding: 60px 0;
  }

  .case-cta {
    padding: 60px 0;
  }

  .case-info__container,
  .case-gallery__container,
  .case-reviews__container,
  .case-cta__container,
  .case-other__container {
    padding: 0 16px;
  }

  .case-info__head,
  .case-gallery__head {
    margin-bottom: 32px;
  }

  .case-info__stats {
    margin-bottom: 40px;
  }

  .case-info__stat {
    padding: 20px 0;
  }

  .case-info__stat-value {
    font-size: 40px;
    margin-bottom: 8px;
  }

  .case-info__stat-label {
    font-size: 11px;
  }

  .case-info__body {
    gap: 32px;
  }

  .case-info__meta {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 24px;
  }

  .case-info__meta-item {
    flex: 1 1 auto;
  }

  .case-info__meta-value {
    font-size: 17px;
  }

  .case-info__meta-value_lead {
    font-size: 15px;
  }

  .case-info__chapter {
    padding: 28px 0;
    gap: 12px;
  }

  .case-info__chapter-num {
    font-size: 28px;
  }

  .case-info__chapter-title {
    font-size: 19px;
    margin-bottom: 14px;
  }

  .case-info__chapter-text {
    font-size: 15px;
    line-height: 1.65;
  }

  .case-info__chapter_accent .case-info__chapter-text {
    font-size: 16px;
  }

  .case-gallery__grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 200px;
    gap: 10px;
  }

  .case-gallery__item_wide,
  .case-gallery__item_tall,
  .case-gallery__grid>.case-gallery__item:nth-child(5n+1),
  .case-gallery__grid>.case-gallery__item:nth-child(7n) {
    grid-column: auto;
    grid-row: auto;
  }

  .case-gallery__play-btn {
    width: 64px;
    height: 64px;
  }

  .case-gallery__play-btn svg {
    width: 24px;
    height: 24px;
  }

  .case-review {
    padding: 28px 22px;
    border-radius: 14px;
  }

  .case-review__text {
    font-size: 15px;
  }

  .case-cta__inner {
    padding: 44px 22px;
    border-radius: 16px;
  }

  .case-cta__text {
    font-size: 14px;
    margin-bottom: 28px;
  }

  .case-cta__btn.btn {
    width: 100%;
    justify-content: center;
    font-size: 13px !important;
    padding: 16px 24px !important;
  }

  .case-other__card {
    border-radius: 14px;
  }

  .case-other__name {
    font-size: 17px;
  }
}

/* ===== /Case page brand (Class 201 RecordTemplateFull) ===== */