@font-face {
	font-family: 'Lato';
	/* Перечисляем варианты через запятую, меняя ttf на truetype */
	src: url('Lato-Regular.ttf') format('truetype'),
	     url('../Lato-Regular.ttf') format('truetype'),
	     url('../../Lato-Regular.ttf') format('truetype');	
	font-weight: 400;
	font-style: normal;
	font-display: swap; /* чтобы текст не исчезал, пока шрифт грузится */
}

html {
  scroll-behavior: smooth;
}


body {
	margin: 0px;
	padding: 0px;
	font-family: Lato, Verdana, sans-serif;
}

h2, h3 {
	color: #183153;
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
}


/* ==========================================================================
   1. Верхний блок
========================================================================== */

.header {
	display: flex;
	flex-wrap: nowrap;
	width: 95%;
	justify-content: space-between;
	margin: 15px auto;
	border-bottom: 3px solid #d3dcea;
	gap: 5px;
}

/* ==========================================================================
   1.1 Логотип сверху
========================================================================== */

.header_logo {
	display: flex;
	align-items: center; /* прижать всё к верху (или center, если нужно по центру высоты) */
	gap: 16px; /* расстояние между логотипом и текстом */
}

.logo {
	flex-shrink: 0; /* запретить сжатие логотипа */
	width: 60px; /* фиксированная ширина или свои размеры */
	height: auto;
}

.text-group {
	display: flex;
	flex-direction: column; /* строки одна под другой */
	justify-content: flex-start; /* по верхнему краю */
	align-items: flex-start;/* по левому краю (важно для выравнивания строк) */
}

.line-1 {
	margin: 0; /* убираем возможные отступы */
	line-height: 1.2;
	font-size: 12pt;
	color: #183153;
}

/* ==========================================================================
   1.2. Меню сверху
========================================================================== */

.header_nav {
	display: flex;
	flex-wrap: nowrap;
	width: 65%;
	box-sizing: border-box;
}

.main-menu {
	display: flex;
	width: 100%;
	list-style: none;
	height: 46px;
	align-items: center;
	padding: 0 10px;
}

.main-menu > li {
	position: relative;
	flex: 1;
}

.main-menu > li > a {
	display: block;
	/*color: #fff;*/
	color: #183153;
	text-align: center;
	padding: 16px 10px;
	text-decoration: none;
	transition: background 0.2s;
	white-space: nowrap;          /* в главном меню переносы не нужны */
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.2;     /* высота строки для лучшей читаемости */
}

.main-menu > li > a:hover {
	background-color: #DDF5FF;
}

.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	max-width: 320px;
	list-style: none;
	background-color: #DDF5FF;
	border-bottom: 4px solid #183153;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.25s, transform 0.25s, visibility 0s 0.25s;
	z-index: 10;
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	padding: 0; /* <-- ключевое исправление */
	margin: 0;  /* на всякий случай */
}

.main-menu > li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	transition: opacity 0.25s, transform 0.25s;
}

.sub-menu li {
	border-bottom: 1px solid #183153;
}

.sub-menu li:last-child {
	border-bottom: none;
}

.sub-menu li a {
	display: block;
	color: #183153;
	padding: 12px 20px;
	text-decoration: none;

	/* ВАЖНО: разрешаем перенос текста */
	white-space: normal;          
	word-wrap: break-word;        /* перенос длинных слов без пробелов */
	line-height: 1.4;             /* комфортный межстрочный интервал */

	font-size: 14px;       /* обычно делают чуть меньше, чем в главном */
	line-height: 1.4;     /* больше межстрочный интервал, т.к. текст может переноситься */
}

.sub-menu li a:hover {
	background-color: #F2FCFC;
	color: #183153;
}

.main-menu2, .mobile-menu-toggle, .mobile-menu-button {
	display: none;
}

/* ==========================================================================
   1.3. Кнопка сверху
========================================================================== */

.header_button {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.header_button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	font-weight: 400;
	font-size: 12pt;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 150px;
	background-color: #183153;
	color: #ffffff;
}


/* ==========================================================================
   2. Меню хлебных крошек под верхним блоком
========================================================================== */
.breadcrumbs {
	display: flex;
	width: 90%;
	margin: 0px auto;
}

.breadcrumbs a, .breadcrumbs span {
	text-decoration: none;
	font-size: 12pt;
	color: #183153;
}

/* ==========================================================================
   3. Раздел HERO с большой картинкой
========================================================================== */

.hero {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	justify-content: space-between;
	margin: 0px auto;
	padding-bottom: 10px;
}

.hero_left {
	display: flex;
	width: 48%;
	flex-wrap: wrap;
}

