.advantages {
	display: -ms-flexbox;

	display: flex;

	-ms-flex-wrap: wrap;

	flex-wrap: wrap;

	margin-left: -15px;

	margin-right: -15px;
}

.advantages__item {
	box-sizing: border-box;

	width: 33.33333%;

	padding-left: 15px;

	padding-right: 15px;

	margin-bottom: 22px;
}

@media (max-width: 1139px) {
	.advantages__item {
		width: 50%;
	}
}

@media (max-width: 479px) {
	.advantages__item {
		width: 100%;
	}
}

.advantages_layout_2x2 .advantages__item {
	width: 50%;
}

@media (max-width: 479px) {
	.advantages_layout_2x2 .advantages__item {
		width: 100%;
	}
}

.advantage__icon {
	float: left;

	width: 70px;
}

.advantage__icon img {
	display: block;

	max-width: 100%;
}

.advantages.advantages_layout_2x2 .advantage__content {
	margin-left: 90px;
}

.advantage__title {
	font-size: 17px;

	font-weight: 700;

	color: #24a752;

	margin-bottom: 5px;

	line-height: 23px;
}

.advantage__title span {
	font-weight: 400;

	display: block;
}

.advantage__title_theme_blue {
	color: #006699;
}

.advantage__text {
	font-size: 12px;

	line-height: 16px;
}

.button.fsb.request {
	padding: 10px;
	text-align: center;
}

.content-slider__text {
	width: 100% !important;
	font-size: 1rem;
}

.requirements__title {
	margin-bottom: 1.5rem !important;
}

.requirements__title:not(:first-child) {
	margin-top: 1.5rem !important;
}

.section-add-services {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.section-our-docs {
	padding-top: 1rem !important;
	padding-bottom: 3rem !important;
}

h1 {
	font-weight: bold;
}

.column_separate {
	break-after: column;
	display: block;
}

.separate span.wide-menu__link {
	pointer-events: none;
}

.separate .wide-menu__link {
	color: #8dc0d9;
}

.separate .wide-menu__link:hover {
	color: #fff;
}

.clauses_author {
	display: flex;

	flex-direction: row;
}

.clauses_author p {
	padding: 0px 7px 7px 0px;
}

.layout__footer .service-footer a {
	color: #fff;
}

.layout__footer .title-col {
	font-weight: bolder;
	padding-bottom: 7px;
}

.td-arenda-tomt {
	background: #baf5cd;
}

/*нг гирлянда */

.lightrope {
	text-align: center;

	white-space: nowrap;

	overflow: hidden;

	position: absolute;

	z-index: 2000;

	margin: -15px 0 0 0;

	padding: 0;

	pointer-events: none;

	width: 100%;
}

.lightrope li {
	position: relative;

	-webkit-animation-fill-mode: both;

	animation-fill-mode: both;

	-webkit-animation-iteration-count: infinite;

	animation-iteration-count: infinite;

	list-style: none;

	margin: 0;

	padding: 0;

	display: block;

	width: 12px;

	height: 28px;

	border-radius: 50%;

	margin: 20px;

	display: inline-block;

	background: #00f7a5;

	box-shadow: 0px 4.66667px 24px 3px #00f7a5;

	-webkit-animation-name: flash-1;

	animation-name: flash-1;

	-webkit-animation-duration: 2s;

	animation-duration: 2s;
}

.lightrope li:nth-child(2n + 1) {
	background: cyan;

	box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);

	-webkit-animation-name: flash-2;

	animation-name: flash-2;

	-webkit-animation-duration: 0.4s;

	animation-duration: 0.4s;
}

.lightrope li:nth-child(4n + 2) {
	background: #f70094;

	box-shadow: 0px 4.66667px 24px 3px #f70094;

	-webkit-animation-name: flash-3;

	animation-name: flash-3;

	-webkit-animation-duration: 1.1s;

	animation-duration: 1.1s;
}

.lightrope li:nth-child(odd) {
	-webkit-animation-duration: 1.8s;

	animation-duration: 1.8s;
}

.lightrope li:nth-child(3n + 1) {
	-webkit-animation-duration: 1.4s;

	animation-duration: 1.4s;
}

.lightrope li:before {
	content: "";

	position: absolute;

	background: #222;

	width: 10px;

	height: 9.33333px;

	border-radius: 3px;

	top: -4.66667px;

	left: 1px;
}

