@charset "UTF-8";
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"), url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-RegularItalic.woff2") format("woff2"), url("../fonts/Gilroy-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiboldItalic.woff2") format("woff2"), url("../fonts/Gilroy-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2"), url("../fonts/Gilroy-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2c304b;
  line-height: 1.6;
  background: #f0f1f6;
  width: 100%;
  position: relative;
}
body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  background: #f0f1f6;
}
.header__top {
  background: #fff;
  padding: 20px 0;
  max-width: 1098px;
  border-radius: 5px;
  margin: 35px auto 5px;
}
.header__top-inner {
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .header__top {
    margin: 20px auto;
  }
  .header__top-inner {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .header__top {
    margin: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .header__top-inner {
    flex-direction: row;
    gap: 0;
    padding: 16px 20px;
    justify-content: space-between;
    align-items: center;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 34px;
}
@media (max-width: 768px) {
  .header__left {
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: auto;
  }
}
.header__logo {
  flex-shrink: 0;
}
.header__logo img {
  width: 126px;
  height: 54px;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 100px;
    height: auto;
  }
}
.header__info-blocks {
  display: flex;
  gap: 42px;
}
@media (max-width: 1024px) {
  .header__info-blocks {
    display: none;
  }
}
.header__info-block {
  display: flex;
  gap: 12px;
  align-items: center;
}
.header__info-icon {
  width: 57px;
  height: 57px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #778ff6 0%, #3f53e8 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__info-icon img {
  width: 26px;
  height: 26px;
}
.header__info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.header__info-label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.header__info-value {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 1.28;
  color: rgba(0, 0, 0, 0.48);
}
.header__info-value b {
  font-weight: 500;
  color: #000;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: 19px;
}
@media (max-width: 768px) {
  .header__right {
    width: auto;
    gap: 0;
    margin-right: 0;
  }
}
.header__socials-icon {
  width: auto;
  height: 54px;
}
@media (max-width: 1024px) {
  .header__socials-icon {
    width: 50px;
  }
}
@media (max-width: 768px) {
    .header__socials-icon {
        display: none;
      }
}
.header__phone-icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.header__phone-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media (max-width: 768px) {
  .header__phone-block {
    display: none;
  }
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}

.header__phone:hover {
  color: #4b53d8;
}
.header__phone-status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.48);
}
.header__status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5edf3e;
}

.nav {
  background: #f0f1f6;
  border-radius: 5px;
  padding: 18px 0;
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav__menu {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.nav__menu a {
  font-size: 18px;
  color: rgba(33, 33, 33, 0.85);
  letter-spacing: 0.54px;
  transition: all 0.3s;
}
.nav__menu a:hover, .nav__menu a.active {
  color: #4b53d8;
}
.nav__menu-item--dropdown {
  position: relative;
}
.nav__menu-item--dropdown:hover > .nav__link-with-dropdown .nav__dropdown-icon {
  transform: rotate(180deg);
}
.nav__menu-item--dropdown:hover > .nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
}
.nav__link-with-dropdown {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.nav__dropdown-icon {
  transition: transform 0.3s ease;
  margin-top: 0;
  flex-shrink: 0;
  position: relative;
  top: -2px;
}
@media (min-width: 768px) {
  .nav__dropdown-icon {
    margin-top: 2px;
    top: 0;
  }
}
.nav__dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(-10px);
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 20px 18px;
  width: 440px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  pointer-events: none;
}
.nav__dropdown:hover {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: all;
}
.nav__dropdown::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 20px;
}
.nav__dropdown::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 8px solid #fff;
  z-index: 1;
}
.nav__dropdown-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
}
.nav__dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.nav__dropdown-list li {
  position: static;
}
.nav__dropdown-list a {
  display: block;
  padding: 9px 12px;
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.78);
  letter-spacing: 0.3px;
  transition: all 0.2s ease;
  border-radius: 5px;
  white-space: nowrap;
  position: relative;
}
.nav__dropdown-list a:hover {
  background: rgba(75, 83, 216, 0.08);
  color: #4b53d8;
  padding-left: 20px;
}
.nav__dropdown-list a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #4b53d8;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.nav__dropdown-list a:hover::before {
  opacity: 1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 23px 26px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 1;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  border: 2px solid transparent;
}
@media (max-width: 768px) {
  .btn {
    width: 100%;
    padding: 18px 30px;
    font-size: 16px;
  }
}
.btn--primary {
  background: linear-gradient(135deg, #778ff6 0%, #5665eb 100%);
  color: #fff;
}
.btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(91, 101, 232, 0.3);
}
.btn--outline {
  border-color: #3142d2;
  color: #2331a1;
  background: #fff;
  font-weight: 500;
}
.btn--outline:hover {
  background: #3142d2;
  color: #fff;
}
.btn--full {
  width: 100%;
}

.hero {
  padding: 66px 0 85px;
}
@media (max-width: 768px) {
  .hero {
    padding: 30px 0 40px;
  }
}
.hero .container {
  display: grid;
  grid-template-columns: 1fr 469px;
  gap: 40px;
}
@media (max-width: 1024px) {
  .hero .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.hero__title {
  font-size: 40px;
  line-height: 1.35;
  margin-bottom: 25px;
  color: #2c304b;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 27px;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0;
  }
}
.hero__title--bold {
  font-weight: 700;
}
.hero__text {
  font-size: 18px;
  font-weight: 300;
  color: #1d1d1d;
  line-height: 1.76;
  letter-spacing: 0.36px;
  margin-bottom: 30px;
  max-width: 414px;
}
@media (max-width: 768px) {
  .hero__text {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 100%;
    text-align: center;
  }
}
.hero__buttons {
  display: flex;
  gap: 12px;
}
@media (max-width: 768px) {
  .hero__buttons {
    flex-direction: column;
    gap: 12px;
  }
}
@media (min-width: 1440px) {
  .hero__buttons .btn--primary {
    width: 284px;
  }
}
@media (min-width: 1440px) {
  .hero__buttons .btn--outline {
    width: 225px;
  }
}
.hero__card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.hero__card-logo-wrap {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 33px 77px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .hero__card-logo-wrap {
    padding: 20px;
  }
}
.hero__card-logo {
  width: 315px;
  height: auto;
}
@media (max-width: 768px) {
  .hero__card-logo {
    width: 100%;
    max-width: 250px;
  }
}
.hero__card-info {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 5px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 768px) {
  .hero__card-info {
    padding: 20px;
    gap: 20px;
  }
}
.hero__card-item {
  display: flex;
  gap: 15px;
}
.hero__card-item img {
  width: 26px;
  height: 26px;
}
.hero__card-label {
  font-size: 16px;
  color: #858585;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .hero__card-label {
    font-size: 14px;
  }
}
.hero__card-value {
  font-size: 20px;
  color: #2c304b;
}
@media (max-width: 768px) {
  .hero__card-value {
    font-size: 16px;
  }
}

.section-title {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  color: #2c304b;
  line-height: 147%;
}
@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 130%;
  }
}
.section-title--bold {
  font-weight: 700;
}

.catalog {
  padding: 60px 0 57px;
  background: #fff;
}
@media (max-width: 768px) {
  .catalog {
    padding: 40px 0;
  }
}
.catalog__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px 17px;
}
@media (max-width: 1024px) {
  .catalog__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
@media (max-width: 768px) {
  .catalog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.catalog__item {
  text-align: center;
}
.catalog__item:hover .catalog__img-wrap::after {
  opacity: 0;
}
.catalog__item-title {
  font-size: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.98);
  line-height: 1.23;
  display: block;
}
@media (max-width: 768px) {
  .catalog__item-title {
    font-size: 18px;
  }
}
.catalog__img-wrap {
  width: 206px;
  height: 220px;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 auto 20px;
  position: relative;
  display: block;
}
@media (max-width: 1024px) {
  .catalog__img-wrap {
    width: 100%;
    height: 180px;
  }
}
@media (max-width: 768px) {
  .catalog__img-wrap {
    height: 160px;
    margin-bottom: 12px;
  }
}
.catalog__img-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.23);
  transition: opacity 0.3s;
}
.catalog__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages {
  padding: 45px 0 45px;
}
@media (max-width: 768px) {
  .advantages {
    padding: 40px 0;
  }
}
.advantages__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
@media (max-width: 1024px) {
  .advantages__grid {
    grid-template-columns: 1fr;
  }
}
.advantages__item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 11px;
  padding: 18px;
  display: flex;
  flex-direction: row;
  gap: 30px;
  box-shadow: 4px 4px 36.2px rgba(0, 0, 0, 0.04);
}
@media (max-width: 768px) {
  .advantages__item {
    flex-direction: column;
    padding: 20px;
    gap: 16px;
  }
}
.advantages__img {
  width: 206px;
  height: 206px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .advantages__img {
    width: 100%;
    height: auto;
    max-width: 148px;
    margin: 0 auto;
  }
}
.advantages__title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .advantages__title {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
  }
}
.advantages__text {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.71);
  line-height: 1.34;
}
@media (max-width: 768px) {
  .advantages__text {
    font-size: 16px;
    text-align: center;
  }
}

