@charset "UTF-8";
:root {
  --primary: #4369FF;
  --pr-hvr: #0011c8;
  --text-w: #fff;
  --text: #142231;
  --white: white;
  --gray-1: #F5F8FB;
  --dark: #333251;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0 auto;
  padding-left: clamp(12px, 6vw, 212px);
  padding-right: clamp(12px, 6vw, 212px);
  font-family: "Atyp Display";
  font-weight: 400;
  color: var(--text);
  background-image: url("https://www.konstantinkuzmenko.com/wp-content/uploads/2026/03/bg-scaled.webp");
  background-repeat: repeat;
}
.full-width {
  width: 99vw;
  margin-left: 50%;
  transform: translateX(-50%);
  padding-left: clamp(12px, 6vw, 212px);
  padding-right: clamp(12px, 6vw, 212px);
  max-width: none;
  box-sizing: border-box;
}
.modal {
  display: none;
  position: fixed;
  z-index: -2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal--visible {
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}
.modal__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.modal__content {
  position: relative;
  z-index: 2;
  background: #fff;
  border-radius: 20px;
  max-width: 600px;
  width: 90%;
  padding: 40px 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  transform: translateY(250px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.modal__content h2 {
  font-size: clamp(20px, 4vw, 28px);
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
.modal__content .modal__form {
  margin-top: 20px;
}
.modal--visible .modal__content {
  transform: translateY(0);
  opacity: 1;
}
.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: none;
  border: none;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
  color: #999;
  padding: 8px;
}
.modal__close:hover {
  color: var(--primary);
  background: transparent;
}
.is-modal-open {
  overflow: hidden;
}
.modal__text {
  text-align: center;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  font-family: "Unbounded", sans-serif;
}
a {
  color: var(--text);
  text-decoration: none;
}
a:hover {
  color: var(--pr-hvr);
}
p {
  margin: 0;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
button, .button {
  display: flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 2px;
  background-color: var(--primary);
  color: var(--text-w);
  font-size: 18px;
  line-height: 1;
  outline: none;
  border: none;
  cursor: pointer;
}
button:hover, .button:hover {
  background: var(--text);
  color: var(--text-w);
}
img {
  width: 100%;
  height: auto;
}
.animate-item {
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
  will-change: transform, opacity;
}
.animate-item.fade-in {
  transform: translateY(0);
}
.animate-item.fade-up {
  transform: translateY(40px);
}
.animate-item.fade-down {
  transform: translateY(-40px);
}
.animate-item.fade-left {
  transform: translateX(-40px);
}
.animate-item.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}
.title-section {
  font-size: clamp(28px, 6vw, 52px);
  font-weight: 400;
}
.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DFDFDF;
}
@media (max-width: 767px) {
  .main-header {
    padding-bottom: 12px;
    margin-block: 12px;
  }
}
.main-header .custom-logo {
  width: 80px;
}
@media (max-width: 767px) {
  .main-header .custom-logo {
    width: 44px;
  }
}
.main-header nav ul {
  display: flex;
  align-items: center;
  gap: 36px;
  width: fit-content;
}
.main-header nav ul li {
  text-wrap: nowrap;
  font-weight: 500;
  font-size: 18px;
}
.main-header__contacts {
  display: flex;
  align-items: center;
  gap: 36px;
}
.main-header .phone-header {
  font-size: 24px;
}
.main-header button {
  padding: 24px;
  font-size: 18px;
}
.menu-toggle {
  padding: 0px !important;
  display: none;
}
.menu-toggle .icon {
  width: 32px;
  height: 32px;
}
@media (max-width: 992px) {
  .main-navigation, .main-header__contacts {
    display: none;
  }
  .mobmenu-navigation ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start !important;
    gap: 24px !important;
  }
  .menu-toggle {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
  .menu-toggle .icon {
    background: var(--primary);
  }
}
.mobmenu {
  justify-content: flex-end;
  align-items: flex-start;
}
.mobmenu .modal__content {
  width: 80%;
  border-radius: 0px;
  border-bottom-left-radius: 4px;
}
.mobmenu .mobmenu__contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 2rem;
}
.fixed_header {
  position: fixed;
  top: 0;
  left: 0;
  background: #ffffffb0;
  backdrop-filter: blur(10px);
  z-index: 999;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  transition: top 0.4s ease;
}
.hide {
  top: -100px;
}
.main-hero {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .main-hero {
    flex-direction: column;
  }
}
.main-hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -400px;
  transform: translateY(-50%);
  width: 400px;
  height: 150px;
  background: var(--primary);
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}
.main-hero__left {
  flex: 1 0 60%;
  margin-top: 10%;
}
.main-hero .hero-pre {
  padding: 10px 24px;
  border-radius: 50px;
  background: var(--white);
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .main-hero .hero-pre {
    display: none;
  }
}
.main-hero .hero-pre .icon {
  background: var(--primary);
  width: 22px;
  height: 22px;
}
.main-hero .hero-pre .icon:last-child {
  display: none;
}
.main-hero .hero-title {
  font-size: clamp(28px, 54px, 70px);
  font-weight: 400;
}
@media (max-width: 767px) {
  .main-hero .hero-title {
    font-size: 38px;
  }
}
.main-hero .hero-text {
  font-size: 20px;
  margin-top: 18px;
  line-height: 1.6;
}
.main-hero .hero_btn {
  margin-top: 88px;
}
@media (max-width: 967px) {
  .main-hero .hero_btn {
    margin-top: 24px;
    margin-bottom: 3rem;
  }
}
.main-hero__right {
  position: relative;
  flex: 1 0 33%;
}
.main-hero__right img {
  display: block;
}
.main-hero .text_after_hero_img {
  position: absolute;
  bottom: 10%;
  left: -50%;
  max-width: 484px;
  background: rgba(255, 255, 255, 0.88);
  padding: 24px;
  border-radius: 4px;
  backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .main-hero .text_after_hero_img {
    left: 0%;
    bottom: 0%;
  }
}
.main-hero .text_after_hero_img p {
  line-height: 1.7;
  font-size: 17px;
  position: relative;
}
.img_hr-af {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.img_hr-af img {
  display: block;
  width: 42px;
  height: auto;
  object-fit: cover;
}
.number-list {
  width: 99vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  justify-content: space-around;
  background: rgba(255, 255, 255, 0.44);
  backdrop-filter: blur(14px);
  padding: 24px 0;
  margin-top: -40px;
  z-index: 10;
}
@media (max-width: 992px) {
  .number-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding: 0px;
    justify-items: center;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .number-list {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 20px;
    padding: 24px 0px;
  }
}
.number-item {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.number-item h4 {
  font-size: clamp(32px, 5vw, 48px);
  line-height: 1;
  margin: 0;
}
.number-item span {
  font-size: clamp(14px, 2vw, 18px);
  color: rgba(0, 0, 0, 0.7);
}
@media (max-width: 992px) {
  .number-item {
    align-items: center;
  }
}
.type-works {
  display: flex;
  align-items: flex-start;
  gap: 42px;
  justify-content: space-between;
  margin-top: 12%;
}
@media (max-width: 767px) {
  .type-works {
    flex-direction: column;
  }
}
.type-works__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: sticky;
  top: 0;
}
@media (max-width: 902px) {
  .type-works__left {
    position: static;
  }
}
.type-works__left .list-works {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.type-works__left .list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: var(--white);
  font-size: 18px;
}
.type-works__left .list-item::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 50px;
  background-color: var(--primary);
  margin-bottom: -4px;
}
.service-grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 900px;
}
.service-card {
  background: var(--white);
  border: 1px solid #ececec;
  padding: 24px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  transition: transform 0.3s ease;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-card__number {
  grid-column: 1 / 3;
  font-size: 32px;
  font-weight: 500;
  color: rgba(65, 105, 225, 0.2);
  line-height: 1;
  margin-bottom: 10px;
  font-family: "Unbounded", sans-serif;
}
.service-card__content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-card__title {
  font-size: 24px;
  font-weight: 500;
}
.service-card__text {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.service-card__link {
  margin-top: auto;
  color: var(--primary);
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  width: fit-content;
  transition: border-color 0.3s;
}
.service-card__link:hover {
  border-color: #4169e1;
}
.service-card__icon {
  align-self: center;
}
.service-card__icon img {
  width: 80px;
  height: auto;
  object-fit: contain;
}
.slider {
  position: relative;
  width: 100%;
  margin-top: 12%;
}
.slider-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
@media (max-width: 767px) {
  .slider-track {
    gap: 12px;
  }
}
.slider-track::-webkit-scrollbar {
  display: none;
}
.slide {
  flex: 0 0 44%;
  scroll-snap-align: start;
  width: 100%;
}
@media (max-width: 767px) {
  .slide {
    flex: 0 0 86%;
  }
}
.slider-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
}
.slider-pagination {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 15px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #444;
}
@media (max-width: 767px) {
  .slider-pagination {
    display: none;
  }
}
.slider-pagination .pagination-item {
  transition: color 0.3s ease;
}
.slider-pagination .pagination-item.is-active {
  color: #4169e1;
}
.slider-pagination .pagination-line {
  width: 40px;
  height: 2px;
  background-color: #444;
}
@media (max-width: 767px) {
  .slider-pagination .pagination-line {
    width: 10px;
  }
}
.case-card {
  max-width: 868px;
  background: var(--white);
}
.case-card__image img {
  display: block;
  height: 140px;
  object-fit: cover;
}
.case-card__grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .case-card__grid {
    flex-direction: column;
  }
}
.case-card__column {
  flex: 46%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
}
@media (max-width: 767px) {
  .case-card__column {
    gap: 12px;
    padding: 12px;
  }
}
.case-card__section {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.case-card__label {
  color: var(--primary);
  font-size: 14px;
  font-family: "Unbounded", sans-serif;
}
.case-card__text {
  font-size: 17px;
}
.case-card .line {
  border-right: 1px solid rgba(203, 203, 203, 0.523);
}
.case-card .case-card__results-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.case-card .case-card__results-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}
.case-card .case-card__results-list li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50px;
  background-color: var(--primary);
  margin-bottom: -4px;
}
.about-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  background: var(--white);
  position: relative;
  gap: 40px;
}
.about-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0px;
  transform: translateY(-50%);
  width: 500px;
  height: 150px;
  background: var(--primary);
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.7;
  z-index: -1;
  pointer-events: none;
}
.about-block__left {
  flex: 1 1 60%;
}
.about-block__right {
  flex: 0 1 35%;
}
.about-block__right img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .about-block {
    flex-direction: column-reverse;
    margin-top: 60px;
    gap: 30px;
  }
  .about-block__left, .about-block__right {
    flex: 1 1 100%;
    width: 100%;
  }
  .about-block__right {
    display: flex;
    justify-content: center;
  }
  .about-block__right img {
    max-width: 400px;
  }
}
.text-about {
  font-weight: 500;
  font-size: 18px;
  font-style: italic;
  max-width: 700px;
  width: 100%;
  display: block;
  margin-top: 24px;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .text-about {
    font-size: 16px;
  }
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .about-list {
    gap: 16px;
  }
}
.about-list__item {
  flex: 1 1 340px;
  max-width: 340px;
  min-width: 220px;
  padding: 16px 24px;
  background: var(--gray-1);
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 8px;
}
.about-list__item img {
  flex: 1 1 auto;
  width: 46px;
  height: 46px;
}
@media (max-width: 640px) {
  .about-list__item {
    flex: 1 1 100%;
    min-width: unset;
  }
}
.about-after {
  display: flex;
  align-items: center;
  gap: 42px;
  font-weight: 500;
  font-size: 20px;
  margin-top: 68px;
}
.about-after span {
  max-width: 500px;
}
@media (max-width: 768px) {
  .about-after {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 40px;
    font-size: 18px;
  }
}
.pricing {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  clear: both;
}
.price-title-section {
  margin-top: 140px;
  margin-bottom: 120px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .price-title-section {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}
.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
}
@media (max-width: 767px) {
  .pricing__grid {
    gap: 120px;
  }
}
.pricing-card {
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgba(67, 105, 255, 0.24);
  padding: 24px;
  padding-top: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #eef0f7;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .pricing-card {
    padding: 12px;
  }
}
.pricing-card:nth-child(2) {
  transform: scale(1.05);
  border-color: var(--primary);
  box-shadow: 0 15px 40px rgba(93, 120, 255, 0.15);
  margin-top: -40px;
}
@media (max-width: 767px) {
  .pricing-card:nth-child(2) {
    margin-top: 0px;
  }
}
.pricing-card__title {
  font-size: 28px;
  font-weight: 400;
  color: var(--primary);
  text-align: center;
  margin-top: -40px;
  margin-bottom: 20px;
  padding: 18px;
  margin-left: 32px;
  margin-right: 32px;
  background: var(--gray-1);
  border: 1px solid rgba(67, 105, 255, 0.24);
}
.pricing-card__subtitle {
  text-align: center;
  padding: 0 16px;
  font-size: 17px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.pricing-card__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  flex-grow: 1;
}
.pricing-card__item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
  color: #333;
}
.pricing-card__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background: var(--primary);
  border-radius: 4px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.pricing-card__price {
  margin-bottom: 20px;
}
.pricing-card__amount {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary);
}
.pricing-card__period {
  color: #999;
  font-size: 18px;
}
.pricing-card__btn {
  width: 90%;
  justify-content: center;
}
@media (max-width: 767px) {
  .pricing-card__btn {
    width: fit-content;
  }
}
@media (max-width: 992px) {
  .pricing__grid {
    grid-template-columns: 1fr;
    max-width: 500px;
    margin: 0 auto;
  }
  .pricing-card:nth-child(2) {
    transform: none;
  }
}
.contact-block {
  margin-top: 12%;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  background: var(--white);
  padding-top: 64px;
  padding-bottom: 124px;
}
.contact-block__left {
  flex: 0 0 40%;
}
.phone-email {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-block: 64px;
}
.phone-email a {
  font-size: 24px;
  text-decoration: none;
  color: #1a1a1a;
  transition: color 0.3s;
}
.phone-email a:hover {
  color: #5d78ff;
}
.socials__list {
  display: flex;
  gap: 15px;
}
.socials__item {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s;
}
.socials__item:hover {
  transform: translateY(-3px);
}
.socials__icon, .socials__item .icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tg-chanel {
  margin-top: 24px;
  font-size: 18px;
}
.contact-block__right {
  flex: 0 0 50%;
}
.contact-block__right h3 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 600;
}
.wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wpcf7-form-control-wrap {
  width: 94%;
}
.wpcf7-text, .wpcf7-textarea {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid rgba(67, 105, 255, 0.24);
  background-color: #f8faff;
  border-radius: 4px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.3s;
}
.wpcf7-text:focus, .wpcf7-textarea:focus {
  border-color: #5d78ff;
}
.wpcf7-textarea {
  height: 120px;
  resize: none;
}
.wpcf7-submit {
  width: 100%;
  background-color: #5d78ff;
  color: #fff;
  border: none;
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 10px;
}
.wpcf7-submit:hover {
  background-color: #4a63e6;
}
input[type="tel"] {
  caret-color: #141414;
}
/* Адаптивность */
@media (max-width: 768px) {
  .contact-block {
    flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
  .contact-block__left, .contact-block__right {
    flex: 0 0 100%;
  }
}
.faq {
  margin-block: 8%;
}
.faq .title-section {
  margin-bottom: 3rem;
}
.faq__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}
.faq__desc {
  margin: 0 auto 2rem;
  text-align: center;
  font-size: 1rem;
  color: var(--text-muted);
}
.faq__items {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
}
.faq__item {
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  transition: box-shadow 0.3s;
  background: #fff;
}
.faq__item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.faq__accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}
.faq__accordion summary::-webkit-details-marker {
  display: none;
}
.faq__accordion summary .faq__icon {
  transition: transform 0.3s ease;
  margin-right: 0.5rem;
  font-size: 1.2rem;
  background: var(--primary);
}
.faq__accordion[open] .faq__icon {
  transform: rotate(45deg);
}
.faq__answer {
  padding: 0 1.5rem 1rem;
  animation: fade-in 0.3s ease;
}
.faq__answer [itemprop="text"] {
  font-size: 0.95rem;
  color: var(--text-dark);
  line-height: 1.5;
}
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.footer {
  background-color: #333251;
  color: #ffffff;
  padding: 60px 0 30px;
}
.footer__container {
  padding-left: clamp(12px, 6vw, 212px);
  padding-right: clamp(12px, 6vw, 212px);
}
.footer__container .socials {
  display: flex;
  gap: 15px;
}
.footer__container .socials__item {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  transition: transform 0.3s;
}
.footer__container .socials__item:hover {
  transform: translateY(-3px);
}
/* Верхний блок */
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
}
.footer__info {
  flex: 0 0 60%;
}
.footer__title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
}
.footer__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
}
.footer__contacts {
  flex: 0 0 30%;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.footer__contact-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}