.lightrope li:after {
	content: "";

	top: -14px;

	left: 9px;

	position: absolute;

	width: 52px;

	height: 18.66667px;

	border-bottom: solid #222 2px;

	border-radius: 50%;
}

.lightrope li:last-child:after {
	content: none;
}

.lightrope li:first-child {
	margin-left: -40px;
}

@-webkit-keyframes flash-1 {
	0%,
	100% {
		background: #00f7a5;

		box-shadow: 0px 4.66667px 24px 3px #00f7a5;
	}

	50% {
		background: rgba(0, 247, 165, 0.4);

		box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
	}
}

@keyframes flash-1 {
	0%,
	100% {
		background: #00f7a5;

		box-shadow: 0px 4.66667px 24px 3px #00f7a5;
	}

	50% {
		background: rgba(0, 247, 165, 0.4);

		box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
	}
}

@-webkit-keyframes flash-2 {
	0%,
	100% {
		background: cyan;

		box-shadow: 0px 4.66667px 24px 3px cyan;
	}

	50% {
		background: rgba(0, 255, 255, 0.4);

		box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
	}
}

@keyframes flash-2 {
	0%,
	100% {
		background: cyan;

		box-shadow: 0px 4.66667px 24px 3px cyan;
	}

	50% {
		background: rgba(0, 255, 255, 0.4);

		box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
	}
}

@-webkit-keyframes flash-3 {
	0%,
	100% {
		background: #f70094;

		box-shadow: 0px 4.66667px 24px 3px #f70094;
	}

	50% {
		background: rgba(247, 0, 148, 0.4);

		box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
	}
}

@keyframes flash-3 {
	0%,
	100% {
		background: #f70094;

		box-shadow: 0px 4.66667px 24px 3px #f70094;
	}

	50% {
		background: rgba(247, 0, 148, 0.4);

		box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
	}
}

.callout_success a,
.quote2 a {
	color: #ffffff !important;
}

/* блок этапов нумерация */

ol.stages-num {
	list-style-type: none;

	counter-reset: num;

	position: relative;

	margin: 0 0 0 60px;

	padding: 15px 0 5px 0;

	font-size: 16px;
}

ol.stages-num li {
	position: relative;

	margin: 0 0 0 0;

	padding: 0 0 10px 0;

	line-height: 1.4;
}

ol.stages-num li:after {
	content: counter(num);

	counter-increment: num;

	display: inline-block;

	position: absolute;

	top: 0;

	left: -45px;

	width: 28px;

	height: 28px;

	line-height: 28px;

	background: #fff;

	color: #000;

	text-align: center;

	font-size: 18px;

	border-radius: 50%;

	border: 1px solid #41915c;
}

/* Вертикальная линия */

ol.stages-num:before {
	content: "";

	position: absolute;

	top: 15px;

	bottom: 15px;

	left: -30px;

	width: 1px;

	border-left: 1px solid #41915c;
}

/* Скрытие линии у последнего li */

ol.stages-num li:last-child:before {
	content: "";

	display: inline-block;

	position: absolute;

	top: 0;

	bottom: 0;

	left: -38px;

	width: 28px;

	background: #fff;
}

.price-offer {
	padding: 15px;
	border-left: 1px solid #41945b;
	margin-bottom: 15px;
}

.price-offer .cost {
	font-size: 43px;

	font-weight: 400;

	line-height: inherit;

	background-size: 100% 100%;

	background-position: 0px 0px;

	background-image: linear-gradient(90deg, #cdff00ff 0%, #71c4ffff 100%);

	margin-bottom: 10px;
}

.price-offer .price-name {
	font-size: 14px;
	color: #9b9b9b;
}

/* 3.02.2025 */

.layout__side {
	position: sticky;

	top: 100px;

	height: calc(100vh - 150px);

	overflow: auto;

	scrollbar-width: thin; /* "auto" или "thin"  */

	scrollbar-color: #006498 #c9e4f1;
}

.layout__side::-webkit-scrollbar {
	width: 4px;
}

.layout__side::-webkit-scrollbar-track {
	background: #c9e4f1;
}

.layout__side::-webkit-scrollbar-thumb {
	background-color: #006498;
}

/* 3.04.2025 */

blockquote {
	font-size: 15px !important;
}

.section-problems__main {
	margin-top: 0rem !important;
}

/* 10.04.2025 */

.free-spec {
	font-size: 28px;

	font-weight: 400;

	line-height: inherit;

	background-size: 100% 100%;

	background-position: 0px 0px;

	background-image: linear-gradient(90deg, #cdff00ff 0%, #71c4ffff 100%);

	margin-bottom: 10px;
	margin-top: 10px;
}

/* cookie banner 18.07.2025 */

/* Основные стили для cookie баннера */
#cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 470px;
  width: calc(100% - 40px);
  background-color: rgba(201, 228, 241, 1);
  color: #000000;
  border-radius: 8px;
  font-size: 14px;
  padding: 1.25rem;
  z-index: 9999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  margin: 0 20px;
}

#cookie-consent-banner .cookie-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  flex-direction: row;
  flex-wrap: wrap;
}