.about {
  padding: 80px 0 52px;
  background: #fff;
}
@media (max-width: 768px) {
  .about {
    padding: 40px 0;
  }
}
.about__content {
  display: grid;
  grid-template-columns: 1fr 436px;
  gap: 80px;
}
@media (max-width: 1024px) {
  .about__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.about__title {
  font-size: 40px;
  font-weight: 400;
  color: #2c304b;
  margin-bottom: 32px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .about__title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
  }
}
.about__text-wrap {
  position: relative;
  padding-left: 61px;
}
@media (max-width: 768px) {
  .about__text-wrap {
    padding-left: 54px;
  }
}
.about__line {
  width: 42px;
  height: 3px;
  background: #65a9fc;
  margin-bottom: 30px;
  position: absolute;
  top: 13px;
  left: 0;
}
@media (max-width: 768px) {
  .about__line {
    width: 35px;
    height: 2px;
    top: 10px;
  }
}
.about__text p {
  font-size: 20px;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.82);
  margin-bottom: 20px;
  letter-spacing: 0.4px;
}
@media (max-width: 768px) {
  .about__text p {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.about__text strong {
  font-weight: 700;
}
.about__images {
  display: grid;
  grid-template-columns: 197px 225px;
  grid-template-rows: 201px 234px;
  gap: 15px;
}
@media (max-width: 1024px) {
  .about__images {
    justify-self: center;
  }
}
@media (max-width: 768px) {
  .about__images {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 12px;
    max-width: 350px;
    margin: 0 auto;
  }
}
.about__img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about__img--1 {
  grid-column: 1/-1;
  grid-row: 1;
}
@media (max-width: 768px) {
  .about__img--1 {
    grid-column: 1;
    grid-row: auto;
  }
}
.about__img--2 {
  grid-column: 1;
  grid-row: 2;
}
@media (max-width: 768px) {
  .about__img--2 {
    grid-column: 1;
    grid-row: auto;
  }
}
.about__img--3 {
  grid-column: 2;
  grid-row: 2;
}
@media (max-width: 768px) {
  .about__img--3 {
    grid-column: 1;
    grid-row: auto;
  }
}
@media (max-width: 768px) {
  .about__img {
    height: 200px;
  }
}

.cta {
  background: #fff;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .cta {
    padding-bottom: 40px;
  }
}
.cta__container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 20px;
  background: linear-gradient(135deg, #28293a 0%, #3c3e48 100%);
  background-image: url("../images/banner-img.png"), linear-gradient(135deg, #28293a 0%, #3c3e48 100%);
  background-size: auto;
  background-position: top right;
  background-repeat: no-repeat;
  box-shadow: 4px 4px 36.2px rgba(0, 0, 0, 0.3);
  border-radius: 11px;
}
@media (max-width: 768px) {
  .cta__container {
    padding: 40px 16px;
    background-size: contain;
    background-position: top center;
  }
}
.cta__title {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
  max-width: 673px;
  margin: 0 auto 47px;
}
@media (max-width: 768px) {
  .cta__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.cta__title--bold {
  font-weight: 700;
}
.cta__steps {
  display: flex;
  justify-content: center;
  gap: 110px;
}
@media (max-width: 1024px) {
  .cta__steps {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cta__steps {
    gap: 24px;
  }
}
.cta__step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  max-width: 376px;
}
@media (max-width: 768px) {
  .cta__step {
    max-width: 100%;
  }
}
.cta__step-icon {
  width: 41px;
  height: 41px;
  border-radius: 3px;
  background: linear-gradient(135deg, #778ff6 0%, #4b53d8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.cta__step-text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.43;
}
@media (max-width: 768px) {
  .cta__step-text {
    font-size: 16px;
  }
}
.cta__step-text strong {
  font-weight: 700;
}

.footer {
  background: #f0f1f6;
  padding: 47px 0 40px;
}
@media (max-width: 768px) {
  .footer {
    padding: 40px 0 30px;
  }
}
.footer__content {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .footer__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .footer__content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 0;
  }
}
@media (min-width: 1140px) {
  .footer .footer__col:nth-child(4) {
    margin-left: 72px;
  }
}
@media (max-width: 768px) {
  .footer .footer__col:nth-child(3), .footer .footer__col:nth-child(2) {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer__col {
    text-align: center;
  }
}
.footer__logo {
  width: 126px;
  height: 54px;
}
@media (max-width: 768px) {
  .footer__logo {
    margin: 0 auto;
  }
}
.footer__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .footer__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__menu li {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .footer__menu li {
    margin-bottom: 0;
  }
}
.footer__menu a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.71);
  letter-spacing: 0.16px;
  line-height: 1.8;
  transition: all 0.3s;
}
.footer__menu a svg {
    display: none;
}
.footer__menu a:hover {
  color: #4b53d8;
}
.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .footer__contacts {
    gap: 16px;
  }
}
.footer__contact-item {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 18px;
  line-height: 0.88;
}
@media (max-width: 768px) {
  .footer__contact-item {
    justify-content: center;
    font-size: 16px;
  }
}
.footer__contact-item img {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
.footer__legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .footer__legal {
    margin-top: 20px;
    align-items: center;
  }
}
.footer__legal a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.57);
  text-decoration: underline;
  letter-spacing: 0.14px;
  font-weight: 300;
  transition: all 0.3s;
}
.footer__legal a:hover {
  color: #4b53d8;
}
.footer__map {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .footer__map {
    margin-top: 20px;
  }
}
.footer__map-img {
  width: 100%;
  max-width: 340px;
  height: auto;
  border-radius: 5px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .footer__map-img {
    margin: 0 auto;
    max-width: 100%;
  }
}

.modal-form {
  max-width: 540px;
  width: 100%;
  padding: 50px;
  background: #fff;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .modal-form {
    padding: 30px 20px;
    max-width: 100%;
    margin: 0 16px;
  }
}
.modal-form__inner {
  width: 100%;
}
.modal-form__title {
  font-size: 32px;
  font-weight: 700;
  color: #2c304b;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .modal-form__title {
    font-size: 24px;
  }
}
.modal-form__subtitle {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  margin-bottom: 35px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .modal-form__subtitle {
    font-size: 14px;
  }
}

.order-form {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
}
.form-group--checkbox {
  margin-bottom: 30px;
}

.form-input,
.form-textarea {
  width: 100%;
  padding: 16px 20px;
  font-size: 16px;
  font-family: "Gilroy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #2c304b;
  background: #f7f8fa;
  border: 2px solid transparent;
  border-radius: 6px;
  transition: all 0.3s;
  outline: none;
}
.form-input::placeholder,
.form-textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.form-input:focus,
.form-textarea:focus {
  background: #fff;
  border-color: #4b53d8;
}

.form-textarea {
  resize: vertical;
  min-height: 100px;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  user-select: none;
}
.form-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-checkbox input[type=checkbox]:checked ~ .form-checkbox__text::before {
  background: #4b53d8;
  border-color: #4b53d8;
}
.form-checkbox input[type=checkbox]:checked ~ .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__text {
  position: relative;
  padding-left: 32px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
}
.form-checkbox__text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s;
}
.form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s;
}
.form-checkbox__text a {
  color: #4b53d8;
  text-decoration: underline;
}
.form-checkbox__text a:hover {
  text-decoration: none;
}