.hero_right {
	display: flex;
	flex-direction: column;
	width: 48%;
	background-image: url('../images/hero_image.jpg'); /* Путь к картинке */
	background-repeat: no-repeat; /* Запрет повторения */
	background-position: right top; /* Прижать вправо-вверх */
	background-size: 60% auto; /* Картинка сохраняет свои реальные пиксельные размеры */
}

.hero_bottom {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 15px;
	border-radius: 15px;
}

.hero H1 {
	font-size: 30pt;
	font-weight: bold;
	color: #183153;
}

.hero p {
	font-size: 14pt;
	font-weight: normal;
	color: #183153;
}

.hero_button {
	display: flex;
	width: 220px;
	padding: 15px;
	background-color: #183153;
	color: #FFFFFF;
	font-size: 12pt;
	font-weight: normal;
	border-radius: 10px;
	text-decoration: none;
	justify-content: center;
	max-height: 20px;
}

.hero_button2 {
	display: flex;
	width: 220px;
	padding: 15px;
	background-color: #FFFFFF;
	color: #183153;
	font-size: 13pt;
	font-weight: normal;
	border-radius: 10px;
	text-decoration: none;
	justify-content: center;
	border: 2px solid  #183153;
	max-height: 20px;
}

.hero_left_block02 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
}

.hero_left_block03 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding-top: 50px;
	padding-bottom: 15px;
	align-items: flex-start;
}

.hero_left_block03_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 30%;
}

.hero_left_block03 img {
	width: 70px;
	height: auto;
	object-fit: contain; /* или cover — зависит от задачи */
}

.hero_left_block03 p {
	font-size: 13pt;
	font-weight: normal;
	color: #183153;
	text-align: center;
}

.hero_right_block01 {
	display: flex;
	width: 250px;
	flex-wrap: nowrap;
	border: 2px solid  #DDF5FF;
	border-radius: 10px;	
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	gap: 15px;
	align-items: center;
	background-color: #FFFFFF;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */
} 

.hero_right_icon {
	width: 25px;
	height: auto;
	padding: 5px;
}

.hero_right_icon2 {
	width: 35px;
	height: auto;
	padding: 5px;
}

.hero_right_icon3 {
	width: 45px;
	height: auto;
	padding: 5px;
}

.hero_right_text {
	font-size: 12.5pt;
	font-weight: normal;
	color: #183153;
}

.hero_right_arrow {
	display: flex;
	width: 250px;
	flex-wrap: nowrap;
	margin: 0px;
	padding: 0px;
	justify-content: center;
	color: #183153;
	font-size: 16pt;
}

.hero_right1 {
	display: flex;
	flex-direction: column;
	width: 48%;
	max-width: 49%;
	align-items: flex-end;
}

.hero_right1_img {
	width: 100%;
	max-width: 500px;
	height: auto;
}


/* Сброс стилей списка */
.custom-list-hero {
	list-style: none;
	padding: 0px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: column;
	gap: 15px; /* Расстояние между пунктами списка */
	align-items: flex-start;
}

/* Настройка самого пункта */
.list-item-hero {
	display: grid;
	/* 1 колонка: ширина иконки (60px), 2 колонка: фиксированный отступ (10px), 3 колонка: текст */
	grid-template-columns: 70px 10px 1fr; 
	align-items: start; /* Выравнивание по верхнему краю (иконка не будет прыгать по центру) */
	color: #183153;
}

/* Стили для текста */
.item-text-hero {
	grid-column: 3; /* Жестко сажаем в третью колонку, пропуская пустой отступ */
	font-family: sans-serif;
	font-size: 13pt;
	line-height: 1.5;
	padding-top: 10px;
}

/* Круглая иконка */
.round-icon-hero {
	grid-column: 1; /* Жестко сажаем в первую колонку */
	width: 70px;
	height: 70px;
	object-fit: contain; /* Защита от искажения картинок */
	border-radius: 50%;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2); /* тень */
}

/* ==========================================================================
   4. Раздел Наши услуги
========================================================================== */

.services {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 20px auto;
	gap: 15px;
	border-radius: 15px;
	padding-bottom: 10px;
}

