ul, ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

:root {
  --black-text: #000;
  --green-text: #2BF2AD;
  --red-text: #E6352D;
  --bg-black: #0B0D1E;
  --bg-light-black: #12152B;
  --bg-grey: #F2F4F7;
  --link-color: #1681FF;
  --mo-border-radius-xxl: 1.5rem;
  --main-color: #141880;
  --second-color: #FAA619;
}

body {
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 400;
  color: var(--black-text);
  background-color: #fff;
}

.table > thead {
  vertical-align: middle;
}

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

.box-bg {
  background-color: var(--black);
  border-radius: 50px;
}

.page-indent {
  padding-top: 128px;
}

.img-radius {
  border-radius: 8px;
}

a {
  color: var(--black-text);
  transition: opacity 0.25s ease;
}

video {
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
  filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.16));
}

.fix-scroll {
  overflow: hidden;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.link {
  font-size: 15px;
  font-weight: 500;
  color: white;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.link:before {
  position: absolute;
  top: 1.7em;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
  transition: width 0.3s ease;
}

.link:hover:before {
  width: 0;
}

.link:hover {
  opacity: 0.7;
}

.procces ul li {
  position: relative;
  padding-left: 10px;
}

.procces ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  background-color: #111;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 10px;
}

/*===== FONTS =====*/

@font-face {
  font-family: Montserrat;
  src: url("/fonts/Montserrat/Montserrat-Light.woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/fonts/Montserrat/Montserrat-Regular.woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/fonts/Montserrat/Montserrat-Medium.woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/fonts/Montserrat/Montserrat-SemiBold.woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/fonts/Montserrat/Montserrat-Bold.woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("/fonts/Montserrat/ExtraBold.woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*===== FONTS =====*/

html,
body {
  height: 100%;
}

footer {
  margin-top: auto;
  position: relative;
}

.slider {
  color: #fff;
}

.slider .slider-title {
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 160px;
}

.slider .slider-text {
  max-width: 463px;
  margin-top: 35px;
}

.slider-main {
  background: url(/img/bg-main.jpg) 0 0 no-repeat;
  background-size: cover;
}

.slider-blue-bg {
  background: url(/img/blue-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}

.slider.slider-blue-bg {
  color: var(--second-color);
}

.main-page-text {
  font-style: italic;
  font-size: 22px;
}

.main-page-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: -38px;
  background: url(/img/main-page-icon.svg) 0 0 no-repeat;
  width: 65px;
  height: 57px;
}

.main-page-sign {
  text-align: right;
  font-size: 22px;
  font-weight: 900;
}

.numbers-block .numbers-block__num {
  color: var(--second-color);
  font-size: 50px;
  font-weight: 900;
}

.numbers-block .numbers-block__text {
  font-size: 22px;
}

.veterans-support {
  background: url(/img/veterans-support.jpg) 0 0 no-repeat;
  background-size: cover;
}

.slider-in {
  height: 700px;
}

.veterans-block {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.veterans-block .veterans-block__title {
  font-size: 22px;
  font-weight: 900;
}

.veterans-block .veterans-block__list2 {
  position: relative;
  margin-left: 40px;
  margin-top: 10px;
}

.veterans-block .veterans-block__list2 .veterans-block__item2 {
  position: relative;
  font-size: 22px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.veterans-block .veterans-block__list2 .veterans-block__item2::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.veterans-block .veterans-block__list2 .veterans-block__item2:last-child {
  margin: 0;
}

.veterans-block a {
  color: #141880;
  text-decoration: underline;
}

.veterans-block .veterans-block__text {
  font-size: 22px;
}

.veterans-block a.veterans-block__btn {
  background: var(--second-color);
  color: #fff;
  font-weight: 7000;
  padding: 10px 20px;
  border-radius: 9px;
}

.veterans-block__list {
  position: relative;
}

.veterans-block__list .veterans-block__item {
  position: relative;
  font-size: 22px;
  margin-bottom: 10px;
  padding-left: 30px;
}

.veterans-block__list .veterans-block__item::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.veterans-block__list .veterans-block__item:last-child {
  margin: 0;
}

.veterans-iron-will {
  background: url(/img/veterans-iron-will-img.jpg) center no-repeat;
  background-color: #141880;
  background-size: contain;
}

.veterans-iron-will .slider-in__text {
  max-width: 750px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  bottom: 10px;
}

.video-block {
  width: 100%;
  height: 500px;
}

.video-block iframe {
  width: 100%;
  height: 100%;
}

.veterans-resources {
  background: url(/img/veterans-resources.jpg) 0 0 no-repeat;
  background-size: cover;
}

.veterans-resources .logo-main {
  position: absolute;
  top: 0;
  left: 0;
}

.veterans-resources .slider-in_title-center {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  max-width: 775px;
}

.font-size-22 {
  font-size: 22px;
}

.link {
  color: var(--main-color) !important;
  text-decoration: underline !important;
}

.veterans-contacts {
  background: url(/img/veterans-contacts.jpg);
  background-size: cover;
}

.veterans-contacts-block .veterans-block a {
  color: #000 !important;
  text-decoration: none !important;
}

.veterans-advocacy {
  background: url(/img/veterans-advocacy.jpg) 0 0 no-repeat;
  background-size: cover;
}

.veterans-advocacy .logo-main {
  position: absolute;
  top: 0;
  left: 0;
}

.veterans-advocacy .slider-in_title-center {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  max-width: 775px;
}

.color-black a {
  color: #000 !important;
}

.veterans-map {
  background: url(/img/veterans-map.jpg) 0 0 no-repeat;
  background-size: cover;
}

.veterans-map .logo-main {
  position: absolute;
  top: 0;
  left: 0;
}

.veterans-map .slider-in_title-center {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  max-width: 775px;
}

.color-orange {
  color: #faa619;
}

.persone span {
  font-size: 20px;
  font-weight: bold;
}

.qr-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  margin-top: 50px;
}

.qr-block__title {
  font-size: 22px;
  padding-left: 20px;
}

.menu-link-orange {
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  text-shadow: 0 0 15px var(--second-color);
}

.navigator-wrapper {
  position: relative;
}

.navigator-block-title {
  font-size: 22px;
  color: var(--main-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.navigator-block-images-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.navigator-block-image-title {
  margin-top: 15px;
}

.navigator-block {
  margin-top: 50px;
}

.navigator-block:first-child {
  margin-top: 0;
}

.navigator-button {
  background: var(--second-color);
  border: 1px solid var(--second-color);
  border-radius: 10px;
  padding: 10px 15px;
  transition: 250ms;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}

.navigator-button:hover {
  background: #fff;
  color: var(--second-color);
}

@media (max-width: 1450px) {
  .numbers-block .numbers-block__num {
    font-size: 40px;
  }
  .numbers-block .numbers-block__text {
    font-size: 19px;
  }
}

@media (max-width: 1199px) {
  .veterans-iron-will {
    background: #141880;
  }
  .veterans-iron-will .slider-in__text {
    position: relative;
    bottom: auto;
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .slider {
    color: #fff;
    background-position: center !important;
  }
  .slider .slider-title {
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 60px;
  }
  .main-page-text::before {
    display: none;
  }
  .slider-in {
    height: 430px;
  }
  .veterans-iron-will .slider-in__text {
    position: relative;
    bottom: auto;
    margin-top: 60px;
    font-size: 18px;
  }
  .veterans-advocacy .slider-in_title-center {
    font-size: 18px;
  }
  .veterans-map .slider-in_title-center {
    font-size: 14px;
    margin-top: 35px;
  }
  .navigator-block-images-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

.header {
  position: relative;
  width: 100%;
  z-index: 100;
  background: var(--main-color);
}

.header .nav li a {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  position: relative;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header .nav li a:hover {
  color: var(--second-color);
}

.header .nav li a.js-click-toggle-page.active {
  color: rgba(255, 255, 255, 0.4);
}

.header .nav li a.js-click-toggle-page.active:before {
  display: none;
}

.header__action_text {
  font-size: 13px;
  margin-left: 15px;
}

.nav-mobile-button {
  outline: none !important;
  border: none !important;
}

.nav-mobile__button {
  outline: none !important;
  border: none !important;
}

.nav-mobile__button .hamburger__line:after {
  background-color: #000;
}

.nav-mobile__button .hamburger__line:before {
  background-color: #000;
}

.nav-mobile__button .hamburger__line {
  background-color: #000;
}

.logo img {
  width: 243px;
}

.header .hamburger__line,
.header .hamburger__line:before,
.header .hamburger__line:after {
  background-color: #111;
}

@media (max-width: 1199px) {
  .header {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
  }
}

.footer {
  background: #e7e7e7;
}

.footer .footer-menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer .footer-menu .footer-menu__item {
  position: relative;
}

.footer .footer-menu .footer-menu__item .footer-menu__link {
  display: inline-block;
  color: #949494;
  font-size: 17px;
  font-weight: 900;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.footer .footer-menu .footer-menu__item .footer-menu__link:hover {
  color: var(--second-color);
}

.footer .footer-text {
  color: #949494;
  font-size: 52px;
  font-weight: 900;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .footer .footer-text {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .footer .footer-text {
    font-size: 21px;
  }
  .footer .footer-menu .footer-menu__item .footer-menu__link {
    font-size: 15px;
  }
}

.procces {
  padding-top: 500px;
}

.procces__item {
  position: relative;
}

.procces__item-text {
  position: absolute;
  border-left: 2px solid #faa619;
  width: 270px;
  line-height: 1.4;
}

.procces__item-text li {
  margin-bottom: 10px;
}

.procces__item-btn {
  padding: 20px 25px;
  background-color: #faa619;
  font-weight: 800;
  font-size: 22px;
  color: #fff;
  border-radius: 50px;
  line-height: 1.3;
}

.procces__bg-1 {
  content: "";
  width: 3000px;
  max-width: none;
  height: 100%;
  position: absolute;
  left: -800px;
  top: 0;
  background: #e7e7e7 url("/img/procces_e1.svg") repeat-x center;
}

.procces__item--top .procces__item-text {
  bottom: 100%;
}

.procces__item--top .procces__item-btn {
  border-radius: 0px 100px 100px 100px;
  position: relative;
  z-index: 1;
}

.procces__item--bottom .procces__item-text {
  top: 100%;
}

.procces__item--bottom .procces__item-btn {
  border-radius: 100px 100px 100px 0px;
  position: relative;
  z-index: 1;
}

.procces__item--arrow {
  padding-left: 18px;
  position: relative;
}

.procces__item--arrow:before {
  content: "";
  width: 20px;
  height: 26px;
  background: url("/img/procces_arrow.svg") no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -13px;
}

.procces__bottom-row {
  padding-top: 347px;
  padding-bottom: 300px;
  background: url("/img/procces_e2.svg") no-repeat top left;
  margin-left: 24%;
}

@media (max-width: 1399px) {
  .procces__item {
    max-width: 300px;
  }
  .procces__item-btn {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .procces__item {
    max-width: 240px;
  }
  .procces__item-text {
    font-size: 14px;
    width: 230px;
  }
  .procces__item-btn {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .procces__item {
    max-width: none;
  }
  .procces__item-text {
    position: static;
  }
  .procces__item-text {
    width: auto;
  }
  .procces__item--arrow {
    padding-left: 0px;
  }
  .procces__item--arrow:before {
    display: none;
  }
  .procces__item--top .procces__item-btn {
    border-radius: 100px 100px 100px 0px;
  }
  .procces {
    padding-top: 0;
  }
}

.procces__item__title {
  margin-bottom: 10px;
  font-weight: bold;
}

.hamburger {
  cursor: pointer;
}

.active > .hamburger .hamburger__line {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.active > .hamburger .hamburger__line::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.active > .hamburger .hamburger__line::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger__box {
  width: 28px;
  height: 24px;
  position: relative;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  transition-property: transform, width;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger__line:before {
  top: -8px;
  content: "";
  display: block;
}

.hamburger__line:after {
  bottom: -8px;
  content: "";
  display: block;
}

.nav-mobile__inner {
  padding: 64px 32px;
  height: 100%;
}

.nav-mobile {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 110;
  top: 0px;
  left: -100%;
  background: #141880;
  overflow-y: auto;
  visibility: hidden;
  transition: all 0.5s ease;
}

.nav-mobile.active {
  transform: translateX(100%);
  visibility: visible;
}

.nav-mobile li {
  margin-bottom: 32px;
  margin-top: 32px;
}

.nav-mobile li a {
  font-size: 25px;
  line-height: 1.3;
  color: white;
  font-weight: 500;
}

.nav-mobile li a:hover {
  color: white;
  opacity: 1;
}

.nav-mobile__button {
  position: absolute;
  top: 30px;
  right: 30px;
  outline: none !important;
  border: none !important;
}

.nav-mobile__link {
  font-size: 36px;
  line-height: 1.2;
  cursor: pointer;
  color: #111;
  font-weight: 500;
}

.nav-mobile__link svg {
  width: 35px;
  height: 35px;
  margin-left: 4px;
  display: inline-block;
  vertical-align: middle;
  transition: transform 0.15s ease;
}