html {
  font-family: "roobert", "roobert Fallback";
}

html::after {
  display: none;
}

*,
::after,
::before {
  box-sizing: border-box;
}

a {
  background-color: transparent;
  color: #053262;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  display: inline-block;
}

a:hover {
  text-decoration: underline;
  color: #00458c;
}

img,
svg {
  vertical-align: middle;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

svg {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

button {
  margin: 0;
}

button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type="button"] {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[role="button"],
a,
button {
  touch-action: manipulation;
}

p {
  margin: 0 0 16px;
  overflow-wrap: break-word;
}

:root {
  --color-primary-lighter: #eff4f7;
  --color-primary-light: #256de0;
  --color-primary-base: #00458c;
  --color-primary-dark: #053262;
  --color-primary-darker: #1c2e55;
  --color-secondary-lighter: #fcfaf5;
  --color-secondary-light: #fff6f2;
  --color-secondary-base: #ff5100;
  --color-secondary-dark: #e64900;
  --color-gray-lighter: #f9f9fc;
  --color-gray-light: #f6f6f6;
  --color-gray-base: #696969;
  --color-gray-dark: #383838;
  --color-gray-darker: #201f1f;
  --color-light: #ffffff;
  --color-dark: #000000;
  --color-valid-base: #146b36;
  --color-valid-light: #bee4be;
  --color-valid-lighter: #d3eed3;
  --color-invalid-base: #cd0422;
  --color-invalid-light: #f5c7cb;
  --color-invalid-lighter: #f9dcdf;
  --font-family-base: roboto, arial, sans-serif;
  --font-family-title: roboto, arial, sans-serif;
  --font-size-section: 3rem;
  --font-size-h1: 2.5rem;
  --font-size-h2: 1.8rem;
  --font-size-h3: 1.7rem;
  --font-size-h4: 1.5rem;
  --font-size-h5: 1.3rem;
  --font-size-h6: 1.1rem;
  --font-size-aside: 0.9rem;
  --font-size-base: 1rem;
  --font-size-small: 0.75rem;
  --font-size-extrasmall: 0.6rem;
  --font-size-article: 1.3rem;
  --font-size-article-xs: 1.2rem;
  --font-size-alt: 1rem;
  --font-size-nav: 0.9rem;
  --font-size-button: 1rem;
  --font-size-icon: 0.8rem;
  --space: 16px;
  --m-space: 0;
  --w-space: 16px;
  --cl-primary: #00458c;
  --cl-primary-light: #256de0;
  --cl-primary-lighter: #eff4f7;
  --cl-secondary: #ff5100;
  --cl-blue: #3b79b9;
  --cl-light: white;
  --cl-dark: black;
  --cl-dark-light: #323232;
  --ff-base: roboto, arial, sans-serif;
  --ff-title: roboto, arial, sans-serif;
  --ff-alt: roboto_condensed, arial, sans-serif;
  --fs-title: 1.7rem;
}

/* @font-face {
  font-display: fallback;
  font-family: roboto;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/roboto-latin-regular.woff2) format("woff2");
} */

/* @font-face {
  font-display: fallback;
  font-family: roboto;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/roboto-latin-700.woff2) format("woff2");
} */

/* @font-face {
  font-display: fallback;
  font-family: roboto;
  font-style: normal;
  font-weight: 900;
  src: url(fonts/roboto-latin-900.woff2) format("woff2");
} */

/* @font-face {
  font-display: fallback;
  font-family: roboto_condensed;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/roboto-condensed-latin-700.woff2) format("woff2");
} */

@font-face {
  font-display: fallback;
  font-family: gilroy;
  font-weight: 900;
  font-style: normal;
  src: url(fonts/gilroy-black.woff2) format("woff2");
}

@font-face {
  font-display: block;
  font-family: main;
  font-weight: 400;
  font-style: normal;
  src: url(../index/main.woff2) format("woff2");
}

html {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

h2 {
  margin-bottom: 8px;
  margin-top: 8px;
}

h1 {
  color: #053262;
  font-family: roboto, arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
  padding: 16px 0;
}

h2 {
  font-size: 1.8rem;
  line-height: 1.35;
}

p a {
  display: inline;
  text-decoration: underline;
}

.-in-area-top {
  grid-area: mp-top;
  margin-top: -1px;
  z-index: 100;
}

.-in-area-mid {
  grid-area: mp-mid;
  margin-top: -1px;
  z-index: 2;
}

r-menu {
  display: block;
}

.r-menu--link {
  color: #fff;
  font-family: roboto, arial, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.r-menu--link:hover {
  color: #fff;
  text-decoration: none;
}

.r-menu--breadcrumb {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 8px;
  text-transform: uppercase;
}

.r-menu--breadcrumb .r-menu--link {
  color: #696969;
  font-family: roboto_condensed, arial, sans-serif;
  font-size: 0.9rem;
  padding: 0;
}

.r-menu--breadcrumb .r-menu--link::after {
  content: "/";
  padding: 0 8px;
}

.r-menu--breadcrumb .r-menu--link:last-child::after {
  display: none;
}

.r-menu--breadcrumb .r-menu--link:hover {
  text-decoration: none;
}

@supports not (aspect-ratio: 16/9) {
}

time {
  font-family: roboto_condensed, arial, sans-serif;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  white-space: nowrap;
}

.r-article {
  font-size: 1.2rem;
  padding: 0 8px;
}

.r-article h1 {
  display: block;
  font-family: roboto, arial, sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  text-align: left;
}

.r-article h2 {
  font-family: roboto, arial, sans-serif;
  font-size: 1.3rem;
  margin: 32px 0 16px;
}

.r-article .r-summary li::marker,
.r-grand-format .r-summary li::marker {
  color: #ff5100;
}

.r-article li,
.r-article p {
  font-size: 1.2rem;
}

.r-article {
  grid-column: 1/-1;
  width: 100%;
}

.r-article--header {
  grid-column: 1/-1;
  padding: 0 8px 12px;
}

.r-article--header h1 {
  font-family: roboto, arial, sans-serif;
  color: #053262;
  padding: 16px 0 0;
}

time {
  color: #696969;
}

@media (min-width: 664px) {
  html {
    font-size: 15px;
    overflow-x: hidden;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .r-section--main {
    display: grid;
    grid-template-areas: ". .";
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .r-menu--link {
    font-size: 1.5rem;
  }

  .r-menu--breadcrumb .r-menu--link {
    font-size: 1.1rem;
  }

  .r-article {
    padding: 0;
    font-size: 1.3rem;
  }

  .r-article h1 {
    font-size: 3rem;
  }

  .r-article li,
  .r-article p {
    font-size: 1.3rem;
  }

  .r-article {
    display: grid;
    grid-auto-rows: auto;
    grid-template-areas: ". . . .";
    margin: auto;
  }
}

@media (min-width: 997px) {
  :root {
    --m-space: 16px;
    --w-space: 0;
    --fs-title: 2.5rem;
  }

  .r-section--head,
  .r-section--main {
    padding-right: 32px;
  }

  .r-article > * {
    grid-column: 2 / span 2;
  }

  .r-article--header {
    padding-bottom: 24px;
  }
}

@media (min-width: 1330px) {
  html::after {
    content: "lg";
  }

  .r-section--head,
  .r-section--main {
    grid-column: 1 / span 3;
  }

  .r-article {
    grid-template-columns:
      minmax(0, 116px) minmax(0, 364px) minmax(0, 364px)
      116px;
    max-width: 960px;
  }
}

@media (max-width: 996px) {
  a:hover {
    text-decoration: none;
  }
}

@media (max-width: 663px) {
  html::after {
    content: "xs";
  }

  html {
    overflow: unset;
  }

  .r-article h1 {
    padding: 0;
  }

  .r-article--header h1 {
    padding: 0;
  }
}

@media (min-width: 664px) and (max-width: 996px) {
  html::after {
    content: "sm";
  }

  .r-article > * {
    grid-column: span 4;
  }
}

@media (min-width: 997px) and (max-width: 1329px) {
  html::after {
    content: "md";
  }
}

@media (min-width: 664px) and (max-width: 1329px) {
  .r-section--head,
  .r-section--main {
    grid-column: 1 / span 2;
  }

  .r-article {
    grid-template-columns:
      minmax(0, 16px) minmax(0, 482px) minmax(0, 482px)
      minmax(0, 16px);
    max-width: 996px;
  }
}

.a_e {
  border-bottom: none;
}

.title-form::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: rgb(0, 166, 255);
  border-radius: 50%;
  margin-right: 8px;
}

.leadform {
  background: none;
}

#Send-Us-Message {
  padding: 16px;
  border: none;
  border-radius: 20px;
  max-width: 460px;
  margin: 0 auto;
  font-family: Arial;
  box-shadow: 3px 3px 6px #00000030;
  background: #111;
}

.title-form {
  color: rgb(0, 166, 255) !important;
  text-align: center;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  max-width: 70%;
}

.link_form {
  background: #ff0000;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  border-radius: 10px;
  padding: 16px 80px;
  transition: all 0.5s;
  margin: auto !important;
}
.link__box {
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-article {
  display: block !important;
  padding: 0 16px;
}

.img-holder img,
.img-holder {
  width: 100%;
}
/* === TIMER WIDGET (isolated) === */
.xct-wrap {
  padding: 100px;
}

.xct-card {
  border-radius: 24px;
  padding: 40px 50px;
  text-align: center;
  min-width: 340px;

  background: linear-gradient(45deg, #2596fa, #644ba2);
  color: #fff;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.xct-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 0px;
  opacity: 0.95;
}

.xct-places {
  font-size: 1.4rem;
  margin: 0 0 28px;
  font-weight: 400;
}

.xct-places strong {
  font-weight: 700;
}

/* ЖЕСТКО: таймер всегда горизонтально */
.xct-timer {
  display: inline-flex !important;
  /* перебиваем любые display:block */
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  align-items: center !important;
  justify-content: center !important;

  gap: 0 !important;
  margin: 10px 0 0;
  line-height: 1;

  /* визуал */
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 8px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);

  /* стабильные цифры */
  font-family:
    ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-variant-numeric: tabular-nums;
}

.xct-unit {
  display: inline-block !important;
  vertical-align: baseline !important;
  min-width: 2ch;
  /* гарантируем место под 2 цифры */
  text-align: center !important;
}

.xct-sep {
  display: inline-block !important;
  vertical-align: baseline !important;
  padding: 0 6px;
  /* вместо gap/пробелов */
  letter-spacing: 0 !important;
  /* чтобы ":" не разъезжался */
  min-width: 1ch;
  text-align: center !important;
}

@media (max-width: 500px) {
  .xct-wrap {
    padding: 20px;
  }
}

@media (max-width: 480px) {
  .xct-card {
    padding: 30px 35px;
    min-width: 100px;
  }

  .xct-timer {
    font-size: 1.8rem;
    letter-spacing: 6px;
  }
}

<!-- body {
  font-family: sans-serif;
  background-color: #fff;
  line-height: 1.15;
}
-- > * {
  box-sizing: inherit;
  margin: 0;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

html {
  box-sizing: border-box;
}

@media all {
  :root {
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  }
}

*,
:after,
:before {
  box-sizing: inherit;
  margin: 0;
}

a {
  background-color: transparent;
}

a {
  cursor: pointer;
}

a[href] {
  touch-action: manipulation;
}

a:active,
a:hover {
  -webkit-tap-highlight-color: transparent;
}

a > * {
  pointer-events: none;
}

strong {
  font-weight: bolder;
}

@media all {
  :root {
    --iti-arrow-width: 6px;
    --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  }
}

*,
:after,
:before {
  box-sizing: inherit;
  margin: 0;
}

a {
  background-color: transparent;
}

a {
  cursor: pointer;
}

a[href] {
  touch-action: manipulation;
}

a:active,
a:hover {
  -webkit-tap-highlight-color: transparent;
}

img {
  border-style: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
body {
  background-color: #fff;
  color: #053262;
  font-family: roboto, arial, sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.7;
  margin: 0;
}

body {
  background-color: #fff;
  color: #053262;
  font-family: roboto, arial, sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.7 !important;
  margin: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}