#cookie-consent-banner p {
  margin: 0;
  flex-grow: 1;
  text-align: left;
  line-height: 1.4;
  min-width: 200px;
}

#cookie-consent-banner a {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

#cookie-consent-banner .cookie-buttons {
  flex-shrink: 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

#cookie-consent-banner .cookie-buttons button {
  background-color: #6db069;
  color: #ffffff;
  border: none;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  white-space: nowrap;
  font-size: 12px;
  transition: background-color 0.2s ease;
  min-height: 44px; /* Минимальная высота для удобного тапа */
}

#cookie-consent-banner .cookie-buttons button:hover {
  background-color: #5a9557;
}

#cookie-consent-banner .cookie-buttons button:focus {
  outline: 2px solid #333;
  outline-offset: 2px;
}

/* Адаптивные стили для планшетов */
@media screen and (max-width: 768px) {
  #cookie-consent-banner {
    bottom: 15px;
    width: calc(100% - 30px);
    margin: 0 15px;
    font-size: 13px;
    padding: 1rem;
  }
  
  #cookie-consent-banner .cookie-content {
    gap: 0.75rem;
  }
  
  #cookie-consent-banner p {
    min-width: 150px;
  }
}

/* Адаптивные стили для мобильных устройств */
@media screen and (max-width: 480px) {
  #cookie-consent-banner {
    bottom: 10px;
    width: calc(100% - 20px);
    margin: 0 10px;
    font-size: 13px;
    padding: 1rem;
    max-width: none;
  }
  
  #cookie-consent-banner .cookie-content {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  
  #cookie-consent-banner p {
    text-align: left;
    min-width: unset;
    margin-bottom: 0.5rem;
  }
  
  #cookie-consent-banner .cookie-buttons {
    width: 100%;
    justify-content: center;
    gap: 0.75rem;
  }
  
  #cookie-consent-banner .cookie-buttons button {
    flex: 1;
    min-width: 120px;
    padding: 0.875rem 1rem;
    font-size: 13px;
  }
}

/* Стили для очень маленьких экранов */
@media screen and (max-width: 360px) {
  #cookie-consent-banner {
    bottom: 5px;
    width: calc(100% - 16px);
    margin: 0 8px;
    padding: 0.875rem;
    font-size: 12px;
  }
  
  #cookie-consent-banner .cookie-buttons button {
    padding: 0.75rem 0.875rem;
    font-size: 12px;
    min-width: 100px;
  }
}

/* Стили для горизонтальной ориентации мобильных устройств */
@media screen and (max-height: 500px) and (orientation: landscape) {
  #cookie-consent-banner {
    bottom: 5px;
    font-size: 12px;
    padding: 0.75rem;
  }
  
  #cookie-consent-banner .cookie-content {
    flex-direction: row;
    gap: 0.75rem;
  }
  
  #cookie-consent-banner .cookie-buttons button {
    padding: 0.5rem 1rem;
    font-size: 11px;
  }
}

/* Поддержка темной темы (опционально) */
@media (prefers-color-scheme: dark) {
  #cookie-consent-banner {
    background-color: rgba(45, 45, 45, 0.95);
    color: #ffffff;
  }
  
  #cookie-consent-banner a {
    color: #87ceeb;
  }
  
  #cookie-consent-banner .cookie-buttons button {
    background-color: #5a8a57;
  }
  
  #cookie-consent-banner .cookie-buttons button:hover {
    background-color: #4a7a47;
  }
}

/* конец стилей cookie баннера */

