@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:600,700);@import url(https://fonts.googleapis.com/css?family=Roboto:regular,500,600);@import url(https://fonts.googleapis.com/css?family=Inter:500,600);* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
	outline: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}




/* Generated by vite-plugin-svg-spritemap */
:root {
  /* Шрифт по умолчанию */
  --font-main: 'Inter', 'Roboto', system-ui, -apple-system, sans-serif;
  /* Размер шрифта по умолчанию (где 16 – размер шрифта по умолчанию с макета)  */
  --font-size: 16px;
  /* Основные цвета */
  --main-color: #0A2540;
  --main-accent: #0088CC;
  --main-second: #4A6FA5;
  --light-greyBg: #F4F6F9;
  --text-dark: #1C2B3A;
  --text-grey: #4A5C6E;
  --color-white: #FFF;
  --title-color: #1C2B3A;
  --main-text: #4A5C6E;
  --small-text: #4A6FA5;
  --blue-hover: #006BA8;
  /* --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
}
body {
  color: var(--main-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  min-width: 375px;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 1560px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
[data-fls-slider] {
  overflow: hidden;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
.header {
  background: var(--main-color);
  font-family: "Roboto";
}
.header__logo {
  position: relative;
  z-index: 2;
}
.header__logo img {
  width: 100%;
  max-width: 250px;
}
.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid #455768;
}

.menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu__list li:has(.header-bottom-menu__links) {
  display: none;
}
.menu__link {
  font-family: "Roboto";
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #FFF;
  text-decoration: none; /* Строго без подчёркивания в навигации */
  transition: color 0.3s ease;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.menu__link.--light-active {
  color: #bacae4;
}
.header .menu__item.current-menu-item a {
  color: #0088CC;
  border-bottom: 1px solid #0088CC;
}

.header-top-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-top-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 22px; /* Чуть крупнее для важности */
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.button {
  font-family: var(--font-main);
  padding: 16px 20px;
  border-radius: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  transition: all ease 0.3s;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.button.--blue {
  color: #FFF;
  background: #0088CC;
}

.header-bottom {
  padding-block: 10px;
}

.header-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-bottom-menu__links {
  font-family: "Roboto";
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s ease;
  border-bottom: 1px solid transparent;
}

.header-bottom-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-bottom-mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px; /* Чуть крупнее для важности */
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s ease;
}
.header-bottom-mail strong {
  color: #006BA8;
}

.header-bottom-max img {
  width: 24px;
}

.header-bottom-time {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px; /* Чуть крупнее для важности */
  font-weight: 600;
  color: #FFF;
  text-decoration: none;
  transition: color 0.3s ease;
}

.menu-icon-block {
  display: none;
}

.icon-menu {
  display: none;
}

.header-bottom-actions.--dynamic {
  margin-top: 20px;
  padding-left: 10px;
}

.menu__body .button.--blue.--dynamic {
  margin-top: 20px;
  width: 100%;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  margin-top: 120px;
}
.footer {
  background-color: var(--main-color);
  color: #FFF;
  font-family: var(--font-main);
}
.footer-top {
  border-radius: 10px 10px 0 0;
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 48px;
  margin: 48px 0 0 0;
  padding: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo {
  margin-bottom: 24px;
}
.footer-logo__link {
  max-width: 300px;
}
.footer-logo__icon {
  width: 60px;
  height: 60px;
}
.footer-logo__subtitle {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--text-grey);
  letter-spacing: 1px;
}
.footer-about {
  margin-bottom: 24px;
}
.footer-about__text {
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-grey);
}
.footer-features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  max-width: 350px;
}
.footer-features__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}
.footer-features__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.footer-features__text {
  font-size: 14px;
  line-height: 1.4;
  color: var(--text-grey);
}
.footer-disclaimer__text {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text-grey);
  margin-bottom: 8px;
}
.footer-disclaimer__apology {
  font-size: 13px;
  color: var(--text-grey);
}
.footer-cta {
  text-align: center;
}
.footer-cta__title {
  font-size: clamp(28px, 3vw, 36px);
  font-weight: 700;
  color: #FFF;
  margin-bottom: 8px;
  line-height: 1.2;
}
.footer-cta__subtitle {
  font-size: 16px;
  color: var(--color-text-muted);
  margin-bottom: 32px;
}
.footer-cta__buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 16px;
}
.footer-cta__note {
  font-size: 14px;
  color: #FFF;
  margin-bottom: 32px;
}
.footer-cta__features {
  display: flex;
  justify-content: center;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-cta__feature {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-cta__feature-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.footer-cta__feature-text {
  font-size: 14px;
  color: #FFF;
  text-align: left;
}
.footer-contacts__phone {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-bottom: 8px;
}
.footer-contacts__phone-icon {
  width: 40px;
  height: 40px;
  background-color: var(--color-accent);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contacts__phone-text {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  transition: all ease 0.3s;
}
.footer-contacts__label {
  font-size: 14px;
  text-align: center;
  color: var(--text-grey);
  margin-bottom: 24px;
}
.footer-contacts__schedule {
  margin-bottom: 32px;
  display: flex;
  align-items: start;
  gap: 0 5px;
}
.footer-contacts__schedule-label {
  display: block;
  font-size: 14px;
  color: var(--text-grey);
  margin-bottom: 8px;
}
.footer-contacts__schedule-list {
  margin-top: -3px;
  list-style: none;
}
.footer-contacts__schedule-item {
  font-size: 14px;
  color: var(--text-grey);
  line-height: 1.6;
}
.footer-callback {
  padding: 24px 24px 24px 0;
}
.footer-callback__title {
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 8px;
}
.footer-callback__text {
  font-size: 14px;
  color: var(--text-grey);
  margin-bottom: 16px;
}
.footer-callback__form .form-group {
  margin-bottom: 12px;
}
.footer-callback__form .form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--color-text-muted);
  border-radius: 4px;
  font-size: 15px;
  background-color: #FFF;
}
.footer-body {
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 10px 10px;
}
.footer-actions {
  display: flex;
  gap: 32px;
  padding: 32px 20px;
  background: #022a5d;
  border-radius: 0 0 0 10px;
}
.footer-actions__catalog, .footer-actions__help {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-actions__catalog-icon, .footer-actions__help-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.footer-actions__catalog-icon img, .footer-actions__help-icon img {
  object-fit: contain;
}
.footer-actions__catalog-title, .footer-actions__help-title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  margin-bottom: 8px;
  flex: 1;
  line-height: 120%;
}
.footer-links {
  border-top: 1px solid rgba(69, 87, 104, 0.1254901961);
  background: #eff0f4;
  border-radius: 0 0 10px 0;
  padding: 10px;
  max-width: 250px;
  width: 100%;
}
.footer-links__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  margin-bottom: 12px;
}
.footer-links__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links__item {
  margin-bottom: 8px;
}
.footer-links__link {
  font-family: "Roboto";
  font-size: 14px;
  color: var(--main-accent);
  text-decoration: none;
  transition: color 300ms ease;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  transition: all ease 0.3s;
}
.footer-links__link:hover {
  border-color: var(--main-accent);
}
.footer-bottom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 48px;
  padding: 32px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  align-items: center;
  font-family: "Roboto";
}
.footer-copy {
  font-family: "Roboto";
}
.footer-copy__year {
  font-size: 14px;
  font-weight: 400;
  color: #FFF;
  margin-bottom: 4px;
}
.footer-copy__desc {
  font-size: 13px;
  color: var(--color-text-muted);
}
.footer-requisites {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer-requisites__item {
  font-size: 13px;
  color: var(--color-text-muted);
}
.footer-requisites__label {
  margin-right: 4px;
}
.footer-requisites__link {
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all ease 0.3s;
}
.footer-quality {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-quality__icon {
  width: 48px;
  height: 48px;
}
.footer-quality__text {
  font-size: 14px;
  color: #FFF;
  max-width: 200px;
}
.footer-copir {
  padding: 24px 0;
  font-family: "Roboto";
}
.footer-copir__links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copir__link {
  font-size: 14px;
  color: #FFF;
  text-decoration: none;
  transition: color 300ms ease;
}
.footer-copir__link:hover {
  color: var(--main-accent);
}
.footer-copir__dev {
  font-size: 14px;
  color: #FFF;
  transition: color 300ms ease;
}
.footer-copir__dev:hover {
  color: var(--main-accent);
}

.footer-cta__buttons {
  margin-top: 50px;
}

.footer-cta__note {
  padding-top: 10px;
  border-bottom: 1px solid;
  padding-bottom: 16px;
}

.button.--outline {
  border: 1px solid #FFF;
}

.footer-callback__form .button {
  width: 100%;
}

.footer-actions__catalog-text, .footer-actions__help-text {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.footer-actions {
  gap: 0;
}

.footer-actions__help {
  width: 100%;
}

.footer-actions__catalog {
  width: 100%;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid;
}

.footer-actions__help .button, .footer-actions__catalog .button {
  margin-top: auto;
  background: #06274e;
  height: 50px;
}
.footer-actions__help img, .footer-actions__catalog img {
  width: 60px;
  height: 60px;
}

.footer-requisites__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer-cta__buttons .button {
  padding: 16px 10px;
}

body::after {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6.5px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

.popup-open body::after {
  opacity: 1;
}

.popup-open body {
  overflow: hidden;
}

.popup-open .popup[aria-hidden=false] {
  z-index: 160;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
  transform: scale(1);
}

.popup-active [data-popup-body] {
  visibility: visible;
  transform: scale(1);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0);
}

[data-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-popup-body] {
  visibility: hidden;
  max-width: 550px;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  border-radius: 20px;
}

.popup__close {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 1;
}
.popup__close svg {
  width: 20px;
  height: 20px;
}
.popup__close svg path {
  transition: all ease 0.3s;
  stroke: #3B4960;
}

.popup-content-form {
  padding: 20px;
}
.popup-content-form h3 {
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.form__line label {
  font-size: 14px;
  font-weight: 600;
  font-family: "Roboto";
  margin-bottom: 5px;
}
.form__line:not(:last-child) {
  margin-bottom: 10px;
}
.form__line .input {
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto";
  padding: 10px;
}
.popup-content-form .button {
  width: 100%;
  margin-top: 20px;
}
.popup-content-form .form__file-hint {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto";
}
.popup-content-form .form__file-block {
  position: relative;
  height: 46px;
}
.popup-content-form .input--file {
  position: absolute;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  caret-color: inherit;
}
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0px 0px;
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: 50% 50%;
}
.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 1500px;
  width: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.8) 40%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0) 100%);
}
.hero__title {
  padding-top: 150px;
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  color: #1A2A3A;
}
.hero__title {
  margin-bottom: 24px;
  max-width: 770px;
  z-index: 1;
  position: relative;
}
.hero__title span {
  color: #053869;
}
.hero__text {
  font-family: var(--font-main);
  font-weight: 400;
  line-height: 130%;
  color: var(--color-text);
  margin-bottom: 32px;
  max-width: 780px;
  z-index: 1;
  position: relative;
  padding-left: 20px;
}
.hero__text::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background: var(--main-accent);
  top: 0;
  left: 0;
}
.hero__buttons {
  margin-top: 24px;
  z-index: 1;
  position: relative;
  display: flex;
  gap: 10px 20px;
}
.hero .button {
  border: 1px solid var(--main-color);
  border-radius: 4px;
  text-transform: uppercase;
}
.hero .button img {
  width: 100%;
  max-width: 26px;
  max-height: 28px;
  object-fit: contain;
  transition: all ease 0.3s;
}