.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #778ff6 0%, #5665eb 100%);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 10px;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .burger-menu {
    display: flex;
  }
}
.burger-menu:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(91, 101, 232, 0.3);
}
.burger-menu span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.burger-menu span:nth-child(2) {
  width: 14px;
  margin-left: auto;
}
.burger-menu.active span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.burger-menu.active span:nth-child(2) {
  opacity: 0;
}
.burger-menu.active span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s;
}
.mobile-menu.active {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
}
.mobile-menu.active .mobile-menu__overlay {
  opacity: 1;
}
.mobile-menu.active .mobile-menu__content {
  transform: translateX(0);
}
.mobile-menu__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s;
}
.mobile-menu__content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 85%;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
}
.mobile-menu__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-menu__logo {
  width: 80px;
  height: auto;
}
.mobile-menu__close {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f1f6;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #2c304b;
  transition: all 0.3s;
}
.mobile-menu__close:hover {
  background: #4b53d8;
  color: #fff;
}
.mobile-menu__nav {
  margin-bottom: 20px;
}
.mobile-menu__list {
  list-style: none;
}
.mobile-menu__list li {
  margin-bottom: 0;
}
.mobile-menu__link {
  display: block;
  padding: 14px 0;
  font-size: 18px;
  font-weight: 400;
  color: rgba(33, 33, 33, 0.85);
  text-decoration: none;
  letter-spacing: 0.54px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: color 0.3s;
}
.mobile-menu__link:hover, .mobile-menu__link.active {
  color: #4b53d8;
}
.mobile-menu__link--dropdown {
  position: relative;
  cursor: pointer;
}
.mobile-menu__link--dropdown .nav__link-with-dropdown {
  display: block;
  padding: 14px 0;
  color: rgba(33, 33, 33, 0.85);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.mobile-menu__link--dropdown .nav__dropdown-icon {
  transition: transform 0.3s ease;
}
.mobile-menu__link--dropdown .nav__dropdown {
  position: static;
  transform: none;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  box-shadow: none;
  width: 100%;
  padding: 0 0 0 20px;
  margin-top: 0;
  transition: all 0.3s ease;
  border-bottom: none;
}
.mobile-menu__link--dropdown .nav__dropdown-inner {
  grid-template-columns: 1fr;
  gap: 0;
}
.mobile-menu__link--dropdown .nav__dropdown-list a {
  padding: 10px 12px;
  font-size: 16px;
  border-bottom: none;
}
.mobile-menu__link--dropdown.active .nav__dropdown-icon {
  transform: rotate(180deg);
}
.mobile-menu__link--dropdown.active .nav__dropdown {
  opacity: 1;
  visibility: visible;
  max-height: 500px;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  pointer-events: all; 
}
.mobile-menu__link--dropdown::before {
  display: none;
}
@media(max-width: 991px) {
 .nav__dropdown-list a:hover::before {
    opacity: 0;
}   
}

.mobile-menu__info-blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
.mobile-menu__info-block {
  display: flex;
  gap: 12px;
  align-items: center;
}
.mobile-menu__info-icon {
  width: 57px;
  height: 57px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #778ff6 0%, #3f53e8 100%);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu__info-icon img {
  width: 26px;
  height: 26px;
}
.mobile-menu__info-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.mobile-menu__info-label {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.mobile-menu__info-value {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13px;
  line-height: 1.28;
  color: rgba(0, 0, 0, 0.48);
}

.mobile-contact {
    padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  display: flex;
  gap: 10px;
}

.mobile-socials-icon a {
    display: block;
    width: 45px;
}
.mobile-socials-icon a img {
    max-width: 100%;
    height: auto;
}
.mobile-menu__phone-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
  
}

.mobile-menu__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
  color: #000;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s;
}
.mobile-menu__phone:hover {
  color: #4b53d8;
}
.mobile-menu__phone-icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}
.mobile-menu__phone-status {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.48);
}
.mobile-menu__status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #5edf3e;
}
.mobile-menu__cta {
  width: 100%;
  margin-top: auto;
}

.fancybox__backdrop {
  opacity: 0.88;
}

.breadcrumbs {
  padding: 24px 0;
  background: #f0f1f6;
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding: 16px 0;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: rgba(0, 0, 0, 0.4);
}
.breadcrumbs__link {
  color: rgba(0, 0, 0, 0.6);
  transition: all 0.3s;
}
.breadcrumbs__link:hover {
  color: #4b53d8;
}
.breadcrumbs__current {
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

.footer__map-container {
  width: 100%;
  height: 140px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
}
@media (min-width: 768px) {
  .footer__map-container {
    max-width: 340px;
    margin: 0;
  }
}

.map-placeholder {
  background: linear-gradient(135deg, #e8e8e8 0%, #f5f5f5 100%);
  cursor: pointer;
  transition: all 0.3s;
}
.map-placeholder:hover {
  background: linear-gradient(135deg, #e0e0e0 0%, #ececec 100%);
}
.map-placeholder:hover .map-placeholder__content {
  transform: scale(1.05);
}
.map-placeholder__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  color: rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
.map-placeholder__content svg {
  width: 48px;
  height: 48px;
  opacity: 0.7;
}
.map-placeholder__content span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  opacity: 0.8;
}

.footer__map-container:not(.map-placeholder) .map-placeholder__content {
  display: none;
}

.about-main {
  padding: 40px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .about-main {
    padding: 60px 0;
  }
}
.about-main__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .about-main__content {
    grid-template-columns: 1fr 436px;
    gap: 80px;
  }
}
.about-main__title {
  font-size: 28px;
  font-weight: 400;
  color: #2c304b;
  margin-bottom: 24px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .about-main__title {
    font-size: 40px;
    text-align: left;
    margin-bottom: 32px;
  }
}
.about-main__text-wrap {
  position: relative;
  padding-left: 54px;
}
@media (min-width: 768px) {
  .about-main__text-wrap {
    padding-left: 61px;
  }
}
.about-main__line {
  width: 35px;
  height: 2px;
  background: #65a9fc;
  margin-bottom: 30px;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (min-width: 768px) {
  .about-main__line {
    width: 42px;
    height: 3px;
    top: 13px;
  }
}
.about-main__text p {
  font-size: 16px;
  line-height: 1.43;
  color: rgba(0, 0, 0, 0.82);
  margin-bottom: 16px;
  letter-spacing: 0.4px;
}
@media (min-width: 768px) {
  .about-main__text p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.about-main__text strong {
  font-weight: 700;
}
.about-main__images {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto;
  gap: 12px;
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .about-main__images {
    grid-template-columns: 197px 225px;
    grid-template-rows: 201px 234px;
    gap: 15px;
    max-width: none;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .about-main__images {
    justify-self: center;
  }
}
.about-main__img {
  border-radius: 5px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .about-main__img {
    height: 100%;
  }
}
.about-main__img--1 {
  grid-column: 1;
  grid-row: auto;
}
@media (min-width: 768px) {
  .about-main__img--1 {
    grid-column: 1/-1;
    grid-row: 1;
  }
}
.about-main__img--2 {
  grid-column: 1;
  grid-row: auto;
}
@media (min-width: 768px) {
  .about-main__img--2 {
    grid-column: 1;
    grid-row: 2;
  }
}
.about-main__img--3 {
  grid-column: 1;
  grid-row: auto;
}
@media (min-width: 768px) {
  .about-main__img--3 {
    grid-column: 2;
    grid-row: 2;
  }
}

.company-details {
  padding: 40px 0;
  background: #f0f1f6;
}
@media (min-width: 768px) {
  .company-details {
    padding: 60px 0;
  }
}
.company-details__wrapper {
  /*display: grid;
  grid-template-columns: 1fr;
  gap: 24px;

  @media (min-width: $tablet) {
    grid-template-columns: 1fr 1fr;
  }*/
}
.company-details__card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  padding: 24px 20px;
  box-shadow: 4px 4px 36.2px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .company-details__card {
    padding: 40px;
  }
}
.company-details__card--director {
  display: flex;
  flex-direction: column;
}
.company-details__logo {
  display: none;
}
@media (min-width: 768px) {
  .company-details__logo {
    display: block;
    max-width: 263px;
    margin: 70px auto 0;
    opacity: 0.7;
    filter: grayscale(1);
  }
}
.company-details__title {
  font-size: 22px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 24px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .company-details__title {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: left;
  }
}
.company-details__grid {
  display: grid;
  gap: 6px;
}
.company-details__item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .company-details__item {
    grid-template-columns: 200px 1fr;
    gap: 16px;
    padding-bottom: 6px;
  }
}
.company-details__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.company-details__label {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
@media (min-width: 768px) {
  .company-details__label {
    font-size: 15px;
  }
}
.company-details__value {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .company-details__value {
    font-size: 16px;
  }
}

.director {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .director {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 30px;
  }
}
.director__photo {
  flex-shrink: 0;
  width: 140px;
  height: 180px;
  border-radius: 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .director__photo {
    width: 160px;
    height: 200px;
  }
}
.director__photo-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e0e0e0 0%, #f5f5f5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.director__photo-placeholder::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.director__photo-placeholder::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 40px 40px 0 0;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.director__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.director__name {
  font-size: 20px;
  font-weight: 600;
  color: #2c304b;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .director__name {
    font-size: 24px;
  }
}
.director__position {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .director__position {
    font-size: 16px;
  }
}
.director__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .director__contacts {
    align-items: flex-start;
  }
}
.director__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #2c304b;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .director__contact {
    font-size: 16px;
  }
}
.director__contact svg {
  flex-shrink: 0;
}
.director__contact:hover {
  color: #4b53d8;
}