.services_h2 {
	display: flex;
	width: 95%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.services_h2_p {
	font-size: 14pt;
	font-weight: normal;
	color: #183153;
	margin: 0;
	padding: 0;
	text-align: justify;
	line-height: 1.5;
	width: 100%;
}

.services_card {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	width: 350px;
	gap: 15px;
	border: solid 2px #d3dcea;
	border-radius: 10px;
	padding: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */
}

.services_card p {
	font-size: 13pt;
	font-weight: normal;
	color: #183153;
	text-align: justify;
	line-height: 1.3;
}

.services_card a {
	font-size: 12pt;
	font-weight: bold;
	color: #183153;
	text-decoration: none;
	text-align: right;
}

.services_image {
	flex-shrink: 0;
}

.services_text {
	display: flex;
	flex-direction: column;
	font-size: 13pt;
	color: #183153;
	text-align: justify;
	padding-top: 0px;
	margin-top: 0px;
}

.services_text p {
	padding: 0px;
	margin: 0px;
}

.services_text a {
	margin-top: 10px;
	margin-bottom: 10px;
}

.benefit_card {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
	width: 30%;
	max-width: 32%;
	gap: 15px;
}

.benefit_card h2 {
	margin-top: 0;
	padding-top: 0;

}

.benefits-list {
	list-style: none;       /* Убирает стандартные точки браузера */
	padding: 0;             /* Сбрасывает внутренний отступ слева */
	margin-bottom: 15px;              /* Сбрасывает внешние отступы */
	display: flex;
	flex-direction: column;
	gap: 16px;
	width: 100%;
}

.benefit-item {
	display: flex;
	align-items: flex-start; /* Прижимаем текст и круг к верху строки */
	gap: 12px; /* Расстояние между кругом и текстом */
}

.check-circle {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 24px;
	flex-shrink: 0; /* Запрещаем кругу сжиматься */
	background-color: #caf6f3; /* Светло-голубой фон как на фото */
	color: #25bcb5; /* Цвет галочки */
	border-radius: 50%; /* Делает квадрат кругом */
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	user-select: none; /* Чтобы при двойном клике не выделялся текст */
}

.benefit-text {
	font-size: 12pt;
	line-height: 1.5;
	color: #183153;
}

.benefit_img {
	width: 100%;
	max-width: 280px;
	height: auto;
	border-radius: 10px;
}

/* ==========================================================================
   5. Раздел Наши решения
========================================================================== */
.solutions {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 10px auto;
	gap: 15px;
	border-radius: 10px;
	padding: 15px;
	justify-content: space-around;
	align-items: flex-start;
}

.solutions_card {
	display: flex;
	flex-wrap: wrap;
	width: 240px;
	border: solid 1px #c9f1f5;
	background-color: #ffffff;
	justify-content: center;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
}

.solutions_card_2 {
	display: flex;
	flex-wrap: wrap;
	width: 75%;
	border: solid 1px #c9f1f5;
	background-color: #ffffff;
	justify-content: center;
	padding: 15px;
	border-radius: 10px;
	text-align: center;
}

.solutions_card p {
	font-size: 12pt;
	font-weight: normal;
	color: #183153;
	text-align: justify;
	line-height: 1.3;
}

.solutions_card_2 p {
	font-size: 13pt;
	font-weight: normal;
	color: #183153;
	text-align: justify;
	line-height: 1.3;
}

.solutions_card_2 a {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 14pt;
	font-weight: bold;
	color: #183153;
	text-align: center;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 15px;
}

.more-1 {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 14pt;
	font-weight: bold;
	color: #183153;
	text-align: center;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 15px;
}

.solutions_card h3 {
	width: 100%;
	text-align: center;
}

.solutions_card_a_box {
	display: flex;
	width: 150px;
	margin: 5px auto;
	font-size: 12pt;
	font-weight: normal;
	color: #183153;
	text-decoration: none;
	border: solid 2px #c9f1f5;	
	padding: 10px;
	border-radius: 5px;
	justify-content: center;
	color: #183153;
}

.solutions_card_a_circle {
	display: flex;
	width: 30px;
	height: 30px;
	font-size: 12pt;
	font-weight: normal;
	color: #183153;
	text-decoration: none;
	border: solid 3px #c9f1f5;	
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	color: #183153;
	margin-left: 80%;
}

.solutions_card_img {
	width: 220px;
	height: auto;
	object-fit: contain;
}

.solutions_card_img_2 {
	width: 400px;
	height: auto;
	object-fit: contain;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */	
}

/* ==========================================================================
   6. Раздел Преимущества VPS
========================================================================== */
.benefits {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 10px auto;
	padding: 10px;
	justify-content: center;
	align-items: flex-start;
}

.benefits_lefts {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	justify-content: center;
	align-items: flex-start;
	border-right: solid 2px #d3dcea;
}

.benefits_lefts_h3 {
	display: flex;
	width: 99%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #183153;
}

.benefits_lefts_h3 h3 {
	text-align: center;
}

.benefits_lefts_h3 p {
	text-align: justify;
	font-size: 13pt;
	line-height: 1.3;
	padding-right: 15px;
}

.benefits_lefts_content {
	display: flex;
	width: 40%;
	flex-wrap: wrap;
	justify-content: center;
	flex-direction: column;
	padding: 5px;
}

.benefits_lefts_content p {
	font-size: 14pt;
	font-weight: normal;
	color: #183153;
	text-align: center;
}

.benefits_lefts_vs {
	display: flex;
	width: 40px;
	justify-content: center;
	align-items: flex-end;
	min-height: 150px;
}

.benefits_lefts_image {
	width: 200px;
	height: auto;
	margin: 0 auto;
}

.benefits_lefts_icon {
	width: 100%;
	height: auto;
}

.cross-list {
	list-style-type: none; /* Убираем стандартные точки */
	padding-left: 0;
}

.cross-list li {
	position: relative;
	padding-left: 25px; /* Отступ под свой крестик */
	margin-bottom: 8px; /* Расстояние между пунктами */
	color: #183153;
	font-size: 12pt;
	font-weight: normal;
}

.cross-list li::before {
	content: "✖"; /* Символ крестика */
	position: absolute;
	left: 0;
	top: 0;
	color: red; /* Красный цвет */
	font-weight: bold;
}

.benefit-list {
	list-style-type: none; /* Убираем стандартные точки */
	padding-left: 0;
}

.benefit-list li {
	position: relative;
	padding-left: 25px; /* Отступ под свой крестик */
	margin-bottom: 8px; /* Расстояние между пунктами */
	color: #183153;
	font-size: 12pt;
	font-weight: normal;
}

.benefit-list li::before {
	content: "✔"; /* Символ крестика */
	position: absolute;
	left: 0;
	top: 0;
	color: green; /* Красный цвет */
	font-weight: bold;
}

.benefits_right {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	padding-inline: 25px 0px; /* Задает отступ слева и справа */
	align-items: flex-start;
}

.benefits_right_h3 {
	display: flex;
	width: 99%;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 0;
	margin: 0;
}

.benefits_right_h3 h3 {
	text-align: center;
}

/* Сброс стилей списка */
.custom-list {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	gap: 20px; /* Расстояние между пунктами списка */
	align-items: flex-start;
}

/* Настройка самого пункта */
.list-item {
	display: grid;
	/* 1 колонка: ширина иконки (60px), 2 колонка: фиксированный отступ (10px), 3 колонка: текст */
	grid-template-columns: 50px 10px 1fr; 
	align-items: start; /* Выравнивание по верхнему краю (иконка не будет прыгать по центру) */
		color: #183153;
	font-size: 12pt;
	font-weight: normal;
}

/* Стили для иконки */
.item-icon {
	grid-column: 1; /* Жестко сажаем в первую колонку */
	width: 50px;
	height: 50px;
	object-fit: contain; /* Защита от искажения картинок */
}

/* Стили для текста */
.item-text {
	grid-column: 3; /* Жестко сажаем в третью колонку, пропуская пустой отступ */
	font-family: sans-serif;
	font-size: 12pt;
	line-height: 1.5;
}


/* ==========================================================================
   7. Раздел Как мы работаем
========================================================================== */
.howwework {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 10px auto;
	gap: 15px;
	border-radius: 10px;
	background-color: #f2fcfd;
	padding: 15px;
	justify-content: center;
	align-items: flex-start;
}

.service_benefits {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 10px auto;
	gap: 35px;
	border-radius: 10px;
	padding: 15px;
	justify-content: space-around;
	align-items: flex-start;	
}

.howwework_card {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	max-width: 150px;
}

.circle-img {
	width: 70px;
	height: 70px; /* квадрат */
	object-fit: cover; /* картинка заполнит квадрат без искажений */
	border-radius: 50%; /* делает квадрат круглым */
	border: 2px solid #d3dcea; /* обводка */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */
}

.circle-img-b {
	width: 120px;
	height: 120px; /* квадрат */
	object-fit: cover; /* картинка заполнит квадрат без искажений */
	border-radius: 50%; /* делает квадрат круглым */
	border: 2px solid #d3dcea; /* обводка */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */
}

.howwework_card_s {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	max-width: 200px;
}

.circle-img-b2 {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */
	background-color: #FFFFFF;
}

.span_h {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	font-size: 11pt;
	font-weight: bold;
	color: #183153;
	margin: 0px;
	padding-top: 20px;
	text-align: center;
}

.span_text {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 12pt;
	font-weight: normal;
	color: #183153;
	margin: 0px;
	padding-top: 10px;
	line-height: 1.5;
	text-align: center;
}

.line-with-arrow {
	position: relative;
	flex-grow: 1; /* растягивается на всё свободное место */
	height: 2px; /* толщина линии */
	background: #183153; /* цвет линии */
	margin-top: 50px;
}

.line-with-arrow::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #183153; /* цвет стрелки совпадает с линией */
}

