:root {
  --bg: #ffffff;
  --sidebar_width: 338px;
  --scroll_width: 17px;
  --text_color: #000000;
  --text_s_blue: #46c0cc;
  --font_size: 16px;
  --font_size_title: 64px;
  --font_open: "Open_Sans", sans-serif;
  --font_raleway: "Raleway", sans-serif;
  --font_bebas: "Bebas Neue", sans-serif;
  --font_source: "Source Sans 3", sans-serif;
  --font_poppins: "Poppins", sans-serif;
  --font_poppins-bold: 'Poppins-bold', sans-serif;
}

::selection {
  color: #000000;
  background: #fff;
}

::-moz-selection {
  color: #000000;
  background: #fff;
}

html {
  min-width: 360px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  min-height: -moz-available;
  min-height: -webkit-fill-available;
  min-height: fill-available;
}

body {
  color: var(--text_color);
  font: var(--font_size) var(--font_open);
  height: 100%;
      overscroll-behavior: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-black);
}

.page_title {
  font-size: var(--font_size_title);
  font-weight: 400;
  line-height: 115%;
  display: block;
  margin-top: 42px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, .37);
}

h1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h2 {
  font-size: 20px;
  line-height: 24px;

}

h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

a {
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: inherit;
}

a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

 .ajax-progress-throbber {
    display: none
   }

@media (max-width: 1439px) {
  :root {
    --font_size_title: 56px;
  }
}

@media print,
(max-width: 1279px) {
  :root {
    --font_size: 15px;
    --font_size_title: 48px;
  }
}

@media print,
(max-width: 1023px) {
  :root {
    --font_size_title: 40px;
  }
}

@media print, (max-width: 767px) {
  :root {
    --font_size_title: 36px;
  }
}

@media (max-width: 479px) {
  :root {
    --font_size_title: 32px;
  }
}