.gallery {
  padding: 40px 0 60px;
  background: #fff;
}
@media (min-width: 768px) {
  .gallery {
    padding: 60px 0 80px;
  }
}
.gallery__swiper {
  position: relative;
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .gallery__swiper {
    padding: 0 50px 60px;
  }
}
.gallery__item {
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.gallery__img {
  width: 100%;
  height: 238px;
  background: linear-gradient(135deg, #d0d0d0 0%, #e8e8e8 100%);
  border-radius: 8px;
}
.gallery__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery__swiper .swiper-button-prev,
.gallery__swiper .swiper-button-next {
  display: none;
}
@media (min-width: 768px) {
  .gallery__swiper .swiper-button-prev,
  .gallery__swiper .swiper-button-next {
    display: flex;
    width: 44px;
    height: 44px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }
  .gallery__swiper .swiper-button-prev::after,
  .gallery__swiper .swiper-button-next::after {
    font-size: 20px;
    color: #4b53d8;
    font-weight: bold;
  }
  .gallery__swiper .swiper-button-prev:hover,
  .gallery__swiper .swiper-button-next:hover {
    background: #4b53d8;
    box-shadow: 0 6px 20px rgba(75, 83, 216, 0.3);
  }
  .gallery__swiper .swiper-button-prev:hover::after,
  .gallery__swiper .swiper-button-next:hover::after {
    color: #fff;
  }
}
.gallery__swiper .swiper-button-prev {
  left: 0;
}
.gallery__swiper .swiper-button-next {
  right: 0;
}
.gallery__swiper .swiper-pagination {
  bottom: 10px;
}
@media (min-width: 768px) {
  .gallery__swiper .swiper-pagination {
    bottom: 20px;
  }
}
.gallery__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 0.3s;
}
.gallery__swiper .swiper-pagination-bullet-active {
  background: #4b53d8;
  width: 24px;
  border-radius: 5px;
}

.blog-hero {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-hero {
    padding: 60px 0;
  }
}
.blog-hero__title {
  font-size: 28px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 16px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .blog-hero__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.blog-hero__description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.7);
  max-width: 700px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .blog-hero__description {
    font-size: 17px;
  }
}

.blog-grid {
  padding: 50px 0 70px;
  background: #f0f1f6;
  position: relative;
}
@media (min-width: 768px) {
  .blog-grid {
    padding: 70px 0 90px;
  }
}
.blog-grid:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.16;
  background: linear-gradient(90deg, #4b53d8 0%, #65a9fc 100%);
}
.blog-grid__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media (min-width: 768px) {
  .blog-grid__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media (min-width: 1024px) {
  .blog-grid__inner {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
}
.blog-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.blog-card__image {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f0f1f6;
  position: relative;
}
@media (min-width: 768px) {
  .blog-card__image {
    height: 240px;
  }
}
.blog-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8e9ed 0%, #f5f6f8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.blog-card__placeholder::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(75, 83, 216, 0.08);
  border-radius: 50%;
}
.blog-card__placeholder::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(75, 83, 216, 0.2);
  border-radius: 50%;
  border-top-color: transparent;
}
.blog-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .blog-card__content {
    padding: 28px;
  }
}
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.blog-card__date {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .blog-card__date {
    font-size: 14px;
  }
}
.blog-card__category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4b53d8;
  background: rgba(75, 83, 216, 0.1);
  padding: 4px 10px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .blog-card__category {
    font-size: 13px;
    padding: 5px 12px;
  }
}
.blog-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #2c304b;
  line-height: 1.4;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .blog-card__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.blog-card__title a:hover {
  color: #4b53d8;
}
.blog-card__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
  flex: 1;
}
@media (min-width: 768px) {
  .blog-card__excerpt {
    font-size: 15px;
  }
}
.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #4b53d8;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .blog-card__link {
    font-size: 15px;
  }
}
.blog-card__link svg {
  transition: all 0.3s;
}
.blog-card__link:hover {
  gap: 10px;
}
.blog-card__link:hover svg {
  transform: translateX(2px);
}
.blog-card--small .blog-card__image {
  height: 160px;
}
.blog-card--small .blog-card__content {
  padding: 20px;
}
.blog-card--small .blog-card__title {
  font-size: 16px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blog-card--small .blog-card__title {
    font-size: 17px;
  }
}

.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .blog-pagination {
    gap: 12px;
  }
}
.blog-pagination__btn, .blog-pagination__number {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #fff;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #2c304b;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .blog-pagination__btn, .blog-pagination__number {
    width: 44px;
    height: 44px;
    font-size: 15px;
  }
}
.blog-pagination__btn:hover:not(.blog-pagination__btn--disabled, .blog-pagination__number--disabled):not(.blog-pagination__btn--active, .blog-pagination__number--active), .blog-pagination__number:hover:not(.blog-pagination__btn--disabled, .blog-pagination__number--disabled):not(.blog-pagination__btn--active, .blog-pagination__number--active) {
  border-color: #4b53d8;
  color: #4b53d8;
  background: rgba(75, 83, 216, 0.05);
}
.blog-pagination__number--active {
  background: #4b53d8;
  border-color: #4b53d8;
  color: #fff;
}
.blog-pagination__btn--disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.post {
  padding: 40px 0 60px;
  background: #fff;
}
@media (min-width: 768px) {
  .post {
    padding: 60px 0 80px;
  }
}
.post .container {
  /*max-width: 820px;*/
}

.post .container  h1 {
    max-width: 720px;
}
.post__header {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .post__header {
    margin-bottom: 50px;
  }
}
.post__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .post__meta {
    margin-bottom: 24px;
  }
}
.post__date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .post__date {
    font-size: 15px;
  }
}
.post__category {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #4b53d8;
  background: rgba(75, 83, 216, 0.1);
  padding: 6px 14px;
  border-radius: 6px;
}
@media (min-width: 768px) {
  .post__category {
    font-size: 14px;
    padding: 7px 16px;
  }
}
.post__title {
  font-size: 28px;
  font-weight: 700;
  color: #2c304b;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .post__title {
    font-size: 38px;
    margin-bottom: 40px;
  }
}
.post__image {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  overflow: hidden;
  background: #f0f1f6;
}
@media (min-width: 768px) {
  .post__image {
    height: 400px;
  }
}
.post__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8e9ed 0%, #f5f6f8 100%);
}
.post__body {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .post__body {
    font-size: 17px;
    line-height: 1.9;
  }
}
.post__body p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post__body p {
    margin-bottom: 24px;
  }
}

.post__body p a {
    color: #4b53d8;    
}

.post__body h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2c304b;
  margin: 40px 0 20px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .post__body h2 {
    font-size: 28px;
    margin: 50px 0 24px;
  }
}
.post__body h2:first-child {
  margin-top: 0;
}
.post__body h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2c304b;
  margin: 32px 0 16px;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .post__body h3 {
    font-size: 23px;
    margin: 40px 0 20px;
  }
}
.post__body strong {
  font-weight: 600;
  color: #2c304b;
}
.post__body img {
  border-radius: 12px;
  height: auto;
  max-width: 100%;
}
.post__body ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 16px;
}
@media (min-width: 768px) {
  .post__body ul {
    margin: 20px 0 20px;
  }
}
.post__body ul li {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .post__body ul li {
    margin-bottom: 0;
  }
}
.post__body ul li:last-child {
  margin-bottom: 0;
}
.post__body ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #4b53d8;
  font-size: 14px;
  top: 2px;
}
.post__body ul a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
@media (min-width: 768px) {
  .post__body ul a {
    font-size: 16px;
  }
}
.post__body ul a:hover {
  color: #4b53d8;
}
.post__lead {
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: rgba(0, 0, 0, 0.75) !important;
  margin-bottom: 32px !important;
}
@media (min-width: 768px) {
  .post__lead {
    font-size: 20px !important;
    margin-bottom: 40px !important;
  }
}
.post__footer {
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.13);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 768px) {
  .post__footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    padding-top: 50px;
  }
}
.post__share {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.post__share-label {
  font-size: 15px;
  font-weight: 600;
  color: #2c304b;
}
@media (min-width: 768px) {
  .post__share-label {
    font-size: 16px;
  }
}
.post__share-buttons {
  display: flex;
  gap: 10px;
}
.post__share-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.13);
  background: #fff;
  border-radius: 8px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .post__share-btn {
    width: 44px;
    height: 44px;
  }
}
.post__share-btn:hover {
  border-color: #4b53d8;
  color: #4b53d8;
  background: rgba(75, 83, 216, 0.05);
}
.post__back-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #4b53d8;
  text-decoration: none;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .post__back-link {
    font-size: 16px;
  }
}
.post__back-link svg {
  transition: all 0.3s;
}
.post__back-link:hover {
  gap: 12px;
}
.post__back-link:hover svg {
  transform: translateX(-2px);
}