.hero-wrapper {
  padding-bottom: 50px;
}

.button.--light-blue {
  background-color: var(--main-accent);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 4px;
  transition: background-color 300ms ease;
  text-align: center;
  border-color: var(--main-accent);
}
.button.--light-blue strong {
  text-shadow: 2px 2px 2px #1C2B3A;
}

.advantages {
  border-top: 1px solid rgba(69, 87, 104, 0.1254901961);
  padding-block: 40px;
  background: var(--light-greyBg);
}

.advantages-wrapper {
  display: flex;
  gap: 40px;
}

.advantages-separator {
  display: flex;
  background: rgba(69, 87, 104, 0.1254901961);
  width: 2px;
}

.advantages-card {
  display: flex;
  align-items: center;
  gap: 10px;
}
.advantages-card__image {
  display: flex;
}
.advantages-card__image img {
  width: 100%;
  object-fit: contain;
  max-width: 60px;
  max-height: 60px;
  flex: 0 0 60px;
}
.advantages-card__text {
  font-family: var(--font-main);
  text-transform: uppercase;
  font-size: 14px;
}

.solutions {
  margin-top: 80px;
}
.solutions h2 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}

.solutions-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  gap: 20px;
}

.solutions-card {
  padding: 20px;
  border: 1px solid var(--main-accent);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all ease 0.3s;
}
.solutions-card__image {
  max-width: 80px;
  flex: 0 0 80px;
}
.solutions-card__image img {
  width: 80px;
  height: 80px;
}

.solutions-card-info__title {
  font-family: var(--font-main);
  font-size: 22px;
  line-height: 120%;
  transition: color ease 0.3s;
}
.solutions-card-info__text {
  margin-top: 10px;
  font-family: var(--font-main);
  font-size: 16px;
  line-height: 120%;
  color: var(--text-grey);
  max-width: 300px;
}

.results {
  margin-top: 80px;
}

.results-wrapper {
  background-image: url(../assets/img/results/bg-results.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px;
}
.results-wrapper h3 {
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.results-wrapper-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.results-card {
  padding: 20px 10px;
  border-radius: 10px;
  background: #FFF;
}
.results-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-card__image img {
  width: 120px;
}
.results-card__title {
  margin-top: 16px;
  font-family: var(--font-main);
  font-size: 22px;
  font-weight: 600;
  color: var(--main-accent);
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.results-card__title span {
  display: inline-flex;
  flex-direction: column;
}
.results-card__title span small {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 100%;
  height: 9px;
}
.results-card__subtitle {
  font-family: var(--font-main);
  margin-top: 24px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 12px;
  text-align: center;
}
.results-card__separator {
  margin: 20px auto;
  display: flex;
  width: 50%;
  justify-content: center;
  height: 2px;
  background: var(--main-accent);
}
.results-card__text {
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: var(--main-text);
}

.industry {
  margin-top: 80px;
}

.industry-wrapper {
  padding: 20px;
  background: var(--light-greyBg);
}
.industry-wrapper h3 {
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.industry-wrapper-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 40px;
}

.industry-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 30%;
  border-radius: 20px;
  padding: 20px;
}
.industry-card.--dark .industry-card__title, .industry-card.--dark .industry-card__subtitle, .industry-card.--dark .industry-card__object, .industry-card.--dark .industry-card__result {
  color: #FFF;
}
.industry-card__title {
  font-family: var(--font-main);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 12px;
  line-height: 120%;
  position: relative;
}
.industry-card__title::after {
  bottom: -15px;
  position: absolute;
  content: "";
  width: 50%;
  height: 2px;
  border-radius: 30px;
  background: linear-gradient(135deg, #0088CC, rgba(190, 235, 253, 0.1));
}
.industry-card__title-count {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-main);
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 10px;
  border: 1px solid var(--main-accent);
  font-size: 22px;
  color: var(--main-accent);
}
.industry-card__subtitle {
  margin-top: 50px;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 12px;
  line-height: 120%;
}
.industry-card__subtitle strong {
  font-size: 28px;
  font-weight: 700;
}
.industry-card__subtitle p {
  font-weight: 400;
}
.industry-card__object {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(69, 87, 104, 0.1254901961);
}
.industry-card__object img {
  width: 30px;
  height: 30px;
}
.industry-card__object p {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  max-width: 350px;
  line-height: 120%;
}
.industry-card__object p strong {
  font-size: 18px;
  font-weight: 600 !important;
}
.industry-card__result {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}
.industry-card__result strong {
  font-size: 18px;
  font-weight: 600 !important;
}
.industry-card__result img {
  width: 40px;
  height: 40px;
  border-radius: 10px;
}

.foundation {
  margin-top: 80px;
}
.foundation-wrapper {
  padding: 20px;
  font-family: var(--font-main);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.foundation-title {
  display: flex;
  gap: 20px 40px;
  align-items: end;
}

.foundation-title-block {
  width: 100%;
  padding-right: 20px;
}
.foundation-title-block h2 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.foundation-title-block p {
  font-family: "Roboto";
  font-size: 17px;
  color: var(--main-text);
  line-height: 120%;
}

.foundation-title-info {
  margin-left: 40px;
  width: 100%;
  padding: 10px 50px;
  background: rgba(255, 255, 255, 0.5333333333);
  border-radius: 10px;
  border: 1px dashed var(--main-text);
  text-align: center;
  font-size: 17px;
  font-family: "Roboto";
  line-height: 120%;
}

.foundation-body {
  margin-top: 40px;
  display: flex;
  gap: 40px;
}

.foundation-body-card {
  border-radius: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6274509804);
  display: flex;
  gap: 20px;
  width: 100%;
}
.foundation-body-card__image {
  min-width: 80px;
}
.foundation-body-card__image img {
  width: 150px;
  flex: 0 0 150px;
}
.foundation-body-card__list-title {
  font-family: var(--font-main);
  margin-top: 20px;
  font-size: 22px;
  font-weight: 700;
  color: var(--main-color);
}
.foundation-body-card ul {
  margin-top: 15px;
}
.foundation-body-card ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 120%;
}
.foundation-body-card ul li img {
  width: 15px;
  flex: 0 0 15px;
}
.foundation-body-card ul li:not(:last-child) {
  margin-bottom: 10px;
}

.foundation-tag {
  display: inline-flex;
  padding: 5px 15px;
  font-size: 12px;
  font-family: "Roboto";
  line-height: 120%;
  color: #FFF;
  border-radius: 5px;
}

.--arange {
  background: #FF6B35;
}

.--green {
  background: #00A878;
}

.foundation-bottom {
  margin-top: 80px;
  border-radius: 10px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.6274509804);
  display: flex;
  align-items: center;
  gap: 20px;
}
.foundation-bottom__image img {
  width: 100px;
  min-width: 100px;
}
.foundation-bottom__info p {
  margin-top: 20px;
  font-size: 16px;
  font-family: "Roboto";
  line-height: 120%;
}
.foundation-bottom__info p span {
  font-family: var(--font-main);
  font-weight: 700;
  color: var(--main-accent);
}
.foundation-bottom__info-title {
  font-family: var(--font-main);
  font-size: 22px;
  font-weight: 700;
  color: var(--main-color);
}
.foundation-bottom__button {
  margin-left: auto;
}