.line-with-arrow_s {
	position: relative;
	flex-grow: 1; /* растягивается на всё свободное место */
	height: 2px; /* толщина линии */
	background: #04ded9; /* цвет линии */
	margin-top: 90px;
}

.line-with-arrow_s::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #04ded9; /* цвет стрелки совпадает с линией */
}

/* ==========================================================================
   8. Блок Стек технологий+Ссылки на статьи
========================================================================== */
.technologystack {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 10px auto;
	padding: 10px;
	justify-content: center;
	align-items: flex-start;
}

.technologystack_lefts {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	justify-content: center;
	align-items: flex-start;
	gap: 20px;
}

.technologystack_lefts_card {
	display: flex;
	flex-wrap: wrap;
	border: 2px solid #d3dcea; /* обводка */
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */
	flex-direction: column;
	align-items: center;
	padding: 20px;
}

.technologystack_lefts_card p {
	font-size: 11pt;
	font-weight: bold;
	color: #183153;
}

.technologystack_lefts_card img {
	width: 60px;
	height: auto;
}

.technologystack_right {
	display: flex;
	flex-wrap: wrap;
	width: 45%;
	border-left: solid 2px #d3dcea;
	padding-inline: 25px 0px; /* Задает отступ слева и справа */
	height: 100%; /* Принудительно берем 100% высоты flex-родителя */
	align-items: flex-start;
	gap: 20px;
	padding-bottom: 15px;
}