.related-posts {
  padding: 60px 0 80px;
  background: #f0f1f6;
  position: relative;
}
@media (min-width: 768px) {
  .related-posts {
    padding: 80px 0 100px;
  }
}
.related-posts:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.16;
  background: linear-gradient(90deg, #4b53d8 0%, #65a9fc 100%);
}
.related-posts__title {
  font-size: 26px;
  font-weight: 600;
  color: #2c304b;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .related-posts__title {
    font-size: 32px;
    margin-bottom: 50px;
  }
}
.related-posts__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
@media (min-width: 768px) {
  .related-posts__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.glossary {
  background: #f8f9fc;
  border-left: 3px solid #4b53d8;
  padding: 24px 28px;
  margin: 32px 0 40px;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .glossary {
    padding: 28px 32px;
    margin: 40px 0 50px;
  }
}
.glossary > div {
  font-size: 16px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .glossary > div {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.glossary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.glossary ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .glossary ul li {
    margin-bottom: 12px;
  }
}
.glossary ul li:last-child {
  margin-bottom: 0;
}
.glossary ul li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: #4b53d8;
  font-size: 14px;
}
.glossary ul a {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  transition: all 0.3s;
  display: inline-block;
}
@media (min-width: 768px) {
  .glossary ul a {
    font-size: 16px;
  }
}
.glossary ul a:hover {
  color: #4b53d8;
  transform: translateX(3px);
}

.contacts-info {
  padding: 40px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .contacts-info {
    padding: 60px 0;
  }
}
.contacts-info__title {
  font-size: 28px;
  font-weight: 400;
  color: #2c304b;
  margin-bottom: 32px;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .contacts-info__title {
    font-size: 40px;
    text-align: left;
    margin-bottom: 48px;
  }
}
.contacts-info__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (min-width: 1024px) {
  .contacts-info__content {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.contacts-info__details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .contacts-info__details {
    gap: 12px;
  }
}
.contacts-info__map {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) {
  .contacts-info__map {
    height: 350px;
  }
}
@media (min-width: 1024px) {
  .contacts-info__map {
    height: 100%;
    min-height: 400px;
  }
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 8px 20px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .contact-card {
    gap: 20px;
    padding: 12px 24px;
  }
}
.contact-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.contact-card__icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .contact-card__icon {
    width: 56px;
    height: 56px;
  }
}
.contact-card__icon img,
.contact-card__icon svg {
  width: 100%;
  height: 100%;
}
.contact-card__text {
  flex: 1;
}
.contact-card__title {
  font-size: 16px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 5px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .contact-card__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.contact-card__value {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
}
@media (min-width: 768px) {
  .contact-card__value {
    font-size: 15px;
  }
}
.contact-card__value a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}
.contact-card__value a:hover {
  color: #4b53d8;
}

.feedback-section {
  padding: 50px 0 70px;
  background: linear-gradient(135deg, #f8f9fd 0%, #ffffff 100%);
  position: relative;
}
@media (min-width: 768px) {
  .feedback-section {
    padding: 70px 0 90px;
  }
}
@media (min-width: 1024px) {
  .feedback-section {
    padding: 80px 0 100px;
  }
}
.feedback-section .container {
  position: relative;
}
.feedback-section .modal-form__inner {
  max-width: 800px;
  background: #fff;
  border: 1px solid rgba(75, 83, 216, 0.08);
  box-shadow: 0 8px 32px rgba(75, 83, 216, 0.12);
  position: relative;
  overflow: hidden;
  padding: 24px 12px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .feedback-section .modal-form__inner {
    padding: 40px;
  }
}
.feedback-section .modal-form__inner::after {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, rgba(75, 83, 216, 0.05) 0%, rgba(101, 169, 252, 0.05) 100%);
  border-radius: 50%;
  pointer-events: none;
}
@media (min-width: 768px) {
  .feedback-section .modal-form__inner::after {
    width: 200px;
    height: 200px;
    top: -121px;
    right: 8px;
  }
}
.feedback-section .modal-form__title {
  position: relative;
  display: inline-block;
  line-height: 120%;
}
.feedback-section .modal-form__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #4b53d8 0%, #65a9fc 100%);
  border-radius: 2px;
}
@media (min-width: 768px) {
  .feedback-section .modal-form__title::after {
    width: 80px;
    height: 4px;
  }
}
.feedback-section .modal-form__subtitle {
  margin-top: 10px;
}
.feedback-section .form-checkbox__text {
  text-align: left;
}
.feedback-section .order-form {
  position: relative;
  z-index: 1;
}

.prices-hero {
  padding: 40px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .prices-hero {
    padding: 60px 0;
  }
}
.prices-hero__title {
  font-size: 28px;
  font-weight: 400;
  color: #2c304b;
  margin-bottom: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .prices-hero__title {
    font-size: 40px;
    margin-bottom: 32px;
  }
}
.prices-hero__description {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
  max-width: 900px;
}
@media (min-width: 768px) {
  .prices-hero__description {
    font-size: 16px;
  }
}

.price-download {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8f9fd 0%, #ffffff 100%);
  position: relative;
}
@media (min-width: 768px) {
  .price-download {
    padding: 60px 0;
  }
}
.price-download::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  opacity: 0.16;
  background: linear-gradient(90deg, #4b53d8 0%, #65a9fc 100%);
}
.price-download__inner {
  background: #fff;
  border-radius: 12px;
  padding: 32px 24px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .price-download__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 40px 48px;
    gap: 32px;
  }
}
.price-download__content {
  flex: 1;
}
.price-download__title {
  font-size: 22px;
  font-weight: 700;
  color: #2c304b;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .price-download__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
.price-download__text {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .price-download__text {
    font-size: 16px;
  }
}
.price-download__date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
}
.price-download .btn {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.price-download .btn svg {
  width: 20px;
  height: 20px;
}

.price-table-section {
  padding: 0 0 50px;
  background: #fff;
}
@media (min-width: 768px) {
  .price-table-section {
    padding: 0 0 70px;
  } 
}

.price-table-wrapper {
  background: #fff;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.13);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.price-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.price-table-scroll::-webkit-scrollbar {
  height: 8px;
}
.price-table-scroll::-webkit-scrollbar-track {
  background: #f0f1f6;
}
.price-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(75, 83, 216, 0.3);
  border-radius: 4px;
}
.price-table-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(75, 83, 216, 0.5);
}

.price-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 14px;
}
@media (min-width: 768px) {
  .price-table {
    font-size: 15px;
  }
}
.price-table thead {
  background: linear-gradient(135deg, #4b53d8 0%, rgb(54.0410958904, 62.9726027397, 211.4589041096) 100%);
  color: #fff;
}
.price-table thead tr th {
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /*white-space: nowrap;*/
}
@media (min-width: 768px) {
  .price-table thead tr th {
    padding: 18px 16px;
    font-size: 14px;
  }
}
.price-table thead tr th:first-child {
  border-radius: 0;
}
.price-table thead tr th:last-child {
  border-radius: 0;
}
.price-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  transition: all 0.3s;
}
.price-table tbody tr:hover {
  background: rgba(75, 83, 216, 0.02);
}
.price-table tbody tr.category-row {
  background: #f0f1f6;
  font-weight: 600;
}
.price-table tbody tr.category-row:hover {
  background: rgb(230.4375, 232.075, 240.2625);
}
.price-table tbody tr.category-row td {
  padding: 14px 12px;
  color: #2c304b;
  font-size: 15px;
}
@media (min-width: 768px) {
  .price-table tbody tr.category-row td {
    padding: 16px;
    font-size: 16px;
  }
}
.price-table tbody tr td {
  padding: 12px;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .price-table tbody tr td {
    padding: 14px 16px;
  }
}
.price-table tbody tr td:first-child {
  color: #2c304b;
  font-weight: 500;
}
.price-table tbody tr td:nth-child(2), .price-table tbody tr td:nth-child(5), .price-table tbody tr td:nth-child(6) {
  color: #4b53d8;
  font-weight: 600;
}