.foundation-bottom-block {
  display: flex;
  gap: 20px;
  align-items: center;
}

.catalog {
  margin-top: 80px;
}

.catalog-wrapper {
  display: flex;
  gap: 20px;
}

.catalog-solution {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 20px;
  max-width: 500px;
  border-radius: 10px 0 0 10px;
  display: flex;
  flex-direction: column;
}
.catalog-solution h2 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  color: #FFF;
}
.catalog-solution p {
  margin-top: 50px;
  font-family: "Roboto";
  font-size: 17px;
  color: #FFF;
  line-height: 120%;
}

.catalog-solution-cards {
  margin-top: 150px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #476480;
  border-bottom: 1px solid #476480;
}

.catalog-solution-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.catalog-solution-card:nth-child(1) .catalog-solution-card__image img {
  height: 40px;
}
.catalog-solution-card__image {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-solution-card__image img {
  max-width: 40px;
  object-fit: contain;
  width: 100%;
}
.catalog-solution-card__title {
  text-transform: uppercase;
  font-family: "Roboto";
  font-size: 16px;
  color: #FFF;
  line-height: 120%;
}
.catalog-solution-card__text {
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  color: #FFF;
  line-height: 120%;
}

.catalog-solution-button {
  margin-top: auto;
}
.catalog-solution-button .button {
  width: 100%;
  background-repeat: no-repeat;
  align-items: center;
  background-size: cover;
  border-radius: 10px;
  background: linear-gradient(90deg, #1e80d8 0%, #1568b8 40%, #0d4a8f 70%, #0a3570 100%);
}
.catalog-solution-button .button img {
  width: 50px;
}
.catalog-solution-button .button p {
  font-family: "Roboto";
  margin-top: 0;
  white-space: wrap;
  font-weight: 400;
}
.catalog-solution-button .button p:nth-child(2) {
  font-size: 14px;
}
.catalog-solution-button .button p:nth-child(3) {
  font-size: 14px;
}
.catalog-solution-button .button iconify-icon {
  color: #FFF;
}

.catalog-block h3 {
  font-family: var(--font-main);
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

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

.catalog-card {
  border-radius: 10px;
  background: #f4f6f9;
  padding: 10px;
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.catalog-card-image img {
  aspect-ratio: 267/120;
  width: 100%;
  object-fit: contain;
}

.catalog-card-body {
  display: flex;
  flex-direction: column;
}
.catalog-card-body__title {
  flex: 1 1 auto;
  margin-top: 10px;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  color: var(--color-main);
  margin-bottom: 12px;
  min-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.catalog-card-body__text {
  font-family: "Roboto";
}
.catalog-card-body__text p:not(:last-child) {
  margin-bottom: 5px;
}
.catalog-card-body__text p:last-child {
  margin-bottom: 20px;
}

.catalog-card-bottom {
  margin-top: auto;
}
.catalog-card-bottom .button {
  font-size: 12px;
  white-space: wrap;
  line-height: 120%;
}

.catalog-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  font-family: var(--font-main);
  color: var(--main-accent);
}
.catalog-link iconify-icon {
  transition: all ease 0.3s;
}

.catalog-block-bottom {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.catalog-block-link {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px;
  border-radius: 10px;
  width: 70%;
}
.catalog-block-link img {
  width: 50px;
}
.catalog-block-link img:nth-child(3) {
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
}
.catalog-block-link {
  transition: all ease 0.3s;
}

.catalog-block-link-text {
  font-family: "Roboto";
  color: #FFF;
}
.catalog-block-link-text__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.catalog-block-link-text__info {
  margin-top: 20px;
}
.catalog-block-link-text__info span {
  color: var(--main-accent);
  font-weight: 600;
}

.catalog-block-link-consult {
  width: 35%;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 20px;
  border-radius: 10px;
  background: #4a5c6e;
  font-family: "Roboto";
  color: #FFF;
  transition: all ease 0.3s;
}

.catalog-block-link-consult-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.catalog-block-link-consult__title {
  text-transform: uppercase;
  font-weight: 600;
}

.calculator {
  margin-top: 80px;
}

.calculator-wrapper {
  padding: 20px;
  font-family: var(--font-main);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.calculator-wrapper h2 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
}
.calculator-wrapper > p {
  font-family: "Roboto";
  font-size: 22px;
  color: var(--main-text);
  font-weight: 400;
  line-height: 120%;
  max-width: 550px;
}

.calculator-advantages {
  padding-block: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
}

.calculator-advantages-card {
  display: flex;
  align-items: center;
  gap: 15px;
}
.calculator-advantages-card__image {
  width: 50px;
  flex: 0 0 50px;
}
.calculator-advantages-card__image img {
  width: 50px;
  object-fit: contain;
}
.calculator-advantages-card p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
}

.calculator-block {
  display: flex;
  gap: 30px;
}

.calculator-iframe {
  margin-block: 30px;
  width: 100%;
}

.calculator-form {
  max-width: 480px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #031d38;
}

.calculator-form__title {
  position: relative;
  font-family: "Roboto";
  font-size: 22px;
  color: #FFF;
  font-weight: 500;
  line-height: 120%;
  max-width: 550px;
}
.calculator-form__title img {
  position: absolute;
  width: 80px;
  right: 0;
  top: -15px;
}

.calculator-form__text {
  margin-top: 30px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #FFF;
  opacity: 0.9;
  margin-bottom: 20px;
}

.calculator .form__line:not(:last-child) {
  margin-bottom: 15px;
}
.calculator .input {
  padding: 15px 15px;
  background: #FFF;
  border-radius: 5px;
  font-family: "Roboto";
}
.calculator textarea {
  min-height: 100px;
}

.upload-panel-text-file {
  margin-top: 2px;
  color: #FFF;
  font-family: "Roboto";
  font-size: 12px;
}

.upload-panel {
  margin-top: 15px;
}

.upload-panel-buttons {
  display: flex;
  gap: 10px;
}
.upload-panel-buttons iconify-icon {
  color: #FFF;
}

.upload-panel-buttons-block {
  display: flex;
  gap: 10px;
  width: 100%;
}

.btn {
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 5px 15px;
}

.btn-attach {
  border: 1px solid #FFF;
}

.btn-download {
  border-radius: 5px;
  background: #FFF;
  color: var(--main-accent);
}

.calculator-form .checkbox {
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
.calculator-form .checkbox:not(:last-child) {
  margin-bottom: 5px;
}
.calculator-form .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.calculator-form .checkbox__input:focus-visible + .checkbox__text {
  outline: 1px solid #000;
}
.calculator-form .checkbox__input:checked + .checkbox__text:after {
  transform: scale(1);
}
.calculator-form .checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #FFF;
  line-height: 120%;
}
.calculator-form .checkbox__text:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  background-color: #FFF;
}
.calculator-form .checkbox__text::after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 20px;
  height: 20px;
  background-color: #FFF;
  background-image: url(../assets/img/calculator/ch.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.calculator-form .button.--blue {
  margin-top: 20px;
  width: 100%;
  font-family: var(--font-family);
  font-weight: 600;
}
.calculator-form .button.--blue span {
  color: var(--main-color);
}

.services {
  margin-top: 80px;
}
.services-wrapper {
  padding: 20px;
  background: var(--light-greyBg);
}

.services-title-block {
  display: flex;
  align-items: start;
  gap: 20px 40px;
}
.services-title-block h2 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  color: var(--main-color);
  max-width: 600px;
  width: 100%;
}
.services-title-block h2 span {
  color: #053869;
}

.services-title-block-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.services-title-card__image {
  display: flex;
  justify-content: center;
}
.services-title-card__image img {
  width: 50px;
  object-fit: contain;
}
.services-title-card__title {
  text-align: center;
  font-family: var(--font-main);
  font-size: 16px;
  font-weight: 600;
  color: var(--main-color);
  margin-top: 15px;
}
.services-title-card__text {
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: var(--main-color);
  margin-top: 15px;
}

.services-block {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
}

.services-card {
  position: relative;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
}
.services-card__image {
  display: flex;
  justify-content: center;
  height: 150px;
}
.services-card__image img {
  width: 150px;
  object-fit: contain;
}
.services-card__title {
  flex: 1;
  margin-top: 20px;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
}
.services-card__text {
  flex: 1;
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
}
.services-card__list {
  margin-top: 20px;
  flex: 1;
}
.services-card__list ul li {
  display: flex;
  gap: 5px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: var(--main-color);
}
.services-card__list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.services-card__list ul li img {
  width: 20px;
  height: 100%;
  flex: 0 0 20px;
}
.services-card__date {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: space-between;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 400;
  color: var(--main-color);
}
.services-card__date a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--main-accent);
}
.services-card__date-block {
  display: flex;
  align-items: center;
  gap: 5px;
}
.services-card__date-block img {
  width: 24px;
}
.services-card__button {
  margin-top: auto;
  padding-top: 20px;
  display: grid;
  justify-content: center;
}

.button.--border-blue {
  padding: 10px 20px;
  background: #FFF;
  border: 2px solid var(--main-accent);
  color: var(--main-accent);
}

.services-card-top {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 10px 0;
  padding: 5px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto";
  color: #FFF;
}

.--orange {
  background: #FF6B35;
}

.services-bottom {
  margin-top: 40px;
  background: #0a2540;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.services-bottom-block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.services-bottom-block__image {
  display: flex;
}
.services-bottom-block__image img {
  width: 150px;
  flex: 0 0 150px;
}
.services-bottom-block__info {
  max-width: 400px;
  margin-right: 20px;
}
.services-bottom-block__info-title {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 20px;
}
.services-bottom-block__info-text {
  font-family: "Roboto";
  font-size: 16px;
  color: #FFF;
  line-height: 120%;
}
.services-bottom-block__info-text span {
  color: var(--main-accent);
}

.services-bottom-cards {
  display: flex;
}

.services-bottom-card {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 180px;
  width: 100%;
  padding-inline: 10px;
}
.services-bottom-card::after {
  position: absolute;
  width: 2px;
  content: "";
  display: block;
  height: 80px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: #7b8b99;
}
.services-bottom-card__image {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  height: 60px;
}
.services-bottom-card__image img {
  width: 50px;
  object-fit: contain;
  flex: 0 0 50px;
}
.services-bottom-card__text {
  font-family: "Roboto";
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  line-height: 120%;
}
.services-bottom-buttons .button.--white {
  background: #FFF;
  color: var(--main-accent);
}
.services-bottom-buttons p {
  margin-top: 20px;
  font-family: "Roboto";
  font-size: 16px;
  color: #FFF;
  font-weight: 400;
  text-align: center;
  line-height: 120%;
}
.services-bottom-buttons p a {
  border-bottom: 1px solid transparent;
}

.certificates {
  margin-top: 80px;
}

.certificates-title {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  color: var(--main-color);
}

.certificates-text {
  font-family: "Roboto";
  font-size: 22px;
  color: var(--main-text);
  font-weight: 400;
  line-height: 120%;
}

.certificates-block {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.certificates-card {
  padding: 15px;
  border-radius: 10px;
  border: 1px solid;
  display: flex;
  flex-direction: column;
}

.certificates-card-top {
  display: flex;
  gap: 20px;
  flex: 1;
}
.certificates-card-top__image {
  width: 50px;
  flex: 0 0 50px;
}
.certificates-card-top__image img {
  width: 50px;
  object-fit: contain;
}
.certificates-card-top__info-title {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: var(--main-color);
}
.certificates-card-top__info-text {
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: var(--main-color);
}

.certificates-card-bottom {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid;
}
.certificates-card-bottom .download {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: var(--main-accent);
}
.certificates-card-bottom .download img {
  width: 20px;
}

.packet {
  margin-top: 40px;
}

.packet-wrapper {
  border-radius: 10px;
  padding: 20px;
  background: var(--light-greyBg);
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.packet-info {
  display: flex;
  align-items: center;
  gap: 30px;
}
.packet-info__image {
  flex: 0 0 100px;
}
.packet-info__image img {
  width: 100px;
}
.packet-info__text {
  max-width: 600px;
}
.packet-info__text p {
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: var(--text-grey);
}
.packet-info__text-title {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  color: var(--main-color);
}

.packet-button {
  max-width: 650px;
  width: 100%;
}
.packet-button p {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  color: var(--text-grey);
}
.packet-button p img {
  width: 20px;
}
.packet-button .button {
  width: 100%;
}

.production {
  margin-top: 80px;
}

.production-wrapper {
  padding: 20px;
  background: var(--light-greyBg);
}

.production-title-block {
  display: flex;
  gap: 10px 100px;
}
.production-title-block__image {
  margin-top: -20px;
}
.production-title-block__image img {
  max-width: 400px;
  min-width: 250px;
  width: 100%;
  object-fit: contain;
  aspect-ratio: 400/195;
}

.production-title {
  max-width: 700px;
}
.production-title h2 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  color: var(--main-color);
}
.production-title p {
  font-family: "Roboto";
  font-size: 22px;
  color: var(--main-text);
  font-weight: 400;
  line-height: 120%;
}

.production-main-cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.production-card {
  display: flex;
  flex-direction: column;
  padding: 15px;
  border-radius: 10px;
  background: #FFF;
}
.production-card__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 320/180;
  border-radius: 10px;
}
.production-card__title {
  margin-top: 20px;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: var(--main-color);
}
.production-card__list {
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 16px;
  color: var(--main-text);
  font-weight: 400;
  line-height: 120%;
}
.production-card__list ul li {
  display: flex;
  gap: 5px;
}
.production-card__list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.production-card__list ul li img {
  width: 20px;
  height: 100%;
  flex: 0 0 20px;
}

.production-info-cards {
  margin-top: 20px;
  display: flex;
  gap: 30px;
}

.production-info-card {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 20px;
}
.production-info-card__image {
  flex: 0 0 80px;
}
.production-info-card__image img {
  width: 80px;
  height: 80px;
}
.production-info-card__info h5 {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: var(--main-color);
}
.production-info-card__info p {
  margin-top: 10px;
  font-family: "Roboto";
  font-size: 16px;
  color: var(--text-dark);
  font-weight: 400;
  line-height: 120%;
}

.production-bottom {
  margin-top: 20px;
  padding: 15px;
  border-radius: 10px;
  background: #0a2540;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 150px;
}
.production-bottom .button {
  min-width: 400px;
}

.production-bottom-info {
  display: flex;
  gap: 30px;
}
.production-bottom-info__image {
  flex: 0 0 100px;
}
.production-bottom-info__image img {
  width: 100px;
  height: 100px;
}

.production-bottom-info-text h6 {
  font-family: var(--font-main);
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  color: #FFF;
}
.production-bottom-info-text p {
  max-width: 280px;
  margin-top: 10px;
  font-family: "Roboto";
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  line-height: 120%;
}
.production-bottom-info-text p span {
  color: var(--main-accent);
}

.work {
  margin-top: 80px;
}

.work-wrapper {
  padding: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.work-title-block {
  display: flex;
}

.work-title {
  width: 100%;
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  color: var(--main-color);
}

.work-subtitle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.work-subtitle h5 {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 10px;
  color: var(--main-accent);
}
.work-subtitle p {
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--text-dark);
}

.work-cards {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 10px;
}

.work-card {
  padding: 20px;
  border: 1px solid var(--main-second);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.662745098);
}
.work-card__image {
  flex: 1;
  display: flex;
  justify-content: center;
}
.work-card__image img {
  object-fit: contain;
  display: block;
  height: 40px;
}
.work-card__title {
  flex: 1;
  margin-top: 10px;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: var(--main-color);
  text-align: center;
}
.work-card ul {
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
}
.work-card ul li:not(:last-child) {
  margin-bottom: 2px;
}
.work-card ul li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-dark);
}