/* стили для нового дизайна (раздел проектирование) */

  /* Page Header */
        .page-header {
            background: linear-gradient(135deg, #006498, #0077b8);
            color: white;
            padding: 60px 0;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .page-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="20" fill="url('../images/#grain')"/></svg>');
            opacity: 0.3;
        }

        .page-header h1 {
            font-size: 2.5rem;
            font-weight: 700 !important;
            margin-bottom: 20px;
            position: relative;
            z-index: 1;
            color: white !important;
        }

        .page-header .subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            position: relative;
            z-index: 1;
        }

        /* Page content */
        .page-content {
            padding: 60px 0;
        }

        .intro-section {
            background: #f8fafc;
            border-radius: 15px;
            padding: 40px;
            margin-bottom: 40px;
            box-shadow: 0 5px 20px rgba(0, 100, 152, 0.08);
            border: 1px solid #e2e8f0;
            border-left: 5px solid #006498;
        }

        .intro-section p {
            font-size: 1.1rem;
            margin-bottom: 20px;
            text-align: justify;
        }

        /* What is LDU section */
        .ldu-definition {
            background: linear-gradient(135deg, #c9e4f1, #e8f4f8);
            border-radius: 15px;
            padding: 40px;
            margin-bottom: 40px;
            position: relative;
        }

        .ldu-definition h2 {
            color: #006498 !important;
            font-size: 2rem;
            font-weight: 700 !important;
            margin-bottom: 25px;
            text-align: center;
        }

        .ldu-types {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }

        .ldu-type {
            background: #f8fafc;
            padding: 25px;
            border-radius: 10px;
            border: 1px solid #e2e8f0;
            box-shadow: 0 3px 12px rgba(0, 100, 152, 0.08);
            transition: all 0.3s ease;
        }

        .ldu-type:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 100, 152, 0.15);
        }

        .ldu-type h3 {
            color: #006498 !important;
            font-size: 1.3rem;
            font-weight: 700 !important;
            margin-bottom: 15px;
        }

        /* Important blocks */
        .important-block {
            background: #f8fafc;
            border-radius: 15px;
            padding: 30px;
            margin: 30px 0;
            border: 1px solid #e2e8f0;
            border-left: 5px solid #54b472;
            box-shadow: 0 5px 20px rgba(84, 180, 114, 0.12);
            position: relative;
        }

        .important-block::before {
            content: '⚠️';
            position: absolute;
            top: 20px;
            right: 25px;
            font-size: 1.5rem;
        }

        .important-block h3 {
            color: #54b472;
            font-size: 1.4rem;
            margin-bottom: 20px;
        }

        .important-block ul {
            list-style: none;
            padding-left: 0;
        }

        .important-block li {
            padding: 10px 0;
            padding-left: 25px;
            position: relative;
        }

        .important-block li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #54b472;
            font-weight: bold;
        }

        /* Dropdown sections */
        .dropdown-section {
            margin: 30px 0;
        }

        .dropdown-header {
            background: #006498;
            color: white;
            padding: 20px 30px;
            border-radius: 10px;
            cursor: pointer;
            user-select: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: all 0.3s ease;
        }

        .dropdown-header:hover {
            background: #0077b8;
        }

        .dropdown-header h3 {
            font-size: 1.3rem;
            font-weight: 700 !important;
            color: white !important;
            margin: 0;
        }

        .dropdown-arrow {
            font-size: 1.2rem;
            transition: transform 0.3s ease;
        }

        .dropdown-content {
            background: #f8fafc;
            border: 1px solid #e2e8f0;
            border-top: none;
            border-radius: 0 0 10px 10px;
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: all 0.3s ease;
            box-shadow: 0 5px 15px rgba(0, 100, 152, 0.1);
        }

        .dropdown-content.active {
            padding: 30px;
            max-height: 1000px;
        }

        .dropdown-header.active .dropdown-arrow {
            transform: rotate(180deg);
        }

        /* Steps section */
        .steps-section {
            background: #f8fafc;
            border-radius: 15px;
            padding: 40px;
            margin: 40px 0;
            border: 1px solid #e2e8f0;
            box-shadow: 0 5px 20px rgba(0, 100, 152, 0.08);
        }

        .steps-section h2 {
            color: #006498 !important;
            font-size: 2rem;
            font-weight: 700 !important;
            margin-bottom: 40px;
            text-align: center;
        }

        .step {
            display: flex;
            margin-bottom: 30px;
            align-items: flex-start;
            position: relative;
        }

        .step:not(:last-child)::after {
            content: '';
            position: absolute;
            left: 22px;
            top: 50px;
            bottom: -30px;
            width: 2px;
            background: linear-gradient(to bottom, #54b472, #c9e4f1);
        }

        .step-number {
            background: #54b472;
            color: white;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.2rem;
            margin-right: 25px;
            flex-shrink: 0;
            box-shadow: 0 4px 12px rgba(84, 180, 114, 0.3);
        }

        .step-content h3 {
            color: #006498 !important;
            font-size: 1.3rem;
            font-weight: 700 !important;
            margin-bottom: 15px;
        }

        .step-content p {
            margin-bottom: 10px;
        }

        /* Why choose us section */
        .why-choose {
            background: linear-gradient(135deg, #006498, #0077b8);
            color: white;
            border-radius: 15px;
            padding: 40px;
            margin: 40px 0;
        }

        .why-choose h2 {
            font-size: 2rem;
            font-weight: 700 !important;
            color: white !important;
            margin-bottom: 30px;
            text-align: center;
        }

        .company-benefits {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 25px;
        }

        .company-benefit {
            background: rgba(255, 255, 255, 0.1);
            padding: 25px;
            border-radius: 10px;
            backdrop-filter: blur(10px);
        }

        .benefit-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
            display: flex;
            align-items: center;
        }

        .benefit-title::before {
            content: '✅';
            margin-right: 12px;
            font-size: 1.4rem;
        }

        /* CTA section */
        .cta-section {
            background: #54b472;
            color: white;
            padding: 50px;
            border-radius: 15px;
            text-align: center;
            margin: 40px 0;
        }

        .cta-section h2 {
            font-size: 2.2rem;
            font-weight: 700 !important;
            color: white !important;
            margin-bottom: 20px;
        }

        .cta-section p {
            font-size: 1.1rem;
            margin-bottom: 30px;
            opacity: 0.95;
        }

        .cta-button {
            background: white;
            color: #54b472;
            padding: 15px 40px;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
        }

        .cta-button:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
        }

        /* Regulatory section */
        .regulatory-section {
            background: #c9e4f1;
            border-radius: 15px;
            padding: 40px;
            margin: 40px 0;
        }

        .regulatory-section h2 {
            color: #006498 !important;
            font-size: 1.8rem;
            font-weight: 700 !important;
            margin-bottom: 25px;
        }

        .regulatory-list {
            list-style: none;
            padding: 0;
        }

        .regulatory-list li {
            background: #f8fafc;
            margin: 10px 0;
            padding: 15px 20px;
            border-radius: 8px;
            border: 1px solid #e2e8f0;
            border-left: 4px solid #006498;
            box-shadow: 0 2px 8px rgba(0, 100, 152, 0.06);
        }

        /* Responsive design */
        @media (max-width: 768px) {
            .page-header h1 {
                font-size: 2rem;
            }
            
            .step {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            
            .step:not(:last-child)::after {
                display: none;
            }
            
            .step-number {
                margin-bottom: 15px;
                margin-right: 0;
            }
            
            .company-benefits {
                grid-template-columns: 1fr;
            }
        }

        /* Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            animation: fadeInUp 0.8s ease;
        }
		
		summary { cursor: pointer;  padding: 15px;
    background-color: #f6f7f8;  border: 1px solid #CACACA;}
	

summary {
    outline: none;
    font-size: 1.15em;
}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    background: #da291c;
    border-color: #da291c;
    border-radius: 15px;
    content: "+";
    color: #fff;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin: -2px 10px 0 0;
    padding: 1px 0 3px 0;
    text-align: center;
    width: 30px;
}
details[open] summary:after {
    content: "-";
}

/* меню услуг в шапке правки */

/* Кроссбраузерная версия стилей для меню */

.menu__list {
    padding: 8px 8px;
    
    /* Префиксы для старых версий браузеров */
    -webkit-padding: 8px 8px; /* Webkit (Chrome, Safari, старые версии) */
    -moz-padding: 8px 8px;    /* Mozilla Firefox */
    -ms-padding: 8px 8px;     /* Internet Explorer */
    -o-padding: 8px 8px;      /* Opera */
    
    /* Дополнительные свойства для стабильности в разных браузерах */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu__link {
    letter-spacing: 0 !important; 
    font-size: 13px !important;
    
    /* Префиксы для letter-spacing */
    -webkit-letter-spacing: 0 !important;
    -moz-letter-spacing: 0 !important;
    -ms-letter-spacing: 0 !important;
    -o-letter-spacing: 0 !important;
    
    /* Префиксы для font-size */
    -webkit-font-size: 13px !important;
    -moz-font-size: 13px !important;
    -ms-font-size: 13px !important;
    -o-font-size: 13px !important;
    
    /* Дополнительные свойства для кроссбраузерности */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    /* Для корректного отображения в Firefox */
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.menu__list::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #0056b3, #004494, #0056b3);
    border-radius: 1px;
} 

  .menu__list {
            list-style: none;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: nowrap;
            padding: 10px 0;
            margin: 0;
            position: relative;
        }
		
		.menu__link {
    display: flex;
    white-space: normal !important;      /* Разрешает перенос текста на новые строки */
  /*  line-height: 1.3 !important;          Межстрочный интервал для читаемости */
   /*  min-height: 50px !important;         Минимальная высота для всех пунктов */
    align-items: center !important;      /* Вертикальное центрирование текста */
    justify-content: center !important;  /* Горизонтальное центрирование текста */
}

/* стили для нового дизайна блоков услуг на главной - строительство, образование и тд. */

       .services-tiles {
            max-width: 1200px;
            margin: 0 auto;
            opacity: 0;
            animation: fadeIn 0.8s ease-out 0.2s forwards;
        }

        .services-tiles h2 {
            text-align: center;
            color: #333;
            font-size: 2.2rem;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .services-subtitle {
            text-align: center;
            color: #666;
            font-size: 1.1rem;
            line-height: 1.6;
            max-width: 1100px;
            margin: 0 auto 50px;
            padding: 0 20px;
        }

        .services-subtitle strong {
            color: #333;
            font-weight: 600;
        }

        .tiles-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 25px;
        }

        .service-tile {
            background: white;
            border-radius: 12px;
            padding: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .service-tile::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            transition: all 0.3s ease;
        }

        .service-tile.sro::before {
            background: linear-gradient(180deg, #2c5aa0, #1e3c72);
        }

        .service-tile.att::before {
            background: linear-gradient(180deg, #28a745, #1e7e34);
        }

        .service-tile.lic::before {
            background: linear-gradient(180deg, #ff6b35, #e55a2b);
        }

        .service-tile:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0,0,0,0.15);
        }

        .service-header {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .service-icon {
            width: 50px;
            height: 50px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 15px;
            position: relative;
        }

        .sro .service-icon {
            background: linear-gradient(135deg, #2c5aa0, #1e3c72);
        }

        .att .service-icon {
            background: linear-gradient(135deg, #28a745, #1e7e34);
        }

        .lic .service-icon {
            background: linear-gradient(135deg, #ff6b35, #e55a2b);
        }

        .service-icon svg {
            width: 24px;
            height: 24px;
            fill: white;
        }

        .service-title {
            margin: 0;
            font-size: 1.3rem;
            font-weight: 600;
        }

        .sro .service-title {
            color: #2c5aa0;
        }

        .att .service-title {
            color: #28a745;
        }

        .lic .service-title {
            color: #ff6b35;
        }

        .service-description {
            color: #666;
            margin-bottom: 20px;
            font-weight: 600;
        }

        .service-list {
            color: #555;
            margin-bottom: 25px;
            padding-left: 20px;
        }

        .service-list li {
            margin-bottom: 8px;
            line-height: 1.5;
        }

        .service-timing {
            background: #f8f9fa;
            padding: 15px;
            border-radius: 8px;
            margin-bottom: 20px;
        }

        .service-duration {
            font-weight: bold;
            font-size: 1rem;
        }

        .sro .service-duration {
            color: #2c5aa0;
        }

        .att .service-duration {
            color: #28a745;
        }

        .lic .service-duration {
            color: #ff6b35;
        }

        .learn-more-btn {
            display: inline-block;
            width: 100%;
            padding: 12px 20px;
            border: 2px solid #e0e0e0;
            background: transparent;
            color: #666;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            text-align: center;
            box-sizing: border-box;
        }

        .learn-more-btn:hover {
            border-color: #333;
            color: #333;
            background: rgba(0,0,0,0.02);
        }

        .sro .learn-more-btn:hover {
            border-color: #2c5aa0;
            color: #2c5aa0;
        }

        .att .learn-more-btn:hover {
            border-color: #28a745;
            color: #28a745;
        }

        .lic .learn-more-btn:hover {
            border-color: #ff6b35;
            color: #ff6b35;
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @media (max-width: 768px) {
            .tiles-container {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .services-tiles h2 {
                font-size: 1.8rem;
                margin-bottom: 30px;
            }
            
            .service-tile {
                padding: 25px;
            }
        }