.price-note {
  margin-top: 32px;
  padding: 20px 24px;
  background: #fff8e1;
  border-left: 4px solid #ffc107;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .price-note {
    padding: 24px 32px;
  }
}
.price-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .price-note p {
    font-size: 15px;
  }
}
.price-note p strong {
  color: #2c304b;
  font-weight: 600;
}
.price-note p a {
  color: #4b53d8;
  text-decoration: none;
  font-weight: 600;
}
.price-note p a:hover {
  text-decoration: underline;
}

.content-section {
  padding: 50px 0 70px;
  background: #f0f1f6;
}
@media (min-width: 768px) {
  .content-section {
    padding: 70px 0 90px;
  }
}

.content-block {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .content-block {
    margin-bottom: 64px;
  }
}
.content-block:last-child {
  margin-bottom: 0;
}
.content-block__title {
  font-size: 24px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 24px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .content-block__title {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
.content-block p {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .content-block p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.metal-types {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768px) {
  .metal-types {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

.metal-type-card {
  background: #fff;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .metal-type-card {
    padding: 28px;
  }
}
.metal-type-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.metal-type-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 12px;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .metal-type-card h3 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.metal-type-card p {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
  margin: 0;
}
@media (min-width: 768px) {
  .metal-type-card p {
    font-size: 15px;
  }
}

.advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .advantages-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.advantages-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.75);
  padding: 16px 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  .advantages-list li {
    font-size: 16px;
    padding: 18px 24px;
  }
}
.advantages-list li::before {
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: linear-gradient(135deg, #4b53d8 0%, #65a9fc 100%);
  color: #fff;
  border-radius: 50%;
  font-weight: 700;
  flex-shrink: 0;
  font-size: 14px;
}

.company-info-section {
  padding: 50px 0;
  background: #fff;
}
@media (min-width: 768px) {
  .company-info-section {
    padding: 70px 0;
  }
}

.company-info-block {
  max-width: 900px;
  margin: 0 auto;
}
.company-info-block p {
  font-size: 15px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .company-info-block p {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.company-info-block p:last-child {
  margin-bottom: 0;
}
.company-info-block p strong {
  color: #4b53d8;
  font-weight: 600;
}

.related-materials {
  padding: 50px 0 70px;
  background: #fff;
}
@media (min-width: 768px) {
  .related-materials {
    padding: 70px 0 90px;
  }
}
.related-materials__title {
  font-size: 24px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .related-materials__title {
    font-size: 32px;
    margin-bottom: 48px;
  }
}
.related-materials__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .related-materials__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.material-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  cursor: pointer;
}
.material-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.material-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f0f1f6;
}
@media (min-width: 768px) {
  .material-card__image {
    height: 220px;
  }
}
.material-card__placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #e8e9ed 0%, #f5f6f8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.material-card__placeholder::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(75, 83, 216, 0.1);
  border-radius: 50%;
}
.material-card__placeholder::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid rgba(75, 83, 216, 0.3);
  border-radius: 50%;
  border-top-color: transparent;
}
.material-card__title {
  padding: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #2c304b;
  line-height: 1.5;
  min-height: 90px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .material-card__title {
    padding: 24px;
    font-size: 16px;
    min-height: 100px;
  }
}
.material-card__title:hover {
  color: #4b53d8;
}

/* ============================================
   Catalog Product Page Styles
   catalog-page.css
   ============================================ */

/* --- Hero --- */
.catalog-hero {
  background: #fff;
  padding: 48px 0 40px;
}

.catalog-hero__inner {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

@media (max-width: 1024px) {
  .catalog-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.catalog-hero__title {
  font-size: 40px;
  font-weight: 400;
  color: #2c304b;
  line-height: 1.25;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .catalog-hero__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}

.catalog-hero__content p {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.72);
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .catalog-hero__content p {
    font-size: 15px;
  }
}

.catalog-hero__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog-hero__content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.78);
}

.catalog-hero__content ul li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #778ff6 0%, #4b53d8 100%);
  flex-shrink: 0;
}

.catalog-hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .catalog-hero__hero {
    padding: 0;
  }
}

/* --- Sidebar card --- */
.catalog-sidebar {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catalog-contact-card {
  background: linear-gradient(135deg, #4b53d8 0%, #6772e8 100%);
  border-radius: 10px;
  padding: 28px 24px;
  color: #fff;
}

.catalog-contact-card__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.3;
}

.catalog-contact-card__text {
  font-size: 13px;
  opacity: 0.82;
  margin-bottom: 20px;
  line-height: 1.5;
}

.catalog-contact-card__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.catalog-contact-card__phone:hover {
  opacity: 0.88;
}

.catalog-contact-card .btn--outline {
  border-color: rgba(255, 255, 255, 0.6);
  color: #fff;
  background: transparent;
  font-size: 14px;
  padding: 12px 20px;
  width: 100%;
}

.catalog-contact-card .btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

.catalog-info-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.catalog-info-card__title {
  font-size: 15px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 14px;
}

.catalog-info-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalog-info-card__list li {
  display: flex;
  gap: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.4;
}

.catalog-info-card__list li::before {
  content: '→';
  color: #4b53d8;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}

.catalog-info-card__list li svg {
    display: none;
}

/* --- Article body --- */
.catalog-article {
  background: #fff;
  padding: 0 0 60px;
}

.catalog-article__layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

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

.catalog-article__body {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
}

@media (max-width: 768px) {
  .catalog-article__body {
    font-size: 15px;
  }
}

.catalog-article__body h2 {
  font-size: 26px;
  font-weight: 600;
  color: #2c304b;
  margin: 44px 0 18px;
  line-height: 1.3;
  padding-top: 4px;
}

@media (max-width: 768px) {
  .catalog-article__body h2 {
    font-size: 20px;
    margin: 32px 0 14px;
  }
}

.catalog-article__body h2:first-child {
  margin-top: 0;
}

.catalog-article__body p {
  margin-bottom: 20px;
}

.catalog-article__body strong {
  font-weight: 600;
  color: #2c304b;
}

.catalog-article__body ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
}

.catalog-article__body ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.6;
}

.catalog-article__body ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  top: 1px;
  color: #4b53d8;
  font-size: 13px;
}

/* Types grid inside article */
.catalog-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 20px 0 28px;
}

@media (max-width: 640px) {
  .catalog-types {
    grid-template-columns: 1fr;
  }
}

.catalog-type-card {
  background: #f7f8fc;
  border-left: 3px solid #4b53d8;
  border-radius: 0 8px 8px 0;
  padding: 16px 18px;
}

.catalog-type-card__name {
  font-size: 15px;
  font-weight: 700;
  color: #2c304b;
  margin-bottom: 6px;
}

.catalog-type-card__desc {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  margin: 0;
}

/* Requirements list */
.catalog-requirements {
  list-style: none;
  padding: 0;
  margin: 16px 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.catalog-requirements li {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 16px 18px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.55;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: start;
}

.catalog-requirements li::before {
  content: none !important;
}

.catalog-requirements__icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background: linear-gradient(135deg, #778ff6 0%, #4b53d8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}

.catalog-requirements__text strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 3px;
}

/* --- TOC (Table of Contents) --- */
.catalog-toc {
  background: #f7f8fc;
  border-left: 3px solid #4b53d8;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  margin-bottom: 36px;
}

.catalog-toc__title {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}

.catalog-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  counter-reset: toc-counter;
}

.catalog-toc__list li {
  counter-increment: toc-counter;
  position: relative;
  padding-left: 24px;
  font-size: 14px;
}

.catalog-toc__list li::before {
  content: counter(toc-counter) '.';
  position: absolute;
  left: 0;
  color: #4b53d8;
  font-size: 13px;
  font-weight: 600;
}

.catalog-toc__list a {
  color: rgba(0, 0, 0, 0.72);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.4;
}

.catalog-toc__list a:hover {
  color: #4b53d8;
}

/* --- Anchor targets --- */
.anchor-target {
  scroll-margin-top: 80px;
}

/* --- Price section --- */
.catalog-price-section {
  background: #f0f1f6;
  padding: 60px 0 70px;
}

@media (max-width: 768px) {
  .catalog-price-section {
    padding: 40px 0 50px;
  }
}

.catalog-price-section__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 28px;
  flex-wrap: wrap;
}

.catalog-price-section__title {
  font-size: 32px;
  font-weight: 600;
  color: #2c304b;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .catalog-price-section__title {
    font-size: 22px;
  }
}