.work-card-type {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-family: "Roboto";
  font-weight: 400;
  border-radius: 20px;
  padding: 3px 5px;
  color: #FFF;
  background: var(--main-second);
  transition: background ease 0.3s;
  text-align: center;
  white-space: nowrap;
}

.work-info {
  max-width: 1100px;
  margin: 30px auto 30px auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.662745098);
  border-radius: 15px;
  border: 1.5px dashed var(--text-dark);
  display: flex;
  align-items: center;
  gap: 10px 20px;
  background-size: 100% 1.5px;
  padding-bottom: 5px;
}
.work-info__image {
  flex: 0 0 60px;
}
.work-info__image img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.work-info p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-dark);
}
.work-info .circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-inline: 5px;
  background: var(--main-accent);
}

.work .services-bottom {
  align-items: center;
}
.work .services-bottom-card {
  max-width: 220px;
}
.work .services-bottom-card .services-bottom-card__text {
  font-weight: 600;
}
.work .services-bottom-card p {
  font-size: 14px;
  font-family: "Roboto";
  color: #FFF;
  text-align: center;
  margin-top: 5px;
  font-weight: 300;
  line-height: 120%;
}

.review {
  margin-top: 80px;
}

.review-wrapper {
  padding: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.review-block-title {
  display: flex;
  align-items: center;
  gap: 20px 30px;
}

.review-title {
  width: 100%;
}
.review-title h2 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  color: var(--main-color);
}
.review-title p {
  font-family: "Roboto";
  font-size: 22px;
  color: var(--main-text);
  font-weight: 400;
  line-height: 120%;
}