.technologystack_right_card {
	display: flex;
	width: 250px;
	flex-wrap: wrap;
	border: 2px solid #d3dcea; /* обводка */
	border-radius: 21px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */
}

.technologystack_right_card img {
	width: 100%;
	height: auto;
	border-top-left-radius: 20px; /* скругление левого верхнего угла */
	border-top-right-radius: 20px;/* скругление правого верхнего угла */
}

.technologystack_right_card_h {
	font-size: 12pt;
	font-weight: bold;
	color: #183153;
	padding-inline: 10px;
	margin: 15px 0px 0px 0px; /*margin: top right bottom left */
}

.technologystack_right_card_text {
	font-size: 12pt;
	font-weight: normal;
	color: #183153;
	padding-inline: 10px;
	margin: 15px 0px 0px 0px; /*margin: top right bottom left */
	text-align: justify;
	line-height: 1.5;
}

.technologystack_right_card_a {
	font-size: 12pt;
	font-weight: bold;
	color: #183153;
	padding-inline: 10px;
	margin: 15px 0px 15px 0px; /*margin: top right bottom left */
	text-decoration: none;	
}

/* ==========================================================================
   9. Контакты
========================================================================== */
.contacts {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 10px auto;
	gap: 25px;
	border-radius: 10px;
	background-color: #f2fcfd;
	padding: 15px;
	justify-content: center;
}

.contacts h2 {
	margin: 0;
	padding: 0;
}

.contacts_img {
	width: 70px;
	height: auto;
	border-radius: 50%;
	border: 2px solid #d3dcea; /* обводка */
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* тень */
	cursor: pointer;
}

.contacts_card {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	padding: 0px 20px 0px 20px; /*padding: top right bottom left */
}

.contacts_card a {
	text-decoration: none;
	color: #183153;
}

.external-link {
	font-size: 12pt;
	font-weight: normal;
	color: #183153;
	text-decoration: none;
	border: none;
	/*background-color: #f2fcfd;*/
	background-color: transparent;
	margin-top: 15px;
	cursor: pointer;
}


/* ==========================================================================
   10. Footer
========================================================================== */
.footer {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 10px auto;
	padding: 10px;
	justify-content: center;
	align-items: flex-start;
}

.faq-container {
	display: flex;
	flex-direction: column;
	gap: 8px; /* расстояние между пунктами аккордеона */
	width: 45%;
	padding-inline: 20px;
}

.accordion-item {
	border: 2px solid #d3dcea;
	border-radius: 6px;
	overflow: hidden;
	color: #183153;
}

.accordion-header {
	width: 100%;
	padding: 16px 20px;
	background: #FFFFFF;
	text-align: left;
	font-size: 11pt;
	color: #183153;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	outline: none;
}

.question-text {
	font-size: 12pt;
	margin-right: 10px;
	line-height: 1.4;
}

.toggle-icon {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	transition: transform 0.3s ease;
}

/* Состояние «открыто»: иконка поворачивается на 45° (визуально минус) */
.accordion-item.active .toggle-icon {
  transform: rotate(45deg);
}

.accordion-body {
	max-height: 0;
	overflow: hidden;
	background: #F2FCFC;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-body {
	padding: 16px 20px;
	max-height: 300px; /* подберите значение под максимальную высоту ответа */
}

.accordion-body p {
	margin: 0;
	line-height: 1.5;
	color: #555;
}

.form-flex-wrapper {
	display: flex;
	justify-content: center; /* центрирует форму по горизонтали */
	align-items: flex-start; /* прижать к верху, если форма короткая */
	padding-inline: 20px;
	width: 45%;
	flex-wrap: wrap;
	border-left: solid 2px #d3dcea;
}