.catalog-price-section__date {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

/* Price table (specific for this page - simplified version) */
.catalog-price-table-wrapper {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
}

.catalog-price-table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.catalog-price-table-scroll::-webkit-scrollbar {
  height: 6px;
}

.catalog-price-table-scroll::-webkit-scrollbar-track {
  background: #f0f1f6;
}

.catalog-price-table-scroll::-webkit-scrollbar-thumb {
  background: rgba(75, 83, 216, 0.35);
  border-radius: 3px;
}

.catalog-price-table {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  font-size: 14px;
}

@media (min-width: 768px) {
  .catalog-price-table {
    font-size: 15px;
  }
}

.catalog-price-table thead {
  background: linear-gradient(135deg, #4b53d8 0%, #3a43c8 100%);
  color: #fff;
}

.catalog-price-table thead th {
  padding: 16px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .catalog-price-table thead th {
    padding: 18px 20px;
  }
}

.catalog-price-table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transition: background 0.2s;
}

.catalog-price-table tbody tr:last-child {
  border-bottom: none;
}

.catalog-price-table tbody tr:hover {
  background: rgba(75, 83, 216, 0.03);
}

.catalog-price-table tbody td {
  padding: 14px 18px;
  color: rgba(0, 0, 0, 0.78);
}

@media (min-width: 768px) {
  .catalog-price-table tbody td {
    padding: 16px 20px;
  }
}

.catalog-price-table tbody td:first-child {
  font-weight: 500;
  color: #2c304b;
}

.catalog-price-table__price-ton {
  color: #4b53d8;
  font-weight: 700;
  font-size: 15px;
}

.catalog-price-table__price-unit {
  color: rgba(0, 0, 0, 0.55);
  font-size: 13px;
}

.catalog-price-table__price-hlyst {
  color: #2c304b;
  font-weight: 600;
}

.catalog-price-note {
  margin-top: 20px;
  padding: 16px 20px;
  background: rgba(255, 193, 7, 0.12);
  border-left: 4px solid #ffc107;
  border-radius: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.78);
  line-height: 1.6;
}

.catalog-price-note strong {
  color: #2c304b;
  font-weight: 600;
}

.catalog-price-note a {
  color: #4b53d8;
  font-weight: 600;
  text-decoration: none;
}

.catalog-price-note a:hover {
  text-decoration: underline;
}

/* --- CTA banner inside catalog page --- */
.catalog-cta {
  background: #fff;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .catalog-cta {
    padding: 40px 0;
  }
}

.catalog-cta__inner {
  background: linear-gradient(135deg, #28293a 0%, #3c3e52 100%);
  border-radius: 12px;
  padding: 48px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .catalog-cta__inner {
    padding: 32px 24px;
    flex-direction: column;
    text-align: center;
  }
}

.catalog-cta__text {
  flex: 1;
}

.catalog-cta__title {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .catalog-cta__title {
    font-size: 20px;
  }
}

.catalog-cta__subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.5;
}

.catalog-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .catalog-cta__actions {
    width: 100%;
    flex-direction: column;
  }
}

.catalog-cta__actions .btn--primary {
  white-space: nowrap;
}

.catalog-cta__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  white-space: nowrap;
}

.catalog-cta__phone:hover {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .catalog-cta__phone {
    justify-content: center;
  }
}


/* ============================================
   Catalog Index Page Styles
   catalog-index.css
   ============================================ */

/* --- Page Hero --- */
.catalog-index-hero {
  background: #fff;
  padding: 50px 0 44px;
}

@media (max-width: 768px) {
  .catalog-index-hero {
    padding: 32px 0 28px;
  }
}

.catalog-index-hero__title {
  font-size: 40px;
  font-weight: 400;
  color: #2c304b;
  line-height: 1.25;
  margin-bottom: 18px;
}

@media (max-width: 768px) {
  .catalog-index-hero__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

.catalog-index-hero__title span {
  font-weight: 700;
}

.catalog-index-hero__desc {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.68);
  max-width: 820px;
}

@media (max-width: 768px) {
  .catalog-index-hero__desc {
    font-size: 15px;
  }
}

/* --- Category Grid --- */
.catalog-index-grid {
  background: #f0f1f6;
  padding: 50px 0 60px;
}

@media (max-width: 768px) {
  .catalog-index-grid {
    padding: 36px 0 44px;
  }
}

.catalog-index-grid__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (max-width: 1024px) {
  .catalog-index-grid__inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .catalog-index-grid__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

/* --- Category Card --- */
.cat-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s, transform 0.3s;
  position: relative;
}

.cat-card:hover {
  box-shadow: 0 8px 28px rgba(75, 83, 216, 0.15);
  transform: translateY(-4px);
}

.cat-card__img-wrap {
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #e8e9ed;
  position: relative;
  flex-shrink: 0;
}

@media (max-width: 1024px) {
  .cat-card__img-wrap {
    height: 170px;
  }
}

@media (max-width: 640px) {
  .cat-card__img-wrap {
    height: 140px;
  }
}

.cat-card__img-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 0, 0, 0.2) 100%
  );
  transition: opacity 0.3s;
}

.cat-card:hover .cat-card__img-wrap::after {
  opacity: 0;
}

.cat-card__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  display: block;
}

.cat-card:hover .cat-card__img-wrap img {
  transform: scale(1.06);
}

.cat-card__body {
  padding: 16px 18px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}

@media (max-width: 640px) {
  .cat-card__body {
    padding: 12px 14px 14px;
    gap: 8px;
  }
}

.cat-card__name {
  font-size: 18px;
  font-weight: 600;
  color: #2c304b;
  line-height: 1.2;
}

@media (max-width: 640px) {
  .cat-card__name {
    font-size: 15px;
  }
}

.cat-card__desc {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.58);
  line-height: 1.5;
  flex: 1;
}

@media (max-width: 640px) {
  .cat-card__desc {
    display: none;
  }
}

.cat-card__link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 600;
  color: #4b53d8;
  margin-top: 2px;
  transition: gap 0.2s;
}

.cat-card:hover .cat-card__link {
  gap: 8px;
}

.cat-card__link svg {
  flex-shrink: 0;
}

/* --- Info strip --- */
.catalog-index-strip {
  background: #2c304b;
  padding: 28px 0;
}

.catalog-index-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .catalog-index-strip__inner {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}

.catalog-index-strip__items {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .catalog-index-strip__items {
    gap: 20px;
    justify-content: center;
  }
}

.catalog-index-strip__item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255, 255, 255, 0.88);
}

.catalog-index-strip__icon {
  width: 38px;
  height: 38px;
  border-radius: 6px;
  background: linear-gradient(135deg, #778ff6 0%, #4b53d8 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.catalog-index-strip__icon svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.catalog-index-strip__text strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2px;
}

.catalog-index-strip__text span {
  font-size: 12px;
  opacity: 0.66;
  line-height: 1.3;
}

.catalog-index-strip__btn {
  flex-shrink: 0;
}

/* --- Article about sheet metal --- */
.catalog-index-article {
  background: #fff;
  padding: 60px 0 70px;
}

@media (max-width: 768px) {
  .catalog-index-article {
    padding: 40px 0 48px;
  }
}

.catalog-index-article__layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 52px;
  align-items: start;
}

@media (max-width: 1024px) {
  .catalog-index-article__layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

/* Article body typography */
.catalog-index-article__body {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.78);
}

@media (max-width: 768px) {
  .catalog-index-article__body {
    font-size: 15px;
  }
}

.catalog-index-article__title {
  font-size: 34px;
  font-weight: 400;
  color: #2c304b;
  margin-bottom: 20px;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .catalog-index-article__title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.catalog-index-article__body h2 {
  font-size: 24px;
  font-weight: 600;
  color: #2c304b;
  margin: 40px 0 16px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .catalog-index-article__body h2 {
    font-size: 19px;
    margin: 30px 0 12px;
  }
}

.catalog-index-article__body h2:first-of-type {
  margin-top: 0;
}

.catalog-index-article__body p {
  margin-bottom: 18px;
}

.catalog-index-article__body strong {
  font-weight: 600;
  color: #2c304b;
}

.catalog-index-article__body ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 18px;
}

.catalog-index-article__body ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.55;
}

.catalog-index-article__body ul li::before {
  content: '▸';
  position: absolute;
  left: 0;
  top: 1px;
  color: #4b53d8;
  font-size: 12px;
}

/* Article TOC */
.catalog-index-toc {
  background: #f7f8fc;
  border-left: 3px solid #4b53d8;
  border-radius: 0 8px 8px 0;
  padding: 18px 22px;
  margin-bottom: 36px;
}

.catalog-index-toc__title {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}

.catalog-index-toc__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  counter-reset: toc;
}

.catalog-index-toc__list li {
  counter-increment: toc;
  position: relative;
  padding-left: 22px;
  font-size: 14px;
}