.footer__link {
  color: #fff;
  text-decoration: none;
  font-size: 32px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .footer__link {
    font-size: 20px;
  }
}
.footer__link:hover {
  opacity: 0.7;
}
.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 25px;
}
.footer-menu a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s;
}
.footer-menu a:hover {
  color: #fff;
}
.footer__copyright {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
  .footer__contacts {
    align-items: flex-start;
    text-align: left;
  }
  .footer__bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page-content {
  max-width: 850px;
  margin: 0 auto;
  padding: clamp(1.5rem, 5vw, 4rem) 20px;
  line-height: 1.6;
  color: #333;
  font-family: sans-serif;
}
.page-content h1 {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
  line-height: 1.2;
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
  font-weight: 800;
}
.page-content h2 {
  font-size: clamp(1.375rem, 4vw, 1.875rem);
  line-height: 1.3;
  margin-top: clamp(2.5rem, 8vw, 4rem);
  margin-bottom: clamp(1rem, 2vw, 1.5rem);
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.page-content h2 b {
  font-weight: inherit;
}
.page-content p {
  margin-bottom: clamp(1rem, 2vw, 1.25rem);
}
.page-content p span {
  font-weight: inherit !important;
}
.page-content ul, .page-content ol {
  margin-bottom: clamp(1.5rem, 4vw, 2rem);
  padding-left: clamp(1.25rem, 3vw, 2rem);
}
.page-content ul li, .page-content ol li {
  margin-bottom: 0.75rem;
  padding-left: 0.5rem;
}
.page-content ul li::marker, .page-content ol li::marker {
  font-weight: bold;
}
.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol {
  margin-top: 0.75rem;
  margin-bottom: 0;
  list-style-type: circle;
}
.page-content a {
  color: #0066cc;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}
.page-content a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.page-content a b {
  color: inherit;
}
.page-content > *:last-child {
  margin-bottom: 0;
}
/*# sourceMappingURL=https://www.konstantinkuzmenko.com/wp-content/build/scss_library/71b19da63f9d9be4ddd84476a87440448e977fcc.css.map */