.review-title-info {
  max-width: 550px;
  width: 100%;
  display: flex;
  gap: 30px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.662745098);
  border: 1.5px dashed var(--text-dark);
  border-radius: 15px;
  align-items: center;
  height: 100%;
}
.review-title-info__image img {
  width: 80px;
}
.review-title-info p {
  font-family: "Roboto";
  font-size: 20px;
  color: var(--text-grey);
  font-weight: 400;
  line-height: 120%;
}

.review-title-info-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.read-review {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "Roboto";
  font-weight: 400;
  width: fit-content;
  color: #FFF;
  background: #00A878;
}

.review-bottom {
  margin-top: 50px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px 30px;
}

.review-bottom-info {
  display: flex;
  align-items: center;
}
.review-bottom-info__image {
  flex: 0 0 150px;
}
.review-bottom-info__image img {
  width: 150px;
  object-position: contain;
}
.review-bottom-info__text h4 {
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  color: var(--main-color);
}
.review-bottom-info__text p {
  margin-top: 10px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--text-grey);
}
.review-bottom-info__text ul {
  margin-top: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.review-bottom-info__text ul li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-grey);
}
.review-bottom-button p {
  margin-top: 10px;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-grey);
}
.review-bottom-button p span {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: var(--text-grey);
  border-radius: 50%;
  margin: 0 3px 2px 3px;
}
.review-bottom-button p img {
  margin-right: 5px;
  width: 20px;
}

.news {
  margin-top: 80px;
}
.news__slider {
  margin-inline: 70px;
  position: relative;
}
.news-slider-block {
  position: relative;
}

.news-block-title {
  display: flex;
  justify-content: space-between;
  gap: 10px 30px;
}

.news-title h2 {
  font-family: var(--font-main);
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 24px;
  color: var(--main-color);
}
.news-title p {
  max-width: 800px;
  font-family: "Roboto";
  font-size: 22px;
  color: var(--main-text);
  font-weight: 400;
  line-height: 120%;
}
.news-title ul {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
.news-title ul li {
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Roboto";
  font-size: 14px;
  color: var(--main-text);
  font-weight: 400;
  line-height: 120%;
}

.news-link {
  padding: 5px 10px;
  display: inline-flex;
  height: 100%;
  gap: 5px;
  border-radius: 5px;
  background: #00A878;
  width: fit-content;
  align-items: center;
}
.news-link img {
  width: 20px;
  object-fit: contain;
}
.news-link {
  font-family: "Roboto";
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8235294118);
  white-space: nowrap;
}

.news-block {
  margin-top: 30px;
}

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--light-greyBg);
}
.swiper-button-prev path, .swiper-button-next path {
  fill: var(--main-accent);
  stroke: 3px;
}

.swiper-button-prev {
  transform: rotate(-180deg);
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination-block {
  margin-top: 20px;
  display: auto;
  justify-content: center;
}
.swiper-pagination-block .swiper-pagination {
  justify-content: center;
  display: flex;
  gap: 5px;
}
.swiper-pagination-block .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--light-greyBg);
  display: block;
  cursor: pointer;
  transition: all ease 0.3s;
}
.swiper-pagination-block .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--main-accent);
}

.news-card {
  padding: 15px;
  border-radius: 10px;
  background: var(--light-greyBg);
  display: flex;
  flex-direction: column;
}
.news-card__image img {
  width: 100%;
  object-fit: contain;
  aspect-ratio: 330/195;
  border-radius: 10px;
}
.news-card__title {
  flex: 1;
  margin-top: 10px;
  margin-top: 20px;
  font-family: var(--font-main);
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  color: var(--main-color);
}
.news-card__text {
  flex: 1;
  margin-top: 15px;
  font-family: "Roboto";
  font-size: 16px;
  color: var(--main-text);
  font-weight: 400;
  line-height: 120%;
}
.news-card__tags {
  flex: 1;
  margin-top: 20px;
  display: flex;
  gap: 5px;
  align-items: center;
  font-family: "Roboto";
  font-size: 12px;
}
.news-card__tags .circle {
  display: flex;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--main-text);
}
.news-card__tags .tag-news {
  padding: 2px 5px;
  border-radius: 5px;
  font-family: "Roboto";
  font-size: 12px;
  text-transform: capitalize;
  color: var(--main-text);
}
.news-card__tags .tag-news.--orange {
  color: #E85D04;
  background: rgba(255, 107, 53, 0.2);
}
.news-card__tags .tag-news.--green {
  color: #2E8B57;
  background: rgba(0, 168, 120, 0.2156862745);
}
.news-card__button {
  margin-top: 10px;
  flex: 1;
}
.news-card__button .button {
  width: 100%;
  height: 35px;
  border-radius: 5px;
}

.news-bottom-block {
  display: flex;
  gap: 10px 30px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  background: var(--light-greyBg);
  padding: 15px;
  border-radius: 10px;
}
.news-bottom-block .production-bottom-info-text h6 {
  color: var(--main-color);
}
.news-bottom-block .production-bottom-info-text p {
  color: var(--main-text);
}
.news-bottom-block .button {
  color: #FFF;
}
.news-bottom-block .button img {
  width: 20px;
}
.news-bottom-block .button.--orange {
  background: #FF6B35;
}

.production-bottom-text {
  margin-top: 10px;
  display: flex;
  align-items: center;
  margin-left: 30px;
  gap: 5px;
  font-family: "Roboto";
  font-size: 14px;
  color: var(--main-text);
}

