body.theme-child {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
}
body.theme-child .skip-link {
  display: none;
}

body.theme-child {
  font-family: "Barlow", sans-serif;
}
body.theme-child .elementor-section {
  scroll-margin-top: 160px;
}
body.theme-child .elementor-widget-heading h1.elementor-heading-title {
  font-size: clamp(2.5rem, 2.5rem + 2rem * (100vw - 375px) / (1065px), 4.5rem);
  line-height: 1.16;
  letter-spacing: -0.02em;
}
body.theme-child .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(2rem, 2rem + 1.375rem * (100vw - 375px) / (1065px), 3.375rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
body.theme-child .elementor-widget-heading h3.elementor-heading-title {
  font-size: clamp(1.625rem, 1.625rem + 0.875rem * (100vw - 375px) / (1065px), 2.5rem);
  line-height: 1.18;
  letter-spacing: -0.01em;
}
body.theme-child .elementor-widget-heading h4.elementor-heading-title {
  font-size: clamp(1.5rem, 1.5rem + 0.375rem * (100vw - 375px) / (1065px), 1.875rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
}
body.theme-child .elementor-widget-heading h5.elementor-heading-title {
  font-size: clamp(1.125rem, 1.125rem + 0.375rem * (100vw - 375px) / (1065px), 1.5rem);
  line-height: 1.4;
}
body.theme-child .elementor-widget-heading h6.elementor-heading-title {
  font-size: clamp(1rem, 1rem + 0.25rem * (100vw - 375px) / (1065px), 1.25rem);
  line-height: 1.5;
}
body.theme-child .elementor-widget-heading.sub-title .elementor-heading-title {
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  padding-left: 32px;
  width: -moz-fit-content;
  width: fit-content;
}
body.theme-child .elementor-widget-heading.sub-title .elementor-heading-title:before, body.theme-child .elementor-widget-heading.sub-title .elementor-heading-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background: #dc2626;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.theme-child .elementor-widget-heading.sub-title .elementor-heading-title::before {
  left: 0;
}
body.theme-child .elementor-widget-heading.sub-title .elementor-heading-title::after {
  display: none;
}
body.theme-child .elementor-widget-heading.alt .elementor-heading-title {
  padding-right: 32px;
}
body.theme-child .elementor-widget-heading.alt .elementor-heading-title::after {
  left: auto;
  display: block;
  right: 0;
}
body.theme-child .elementor-widget-text-editor p {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

body.theme-child .elementor-location-header {
  position: sticky;
  background: #fff;
  z-index: 100;
  top: 0;
}
@media (max-width: 600px) {
  body.theme-child .elementor-location-header .elementor-widget-nav-menu {
    display: flex;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 5%;
    display: flex;
    align-items: center;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown ul li {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown a.elementor-item {
    font-size: 18px;
    padding: 24px 0;
  }
  body.theme-child .elementor-location-header .elementor-nav-menu--dropdown a.elementor-item:hover {
    background: transparent;
    color: #dc2626;
  }
}
body.theme-child.admin-bar .elementor-location-header {
  top: 32px;
}

body.theme-child {
  overflow-x: hidden;
}
body.theme-child a {
  outline: none;
}
body.theme-child .page-header {
  display: none;
}
body.theme-child .trust-strip {
  overflow: hidden;
  background: #020617;
  padding: 16px 0;
  color: #f8fafc;
  position: relative;
  z-index: 2;
}
@media (min-width: 1024px) {
  body.theme-child .trust-strip {
    padding: 32px 0;
  }
}
body.theme-child .ticker {
  display: flex;
  white-space: nowrap;
}
body.theme-child .ticker__item {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.9;
  flex-shrink: 0;
  display: flex;
  font-size: 16px;
}
@media (min-width: 1024px) {
  body.theme-child .ticker__item {
    font-size: 24px;
  }
}
body.theme-child .ticker__item::before {
  content: "-";
  padding: 0 24px;
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

html[lang=en-US] body.theme-child {
  position: relative;
}
html[lang=ru] body.theme-child .elementor-location-header .elementor-nav-menu .menu-item .elementor-item {
  font-size: 14px;
  padding: 0 8px;
  font-weight: 500;
}
html[lang=ru] body.theme-child .elementor-location-header .elementor-widget-button .elementor-button {
  font-size: 14px;
}
html[lang=ru] body.theme-child .elementor-location-header .elementor-nav-menu--dropdown {
  top: 7%;
}
html[lang=ru] body.theme-child .elementor-location-header .elementor-nav-menu--dropdown .elementor-nav-menu .menu-item .elementor-item {
  font-size: 18px;
  padding: 16px 0;
  font-weight: 600;
}
html[lang=ru] body.theme-child .elementor-widget-heading h2.elementor-heading-title {
  font-size: clamp(2rem, 2rem + 0.5rem * (100vw - 375px) / (1065px), 2.5rem);
}
html[lang=ru] body.theme-child .elementor-widget-heading h5.elementor-heading-title {
  font-size: clamp(1.125rem, 1.125rem + 0.375rem * (100vw - 375px) / (1065px), 1.5rem);
  font-weight: 600;
}
html[lang=ru] body.theme-child .elementor-widget-heading.diverse-text h2, html[lang=ru] body.theme-child .elementor-widget-heading.cta-title h2 {
  font-size: clamp(1.5rem, 1.5rem + 0.5rem * (100vw - 375px) / (1065px), 2rem);
  line-height: 1.4;
}
html[lang=ru] body.theme-child .elementor-widget-text-editor p {
  font-size: 14px;
  line-height: 1.8;
}
html[lang=ru] body.theme-child .elementor-icon-list-items {
  font-size: 15px;
  line-height: 1.6;
}
html body.theme-child .gtranslate_wrapper .gt_switcher {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
html body.theme-child .gtranslate_wrapper .gt_switcher .gt_selected {
  background: #e2e8f0;
  width: auto;
  display: flex;
}
@media (min-width: 768px) {
  html body.theme-child .gtranslate_wrapper .gt_switcher .gt_selected {
    display: flex;
  }
}
html body.theme-child .gtranslate_wrapper .gt_switcher .gt_selected a {
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  width: auto;
  padding: 5px 10px;
}
@media (min-width: 1024px) {
  html body.theme-child .gtranslate_wrapper .gt_switcher .gt_selected a {
    padding: 7px;
    padding-right: 32px;
  }
}
html body.theme-child .gtranslate_wrapper .gt_switcher .gt_selected a::after {
  transform: rotate(0deg);
  display: none;
}
@media (min-width: 1024px) {
  html body.theme-child .gtranslate_wrapper .gt_switcher .gt_selected a::after {
    display: flex;
  }
}
html body.theme-child .gtranslate_wrapper .gt_switcher .gt_selected a:hover {
  background: #e2e8f0;
}
html body.theme-child .gtranslate_wrapper .gt_switcher .gt_option {
  position: absolute;
  top: 38px;
  background: white;
  border: none;
  height: auto !important;
  width: 100%;
  flex: 1 0 0;
  background: #e2e8f0;
}
html body.theme-child .gtranslate_wrapper .gt_switcher .gt_option a.nturl {
  border: none;
  font-size: 15px;
  padding: 8px;
}
html body.theme-child .gtranslate_wrapper .gt_switcher .gt_option a.nturl img {
  margin-right: 8px;
}
html body.theme-child .gtranslate_wrapper .gt_switcher .gt_option a.nturl:hover {
  background: #f1f5f9;
}