/*
Theme Name: Twenty Twenty-Two
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Built on a solidly designed foundation, Twenty Twenty-Two embraces the idea that everyone deserves a truly unique website. The theme’s subtle styles are inspired by the diversity and versatility of birds: its typography is lightweight yet strong, its color palette is drawn from nature, and its layout elements sit gently on the page. The true richness of Twenty Twenty-Two lies in its opportunity for customization. The theme is built to take advantage of the Site Editor features introduced in WordPress 5.9, which means that colors, typography, and the layout of every single page on your site can be customized to suit your vision. It also includes dozens of block patterns, opening the door to a wide range of professionally designed layouts in just a few clicks. Whether you’re building a single-page website, a blog, a business website, or a portfolio, Twenty Twenty-Two will help you create a site that is uniquely yours.
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 5.6
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news

Twenty Twenty-Two WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two is distributed under the terms of the GNU GPL.
*/
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Links */
a,
a:link,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Common */
aside,
nav,
footer,
header,
section,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}
ul,
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
address {
  font-style: normal;
}
/* Form */
input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}
input::-ms-clear {
  display: none;
}
button,
input[type="submit"] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}
input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
label {
  cursor: pointer;
}
legend {
  display: block;
}
.text-secondary {
  color: #686b67 !important;
}
.text-primary {
  color: #aa0000 !important;
}
.text-main {
  color: #1b1c1e;
}
.text-gray {
  color: #c3c2bd;
}
.text-white {
  color: #fff;
}
.h1 {
  font-size: 60px;
  color: #1b1c1e;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .h1 {
    font-size: 40px;
  }
}
@media (max-width: 440px) {
  .h1 {
    font-size: 36px;
  }
}
@media (max-width: 360px) {
  .h1 {
    font-size: 32px;
  }
}
.sp-top {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .sp-top {
    padding-top: 60px;
  }
}
@media (max-width: 768px) {
  .sp-top {
    padding-top: 50px;
  }
}
@media (max-width: 580px) {
  .sp-top {
    padding-top: 40px;
  }
}
.sp-bottom {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .sp-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .sp-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 580px) {
  .sp-bottom {
    padding-bottom: 40px;
  }
}
body {
  color: #686b67;
  font-family: "Geologica", sans-serif !important;
}
* img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
* a {
  color: #686b67;
  transition: 0.3s all ease;
}
* a:hover {
  color: #aa0000;
}
.bg-dark {
  background-color: #1b1c1e !important;
}
.bg-primary {
  background-color: #aa0000 !important;
}
hr {
  height: 2px;
  background-color: #c3c2bd;
  margin: 0;
}
input[type="text"],
textarea {
  width: 100%;
  background-color: #f9f9f9;
  padding: 22px 40px;
  font-size: 22px;
  font-weight: 300;
  border-radius: 40px;
}
@media (max-width: 768px) {
  input[type="text"],
  textarea {
    font-size: 20px;
  }
}
@media (max-width: 580px) {
  input[type="text"],
  textarea {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  input[type="text"],
  textarea {
    font-size: 16px;
  }
}
.checkbox-item {
  display: flex;
  gap: 12px;
}
.checkbox-item label {
  color: #1b1c1e;
  margin-top: -5px;
}
/* Отключаем стандартный стиль чекбокса */
.checkbox-input {
  appearance: none;
  -webkit-appearance: none;
  /* для поддержки в Safari */
}
/* Стилизация чекбокса */
.checkbox-input {
  appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #1b1c1e;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 0;
}
/* Оформление состояния checked */
.checkbox-input:checked {
  background-color: #aa0000;
  border-color: #aa0000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
/* Эффект нажатия */
.checkbox-input:active {
  filter: brightness(90%);
}
/* Смена цвета границы при наведении */
.checkbox-input:hover:not(:disabled) {
  border-color: #aa0000;
}
/* Стили для чекбокса при фокусе */
.checkbox-input:focus {
  border-color: #aa0000;
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(170, 0, 0, 0.3);
}
/* Отключенный чекбокс */
.checkbox-input:disabled {
  filter: none;
  opacity: 0.5;
  cursor: not-allowed;
}
.checkbox-input:disabled ~ .checkbox-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.header {
  position: relative;
}
.header__top,
.header__bottom {
  border-bottom: 1px solid #c3c2bd;
}
.header__top-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 114px;
}
.header__bottom-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 16px 0px;
}
.header__item a {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1;
}
.header__logo {
  height: 70px;
  width: 201px;
}
.header__logo a {
  display: block;
  height: 100%;
}
.header__logo img {
  display: block;
  height: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 580px) {
  .header__icons a {
    width: 30px;
    height: 30px;
  }
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  margin-right: 16px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 110;
  transition: opacity 0.2s;
}
.header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background: #1b1c1e;
  transition: transform 0.3s, opacity 0.3s;
}
.header__burger:hover {
  opacity: 0.8;
}
.header__burger[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.header__burger[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}
.header__burger[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.header__catalog a {
  color: #aa0000;
  font-size: 40px;
  font-weight: 100;
}
.header__search {
  margin-left: 70px;
  cursor: pointer;
}
@media (max-width: 580px) {
  .header__search {
    width: 30px;
    height: 30px;
  }
}
.header__phone {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 1400px) {
  .header__phone {
    font-size: 18px;
  }
}
.header__callback {
  font-size: 18px;
  font-weight: 300;
}
.header__top-left,
.header__top-right {
  flex: 1;
}
.header__top-right {
  justify-content: end;
  gap: 100px;
}
@media (max-width: 1600px) {
  .header__top-right {
    gap: 24px;
  }
}
@media (max-width: 1400px) {
  .header__top-right {
    gap: 20px;
  }
}
.header__buttons {
  gap: 52px;
}
@media (max-width: 1400px) {
  .header__buttons {
    gap: 32px;
  }
}
.header__nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  z-index: 98;
  transition: opacity 0.3s, visibility 0.3s;
}
.header__nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1200px) {
  .header__burger {
    display: flex;
  }
  .header__nav-overlay {
    display: block;
  }
  .header__top-block {
    height: 110px;
  }
  .header__search {
    margin-left: 0;
  }
  .header__top-right {
    gap: 24px;
  }
  .header__buttons {
    gap: 20px;
  }
  .header__bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 85vw;
    height: 100vh;
    bottom: auto;
    z-index: 99;
    background: #fff;
    border-bottom: none;
    border-right: 1px solid #c3c2bd;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding-top: 80px;
  }
  .header__bottom.is-open {
    transform: translateX(0);
  }
  .header__bottom-block {
    flex-direction: column;
    align-items: stretch;
    padding: 24px 0;
    gap: 0;
  }
  .header__item {
    border-bottom: 1px solid #c3c2bd;
  }
  .header__item a {
    display: block;
    padding: 20px 12px;
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .header__phone {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .header__top-block {
    height: 80px;
  }
  .header__logo {
    height: 48px;
    width: auto;
    max-width: 140px;
  }
  .header__top-right {
    gap: 12px;
  }
  .header__buttons {
    gap: 12px;
  }
  .header__phone a {
    font-size: 18px;
  }
  .header__bottom {
    width: 280px;
    padding-top: 64px;
  }
  .header__item a {
    padding: 20px 12px;
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .header__logo {
    max-width: 120px;
  }
  .header__burger {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
  .header__burger span {
    width: 20px;
  }
}
@media (max-width: 440px) {
  .header__logo {
    max-width: 80px;
  }
}
.footer {
  background-color: #1b1c1e;
  color: #fff;
  padding: 32px 0px;
}
.footer * a {
  color: #fff;
}
.footer__bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.footer__top {
  display: flex;
  margin-bottom: 36px;
}
.footer__social {
  display: flex;
  gap: 20px;
  justify-content: end;
  max-width: 380px;
}
.footer__social a {
  display: block;
  width: 47px;
  height: 47px;
}
.footer__text {
  font-size: 22px;
  font-weight: 300;
  margin-right: 32px;
  line-height: 1.2;
  max-width: 380px;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 65px;
  justify-content: space-between;
  flex: 1;
  margin: 0px 70px 0px 0px;
}
.footer__menu a {
  font-weight: 300;
}
@media (max-width: 1200px) {
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__text {
    width: 50%;
    max-width: none;
    margin-right: 0;
    order: 1;
  }
  .footer__social {
    width: 50%;
    max-width: none;
    justify-content: flex-end;
    order: 2;
  }
  .footer__menu {
    width: 100%;
    order: 3;
    margin: 0;
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .footer__menu {
    gap: 16px;
    justify-content: flex-start;
  }
}
@media (max-width: 580px) {
  .footer__text {
    width: 100%;
    margin-bottom: 28px;
  }
  .footer__social {
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .footer__bottom {
    gap: 16px;
  }
}
@media (max-width: 440px) {
  .footer__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }
  .footer__social {
    justify-content: center;
    margin-bottom: 16px;
  }
  .footer__menu {
    justify-content: center;
    text-align: center;
  }
  .footer__text {
    text-align: center;
    margin-bottom: 28px;
  }
}
body .container {
  max-width: 1792px !important;
  margin: 0 auto;
}
@media (max-width: 1792px) {
  body .container {
    padding: 0px 28px;
  }
}
.offer {
  height: 920px;
  background-image: url(assets/images/offer/back.png);
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  position: relative;
}
.offer .container {
  z-index: 9;
}
@media (max-width: 1800px) {
  .offer {
    background-position: bottom 70px right -150px;
  }
}
@media (max-width: 1700px) {
  .offer {
    background-position: bottom 70px right -250px;
  }
}
@media (max-width: 1600px) {
  .offer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 28, 30, 0.4);
  }
}
@media (max-width: 1200px) {
  .offer::before {
    background-color: rgba(27, 28, 30, 0.6);
  }
}
@media (max-width: 991px) {
  .offer {
    background-position: bottom 155px right -250px;
    background-size: 800px;
  }
}
@media (max-width: 768px) {
  .offer {
    background-position: bottom 91px right -300px;
    background-size: 700px;
    height: 700px;
  }
  .offer::before {
    background-color: rgba(27, 28, 30, 0.7);
  }
}
@media (max-width: 580px) {
  .offer {
    background-position: bottom 125px right -300px;
    background-size: 600px;
  }
}
@media (max-width: 440px) {
  .offer {
    background-position: bottom 125px right -250px;
    background-size: 500px;
    height: 600px;
  }
  .offer::before {
    background-color: rgba(27, 28, 30, 0.8);
  }
}
.offer__block {
  max-width: 800px;
  color: #fff;
}
@media (max-width: 1024px) {
  .offer__block {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .offer__block {
    max-width: 100%;
  }
}
.offer__title {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -1px;
  margin-bottom: 42px;
}
@media (max-width: 1024px) {
  .offer__title {
    font-size: 50px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .offer__title {
    font-size: 40px;
    margin-bottom: 28px;
  }
}
@media (max-width: 440px) {
  .offer__title {
    font-size: 32px;
    margin-bottom: 18px;
  }
}
.offer__subtitle {
  font-size: 22px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.35;
}
@media (max-width: 1024px) {
  .offer__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .offer__subtitle {
    font-size: 18px;
  }
}
.offer__list {
  margin-bottom: 42px;
}
@media (max-width: 1200px) {
  .offer__list {
    margin-bottom: 36px;
  }
}
@media (max-width: 991px) {
  .offer__list {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .offer__list {
    margin-bottom: 24px;
  }
}
@media (max-width: 580px) {
  .offer__list {
    margin-bottom: 20px;
  }
}
@media (max-width: 360px) {
  .offer__list {
    margin-bottom: 16px;
  }
}
.offer__list ul {
  padding-left: 0;
}
.offer__list li {
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 44px;
}
@media (max-width: 1200px) {
  .offer__list li {
    font-size: 34px;
    margin-bottom: 20px;
    gap: 36px;
  }
}
@media (max-width: 1024px) {
  .offer__list li {
    font-size: 30px;
    margin-bottom: 18px;
    gap: 28px;
  }
}
@media (max-width: 991px) {
  .offer__list li {
    font-size: 26px;
    margin-bottom: 16px;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .offer__list li {
    font-size: 24px;
    margin-bottom: 14px;
    gap: 20px;
  }
}
@media (max-width: 580px) {
  .offer__list li {
    font-size: 20px;
    margin-bottom: 12px;
    gap: 16px;
  }
}
@media (max-width: 440px) {
  .offer__list li {
    font-size: 18px;
    margin-bottom: 10px;
    gap: 14px;
  }
}
@media (max-width: 360px) {
  .offer__list li {
    font-size: 16px;
    margin-bottom: 8px;
    gap: 12px;
  }
}
.offer__list li::before {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #aa0000;
  display: block;
  border-radius: 100%;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .offer__list li::before {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 580px) {
  .offer__list li::before {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 360px) {
  .offer__list li::before {
    width: 10px;
    height: 10px;
  }
}
.about {
  color: #1b1c1e;
}
.about__text-title {
  font-weight: 100;
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .about__text-title {
    font-size: 36px;
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .about__text-title {
    font-size: 28px;
    margin-bottom: 24px;
  }
}
@media (max-width: 580px) {
  .about__text-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 440px) {
  .about__text-title {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.about__text {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.3;
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .about__text {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .about__text {
    font-size: 18px;
  }
}
.about__title {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .about__title {
    margin-bottom: 48px;
  }
}
.about__more a {
  color: #aa0000;
  font-weight: 100;
  font-size: 18px;
}
.about__advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 50px;
  justify-content: end;
}
@media (max-width: 1200px) {
  .about__advantages {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .about__advantages {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .about__advantages {
    gap: 40px;
  }
}
.about__advantages-item {
  text-align: center;
  width: calc(100% / 2 - 50px);
}
@media (max-width: 991px) {
  .about__advantages-item {
    width: 100%;
    text-align: left;
  }
}
.about__advantages-item div:first-child {
  font-size: 40px;
  font-weight: 100;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 1;
}
@media (max-width: 991px) {
  .about__advantages-item div:first-child {
    font-size: 36px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .about__advantages-item div:first-child {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 580px) {
  .about__advantages-item div:first-child {
    font-size: 26px;
    margin-bottom: 8px;
  }
}
@media (max-width: 440px) {
  .about__advantages-item div:first-child {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
.about__advantages-item div:last-child {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .about__advantages-item div:last-child {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about__advantages-item div:last-child {
    font-size: 18px;
  }
}
.brends__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 1600px) {
  .brends__block {
    flex-wrap: wrap;
    gap: 32px;
    justify-content: center;
  }
}
.cases__titles {
  margin-bottom: 48px;
}
.cases__subtitle {
  font-size: 40px;
  color: #1b1c1e;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 16px;
  flex: 1;
}
@media (max-width: 1200px) {
  .cases__subtitle {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .cases__subtitle {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .cases__subtitle {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .cases__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .cases__subtitle {
    font-size: 18px;
  }
}
.cases__subtitles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cases__item-img {
  border-radius: 20px;
  overflow: hidden;
  max-height: 450px;
  margin-bottom: 24px;
}
.cases__item-title {
  margin-bottom: 16px;
}
.cases__item-title a {
  font-size: 22px;
  color: #1b1c1e;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .cases__item-title a {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 440px) {
  .cases__item-title a {
    font-size: 18px;
  }
}
.cases__item-title a:hover {
  color: #aa0000;
}
.cases__item-adress {
  font-size: 18px;
  letter-spacing: 1px;
  color: #1b1c1e;
  font-weight: 100;
}
@media (max-width: 768px) {
  .cases__item-adress {
    font-size: 16px;
  }
}
.advantages__block {
  display: flex;
  flex-wrap: wrap;
  gap: 64px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .advantages__block {
    flex-direction: column;
    margin-top: 50px;
  }
}
@media (max-width: 440px) {
  .advantages__block {
    gap: 32px;
    margin-top: 40px;
  }
}
.advantages__item {
  width: calc(100% / 2 - 32px);
  display: flex;
  gap: 48px;
}
@media (max-width: 991px) {
  .advantages__item {
    gap: 26px;
  }
}
@media (max-width: 768px) {
  .advantages__item {
    width: 100%;
  }
}
@media (max-width: 440px) {
  .advantages__item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
}
.advantages__text {
  flex: 1;
}
.advantages__icon {
  width: 64px;
  height: 64px;
  margin-top: 16px;
}
@media (max-width: 991px) {
  .advantages__icon {
    width: 48px;
    height: 48px;
  }
}
.advantages__title {
  font-size: 40px;
  font-weight: 100;
  color: #000;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .advantages__title {
    font-size: 36px;
  }
}
@media (max-width: 1024px) {
  .advantages__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .advantages__title {
    font-size: 26px;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .advantages__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
@media (max-width: 580px) {
  .advantages__title {
    font-size: 22px;
    margin-bottom: 12px;
  }
}
@media (max-width: 440px) {
  .advantages__title {
    font-size: 20px;
  }
}
.advantages__subtitle {
  font-size: 22px;
  color: #000;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .advantages__subtitle {
    font-size: 18px;
  }
}
@media (max-width: 580px) {
  .advantages__subtitle {
    font-size: 16px;
  }
}
.lead__titles div {
  color: #fff;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 100;
}
@media (max-width: 1200px) {
  .lead__titles div {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .lead__titles div {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .lead__titles div {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .lead__titles div {
    font-size: 26px;
  }
}
@media (max-width: 440px) {
  .lead__titles div {
    font-size: 24px;
  }
}
.lead__block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 70px;
  margin-top: 48px;
}
@media (max-width: 1600px) {
  .lead__block {
    gap: 0;
  }
}
@media (max-width: 1400px) {
  .lead__block {
    gap: 32px;
    flex-wrap: wrap;
  }
}
.lead__item {
  background-color: #fff;
  border-radius: 40px;
  padding: 36px;
  width: calc(100% / 4 - 35px);
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1400px) {
  .lead__item {
    width: calc(100% / 2 - 20px);
  }
}
@media (max-width: 580px) {
  .lead__item {
    width: 100%;
  }
}
.lead__item-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .lead__item-icon {
    width: 64px;
    height: 64px;
  }
}
.lead__item-title {
  color: #aa0000;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.3;
  font-size: 40px;
}
@media (max-width: 991px) {
  .lead__item-title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .lead__item-title {
    font-size: 28px;
  }
}
@media (max-width: 580px) {
  .lead__item-title {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  .lead__item-title {
    font-size: 24px;
  }
}
.contact-form__titles div {
  font-size: 40px;
  font-weight: 100;
  letter-spacing: -1px;
  line-height: 1.3;
  color: #1b1c1e;
}
@media (max-width: 1200px) {
  .contact-form__titles div {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .contact-form__titles div {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .contact-form__titles div {
    font-size: 24px;
  }
}
@media (max-width: 580px) {
  .contact-form__titles div {
    font-size: 20px;
  }
}
@media (max-width: 440px) {
  .contact-form__titles div {
    font-size: 18px;
  }
}
.contact-form__item {
  margin-bottom: 24px;
}
.contact-form__item input {
  width: 100%;
}
.contact-form__item textarea {
  height: 280px;
}
.contact-form__block {
  margin-top: 48px;
}
.contact-form__button {
  background-color: transparent;
  border: 1px solid #1b1c1e;
  color: #1b1c1e;
  padding: 24px 90px;
  line-height: 1;
  letter-spacing: 1px;
  transition: 0.2s all ease-in;
}
.contact-form__button:hover {
  background-color: #1b1c1e;
  color: #fff;
}
/*страница о компании*/
/* ABOUT PAGE */

.about-page {
    padding-bottom: 80px;
}

/* HERO */

.about-page .about-hero {
    padding: 40px 0 24px;
}

.about-page .about-hero-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 720px;
}

.about-page .about-hero-box > img {
    display: block;
    width: 100%;
    height: 720px;
    object-fit: cover;
    object-position: center;
}

.about-page .about-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.24);
}

.about-page .about-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.about-page .about-hero-content h1 {
    margin: 0;
    max-width: 1100px;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #ffffff;
}

/* STATS */

.about-page .about-stats {
    padding: 18px 0 34px;
}

.about-page .stats-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #AA0001;
    border-radius: 28px;
    padding: 34px 22px;
}

.about-page .stat-item {
    text-align: center;
    padding: 10px 18px;
    background: transparent;
    border: none;
}

.about-page .stat-number {
    font-size: 40px;
    line-height: 1;
    font-weight: 100;
    color: #ffffff;
    margin-bottom: 12px;
}

.about-page .stat-label {
    font-size: 22px;
    line-height: 1.25;
    font-weight: 300;
    color: #ffffff;
}

/* APPROACH */

.about-page .about-approach {
    padding: 56px 0 40px;
}

.about-page .about-approach h2 {
    margin: 0 0 18px;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #111111;
    text-align: center;
}

.about-page .about-approach-intro {
    max-width: 860px;
    margin: 0 auto 80px;
    text-align: center;
}

.about-page .about-approach-intro p {
    margin: 0 0 12px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    color: #000000;
}

.about-page .about-approach-intro p:last-child {
    margin-bottom: 0;
}

.about-page .about-approach-subtitle {
    margin: 40px auto 40px;
    max-width: 820px;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 400;
    color: #111111;
    text-align: center;
}

.about-page .approach-rows {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.about-page .approach-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: stretch;
    background: #f3f3f3;
    border-radius: 32px;
    padding: 28px;
    overflow: hidden;
}

.about-page .approach-row.reverse .approach-row-image {
    order: 2;
}

.about-page .approach-row.reverse .approach-row-content {
    order: 1;
}

.about-page .approach-row-image img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    border-radius: 24px;
}

.about-page .approach-row-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 6px;
}

.about-page .approach-row-content h3 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #111111;
}

.about-page .approach-row-content p {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #333333;
    max-width: 620px;
}

.about-page .approach-row-content p:last-child {
    margin-bottom: 0;
}

/* CTA */

.about-page .about-cta {
    padding: 40px 0 0;
}

.about-page .about-cta .container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

.about-page .about-cta-inner {
    background: #AA0001;
    border-radius: 28px;
    padding: 46px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.about-page .about-cta h2 {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 38px;
    line-height: 1.1;
    font-weight: 400;
}

.about-page .about-cta p {
    margin: 0 0 24px;
    max-width: 760px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
}

.about-page .about-cta-form {
    width: 100%;
    max-width: 520px;
    margin-top: 28px;
    margin-left: auto;
    margin-right: auto;
}

.about-page .cta-form-row {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: stretch;
}

.about-page .about-cta-form input[type="email"] {
    flex: 1;
    height: 54px;
    padding: 0 18px;
    border: none;
    border-radius: 14px;
    background: #ffffff;
    color: #111111;
    font-size: 16px;
    line-height: 1;
    font-weight: 300;
    box-sizing: border-box;
    outline: none;
}

.about-page .about-cta-form input[type="email"]::placeholder {
    color: #777777;
    opacity: 1;
}

.about-page .about-cta-form button {
    height: 54px;
    padding: 0 24px;
    border: none;
    border-radius: 14px;
    background: #ffffff;
    color: #111111;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.about-page .about-cta-form button:hover {
    opacity: 0.9;
}

.about-page .cta-form-policy {
    margin-top: 12px;
    max-width: 680px;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.82);
}

.about-page .cta-form-policy a {
    color: #ffffff;
    text-decoration: underline;
}

.about-page .cta-form-policy a:hover {
    opacity: 0.9;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
    .about-page .about-hero-content h1 {
        font-size: 52px;
    }

    .about-page .about-approach h2 {
        font-size: 52px;
    }

    .about-page .about-approach-subtitle {
        font-size: 26px;
    }

    .about-page .approach-row-content h3 {
        font-size: 30px;
    }

    .about-page .approach-row-content p,
    .about-page .about-approach-intro p {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .about-page .about-hero-box,
    .about-page .about-hero-box > img {
        min-height: 620px;
        height: 620px;
    }

    .about-page .stats-box {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 22px;
    }

    .about-page .approach-row {
        grid-template-columns: 1fr;
    }

    .about-page .approach-row.reverse .approach-row-image,
    .about-page .approach-row.reverse .approach-row-content {
        order: initial;
    }

    .about-page .cta-form-row {
        flex-direction: column;
    }

    .about-page .about-cta-form button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .about-page .about-hero {
        padding-top: 24px;
    }

    .about-page .about-hero-box,
    .about-page .about-hero-box > img {
        min-height: 520px;
        height: 520px;
    }

    .about-page .about-hero-content {
        padding: 24px 18px;
    }

    .about-page .about-hero-content h1 {
        font-size: 34px;
    }

    .about-page .stats-box {
        grid-template-columns: 1fr;
        padding: 26px 16px;
    }

    .about-page .stat-number {
        font-size: 34px;
    }

    .about-page .stat-label {
        font-size: 18px;
    }

    .about-page .about-approach {
        padding: 40px 0 24px;
    }

    .about-page .about-approach h2 {
        font-size: 34px;
    }

    .about-page .about-approach-intro {
        margin-bottom: 24px;
    }

    .about-page .about-approach-intro p {
        font-size: 17px;
    }

    .about-page .about-approach-subtitle {
        margin-bottom: 28px;
        font-size: 22px;
    }

    .about-page .approach-row {
        padding: 18px;
        border-radius: 24px;
    }

    .about-page .approach-row-image img {
        height: 240px;
        min-height: 240px;
        border-radius: 18px;
    }

    .about-page .approach-row-content {
        padding: 0;
    }

    .about-page .approach-row-content h3 {
        font-size: 24px;
    }

    .about-page .approach-row-content p {
        font-size: 17px;
    }

    .about-page .about-cta .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .about-page .about-cta-inner {
        padding: 32px 20px;
    }

    .about-page .about-cta h2 {
        font-size: 30px;
    }

    .about-page .about-cta p {
        font-size: 16px;
    }

    .about-page .about-cta-form input[type="email"],
    .about-page .about-cta-form button {
        height: 50px;
        box-sizing: border-box;
    }

    .about-page .about-cta-form input[type="email"] {
        padding: 0 16px;
    }
}

/*Страница сервис-центр*/
/* SERVICE PAGE */

.service-page {
    padding-bottom: 80px;
}

.service-page section {
    padding: 80px 0;
    position: relative;
}

/* HERO */

.service-page .service-hero {
    padding: 40px 0 24px;
}

.service-page .service-hero-box {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 680px;
}

.service-page .service-hero-box > img {
    display: block;
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: center;
}

.service-page .service-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
}

.service-page .service-hero-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    text-align: center;
}

.service-page .service-hero-content h1 {
    margin: 0 0 18px;
    max-width: 1000px;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #ffffff;
}

.service-page .service-hero-subtitle {
    max-width: 760px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 300;
    color: #ffffff;
}

/* ABOUT */

.service-page .service-about {
    padding: 40px 0;
}

.service-page .service-about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
    align-items: center;
}

.service-page .service-about-content h2 {
    margin: 0 0 24px;
    font-size: 42px;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #111111;
}

.service-page .service-about-content p {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 300;
    color: #333333;
}

.service-page .service-about-content p:last-child {
    margin-bottom: 0;
}

.service-page .service-about-image img {
    display: block;
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center;
    border-radius: 28px;
}

/* SERVICES */

.service-page .service-services {
    padding: 56px 0;
}

.service-page .service-services-layout {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 40px;
    align-items: start;
}

.service-page .service-services-left {
    position: sticky;
    top: 32px;
    align-self: start;
}

.service-page .service-services h2 {
    margin: 0;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #111111;
    opacity: 0;
    transform: translateY(18px);
    animation: serviceTitleRise 0.8s ease forwards;
    animation-delay: 0.12s;
}

@keyframes serviceTitleRise {
    0% {
        opacity: 0;
        transform: translateY(18px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-page .service-services-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.service-page .service-services-grid .service-card:nth-child(1),
.service-page .service-services-grid .service-card:nth-child(2) {
    grid-column: span 3;
}

.service-page .service-services-grid .service-card:nth-child(3),
.service-page .service-services-grid .service-card:nth-child(4),
.service-page .service-services-grid .service-card:nth-child(5) {
    grid-column: span 2;
}

.service-page .service-card {
    background: #AA0001;
    border-radius: 24px;
    padding: 28px;
    min-height: 220px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-page .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}

.service-page .service-card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.service-page .service-card-icon img,
.service-page .service-card-icon svg {
    display: block;
    width: 56px;
    height: 56px;
    object-fit: contain;
}

.service-page .service-card h3 {
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
    color: #ffffff;
}

.service-page .service-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.94);
}

/* WHY */

.service-page .service-why {
    padding: 80px 0;
}

.service-page .service-why-head {
    margin-bottom: 40px;
}

.service-page .service-why h2 {
    margin: 0;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #111111;
}

.service-page .service-why-stage {
    display: grid;
    grid-template-columns: 1fr 320px 1fr;
    gap: 24px;
    align-items: center;
    margin-bottom: 32px;
}

.service-page .service-why-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.service-page .service-why-card {
    background: #AA0001;
    color: #ffffff;
    border-radius: 22px;
    padding: 24px 22px;
    font-size: 19px;
    line-height: 1.45;
    font-weight: 300;
    min-height: 120px;
    display: flex;
    align-items: center;
    /*max-width: 350px;*/
    /*width: 100%;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

.service-page .service-why-side-left .service-why-card {
    justify-content: flex-start;
    text-align: left;
}

.service-page .service-why-side-right .service-why-card {
    justify-content: flex-start;
    text-align: left;
}

.service-page .service-why-center {
    position: relative;
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.service-page .service-why-center-circle {
    position: absolute;
    border: 1px solid rgba(170, 0, 1, 0.14);
    border-radius: 50%;
}

.service-page .service-why-center-circle-1 {
    width: 180px;
    height: 180px;
}

.service-page .service-why-center-circle-2 {
    width: 250px;
    height: 250px;
}

.service-page .service-why-center-circle-3 {
    width: 320px;
    height: 320px;
}

.service-page .service-why-center-title {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 54px;
    line-height: 0.95;
    font-weight: 400;
    color: #111111;
    letter-spacing: -0.03em;
}

.service-page .service-why-note {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 300;
    color: #111111;
}

/* PROCESS */

.service-page .service-process {
    padding: 110px 0 80px;
}

.service-page .service-process h2 {
    margin: 0 0 56px;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #111111;
}

.service-page .service-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.service-page .service-step {
    border: 2px solid #AA0001;
    border-radius: 20px;
    height: 270px;
    padding: 0 24px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
}

.service-page .step-number {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 116px;
    line-height: 0.88;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #ffffff;
    -webkit-text-stroke: 2px #AA0001;
    text-stroke: 2px #AA0001;
    z-index: 3;
    white-space: nowrap;
    transition: transform 0.3s ease, top 0.3s ease;
}

.service-page .step-card {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 0;
    background: #AA0001;
    padding: 22px 18px 20px;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    z-index: 2;
    transition:
        height 0.32s ease,
        box-shadow 0.32s ease;
}

.service-page .service-step h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    color: #ffffff;
    transition: transform 0.32s ease;
}

/* hover animation only for desktop-like devices */

@media (hover: hover) and (pointer: fine) {
    .service-page .service-step:hover .step-card {
        height: 180px;
        box-shadow: 0 14px 28px rgba(170, 0, 1, 0.18);
    }

    .service-page .service-step:hover .step-number {
        transform: translateX(-50%) translateY(6px);
    }

    .service-page .service-step:hover h3 {
        transform: translateY(-2px);
    }
}

/* PROCESS TABLET */

@media (max-width: 1200px) {
    .service-page .service-process h2 {
        font-size: 52px;
    }

    .service-page .service-process-grid {
        gap: 20px;
    }

    .service-page .service-step {
        height: 248px;
    }

    .service-page .step-number {
        font-size: 100px;
        top: 12px;
    }

    .service-page .step-card {
        height: 142px;
        padding: 20px 14px 18px;
        border-top-left-radius: 18px;
        border-top-right-radius: 18px;
    }

    .service-page .service-step h3 {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .service-page .service-process-grid {
        grid-template-columns: 1fr 1fr;
        gap: 22px;
    }

    .service-page .service-step {
        height: 236px;
    }

    .service-page .step-number {
        font-size: 92px;
        top: 16px;
    }

    .service-page .step-card {
        height: 134px;
        padding: 18px 14px 16px;
    }

    .service-page .service-step h3 {
        font-size: 18px;
    }
}

/* PROCESS MOBILE */

@media (max-width: 640px) {
    .service-page .service-process {
        padding: 56px 0 32px;
    }

    .service-page .service-process h2 {
        margin-bottom: 36px;
        font-size: 34px;
    }

    .service-page .service-process-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-page .service-step {
        height: 228px;
        padding: 0 18px 0;
        width: 100%;
        border-radius: 18px;
    }

    .service-page .step-number {
        font-size: 74px;
        top: 30px;
        -webkit-text-stroke: 2px #AA0001;
        text-stroke: 2px #AA0001;
    }

.service-page .step-card {
    left: 14px;
    right: 14px;
    /*bottom: 18px;*/
    height: 150px;
    padding: 10px 12px 16px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

    .service-page .service-step h3 {
        font-size: 17px;
    }
}

/* TABLET WHY WE*/

@media (max-width: 1200px) {
    .service-page .service-hero-content h1,
    .service-page .service-services h2,
    .service-page .service-why h2,
    .service-page .service-process h2 {
        font-size: 52px;
    }

    .service-page .service-about-content h2 {
        font-size: 36px;
    }

    .service-page .service-hero-subtitle {
        font-size: 24px;
    }

    .service-page .service-services-layout {
        grid-template-columns: 220px 1fr;
        gap: 32px;
    }

    .service-page .service-card h3 {
        font-size: 22px;
    }

    .service-page .service-card p,
    .service-page .service-why-note,
    .service-page .service-why-card,
    .service-page .service-step h3 {
        font-size: 18px;
    }

    .service-page .service-why-stage {
        grid-template-columns: 1fr 260px 1fr;
    }

    .service-page .service-why-center {
        width: 260px;
        height: 260px;
    }

    .service-page .service-why-center-circle-1 {
        width: 140px;
        height: 140px;
    }

    .service-page .service-why-center-circle-2 {
        width: 200px;
        height: 200px;
    }

    .service-page .service-why-center-circle-3 {
        width: 260px;
        height: 260px;
    }

    .service-page .service-why-center-title {
        font-size: 42px;
    }
}

@media (max-width: 980px) {
    .service-page section {
        padding: 64px 0;
    }

    .service-page .service-hero-box,
    .service-page .service-hero-box > img {
        min-height: 560px;
        height: 560px;
    }

    .service-page .service-about-grid {
        grid-template-columns: 1fr;
    }

    .service-page .service-services-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .service-page .service-services-left {
        position: static;
        top: auto;
    }

    .service-page .service-services-grid {
        grid-template-columns: 1fr 1fr;
        gap: 18px;
    }

    .service-page .service-services-grid .service-card:nth-child(1),
    .service-page .service-services-grid .service-card:nth-child(2),
    .service-page .service-services-grid .service-card:nth-child(3),
    .service-page .service-services-grid .service-card:nth-child(4),
    .service-page .service-services-grid .service-card:nth-child(5) {
        grid-column: auto;
    }

    .service-page .service-why-stage {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .service-page .service-why-center {
        order: -1;
        width: 220px;
        height: 220px;
    }

    .service-page .service-why-center-circle-1 {
        width: 120px;
        height: 120px;
    }

    .service-page .service-why-center-circle-2 {
        width: 170px;
        height: 170px;
    }

    .service-page .service-why-center-circle-3 {
        width: 220px;
        height: 220px;
    }

    .service-page .service-why-center-title {
        font-size: 36px;
    }

    .service-page .service-why-card {
        min-height: auto;
    }
}

/* MOBILE */

@media (max-width: 640px) {
    .service-page {
        padding-bottom: 56px;
    }

    .service-page section {
        padding: 48px 0;
    }

    .service-page .service-hero {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .service-page .service-hero-box,
    .service-page .service-hero-box > img {
        min-height: 480px;
        height: 480px;
    }

    .service-page .service-hero-content {
        padding: 24px 18px;
    }

    .service-page .service-hero-content h1 {
        font-size: 34px;
    }

    .service-page .service-hero-subtitle {
        font-size: 20px;
    }

    .service-page .service-about {
        padding: 32px 0;
    }

    .service-page .service-about-content h2,
    .service-page .service-services h2,
    .service-page .service-why h2,
    .service-page .service-process h2 {
        font-size: 34px;
    }

    .service-page .service-about-content p,
    .service-page .service-card p,
    .service-page .service-why-note,
    .service-page .service-step h3 {
        font-size: 17px;
    }

    .service-page .service-about-image img {
        height: 280px;
        border-radius: 20px;
    }

    .service-page .service-services {
        padding: 40px 0;
    }

    .service-page .service-services-grid {
        grid-template-columns: 1fr;
    }

    .service-page .service-card {
        padding: 22px;
        border-radius: 20px;
        min-height: auto;
    }

    .service-page .service-card-icon {
        width: 44px;
        height: 44px;
        margin-bottom: 14px;
    }

    .service-page .service-card-icon img,
    .service-page .service-card-icon svg {
        width: 44px;
        height: 44px;
    }

    .service-page .service-card h3 {
        font-size: 21px;
    }

    .service-page .service-why {
        padding: 48px 0;
    }

    .service-page .service-why-head {
        margin-bottom: 28px;
    }

    .service-page .service-why-center {
        width: 180px;
        height: 180px;
    }

    .service-page .service-why-center-circle-1 {
        width: 90px;
        height: 90px;
    }

    .service-page .service-why-center-circle-2 {
        width: 135px;
        height: 135px;
    }

    .service-page .service-why-center-circle-3 {
        width: 180px;
        height: 180px;
    }

    .service-page .service-why-center-title {
        font-size: 28px;
    }

    .service-page .service-why-card {
        padding: 20px 18px;
        border-radius: 18px;
        font-size: 18px;
    }
}

/*страница контактов*/
/* SERVICE CONTACT */

.service-page .service-contact {
    padding: 96px 0 80px;
}

.service-page .service-contact h2 {
    margin: 0 0 36px;
    text-align: center;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #111111;
}

.service-page .service-contact-form {
    max-width: 1240px;
    margin: 0 auto 28px;
}

.service-page .service-contact-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 28px;
}

.service-page .service-contact-option {
    position: relative;
    display: flex;
    flex-direction: column;
    border: 2px solid #AA0001;
    background: #ffffff;
    color: #111111;
    border-radius: 22px;
    padding: 26px 22px;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease,
        transform 0.22s ease,
        box-shadow 0.25s ease;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    text-align: left;
}

.service-page .service-contact-option:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.08);
}

.service-page .service-contact-option:active {
    transform: translateY(3px) scale(0.97);
}

.service-page .service-contact-option input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.service-page .service-contact-option.is-active,
.service-page .service-contact-option:has(input[type="radio"]:checked) {
    background: #AA0001;
    color: #ffffff;
    box-shadow: 0 10px 22px rgba(170,0,1,0.18);
}

.service-page .service-contact-option-title {
    display: block;
    margin: 0 0 12px;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 400;
}

.service-page .service-contact-option-text {
    display: block;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 300;
}

.service-page .service-contact-form-row {
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    gap: 14px;
    align-items: stretch;
}

.service-page .service-contact-phone {
    flex: 1;
    display: flex;
    align-items: stretch;
    border: 2px solid #AA0001;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
}

.service-page .service-contact-phone-code-wrap {
    position: relative;
    width: 180px;
    min-width: 180px;
    border-right: 2px solid #AA0001;
    background: #ffffff;
}

.service-page .service-contact-phone-code {
    width: 100%;
    height: 58px;
    border: none;
    background: transparent;
    color: #111111;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    padding: 0 42px 0 16px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.service-page .service-contact-phone-code-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    border-right: 2px solid #AA0001;
    border-bottom: 2px solid #AA0001;
    transform: translateY(-65%) rotate(45deg);
    pointer-events: none;
}

.service-page .service-contact-phone-input {
    flex: 1;
    height: 58px;
    border: none;
    background: #ffffff;
    color: #111111;
    padding: 0 18px;
    font-size: 17px;
    line-height: 1;
    font-weight: 300;
    box-sizing: border-box;
    outline: none;
}

.service-page .service-contact-phone-input::placeholder {
    color: #777777;
    opacity: 1;
}

.service-page .service-contact-form button {
    height: 58px;
    padding: 0 28px;
    border: none;
    border-radius: 16px;
    background: #AA0001;
    color: #ffffff;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    cursor: pointer;
    transition: transform 0.12s ease, opacity 0.2s ease;
}

.service-page .service-contact-form button:hover {
    opacity: 0.94;
}

.service-page .service-contact-form button:active {
    transform: scale(0.985);
}

.service-page .service-contact-policy {
    max-width: 1320px;
    margin: 12px auto 0;
    text-align: center;
    font-size: 13px;
    line-height: 1.45;
    font-weight: 300;
    color: #666666;
}

.service-page .service-contact-policy a {
    color: #AA0001;
    text-decoration: underline;
}

.service-page .service-contact-info {
    max-width: 760px;
    margin: 28px auto 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    font-weight: 300;
    color: #111111;
}

.service-page .service-contact-info strong {
    font-weight: 400;
}

.service-page .service-contact-info a {
    color: #111111;
    text-decoration: none;
}

.service-page .service-contact-info a:hover {
    text-decoration: underline;
}

/* TABLET */

@media (max-width: 980px) {
    .service-page .service-contact-options {
        grid-template-columns: 1fr;
    }

    .service-page .service-contact-form-row {
        flex-direction: column;
    }

    .service-page .service-contact-form button {
        width: 100%;
    }
}

/* MOBILE */

@media (max-width: 640px) {
    .service-page .service-contact {
        padding: 56px 0 40px;
    }

    .service-page .service-contact h2 {
        margin-bottom: 28px;
        font-size: 34px;
    }

    .service-page .service-contact-option {
        padding: 22px 18px;
        border-radius: 18px;
    }

    .service-page .service-contact-option-title {
        font-size: 21px;
    }

    .service-page .service-contact-option-text {
        font-size: 16px;
    }

    .service-page .service-contact-phone {
        border-radius: 14px;
    }

    .service-page .service-contact-phone-code-wrap {
        width: 150px;
        min-width: 150px;
    }

    .service-page .service-contact-phone-code {
        height: 52px;
        font-size: 15px;
        padding: 0 38px 0 12px;
    }

    .service-page .service-contact-phone-code-arrow {
        right: 12px;
        width: 8px;
        height: 8px;
    }

    .service-page .service-contact-phone-input,
    .service-page .service-contact-form button {
        height: 52px;
        font-size: 12px;
    }

    .service-page .service-contact-form button {
        border-radius: 14px;
    }

    .service-page .service-contact-policy {
        font-size: 12px;
        line-height: 1.4;
        text-align: center;
    }

    .service-page .service-contact-info {
        font-size: 16px;
    }
}

/* =====================================
   SERVICE PAGE — НАШИ УСЛУГИ
   SAFE OVERRIDE: только внешний вид карточек
   ВСТАВИТЬ В САМЫЙ КОНЕЦ style.css
===================================== */

.service-page .service-card {
    position: relative !important;
    overflow: hidden !important;

    background: #ffffff !important;
    border: 2px solid #AA0001 !important;
    color: #111111 !important;

    transition:
        color 0.28s ease,
        transform 0.18s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease !important;
}

.service-page .service-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background: #AA0001 !important;
    transform: scaleX(0) !important;
    transform-origin: left center !important;
    transition: transform 0.35s ease !important;
    z-index: 0 !important;
}

.service-page .service-card > * {
    position: relative !important;
    z-index: 1 !important;
}

.service-page .service-card:hover::before {
    transform: scaleX(1) !important;
}

.service-page .service-card:hover {
    color: #ffffff !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.08) !important;
}

.service-page .service-card:active {
    transform: translateY(1px) scale(0.99) !important;
}

.service-page .service-card h3 {
    color: inherit !important;
}

.service-page .service-card p {
    color: inherit !important;
}

.service-page .service-card-icon img,
.service-page .service-card-icon svg {
    transition: filter 0.35s ease !important;
}

.service-page .service-card:hover .service-card-icon img,
.service-page .service-card:hover .service-card-icon svg {
    filter: brightness(0) invert(1) !important;
}

/* мобилка — только визуал, без сетки */
@media (max-width: 640px) {
    .service-page .service-card {
        border-radius: 20px !important;
    }
}

/* SERVICE CARDS ICON SWITCH */

.service-page .service-card-icon {
    position: relative;
}

.service-page .service-card-icon .icon-red,
.service-page .service-card-icon .icon-white {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.25s ease;
}

.service-page .service-card-icon .icon-red {
    opacity: 1;
}

.service-page .service-card-icon .icon-white {
    opacity: 0;
}

.service-page .service-card:hover .service-card-icon .icon-red {
    opacity: 0;
}

.service-page .service-card:hover .service-card-icon .icon-white {
    opacity: 1;
}

/* WHY PREMA hover animation */

@media (hover: hover) and (pointer: fine) {

.service-page .service-why-card {
    transition: 
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.service-page .service-why-card:hover {
    transform: scale(1.04);
    box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

}

/* ======================================
   PRIVACY POLICY PAGE
====================================== */

.privacy-policy {
    padding: 110px 0 80px;
}

.privacy-policy .container {
    max-width: 960px;
}

.privacy-policy h1 {
    margin: 0 0 40px;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    letter-spacing: -0.03em;
    color: #111111;
}

.privacy-policy h2 {
    margin: 56px 0 18px;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #111111;
}

.privacy-policy p {
    margin: 0 0 18px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #333333;
}

.privacy-policy ul {
    margin: 0 0 20px;
    padding-left: 22px;
}

.privacy-policy li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 300;
    color: #333333;
}

.privacy-policy a {
    color: #AA0001;
    text-decoration: underline;
}

.privacy-policy strong {
    font-weight: 400;
}

.privacy-policy section + section {
    margin-top: 24px;
}


/* TABLET */

@media (max-width: 1200px) {

    .privacy-policy h1 {
        font-size: 52px;
    }

    .privacy-policy h2 {
        font-size: 28px;
    }

}


/* MOBILE */

@media (max-width: 640px) {

    .privacy-policy {
        padding: 56px 0 40px;
    }

    .privacy-policy .container {
        max-width: 100%;
    }

    .privacy-policy h1 {
        font-size: 34px;
        margin-bottom: 28px;
    }

    .privacy-policy h2 {
        font-size: 24px;
        margin: 36px 0 14px;
    }

    .privacy-policy p,
    .privacy-policy li {
        font-size: 17px;
        line-height: 1.55;
    }

}