.footer-top__center {
  padding: 30px 20px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.btn__icon {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
}
.btn__icon img {
  object-fit: contain;
}
@media (max-width: 1400px){
  .footer-cta__buttons {
    flex-direction: column;
  }
}
@media (max-width: 1350px){
  .header-top-phone {
    display: none;
  }
  .advantages-wrapper {
    gap: 20px;
  }
  .catalog-wrapper {
    flex-direction: column;
  }
  .catalog-solution {
    max-width: 100%;
    border-radius: 10px;
  }
  .catalog-solution h2 {
    margin-bottom: 0;
    max-width: 700px;
  }
  .catalog-solution p {
    margin-top: 24px;
    max-width: 600px;
  }
  .catalog-solution-cards {
    margin-top: 50px;
  }
  .catalog-solution-button {
    margin-top: 50px;
  }
}
@media (max-width: 1250px){
  .footer-top {
    gap: 20px;
  }
  .footer-contacts__label {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
  }
  .footer-contacts__schedule {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footer-actions__catalog-text, .footer-actions__help-text {
    flex-wrap: wrap;
    flex: 1;
  }
  .production-main-cards {
    gap: 20px;
  }
}
@media (max-width: 1200px){
  .services-block {
    gap: 20px;
  }
  .work-cards {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1150px){
  .footer-top {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .footer-callback {
    padding: 10px 10px 24px 10px;
  }
  .calculator-block {
    flex-direction: column;
    gap: 0;
  }
  .calculator-form {
    max-width: 100%;
  }
  .services-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .services-bottom-block {
    justify-content: center;
    margin-bottom: 20px;
  }
  .services-bottom-block__image img {
    width: 100px;
    flex: 0 0 100px;
  }
  .services-bottom-card {
    max-width: 100%;
  }
  .services-bottom-card:nth-child(1)::after {
    display: none;
  }
  .services-bottom-buttons {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1100px) and (max-width: 900px){
  .menu__body {
    padding-bottom: 120px;
  }
}
@media (max-width: 1100px) and (max-width: 575px){
  .menu__body {
    margin-top: 76px;
  }
}
@media (max-width: 1100px) and (any-hover: none){
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 1100px){
  .menu__list {
    margin-top: 20px;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .menu-icon-block {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0088CC;
    height: 48px;
    width: 48px;
    border-radius: 12px;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    left: -100%;
    top: 0;
    overflow: auto;
    margin-top: 93px;
    padding: 0px 15px 30px 15px;
    transition: left 0.3s;
    z-index: 2;
    background: var(--main-color);
  }
  [data-fls-menu-open] .menu__body {
    left: 0;
  }
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFF;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .advantages-card__text {
    font-size: 12px;
  }
  .packet-wrapper {
    flex-direction: column;
  }
  .packet-info__text {
    max-width: 100%;
  }
  .packet-button {
    max-width: 100%;
  }
  .production-main-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .production-info-cards {
    gap: 20px;
  }
  .production-bottom {
    gap: 20px;
  }
}
@media (max-width: 1050px){
  .advantages-card {
    flex-direction: column;
  }
  .services-block {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px){
  .popup {
    padding: 70px 10px 30px 10px;
  }
  .solutions-card {
    flex-direction: column;
    align-items: start;
  }
  .solutions-card-info__text {
    max-width: 100%;
  }
  .results-wrapper {
    background-image: none;
    background: #f3f4f8;
  }
  .results-wrapper-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .industry-wrapper-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog-block-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-card-bottom .button {
    width: 100%;
  }
  .catalog-block-bottom {
    flex-direction: column;
  }
  .catalog-block-link {
    width: 100%;
  }
  .catalog-block-link-consult {
    width: 100%;
  }
  .services-title-block {
    flex-direction: column;
  }
  .production-title-block {
    flex-direction: column;
  }
  .production-title-block__image {
    margin-left: auto;
  }
  .production-title-block__image img {
    max-width: 300px;
  }
  .production-bottom .button {
    min-width: initial;
  }
  .review-block-title {
    align-items: start;
    flex-direction: column;
  }
  .review-title-info {
    max-width: 100%;
  }
  .review-bottom {
    flex-direction: column;
    align-items: start;
  }
  .review-bottom-button {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .review-bottom-button .button {
    width: 100%;
  }
  .news-block-title {
    flex-direction: column;
  }
}
@media (max-width: 992px) and (width < 23.4375em){
  .review-bottom-button .button {
    font-size: 12px;
  }
}
@media (max-width: 968px){
  .footer-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-actions {
    border-radius: 0;
  }
  .footer-links {
    max-width: 100%;
    border-radius: 0 0 10px 10px;
  }
  .footer-bottom {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .footer-actions__help-text, .footer-actions__catalog-text {
    flex-direction: column;
  }
}
@media (max-width: 950px){
  .foundation-title {
    flex-direction: column;
  }
  .foundation-bottom {
    margin-top: 40px;
  }
}
@media (max-width: 900px){
  .menu__list li:has(.header-bottom-menu__links) {
    display: block;
  }
  .header-bottom {
    display: none;
  }
  .certificates-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 850px){
  .foundation-body {
    flex-direction: column;
    gap: 20px;
  }
  .foundation-bottom {
    flex-direction: column;
  }
  .foundation-bottom__button {
    width: 100%;
  }
  .foundation-bottom__button .button {
    width: 100%;
  }
  .services-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .work-title-block {
    flex-direction: column;
  }
  .work-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .news-bottom-block {
    flex-direction: column;
  }
}
@media (max-width: 768px){
  .footer-cta__features {
    flex-direction: column;
    gap: 16px;
  }
  .footer-requisites {
    gap: 16px;
  }
  .advantages-wrapper {
    flex-direction: column;
  }
  .advantages-separator {
    width: 100%;
    height: 1px;
  }
  .solutions-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .solutions-card {
    flex-direction: row;
    align-items: center;
  }
  .calculator-advantages {
    grid-template-columns: repeat(1, 1fr);
  }
  .calculator-iframe iframe {
    width: 100% !important;
  }
  .production-info-card {
    flex-direction: column;
    align-items: start;
  }
  .production-info-card__image {
    flex: 0 0 50px;
  }
  .production-info-card__image img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 720px){
  .footer-actions__help, .footer-actions__catalog {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 650px){
  .production-bottom {
    flex-direction: column;
  }
  .production-bottom .button {
    width: 100%;
  }
  .production-bottom-info__image {
    flex: 0 0 60px;
  }
  .production-bottom-info__image img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 640px){
  .footer-cta__buttons {
    flex-direction: column;
  }
}
@media (max-width: 575px){
  .header__logo img {
    max-width: 150px;
  }
  .header-top-wrapper {
    padding-block: 10px;
  }
  .catalog-solution-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog-solution-button .button img {
    width: 30px;
  }
  .catalog-solution-button .button p {
    text-align: center;
  }
  .catalog-solution-button .button {
    flex-direction: column;
  }
  .catalog-solution-button .button iconify-icon {
    display: none;
  }
  .services-title-block-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .services-title-card__image img {
    width: 40px;
  }
  .services-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .services-card__image {
    height: 100px;
  }
  .services-card__image img {
    width: 100px;
  }
  .services-bottom-block {
    flex-direction: column;
    align-items: start;
  }
  .services-bottom-block__image img {
    width: 50px;
    flex: 0 0 50px;
    margin-bottom: 20px;
  }
  .services-bottom-cards {
    flex-direction: column;
  }
  .services-bottom-card:not(:last-child) {
    margin-bottom: 15px;
  }
  .services-bottom-card::after {
    display: none;
  }
  .certificates-block {
    grid-template-columns: repeat(1, 1fr);
  }
  .packet-info {
    align-items: start;
    gap: 15px;
  }
  .packet-info__image {
    flex: 0 0 50px;
  }
  .packet-info__image img {
    width: 50px;
  }
  .production-title-block__image img {
    display: none;
  }
  .production-title h2 br {
    display: none !important;
  }
  .production-main-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .production-info-cards {
    flex-direction: column;
  }
  .production-bottom-info {
    gap: 10px;
  }
}
@media (max-width: 525px){
  .header-bottom-actions.--dynamic {
    flex-wrap: wrap;
  }
  .footer-actions {
    flex-direction: column;
  }
  .footer-actions__catalog {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid;
  }
  .hero__title {
    padding-top: 50px;
  }
  .hero__buttons {
    flex-direction: column;
  }
  .hero .button {
    height: 55px;
  }
  .advantages-card {
    flex-direction: row;
  }
  .industry-card {
    background-position: 100% 100%;
  }
  .foundation-body-card {
    flex-direction: column;
  }
  .foundation-body-card__image {
    margin: 0 auto;
  }
  .foundation-bottom-block {
    flex-direction: column;
    align-items: start;
  }
  .upload-panel-buttons {
    flex-direction: column;
  }
  .services-bottom-buttons .button.--white {
    width: 100%;
    max-width: 100%;
  }
  .review-bottom-info {
    flex-direction: column;
    align-items: start;
  }
  .review-bottom-info__image {
    flex: 0 0 80px;
  }
  .review-bottom-info__image img {
    width: 80px;
  }
  .news__slider {
    margin-inline: 0;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .production-bottom-text {
    margin-left: 0;
  }
}
@media (max-width: 500px){
  .catalog-block-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 475px){
  .review-title-info {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .review-title-info__image img {
    width: 60px;
  }
}
@media (max-width: 425px){
  .work-cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .work-info {
    flex-direction: column;
    align-items: start;
  }
  .work-info__image {
    flex: 0 0 50px;
  }
  .work-info__image img {
    width: 50px;
    height: 50px;
  }
}
@media (width < 23.4375em){
  .header-top-phone {
    font-size: 16px;
  }
  .footer {
    margin-top: 80px;
  }
  .footer-contacts__phone-text {
    font-size: 18px;
  }
  .footer-actions__help .button, .footer-actions__catalog .button {
    font-size: 14px;
  }
  .footer-cta__buttons .button {
    font-size: 12px;
  }
  .popup-content-form h3 {
    font-size: 20px;
  }
  .hero__title {
    font-size: 36px;
  }
  .hero__text {
    font-size: 16px;
  }
  .hero .button {
    font-size: 14px;
  }
  .solutions {
    margin-top: 40px;
  }
  .solutions h2 {
    font-size: 28px;
  }
  .solutions-card-info__title {
    font-size: 18px;
  }
  .solutions-card-info__text {
    font-size: 14px;
  }
  .results {
    margin-top: 40px;
  }
  .results-wrapper h3 {
    font-size: 24px;
  }
  .results-card__title {
    font-size: 20px;
  }
  .results-card__subtitle {
    font-size: 16px;
  }
  .results-card__text {
    font-size: 14px;
  }
  .industry {
    margin-top: 40px;
  }
  .industry-wrapper h3 {
    font-size: 24px;
  }
  .industry-card__title {
    font-size: 16px;
  }
  .industry-card__title-count {
    font-size: 18px;
  }
  .industry-card__subtitle {
    font-size: 16px;
  }
  .industry-card__object p {
    font-size: 14px;
  }
  .industry-card__result {
    font-size: 14px;
  }
  .foundation {
    margin-top: 40px;
  }
  .foundation-title-block h2 {
    font-size: 28px;
  }
  .catalog {
    margin-top: 40px;
  }
  .catalog-solution h2 {
    font-size: 28px;
  }
  .catalog-solution p {
    font-size: 15px;
  }
  .catalog-block h3 {
    font-size: 24px;
  }
  .catalog-card-body__text p {
    font-size: 12px;
  }
  .catalog-block-link-text__title {
    font-size: 16px;
  }
  .catalog-block-link-text__info {
    font-size: 14px;
  }
  .catalog-block-link-consult .catalog-block-link-consult__info {
    font-size: 14px;
  }
  .catalog-block-link-consult__title {
    font-size: 16px;
  }
  .calculator {
    margin-top: 40px;
  }
  .calculator-wrapper h2 {
    font-size: 28px;
  }
  .calculator-advantages-card p {
    font-size: 14px;
  }
  .calculator-form .button.--blue {
    font-size: 12px;
  }
  .services {
    margin-top: 40px;
  }
  .services-title-block h2 {
    font-size: 28px;
  }
  .services-card__title {
    font-size: 18px;
  }
  .services-card__text {
    font-size: 14px;
  }
  .services-card__list ul li {
    font-size: 14px;
  }
  .services-card__date {
    font-size: 12px;
  }
  .services-card-top {
    font-size: 10px;
  }
  .services-bottom-block__info-title {
    font-size: 18px;
  }
  .services-bottom-block__info-text {
    font-size: 14px;
  }
  .services-bottom-card__text {
    font-size: 14px;
  }
  .services-bottom-buttons p {
    font-size: 14px;
  }
  .certificates {
    margin-top: 40px;
  }
  .certificates-title {
    font-size: 28px;
  }
  .certificates-text {
    font-size: 18px;
  }
  .certificates-card-top__info-title {
    font-size: 18px;
  }
  .certificates-card-top__info-text {
    font-size: 14px;
  }
  .packet-info__text p {
    font-size: 14px;
  }
  .packet-info__text-title {
    font-size: 18px;
  }
  .packet-button p {
    font-size: 14px;
  }
  .packet-button .button {
    font-size: 14px;
  }
  .production {
    margin-top: 40px;
  }
  .production-title h2 {
    font-size: 28px;
  }
  .production-title p {
    font-size: 18px;
  }
  .production-card__title {
    font-size: 18px;
  }
  .production-card__list {
    font-size: 14px;
  }
  .production-info-card__info h5 {
    font-size: 18px;
  }
  .production-info-card__info p {
    font-size: 14px;
  }
  .production-bottom-info-text h6 {
    font-size: 18px;
  }
  .production-bottom-info-text p {
    font-size: 15px;
  }
  .work {
    margin-top: 40px;
  }
  .work-title {
    font-size: 28px;
  }
  .work-subtitle h5 {
    font-size: 20px;
  }
  .work-subtitle p {
    font-size: 16px;
  }
  .work-card__title {
    font-size: 18px;
  }
  .work-card ul li {
    font-size: 14px;
  }
  .work-card-type {
    font-size: 10px;
  }
  .work-info p {
    font-size: 16px;
  }
  .work .services-bottom-card p {
    font-size: 12px;
  }
  .work .button {
    font-size: 14px;
  }
  .review {
    margin-top: 40px;
  }
  .review-title h2 {
    font-size: 28px;
  }
  .review-title p {
    font-size: 18px;
  }
  .review-title-info p {
    font-size: 18px;
  }
  .review-bottom-info__text h4 {
    font-size: 18px;
  }
  .review-bottom-info__text p {
    font-size: 16px;
  }
  .review-bottom-info__text ul li {
    font-size: 14px;
  }
  .review-bottom-button p {
    font-size: 14px;
  }
  .news {
    margin-top: 40px;
  }
  .news-title h2 {
    font-size: 28px;
  }
  .news-title p {
    font-size: 18px;
  }
  .news-title ul li {
    font-size: 12px;
  }
  .news-link {
    font-size: 14px;
  }
  .news-card__title {
    font-size: 18px;
  }
  .news-card__text {
    font-size: 14px;
  }
  .news-bottom-block .button {
    font-size: 12px;
  }
}
@media (max-width: 992px) and (width >= 97.5em){
  .review-bottom-button .button {
    font-size: 16px;
  }
}
@media (width >= 23.4375em) and (width < 97.5em){
  .header-top-phone {
    font-size: clamp( 16px , 14.1012658228px  +  0.5063291139vw , 22px );
  }
  .footer {
    margin-top: clamp( 80px , 67.3417721519px  +  3.3755274262vw , 120px );
  }
  .footer-contacts__phone-text {
    font-size: clamp( 18px , 16.1012658228px  +  0.5063291139vw , 24px );
  }
  .footer-actions__help .button, .footer-actions__catalog .button {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .footer-cta__buttons .button {
    font-size: clamp( 12px , 10.7341772152px  +  0.3375527426vw , 16px );
  }
  .popup-content-form h3 {
    font-size: clamp( 20px , 18.1012658228px  +  0.5063291139vw , 26px );
  }
  .hero__title {
    font-size: clamp( 36px , 32.2025316456px  +  1.0126582278vw , 48px );
  }
  .hero__text {
    font-size: clamp( 16px , 15.3670886076px  +  0.1687763713vw , 18px );
  }
  .hero .button {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .solutions {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .solutions h2 {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .solutions-card-info__title {
    font-size: clamp( 18px , 16.7341772152px  +  0.3375527426vw , 22px );
  }
  .solutions-card-info__text {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .results {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .results-wrapper h3 {
    font-size: clamp( 24px , 23.3670886076px  +  0.1687763713vw , 26px );
  }
  .results-card__title {
    font-size: clamp( 20px , 19.3670886076px  +  0.1687763713vw , 22px );
  }
  .results-card__subtitle {
    font-size: clamp( 16px , 15.3670886076px  +  0.1687763713vw , 18px );
  }
  .results-card__text {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .industry {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .industry-wrapper h3 {
    font-size: clamp( 24px , 23.3670886076px  +  0.1687763713vw , 26px );
  }
  .industry-card__title {
    font-size: clamp( 16px , 15.3670886076px  +  0.1687763713vw , 18px );
  }
  .industry-card__title-count {
    font-size: clamp( 18px , 16.7341772152px  +  0.3375527426vw , 22px );
  }
  .industry-card__subtitle {
    font-size: clamp( 16px , 15.3670886076px  +  0.1687763713vw , 18px );
  }
  .industry-card__object p {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .industry-card__result {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .foundation {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .foundation-title-block h2 {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .catalog {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .catalog-solution h2 {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .catalog-solution p {
    font-size: clamp( 15px , 14.3670886076px  +  0.1687763713vw , 17px );
  }
  .catalog-block h3 {
    font-size: clamp( 24px , 23.3670886076px  +  0.1687763713vw , 26px );
  }
  .catalog-card-body__text p {
    font-size: clamp( 12px , 11.3670886076px  +  0.1687763713vw , 14px );
  }
  .catalog-block-link-text__title {
    font-size: clamp( 16px , 15.3670886076px  +  0.1687763713vw , 18px );
  }
  .catalog-block-link-text__info {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .catalog-block-link-consult .catalog-block-link-consult__info {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .catalog-block-link-consult__title {
    font-size: clamp( 16px , 15.3670886076px  +  0.1687763713vw , 18px );
  }
  .calculator {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .calculator-wrapper h2 {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .calculator-advantages-card p {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .calculator-form .button.--blue {
    font-size: clamp( 12px , 10.7341772152px  +  0.3375527426vw , 16px );
  }
  .services {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .services-title-block h2 {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .services-card__title {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .services-card__text {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .services-card__list ul li {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .services-card__date {
    font-size: clamp( 12px , 11.3670886076px  +  0.1687763713vw , 14px );
  }
  .services-card-top {
    font-size: clamp( 10px , 9.3670886076px  +  0.1687763713vw , 12px );
  }
  .services-bottom-block__info-title {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .services-bottom-block__info-text {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .services-bottom-card__text {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .services-bottom-buttons p {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .certificates {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .certificates-title {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .certificates-text {
    font-size: clamp( 18px , 16.7341772152px  +  0.3375527426vw , 22px );
  }
  .certificates-card-top__info-title {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .certificates-card-top__info-text {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .packet-info__text p {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .packet-info__text-title {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .packet-button p {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .packet-button .button {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .production {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .production-title h2 {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .production-title p {
    font-size: clamp( 18px , 16.7341772152px  +  0.3375527426vw , 22px );
  }
  .production-card__title {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .production-card__list {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .production-info-card__info h5 {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .production-info-card__info p {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .production-bottom-info-text h6 {
    font-size: clamp( 18px , 16.7341772152px  +  0.3375527426vw , 22px );
  }
  .production-bottom-info-text p {
    font-size: clamp( 15px , 14.0506329114px  +  0.253164557vw , 18px );
  }
  .work {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .work-title {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .work-subtitle h5 {
    font-size: clamp( 20px , 18.7341772152px  +  0.3375527426vw , 24px );
  }
  .work-subtitle p {
    font-size: clamp( 16px , 15.3670886076px  +  0.1687763713vw , 18px );
  }
  .work-card__title {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .work-card ul li {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .work-card-type {
    font-size: clamp( 10px , 9.3670886076px  +  0.1687763713vw , 12px );
  }
  .work-info p {
    font-size: clamp( 16px , 14.7341772152px  +  0.3375527426vw , 20px );
  }
  .work .services-bottom-card p {
    font-size: clamp( 12px , 11.3670886076px  +  0.1687763713vw , 14px );
  }
  .work .button {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .review {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .review-title h2 {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .review-title p {
    font-size: clamp( 18px , 16.7341772152px  +  0.3375527426vw , 22px );
  }
  .review-title-info p {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .review-bottom-info__text h4 {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .review-bottom-info__text p {
    font-size: clamp( 16px , 15.3670886076px  +  0.1687763713vw , 18px );
  }
  .review-bottom-info__text ul li {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .review-bottom-button p {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .news {
    margin-top: clamp( 40px , 27.3417721519px  +  3.3755274262vw , 80px );
  }
  .news-title h2 {
    font-size: clamp( 28px , 25.4683544304px  +  0.6751054852vw , 36px );
  }
  .news-title p {
    font-size: clamp( 18px , 16.7341772152px  +  0.3375527426vw , 22px );
  }
  .news-title ul li {
    font-size: clamp( 12px , 11.3670886076px  +  0.1687763713vw , 14px );
  }
  .news-link {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .news-card__title {
    font-size: clamp( 18px , 17.3670886076px  +  0.1687763713vw , 20px );
  }
  .news-card__text {
    font-size: clamp( 14px , 13.3670886076px  +  0.1687763713vw , 16px );
  }
  .news-bottom-block .button {
    font-size: clamp( 12px , 10.7341772152px  +  0.3375527426vw , 16px );
  }
}
@media (max-width: 992px) and (width >= 23.4375em) and (width < 97.5em){
  .review-bottom-button .button {
    font-size: clamp( 12px , 10.7341772152px  +  0.3375527426vw , 16px );
  }
}
@media (width >= 97.5em){
  .header-top-phone {
    font-size: 22px;
  }
  .footer {
    margin-top: 120px;
  }
  .footer-contacts__phone-text {
    font-size: 24px;
  }
  .footer-actions__help .button, .footer-actions__catalog .button {
    font-size: 16px;
  }
  .footer-cta__buttons .button {
    font-size: 16px;
  }
  .popup-content-form h3 {
    font-size: 26px;
  }
  .hero__title {
    font-size: 48px;
  }
  .hero__text {
    font-size: 18px;
  }
  .hero .button {
    font-size: 16px;
  }
  .solutions {
    margin-top: 80px;
  }
  .solutions h2 {
    font-size: 36px;
  }
  .solutions-card-info__title {
    font-size: 22px;
  }
  .solutions-card-info__text {
    font-size: 16px;
  }
  .results {
    margin-top: 80px;
  }
  .results-wrapper h3 {
    font-size: 26px;
  }
  .results-card__title {
    font-size: 22px;
  }
  .results-card__subtitle {
    font-size: 18px;
  }
  .results-card__text {
    font-size: 16px;
  }
  .industry {
    margin-top: 80px;
  }
  .industry-wrapper h3 {
    font-size: 26px;
  }
  .industry-card__title {
    font-size: 18px;
  }
  .industry-card__title-count {
    font-size: 22px;
  }
  .industry-card__subtitle {
    font-size: 18px;
  }
  .industry-card__object p {
    font-size: 16px;
  }
  .industry-card__result {
    font-size: 16px;
  }
  .foundation {
    margin-top: 80px;
  }
  .foundation-title-block h2 {
    font-size: 36px;
  }
  .catalog {
    margin-top: 80px;
  }
  .catalog-solution h2 {
    font-size: 36px;
  }
  .catalog-solution p {
    font-size: 17px;
  }
  .catalog-block h3 {
    font-size: 26px;
  }
  .catalog-card-body__text p {
    font-size: 14px;
  }
  .catalog-block-link-text__title {
    font-size: 18px;
  }
  .catalog-block-link-text__info {
    font-size: 16px;
  }
  .catalog-block-link-consult .catalog-block-link-consult__info {
    font-size: 16px;
  }
  .catalog-block-link-consult__title {
    font-size: 18px;
  }
  .calculator {
    margin-top: 80px;
  }
  .calculator-wrapper h2 {
    font-size: 36px;
  }
  .calculator-advantages-card p {
    font-size: 16px;
  }
  .calculator-form .button.--blue {
    font-size: 16px;
  }
  .services {
    margin-top: 80px;
  }
  .services-title-block h2 {
    font-size: 36px;
  }
  .services-card__title {
    font-size: 20px;
  }
  .services-card__text {
    font-size: 16px;
  }
  .services-card__list ul li {
    font-size: 16px;
  }
  .services-card__date {
    font-size: 14px;
  }
  .services-card-top {
    font-size: 12px;
  }
  .services-bottom-block__info-title {
    font-size: 20px;
  }
  .services-bottom-block__info-text {
    font-size: 16px;
  }
  .services-bottom-card__text {
    font-size: 16px;
  }
  .services-bottom-buttons p {
    font-size: 16px;
  }
  .certificates {
    margin-top: 80px;
  }
  .certificates-title {
    font-size: 36px;
  }
  .certificates-text {
    font-size: 22px;
  }
  .certificates-card-top__info-title {
    font-size: 20px;
  }
  .certificates-card-top__info-text {
    font-size: 16px;
  }
  .packet-info__text p {
    font-size: 16px;
  }
  .packet-info__text-title {
    font-size: 20px;
  }
  .packet-button p {
    font-size: 16px;
  }
  .packet-button .button {
    font-size: 16px;
  }
  .production {
    margin-top: 80px;
  }
  .production-title h2 {
    font-size: 36px;
  }
  .production-title p {
    font-size: 22px;
  }
  .production-card__title {
    font-size: 20px;
  }
  .production-card__list {
    font-size: 16px;
  }
  .production-info-card__info h5 {
    font-size: 20px;
  }
  .production-info-card__info p {
    font-size: 16px;
  }
  .production-bottom-info-text h6 {
    font-size: 22px;
  }
  .production-bottom-info-text p {
    font-size: 18px;
  }
  .work {
    margin-top: 80px;
  }
  .work-title {
    font-size: 36px;
  }
  .work-subtitle h5 {
    font-size: 24px;
  }
  .work-subtitle p {
    font-size: 18px;
  }
  .work-card__title {
    font-size: 20px;
  }
  .work-card ul li {
    font-size: 16px;
  }
  .work-card-type {
    font-size: 12px;
  }
  .work-info p {
    font-size: 20px;
  }
  .work .services-bottom-card p {
    font-size: 14px;
  }
  .work .button {
    font-size: 16px;
  }
  .review {
    margin-top: 80px;
  }
  .review-title h2 {
    font-size: 36px;
  }
  .review-title p {
    font-size: 22px;
  }
  .review-title-info p {
    font-size: 20px;
  }
  .review-bottom-info__text h4 {
    font-size: 20px;
  }
  .review-bottom-info__text p {
    font-size: 18px;
  }
  .review-bottom-info__text ul li {
    font-size: 16px;
  }
  .review-bottom-button p {
    font-size: 16px;
  }
  .news {
    margin-top: 80px;
  }
  .news-title h2 {
    font-size: 36px;
  }
  .news-title p {
    font-size: 22px;
  }
  .news-title ul li {
    font-size: 14px;
  }
  .news-link {
    font-size: 16px;
  }
  .news-card__title {
    font-size: 20px;
  }
  .news-card__text {
    font-size: 16px;
  }
  .news-bottom-block .button {
    font-size: 16px;
  }
}
@media (any-hover: hover){
  .menu__item:hover .menu__link {
    color: #0088CC;
    border-bottom: 1px solid #0088CC;
  }
  .header-top-phone:hover {
    color: #006BA8;
  }
  .button.--blue:hover {
    background: #006BA8;
  }
  .header-bottom-menu ul li:hover .header-bottom-menu__links {
    color: #0088CC;
  }
  .header-bottom-mail:hover {
    color: #006BA8;
  }
  .footer-contacts__phone-text:hover {
    color: var(--main-accent);
  }
  .footer-requisites__link:hover {
    border-color: #FFF;
  }
  .hero .button:hover {
    background: var(--main-color);
    color: #FFF;
  }
  .hero .button:hover img {
    filter: brightness(0) invert(1);
  }
  .button.--light-blue:hover {
    background: #006BA8;
  }
  .button.--light-blue:hover img {
    filter: none;
  }
  .solutions-card:hover {
    border-color: var(--blue-hover);
  }
  .solutions-card:hover .solutions-card-info__title {
    color: var(--blue-hover);
  }
  .catalog-solution-button .button:hover {
    opacity: 0.8;
  }
  .catalog-link:hover iconify-icon {
    transform: translateX(5px);
  }
  .catalog-block-link:hover {
    opacity: 0.9;
  }
  .catalog-block-link-consult:hover {
    opacity: 0.9;
  }
  .button.--border-blue:hover {
    background: var(--main-accent);
    border-color: var(--main-accent);
    color: #FFF;
  }
  .services-bottom-buttons p a:hover {
    color: var(--main-accent);
    border-bottom: 1px solid var(--main-accent);
  }
  .work-card:hover {
    border-color: var(--main-accent);
  }
  .work-card:hover .work-card-type {
    background: var(--main-accent);
  }
  .news-bottom-block .button.--orange:hover {
    background: #e96332;
  }
}