.elementor-40 .elementor-element.elementor-element-1c136b5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-40 .elementor-element.elementor-element-fa9b362{--display:flex;}.elementor-40 .elementor-element.elementor-element-04fb45c{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-40 .elementor-element.elementor-element-5a75d14 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-40 .elementor-element.elementor-element-2a90c0e{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;}.elementor-40 .elementor-element.elementor-element-7636313{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-40 .elementor-element.elementor-element-43e571e{--display:flex;}.elementor-40 .elementor-element.elementor-element-f3a03eb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-40 .elementor-element.elementor-element-12a75f7{--display:flex;}.elementor-40 .elementor-element.elementor-element-7e7b553{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-40 .elementor-element.elementor-element-7e7b553.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-40 .elementor-element.elementor-element-4ffd1c4 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:40px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);}.elementor-40 .elementor-element.elementor-element-cafd723{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-40 .elementor-element.elementor-element-9889fd5{--display:flex;}@media(max-width:1024px){.elementor-40 .elementor-element.elementor-element-cafd723{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-40 .elementor-element.elementor-element-7e7b553{--width:98.214%;}}@media(max-width:767px){.elementor-40 .elementor-element.elementor-element-cafd723{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-f1d7618 */.eternitex-info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1200px;
  margin: 60px auto;
  font-family: 'Poppins', sans-serif;
}

/* --- Левая часть (красная карточка) --- */
.eternitex-left {
  flex: 1 1 45%;
  background: linear-gradient(135deg, #c00000, #a50000);
  color: #fff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.eternitex-left p {
  line-height: 1.6;
  font-size: 12px;
  margin-bottom: 30px;
}

.btn-consult {
  display: inline-block;
  padding: 5px 28px;
  border: 1.6px solid #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.btn-consult:hover {
  background: #fff;
  color: #b20000;
}

/* --- Правая часть (цифры) --- */
.eternitex-right {
  flex: 1 1 50%;
  background: #d6d5cf;
  border-radius: 16px;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px 20px;
  text-align: center;
}

.eternitex-stat h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #988E8E;
}

.eternitex-stat p {
  font-size: 14px;
  color: #6c6b6a;
  max-width: 140px;
  margin: 0 auto;
}

.divider {
  width: 1px;
  height: 60px;
  background: rgba(0,0,0,0.1);
  align-self: center; /* ← опускаем вниз */
  transform: translateY(-10px); /* ← точная регулировка */
}


/* --- Адаптив --- */
@media (max-width: 900px) {
  .eternitex-info {
    flex-direction: column;
  }
  .eternitex-right {
    flex-direction: column;
    gap: 24px;
  }
  .divider {
    display: none;
  }
}
.eternitex-left,
.eternitex-right {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.eternitex-left {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {

  .eternitex-right {
    flex-direction: column;
    justify-content: center;   /* вертикальный центр */
    align-items: center;       /* горизонтальный центр */
    gap: 0px;                 /* расстояние между блоками */
    padding: 40px 20px;
    text-align: center;
  }

  .divider {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1b86b69 */.manager-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  max-width: 420px;
  margin: 15px auto;
  font-family: 'Poppins', sans-serif;
}

.manager-photo {
  flex-shrink: 0;
}

.manager-photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.manager-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

.manager-info p {
  margin: 2px 0 8px;
  font-size: 14px;
  color: #232323;
}

.manager-langs {
  margin-bottom: 8px;
}

.manager-langs span {
  display: inline-block;
  background: #E6D8D8;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 6px;
  margin-right: 4px;
}

/* Кнопки */
.btn-call,
.btn-email {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* выравнивание по левому краю */
  width: auto; /* только по содержимому */
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #E6D8D8;
  color: #1e293b;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-call:hover,
.btn-email:hover {
  background: #e2e8f0;
}

.btn-call svg,
.btn-email svg {
  margin-right: 8px; /* отступ между иконкой и текстом */
  flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f94342f */.manager-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  max-width: 420px;
  margin: 15px auto;
  font-family: 'Poppins', sans-serif;
}

.manager-photo {
  flex-shrink: 0;
}

.manager-photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.manager-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

.manager-info p {
  margin: 2px 0 8px;
  font-size: 14px;
  color: #232323;
}

.manager-langs {
  margin-bottom: 8px;
}

.manager-langs span {
  display: inline-block;
  background: #E6D8D8;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 6px;
  margin-right: 4px;
}

/* Кнопки */
.btn-call,
.btn-email {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* выравнивание по левому краю */
  width: auto; /* только по содержимому */
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #E6D8D8;
  color: #1e293b;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-call:hover,
.btn-email:hover {
  background: #e2e8f0;
}

.btn-call svg,
.btn-email svg {
  margin-right: 8px; /* отступ между иконкой и текстом */
  flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0470fbc */.manager-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  max-width: 420px;
  margin: 15px auto;
  font-family: 'Poppins', sans-serif;
}

.manager-photo {
  flex-shrink: 0;
}

.manager-photo img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.manager-info h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

.manager-info p {
  margin: 2px 0 8px;
  font-size: 14px;
  color: #232323;
}

.manager-langs {
  margin-bottom: 8px;
}

.manager-langs span {
  display: inline-block;
  background: #E6D8D8;
  color: #334155;
  font-size: 12px;
  font-weight: 600;
  border-radius: 6px;
  padding: 2px 6px;
  margin-right: 4px;
}

/* Кнопки */
.btn-call,
.btn-email {
  display: flex;
  align-items: center;
  justify-content: flex-start; /* выравнивание по левому краю */
  width: auto; /* только по содержимому */
  margin-top: 6px;
  padding: 6px 10px;
  border-radius: 6px;
  background: #E6D8D8;
  color: #1e293b;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.btn-call:hover,
.btn-email:hover {
  background: #e2e8f0;
}

.btn-call svg,
.btn-email svg {
  margin-right: 8px; /* отступ между иконкой и текстом */
  flex-shrink: 0;
}/* End custom CSS */