.catalog-index-toc__list li::before {
  content: counter(toc) '.';
  position: absolute;
  left: 0;
  color: #4b53d8;
  font-weight: 600;
  font-size: 13px;
}

.catalog-index-toc__list a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  line-height: 1.4;
  transition: color 0.2s;
}

.catalog-index-toc__list a:hover {
  color: #4b53d8;
}

/* Feature cards inside article */
.catalog-index-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 16px 0 24px;
}

@media (max-width: 600px) {
  .catalog-index-features {
    grid-template-columns: 1fr;
  }
}

.catalog-index-feature {
  background: #f7f8fc;
  border-left: 3px solid #4b53d8;
  border-radius: 0 8px 8px 0;
  padding: 14px 16px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.5;
}

.catalog-index-feature strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #2c304b;
  margin-bottom: 4px;
}

/* Highlight block */
.catalog-index-highlight {
  background: linear-gradient(135deg, #f0f2ff 0%, #f7f8fc 100%);
  border-radius: 10px;
  padding: 24px 28px;
  margin: 28px 0;
  border: 1px solid rgba(75, 83, 216, 0.12);
}

@media (max-width: 768px) {
  .catalog-index-highlight {
    padding: 18px 20px;
  }
}

.catalog-index-highlight p {
  margin: 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.7;
  font-weight: 500;
}

/* Article sidebar */
.catalog-index-aside {
  position: sticky;
  top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catalog-aside-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 22px 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.catalog-aside-card__title {
  font-size: 15px;
  font-weight: 600;
  color: #2c304b;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.catalog-aside-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.catalog-aside-card__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: color 0.2s, padding-left 0.2s;
  gap: 6px;
}

.catalog-aside-card__list li:last-child a {
  border-bottom: none;
}

.catalog-aside-card__list li a:hover {
  color: #4b53d8;
  padding-left: 4px;
}

.catalog-aside-card__list li a svg {
  flex-shrink: 0;
  opacity: 0.35;
  transition: opacity 0.2s;
}

.catalog-aside-card__list li a:hover svg {
  opacity: 1;
}

.catalog-aside-cta {
  background: linear-gradient(135deg, #4b53d8 0%, #6772e8 100%);
  border-radius: 10px;
  padding: 24px 20px;
  color: #fff;
}

.catalog-aside-cta__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.3;
}

.catalog-aside-cta__text {
  font-size: 13px;
  opacity: 0.82;
  margin-bottom: 16px;
  line-height: 1.5;
}

.catalog-aside-cta__phone {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin-bottom: 14px;
  letter-spacing: 0.2px;
}

.catalog-aside-cta__phone:hover {
  opacity: 0.88;
}

.catalog-aside-cta .btn--outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
  font-size: 14px;
  padding: 11px 18px;
  width: 100%;
}

.catalog-aside-cta .btn--outline:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}

/* Choices pricing factors */
.catalog-index-factors {
  list-style: none;
  padding: 0;
  margin: 12px 0 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.catalog-index-factors li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.75);
  line-height: 1.5;
  padding: 12px 16px;
  background: #f7f8fc;
  border-radius: 6px;
}

.catalog-index-factors li::before {
  content: none !important;
}

.catalog-index-factors__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, #778ff6, #4b53d8);
  flex-shrink: 0;
  margin-top: 5px;
}

/* Comparison two-column block */
.catalog-index-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 14px 0 22px;
}

@media (max-width: 560px) {
  .catalog-index-compare {
    grid-template-columns: 1fr;
  }
}

.catalog-index-compare__item {
  border-radius: 8px;
  padding: 18px 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.catalog-index-compare__item--hot {
  background: #fff8f0;
  border-color: rgba(255, 140, 0, 0.2);
}

.catalog-index-compare__item--cold {
  background: #f0f4ff;
  border-color: rgba(75, 83, 216, 0.15);
}

.catalog-index-compare__label {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.catalog-index-compare__item--hot .catalog-index-compare__label {
  color: #e07b00;
}

.catalog-index-compare__item--cold .catalog-index-compare__label {
  color: #4b53d8;
}

.catalog-index-compare__text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.72);
  line-height: 1.55;
  margin: 0;
}

.page-id-6 .cta {
   background: transparent;
}

.catalog-article__body a {
    color: #4b53d8;
}

.catalog-article__body a.more {
    position: relative;
    display: flex;
    gap: 8px;
}

.catalog-article__body a.more::after {
    content: '→';
    color: #4b53d8;
    font-size: 13px;
    flex-shrink: 0;
    margin-top: 3px;
}

.price-table-section table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  font-size: 14px;
}
@media (min-width: 768px) {
  .price-table-section table {
    font-size: 15px;
  }
}
.price-table-section table thead {
  /*background: linear-gradient(135deg, #4b53d8 0%, rgb(54.0410958904, 62.9726027397, 211.4589041096) 100%);*/
  background: linear-gradient(135deg, #778ff6 0%, #5665eb 100%);
  background: #5665eb;
  color: #fff;
}
.price-table-section table thead tr th {
  padding: 16px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /*white-space: nowrap;*/
}
@media (min-width: 768px) {
  .price-table-section table thead tr th {
    padding: 18px 16px;
    font-size: 14px;
  }
}
.price-table-section table thead tr th:first-child {
  border-radius: 0;
}
.price-table-section table thead tr th:last-child {
  border-radius: 0;
}
.price-table-section table tbody tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  transition: all 0.3s;
}
.price-table-section table tbody tr:hover {
  background: rgba(75, 83, 216, 0.02);
}
.price-table-section table tbody tr.category-row {
  background: #f0f1f6;
  font-weight: 600;
}
.price-table-section table tbody tr.category-row:hover {
  background: rgb(230.4375, 232.075, 240.2625);
}
.price-table-section table tbody tr.category-row td {
  padding: 14px 12px;
  color: #2c304b;
  font-size: 15px;
}
@media (min-width: 768px) {
  .price-table-section table tbody tr.category-row td {
    padding: 16px;
    font-size: 16px;
  }
}
.price-table-section table tbody tr td {
  padding: 12px;
  color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
  .price-table-section table tbody tr td {
    padding: 14px 16px;
  }
}
.price-table-section table tbody tr td:first-child {
  color: #2c304b;
  font-weight: 500;
}
.price-table-section table tbody tr td:nth-child(2), .price-table-section table tbody tr td:nth-child(5), .price-table-section table tbody tr td:nth-child(6) {
  color: #4b53d8;
  font-weight: 600;
}
.price-table-section table tr td {
    border: 1px solid #dedede;
    padding: 5px 10px;
}
.price-table-section table tr td[colspan="7"] {
    background: rgba(75, 83, 216, 0.1);
    font-weight: bold!important;
}

.template-9 .price-table-section {
    padding: 0;
    margin: 0;
    background: unset;
}


/* cookies */
#cookie_notification {
  display: none;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1016px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 20px 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0.9375rem 0.9375rem 2.5rem 0 rgba(0, 0, 0, 0.12);
}

#cookie_notification .t2 {
  margin: 0;
  font-size: 1rem;
  text-align: left;
  color: #3a3a39;
}

#cookie_notification .t2 a {
  color: #447eee;
  text-decoration: none;
}



@media (min-width: 700px) {
  #cookie_notification.show {
    display: flex;
    z-index: 6;
  }
  .cookie_accept {
    margin: 0 0 0 25px;
  }
}
@media (max-width: 700px) {
  #cookie_notification.show {
    display: block;
    text-align: right;
    bottom: 142px;
    z-index: 6;
  }
  .cookie_accept {
    margin: 10px 0 0 0;
  }
}


/* to top */
.to-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  visibility: hidden;
  transition: all ease-out 1s;
  width: 50px;
  height: 50px;
  background: rgba(120, 120, 120, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .to-top {
    width: 35px;
    height: 35px;
    right: 8px;
  }
}

.to-top:hover {
  background: rgba(120, 120, 120, 0.8);
  transition: 0.5s;
}

/* end to top */

.form-group.hidden {
    display: none;
}


.modal-form.success .message {
  text-align: center;
  padding: 42px 41px;
  width: 100%;
}

.modal-form.success .message img {
    margin: 0 auto;
}

.success .message img {
    margin: 0 auto;
}

@media (max-width: 600px) {
  .modal-form.success .message {
    padding: 29px 17px;
  }
}

.modal-form.success .message .thanks {
  font-size: 22px;
  color: #9F9F9F;
  margin-top: 20px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .modal-form.success .message .thanks {
    font-size: 18px;
  }
}