.contact-form {
	width: 100%;
	max-width: 500px; /* ограничение ширины формы */
	background: #FFFFFF;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
	/*font-family: Arial, sans-serif;*/
}

.form-group {
	margin-bottom: 16px;
}

.form-group label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 11pt;
	color: #183153;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d3dcea;
	border-radius: 4px;
	font-size: 10pt;
	box-sizing: border-box;
}

.form-group textarea {
	resize: vertical;
}

/* Стили для загрузки файлов */
.file-upload-group .file-input-wrapper {
	position: relative;
}

#fileInput {
	position: absolute;
	inset: 0;
	opacity: 0; /* скрыть стандартный input */
	cursor: pointer;
}

.btn-upload {
	width: 100%;
	padding: 10px;
	background: #DFF8EF;
	border: 1px dashed #DFF8EF;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 11pt;
}

.btn-upload:hover {
	background: #F2FCFC;
	border-color: #F2FCFC;
}

.file-list {
	list-style: none;
	padding: 0;
	margin: 8px 0 0 0;
	max-height: 120px;
	overflow-y: auto; /* прокрутка, если файлов много */
}

.file-list li {
	padding: 4px 8px;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 4px;
	font-size: 13px;
	color: #444;
	margin-bottom: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.file-remove {
	color: #d33;
	cursor: pointer;
	margin-left: 8px;
	font-weight: bold;
}

.btn-submit {
	width: 100%;
	padding: 12px;
	background: #183153;
	color: #FFFFFF;
	border: none;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
}

.btn-submit:hover {
	background: #FFFFFF;
	color: #183153;
	border: 1px solid #183153;

}

/* ==========================================================================
   11. Метрики
========================================================================== */
.metrics {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	font-size: 10pt;
	color: #183153;
	width: 95%;
	margin: 0px auto;
	background-color: #f2fcfd;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* ==========================================================================
   12. CTA в Услугах
========================================================================== */
.cta {
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	margin: 10px auto;
	gap: 25px;
	border-radius: 10px;
	padding: 15px;
	justify-content: space-between;
	align-items: flex-start;
}

.cta_img {
	display: flex;
	width: 30%;
}

.cta_src {
	width: 100%;
	max-width: 330px;
	height: auto;
	margin: 0px auto;
}

.cta_src2 {
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0px auto;
}

.cta_h2 {
	display: flex;
	width: 33%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.cta_button {
	max-width: 30%;
	display: flex;
	flex-wrap: nowrap;
	align-self: center;
	margin-right: 20px;
}

.cta_button a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	font-weight: 400;
	font-size: 12pt;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	width: 150px;
	background-color: #183153;
	color: #ffffff;
}

/* ==========================================================================
   13. Основной текст статьи
========================================================================== */

.article-wrapper {
	display: flex;
	width: 95%;
	margin: 0px auto;
}

.article {
	display: flex;
	width: 66%;
	flex-wrap: wrap;
	padding-right: 15px;
	color: #183153;
}

.article h2, .article h3 {
	width: 100%;
	text-align: left;
}

.article_notice {
	display: flex;
	width: 85%;
	/*gap: 20px;*/
	align-items: center;
	margin: 5px auto;
	padding: 20px;
	background-color: #ebfbfa;
	border-radius: 10px;
}

.article p {
	font-size: 14pt;
	margin: 5px;
	line-height: 1.5;
} 

.article span {
	font-size: 13pt;
	line-height: 1.5;
}

.notice_span {
	padding-left: 20px;
}

.benefit_card2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-around;
	width: 100%;
	gap: 15px;
}

.benefit-text2 {
	font-size: 13pt;
	line-height: 1.5;
	color: #183153;
	text-align: left;
}

.article_sample_code {
	display: flex;
	flex-wrap: wrap;
	width: 85%;
	align-items: center;
	margin: 0px auto;
	padding: 15px;
	background-color: #183153;
	border-radius: 10px;
}

.article_sample_code span {
	color: #FFFFFF;
	width: 100%;
}

/*боковое меню для статьи*/
.menu_article {
  position: sticky;
  top: 20px; /* отступ сверху при прилипании */
  display: flex;
  flex-direction: column;
  width: 230px; /* фиксированная ширина меню */
  height: fit-content;
  padding-right: 15px;
  z-index: 10;
}

.article-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.nav-item {
  margin: 0;
}

.nav-link {
  display: block;
  padding: 10px 0;
  color: #02a2c6;
  text-decoration: none;
  font-size: 11pt;
  font-weight: 500;
  transition: color 0.2s ease, padding-left 0.2s ease;
  border-left: 3px solid transparent;
}

.nav-link:hover {
  color: #183153;
  padding-left: 8px;
}

.nav-link.active {
  color: #027F9B; /* цвет активного пункта как у галочки */
  border-left-color: #027F9B;
  padding-left: 8px;
  font-weight: 700;
}

.menu-cta-block {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.menu-cta-block h4 {
  font-size: 12pt;
  margin: 0 0 8px 0;
  color: #183153;
}

.menu-cta-block p {
  font-size: 10pt;
  color: #183153;
  margin: 0 0 16px 0;
  line-height: 1.4;
}

.btn-discuss {
  width: 100%;
  padding: 12px;
  background-color: #02a2c6;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease;
}

.btn-discuss:hover {
  background-color: #027F9B;
}


/* ==========================================================================
   14. Сервисные донастройки
========================================================================== */
.backgroundf2fcfd {
	background-color: #f2fcfd;
}

.justify-content-space-around {
	justify-content: space-around;
}

/* ==========================================================================
   15. Обертка таблиц
========================================================================== */
.tablewrapper {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	margin: 15px;
	overflow-x: auto;
	justify-content: center;
}

.table001 {
	width: 100%;
	font: 13pt;
	border-collapse: collapse; /*не убираем пустые промежутки между ячейками*/
	empty-cells: show; /*Просмотр пустых ячеек*/
	color: #183153;
}

.table001 th{
	border: 1px solid #d3dcea;
	text-align: center;
	padding: 10px;
}

.table001 td{
	border: 1px solid #d3dcea;
	padding: 10px;
}

.table001 tr:hover{
	background-color: #DFF8EF;
}


/* ==========================================================================
   16. Для страницы Цены
========================================================================== */

.alink1 {
	font-size: 12pt;
	font-weight: bold;
	color: #183153;
	text-decoration: none;
	text-align: right;
}

.alink2 {
	font-size: 14pt;
	font-weight: bold;
	color: #183153;
	text-decoration: none;
	text-align: right;
}

/* ==========================================================================
   16. Для страницы Блог
========================================================================== */

.blog_img_01 {
	width: 100px;
	height: auto;
}

.blog_text_01 {
	color: #183153;
	font-size: 14pt;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	text-align: justify;
}

.width99 {
	display: flex;
	width: 99%;
	justify-content: center;
	text-align: center;
}

.width15 {
	display: flex;
	width: 15%;
	justify-content: center;
	align-items: flex-start;
}

.width85 {
	display: flex;
	width: 85%;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


/****************************************************************************************************/
/****************************************************************************************************/
/* MOBILE
@media (min-width: 280px) and (max-width: 740px)
*/
@media (max-width: 767px) {

body {
	hyphens: auto;
}

p {
	text-align: justify;
}

.wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0px auto;
}

.header, .header_nav, .hero_left_block02, .services_card {
	flex-wrap: wrap;
}

.header {
	width: 100%;
	z-index: 220;
	position: fixed;
   top: 0;
   right: 0;
	background-color: #ffffff;
	margin-top: 0px;
}

.hero {
	margin-top: 110px;
}

.hero_bottom {
	margin-top: 30px;
}

.hero_left, .hero_right, .hero_right1, .benefit_card, .width15, .width85, .cta_img, .cta_h2, .cta_button, .faq-container, .form-flex-wrapper, .header_button, .benefits_lefts, .benefits_lefts_content, .benefits_lefts_vs, .custom-list, .technologystack_lefts, .technologystack_right_card, .article, .benefits_right, .benefits_lefts_h3 {
	width: 100%;
	max-width: 100%;
}

.benefits_lefts_vs {
	height: 50px;
	margin: 0;
}

.benefits_lefts_content {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 0;
	height: 300px;
}

.solutions_card_2, .solutions_card, .howwework_card {
	width: 95%;
}

.benefits_lefts_icon {
	width: 50px;
}

.hero_button {
	font-size: 13pt;
	margin-bottom: 15px;
}

.services_text, .technologystack_right_card, .hero_left_block03 {
	flex-direction: row;
	flex-wrap: wrap;
}


.benefits_lefts {
	border: none;
}

.technologystack_right {
	border: none;
	display: flex;
	flex-direction: row;
	width: 100%;
	padding: 0;
	margin: 0;
	align-items: flex-start;
	height: 1800px;
}

.hero_right {
	background-image: none;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.hero_right1 {
	justify-content: center;
}

.hero_right1_img {
	min-width: 220px;
}

.cta_button a {
	font-size: 13pt;
	width: 230px;
	margin: 0px auto;
}

.form-flex-wrapper {
	border-top: solid 3px #d3dcea;
	border-left: none;
}

.header_logo, .header_nav {
	width: 50%;
}

.main-menu, .line-with-arrow_s, .line-with-arrow, .menu_article {
	display: none;
}

.header_button {
	margin-top: 5px;
	margin-bottom: 5px;
}

.solutions_card_img_2 {
	width: 100%;
} 

.tablewrapper {
	margin: 15px;
	overflow-x: auto;
	justify-content: flex-start;
}

.benefits {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

/* -----------------------------------------------------
	   Кнопка MENU
	   ----------------------------------------------------- */

	.mobile-menu-button {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 8px;
		position: absolute;
		top: 12px;
		right: 16px;
		height: 42px;
		padding: 0 12px;
		cursor: pointer;
		color: #183153;
		background-color: #ffffff;
		border: 1px solid #183153;
		border-radius: 8px;
		font-size: 14px;
		font-weight: 600;
		z-index: 210;
	}


	/* -----------------------------------------------------
	   Иконка бургера
	   ----------------------------------------------------- */

	.mobile-menu-icon {
		display: flex;
		flex-direction: column;
		justify-content: center;
		gap: 4px;
		width: 20px;
		height: 20px;
	}

	.mobile-menu-icon span {
		display: block;
		width: 20px;
		height: 2px;
		background-color: #183153;
		border-radius: 2px;
		transition:
			transform 0.25s ease,
			opacity 0.25s ease;
	}


	/* -----------------------------------------------------
	   Текст Menu
	   ----------------------------------------------------- */

	.mobile-menu-label {
		display: block;
		line-height: 1;
	}


	/* =====================================================
	   МОБИЛЬНОЕ МЕНЮ
	   ===================================================== */

	.header_nav .main-menu2 {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		width: min(320px, 85vw);
		height: 100vh;
		margin: 0;
		padding: 90px 24px 30px;
		box-sizing: border-box;
		list-style: none;
		background-color: #ffffff;
		box-shadow: 4px 0 20px rgba(24, 49, 83, 0.12);
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		z-index: 205;
		overflow-y: auto;
	}

	/* -----------------------------------------------------
	   Пункты мобильного меню
	   ----------------------------------------------------- */

	.header_nav .main-menu2 li {
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #dff8ef;
	}

	.header_nav .main-menu2 li a {
		display: block;
		padding: 16px 4px;
		color: #183153;
		font-size: 17px;
		font-weight: 500;
		text-decoration: none;
	}

	.header_nav .main-menu2 li a:hover {
		color: #183153;
		background-color: #f2fcfc;
	}

	/* =====================================================
	   ОТКРЫТИЕ МЕНЮ
	   ===================================================== */

	.mobile-menu-toggle:checked ~ .main-menu2 {
		transform: translateX(0);
	}

	/* -----------------------------------------------------
	   Анимация бургера → X
	   ----------------------------------------------------- */

	.mobile-menu-toggle:checked + .mobile-menu-button
	.mobile-menu-icon span:nth-child(1) {
		transform: translateY(6px) rotate(45deg);
	}
	.mobile-menu-toggle:checked + .mobile-menu-button
	.mobile-menu-icon span:nth-child(2) {
		opacity: 0;
	}
	.mobile-menu-toggle:checked + .mobile-menu-button
	.mobile-menu-icon span:nth-child(3) {
		transform: translateY(-6px) rotate(-45deg);
	}

	/* -----------------------------------------------------
	   При открытом меню кнопка остаётся поверх него
	   ----------------------------------------------------- */

	.mobile-menu-toggle:checked
	+ .mobile-menu-button {
		position: fixed;
		top: 12px;
		left: 16px;
		right: auto;
	}


	/* -----------------------------------------------------
	   При открытом меню кнопка получает лёгкий фон
	   ----------------------------------------------------- */

	.mobile-menu-toggle:checked
	+ .mobile-menu-button {
		background-color: #f2fcfc;
	}

}


/****************************************************************************************************/
/****************************************************************************************************/
/* TABLET для планшета */
@media (min-width: 748px) and (max-width: 900px) {

p {
	text-align: justify;
}

.hero_right {
	background-image: none;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
}

.hero_left_block02 {
	flex-wrap: wrap;
}

.hero_button {
	font-size: 13pt;
	margin-bottom: 15px;
}

.header {
	flex-wrap: wrap;
	justify-content: center;
}

.faq-container, .form-flex-wrapper, .benefits_lefts, .benefits_right, .cta_h2, .cta_button {
	width: 100%;
}

.form-flex-wrapper, .benefits_lefts {
	border: none;
}

.cta_button, .cta_img {
	justify-content: center;
	min-width: 100%;
}

.tablewrapper {
	margin: 15px;
	overflow-x: auto;
	justify-content: flex-start;
}

.breadcrumbs, .breadcrumbs span {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}


.sub-menu {
	width: 250%;
	max-width: 320px;
}


}

/* ==========================================================================
   Вспомогательная линия для контроля блоков
* {
    outline: 1px solid rgba(255, 0, 0, 0.3) !important;
} 
========================================================================== */