@charset "UTF-8";
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-family: roboto-oh5;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/roboto-regular-webfont.woff2) format("woff2");
}
@font-face {
  font-family: roboto-oh5;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/roboto-italic-webfont.woff2) format("woff2");
}
@font-face {
  font-family: roboto-oh5;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/roboto-bold-webfont.woff2) format("woff2");
}
@font-face {
  font-family: roboto-oh5;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/roboto-bolditalic-webfont.woff2) format("woff2");
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}
::-moz-selection {
  background-color: orange;
  color: #fff;
}
::selection {
  background-color: orange;
  color: #fff;
}
input,
textarea {
  outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
body {
  font-family: roboto-oh5, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: transparent;
  color: #fff;
}
.header .dark-logo {
  display: none;
}
.header-fix {
  background-color: #fff;
}
.header-fix .menu__link {
  color: #000;
}
.header-fix .light-logo {
  display: none;
}
.header-fix .dark-logo {
  display: block;
}
.header__container {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 70px;
}
.menu__icon {
  display: none;
}
.menu__list > li {
  position: relative;
  margin: 0 0 0 20px;
}
.menu__link {
  color: #fff;
  font-size: 18px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.menu__link:hover {
  background-color: #fff;
  color: #000;
}
.header-fix .menu__link:hover,
.header-single .menu__link:hover {
  background-color: #000;
  color: #fff;
}
.menu__sub-list {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #000;
  padding: 15px;
  min-width: 200px;
}
.menu__sub-list li {
  margin: 0 0 10px 0;
}
.menu__sub-list li:last-child {
  margin: 0;
}
.menu__sub-link {
  color: #fff;
}
.menu__sub-link:hover {
  text-decoration: underline;
}
.menu__arrow {
  display: none;
}
body._pc .menu__list > li:hover .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
}
body._touch .menu__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body._touch .menu__link {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
body._touch .menu__arrow {
  display: block;
  width: 0;
  height: 0;
  margin: 0 0 0 5px;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #fff;
}
body._touch .menu__list > li._active .menu__sub-list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
}
body._touch .menu__list > li._active .menu__arrow {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media (min-width: 767px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu__list > li {
    padding: 10px 0;
  }
  .menu__sub-list {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 767px) {
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu__icon span,
  .menu__icon::after,
  .menu__icon::before {
    left: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
  }
  .menu__icon._active span,
  .menu__icon._active::after,
  .menu__icon._active::before {
    background-color: #fff;
  }
  .header-fix .menu__icon._active span,
  .header-fix .menu__icon._active::after,
  .header-fix .menu__icon._active::before {
    background-color: #fff;
  }
  .header-single .menu__icon._active span,
  .header-single .menu__icon._active::after,
  .header-single .menu__icon._active::before {
    background-color: #fff;
  }
  .header-single .menu__icon span,
  .header-single .menu__icon::after,
  .header-single .menu__icon::before {
    background-color: #000;
  }
  .header-fix .menu__icon span,
  .header-fix .menu__icon::after,
  .header-fix .menu__icon::before {
    background-color: #000;
  }
  .header-fix .menu__body._active .menu__link {
    color: #fff;
  }
  .header-single .menu__body._active .menu__link {
    color: #fff;
  }
  .menu__icon::after,
  .menu__icon::before {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0, -50%);
    -ms-transform: scale(1) translate(0, -50%);
    transform: scale(1) translate(0, -50%);
  }
  .menu__icon._active span {
    -webkit-transform: scale(0) translate(0, -50%);
    -ms-transform: scale(0) translate(0, -50%);
    transform: scale(0) translate(0, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    -ms-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
    -ms-transform: rotate(45deg) translate(0, 50%);
    transform: rotate(45deg) translate(0, 50%);
  }
  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 100px 30px 30px 30px;
    -webkit-transition: left 0.3s ease 0s;
    -o-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body._active {
    left: 0;
  }
  .menu__list > li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
  }
  .menu__list > li:last-child {
    margin-bottom: 0;
  }
  .menu__list > li._active .menu__sub-list {
    display: block;
  }
  .menu__link {
    font-size: 24px;
  }
  .menu__sub-list {
    position: relative;
    background-color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin: 20px 0 0 0;
    display: none;
  }
  .menu__sub-link {
    font-size: 20px;
    color: #000;
  }
}
.header-single {
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 2px;
}
.header-single .menu__link {
  color: #000;
}
body {
  font-family: roboto-oh5, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #333;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.section-wrapper {
  max-width: 1280px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.section {
  margin: 55px 0;
}
.main {
  background-image: url(../images/dist/main-bg.jpg);
  background-size: cover;
  height: 100vh;
  background-position: center;
}
@media (max-width: 1400px) {
    .main {
        background-position: center;
    }
}
@media (max-width: 786px) {
  .main {
  background-image: url(../images/dist/sp-bg-m.jpg);
  background-size: cover;
  background-position: top center;
  }
  .title-block {
    padding-top: 80px;
  }
}
.main .section-wrapper {
  height: 100%;
}
.main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
  max-width: 633px;
  width: 100%;
}
.btn:hover {
  background-color: rgba(13, 57, 127, 0.8);
}
.title-block h1 {
  font-size: 80px;
  line-height: 104%;
  color: #fff;
}
@media (max-width: 575.98px) {
  .title-block h1 {
    font-size: 40px;
  }
}
.title-block .subtitle {
  font-size: 26px;
  line-height: 30px;
  color: #fff;
  display: block;
  margin-top: 30px;
}
.header__logo img {
  height: 100px;
}
.header__logo-2 img {
  width: 50px;
}
@media (max-width: 575.98px) {
  .title-block .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 575.98px) {
  .header__logo img {
    max-width: 130px;
  }
}
@media (max-width: 575.98px) {
  .header__logo-2 {
    display: none;
  }
}
.section-2 {
  background: #f2f2f2;
  padding: 50px 0;
}
.section-2__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}
@media (max-width: 767.98px) {
  .section-2__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-2__wrapper img {
  margin-right: 50px;
}
@media (max-width: 767.98px) {
  .section-2__wrapper img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.innerImg img {
  max-width: 100%;
}
.section-2__wrapper span {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  opacity: 0.7;
  display: block;
  margin: 25px 0;
}
.section-2__wrapper p {
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.section-2__text {
  background-image: url(../images/dist/Line33.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.section-3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0;
  border-bottom: 1px solid rgba(35, 66, 130, 0.2);
}
@media (max-width: 991.98px) {
  .section-3__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.section-3__item:last-child {
  border: none;
}
.section-3__item--img {
  margin-right: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 991.98px) {
  .section-3__item--img {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
  }
}
.section-3__item--img img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991.98px) {
  .section-3__item--text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 30px;
  }
}
.section-2__img img {
  max-width: 300px;
}
.section-3__item--text h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #151515;
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .section-3__item--text h2 {
    font-size: 24px;
  }
}
.section-3__item--text p {
  font-size: 16px;
  line-height: 140%;
  color: #181818;
  margin-bottom: 50px;
}
.section-3__item--text a {
  display: inline-block;
  background-color: #0d397f;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  padding: 23px 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.section-3__item:nth-child(2n) .section-3__item--img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 50px;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .section-3__item:nth-child(2n) .section-3__item--img {
    margin-left: 0;
  }
}
.footer {
  padding: 20px 0 50px;
}
.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.footer-soc li {
  margin-right: 25px;
}
.footer-soc li:last-child {
  margin-right: 0;
}
.footer-soc li path {
  fill-opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.footer-soc li:hover path {
  fill-opacity: 1;
}
.single-main {
  height: 80vh;
  padding-top: 140px;
}

.single-main .title-block h1 {
  color: #000;
  font-weight: 700;
  font-size: 42px;
  line-height: 120%;
}
@media (max-width: 575.98px) {
  .single-main .title-block h1 {
    font-size: 26px;
  }
}
.single-main .title-block .subtitle {
  color: #000;
  font-size: 24px;
  line-height: 140%;
}
.single-main__img img {
  max-width: 100%;
  width: 100%;
}
@media (min-height: 1024px) {
  .single-main {
    height: 50vh;
  }
}
@media (max-width: 992px) {
  .single-main {
    height: auto;
    padding-top: 140px;
  }
  .single-main__title {
    order: 1;
    margin-bottom: 30px;
  }
  .single-main__img img {
    max-width: 400px;
    margin: 40px 0;
  }
}
@media (max-width: 575.98px) {
  .single-main .title-block .subtitle {
    font-size: 16px;
  }
}
@media (max-width: 575.98px) {
  .single-main {
    height: auto;
    padding-top: 70px;
  }
  .single-main__title {
    order: 1;
    margin-top: 20px;
  }
  .single-main__img img{
      max-width: 200px;
  }
}
.single-main .section-wrapper {
  height: 100%;
  border-bottom: 1px solid rgba(35, 66, 130, 0.2);
}
.single-main__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 991.98px) {
  .single-main__wrapper {
      flex-direction: column;
  }
}
.faq-section {
  padding-top: 40px;
  padding-bottom: 50px;
  background-image: url(../images/dist/section-bg.png);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 10px;
  margin-bottom: 10px;
}
.faq-section__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.faq--left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  -ms-flex-item-align: normal;
  -ms-grid-row-align: normal;
  align-self: normal;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .faq--left {
    display: none;
  }
}
.faq--left__wrapper {
  background: #fff;
  opacity: 0.99;
  border: 1px solid rgba(206, 206, 206, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 30px 30px 30px 50px;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 265px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 #0d6795;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 4px 0 #0d6795;
  border-radius: 5px;
}
.faq--left__wrapper ul {
  list-style-type: none;
  counter-reset: num;
  padding: 0;
}
.faq--left__wrapper li {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 16px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq--left__wrapper li:hover {
  color: #0d6795;
}
.faq--left__wrapper li::before {
  content: counter(num) ". ";
  counter-increment: num;
  position: absolute;
  left: -20px;
}
.faq--left__wrapper li.active {
  color: #0d6795;
}
.faq--left__wrapper li.active a {
  color: #0d6795;
}
.faq--left__wrapper a.menu__link {
  color: #171717;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  line-height: 16px;
  color: #171717;
}
.faq--left__wrapper a.menu__link:hover {
  color: #0d6795;
  text-decoration: none;
}
.faq--right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.faq--right__wrapper {
  max-width: 100%;
  width: 100%;
}
.faq--right__wrapper ul {
  padding: 0;
}
.faq--right__wrapper > li {
  list-style: none;
  background: #fff;
  opacity: 0.99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .faq--right__wrapper {
    max-width: 600px;
  }
}
@media (max-width: 991.98px) {
  .faq--right__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .faq--right__wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.faq--right__number {
  margin-bottom: 18px;
}
.faq--right__number span {
  background: rgba(196, 196, 196, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #171717;
}
.faq--right__title h2 {
  font-size: 20px;
  line-height: 23px;
  color: #171717;
  margin-bottom: 20px;
  font-weight: 700;
}
.faq--right__text {
  font-size: 14px;
  line-height: 130%;
  color: #282828;
}
.block-2 {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-2 .block-2__title {
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .block-2 .block-2__title {
    margin-right: 0;
  }
}
@media (max-width: 575.98px) {
  .block-2 .block-2__img img {
    max-width: 100%;
    width: 100%;
  }
}
.block-2 .span-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  color: #e42211;
  opacity: 0.8;
}
.block-2 .span-subtitle {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  opacity: 0.7;
  display: inline-block;
  margin: 5px 0 15px;
}
@media (max-width: 1199.98px) {
  .block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.block-3__video {
  height: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-3__video span {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  display: inline-block;
  margin-right: 50px;
  position: relative;
}
.block-3__video span:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 7px;
  width: 15px;
  height: 65px;
  background: #e42211;
}
@media (max-width: 575.98px) {
  .block-3__video span {
    display: none;
  }
}
.block-3__video .block-3__video-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-4 {
  background: #f2f2f2;
  padding: 40px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .block-4 {
    padding: 20px 15px;
  }
}
.block-4__img {
  width: 70px;
  height: 70px;
  background-color: #0e2043;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 900;
  font-size: 50px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 27px;
  padding-top: 22px;
}
.block-4__title {
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000;
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .block-4__title {
    font-size: 16px;
  }
}
.block-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 266px;
}
@media (max-width: 575.98px) {
  .block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.block-6--left {
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 266px;
  flex: 0 0 266px;
  position: relative;
  height: 100%;
  padding: 30px;
}
.block-6--left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(228, 34, 17, 0.76)),
    to(rgba(13, 57, 127, 0.03))
  );
  background: -o-linear-gradient(
    top,
    rgba(228, 34, 17, 0.76) 0,
    rgba(13, 57, 127, 0.03) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(228, 34, 17, 0.76) 0,
    rgba(13, 57, 127, 0.03) 100%
  );
  width: 10px;
  height: 100%;
}
.block-6__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.block-6__title span {
  font-size: 14px;
  line-height: 16px;
  color: #000;
  opacity: 0.7;
  text-align: left;
}
.block-6__title .span-title {
  font-weight: 900;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  color: #e42211;
  opacity: 0.8;
  display: block;
  margin-bottom: 20px;
}
.block-6--right {
  font-size: 16px;
  line-height: 140%;
  color: #000;
  opacity: 0.9;
  margin-left: 30px;
}
@media (max-width: 575.98px) {
  .block-6--right {
    margin-left: 0;
    margin-top: 20px;
  }
}
.block-7 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .block-7 ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.block-7 .item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .block-7 .item {
    margin-right: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-7 .item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-right: 0;
  }
  .block-7 .item img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 226px;
  }
}
.block-7 .item-img {
  position: relative;
  height: 226px;
}
.block-7 .item-img svg g {
  opacity: 0.4;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.block-7 .item-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  opacity: 0.9;
  margin-top: 15px;
}
.block-7 .plus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block-7 a:hover svg g {
  opacity: 1;
}
.block-7 a:hover .item-text {
  text-decoration: underline;
}
.tooltip-block {
  background-image: url('../images/dist/space-map.jpg');
  height: 600px;
  background-size: cover;
  background-position: center;
}

.pulse {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  animation: pulse 1.2s infinite;
  -webkit-box-shadow: 0 0 0 rgb(253 201 48 / 40%);
  box-shadow: 0 0 0 rgb(253 201 48 / 40%);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(231, 230, 224, 0.6);
    box-shadow: 0 0 0 0 rgba(231, 230, 224, 0.6);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.tooltip-block ul{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.tooltip-block li {
  animation: pulse 1.2s infinite;
}
/* .tooltip-block li:hover .tooltip-text{
  opacity: 1;
  visibility: visible;
} */
.tooltip-text {
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  opacity: 0.9;
  max-width: 345px;
  width: 100%;
}
.tooltip-text::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(102.42deg,rgba(13, 57, 127, 0.76)  8.37%,#E42211  82.9%);
  border-radius: 5px 5px 0px 0 px;
}
.tooltip {
  position: absolute;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  padding: 20px;
  font-size: 14px;
  line-height: 130%;
  color: #000000;
  opacity: 0.9;
  width: 345px;
  border-radius: 5px 5px 5px 5px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover {
  z-index: 2;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip .tooltiptext {
  bottom: 100%;
  left: 50%;
  margin-left: -160px; /* Use half of the width (120/2 = 60), to center the tooltip */
  z-index: 2;
}
.tooltip-block .section-wrapper {
  height: 100%;
}

.tooltip-1 {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip-2 {
  right: 50%;
  top: 50%;
}
.tooltip-3 {
  right: 50%;
  bottom: 10px;
}
.tooltip-4 {
  right: 28%;
  top: 34%;
}
@media(max-width: 1220px) {
  .tooltip-1 .tooltiptext {
    margin-left:-30px;
  }
  .tooltip-4 {
    right: 33%;
    top: 41%;
  }
}
@media(max-width: 520px) {
  .tooltip .tooltiptext {
    top: 100%;
    bottom: auto;
    left: 0;
    max-width: 300px;
    margin-left: 0;
  }
  .tooltip-4 {
    top: 40%;
    right: 20%;
  }
  .tooltip-4 .tooltiptext {
    left: -215px;
  }
  .tooltip-2 .tooltiptext {
    left: -108px;
  }
  .tooltip-3 .tooltiptext{
    top: auto;
    bottom: 41px;
    left: -108px;
  }
  .tooltip-block {
    height: 450px;
  }
  .tooltip-1 {
    top: 30%;
  }
}